/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #222529;
	background-image: url('../images/body-bg.gif');
	background-position: 0px 158px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #494949;
}

body.editor {
	background-color: #FFFFFF;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

td {
	vertical-align: top;
}

p {
	margin-top: 10px;
}

h1 {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #3F789A;
	font-weight: normal;
	padding-bottom: 2px;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	color: #3F789A;
}

.text_highlight {
	font-weight: bold;
	color: #366986;
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: #C74820;
	outline: none;
}


a:hover {
	color: #3F789A;
}

a img { border: none; }

div.hr {
        height: 1px;
	background-color: #AAAAAA;
        margin-bottom: 10px;
}



div.hr hr {
        display: none;  
}


/* LAYOUT CSS */

#page {
	min-width: 946px;
}

#header {
	width: 860px;
	height: 162px;
	margin: 0px auto;
	padding: 10px 0px 0px 86px;
	background-image: url('../images/header-bg.jpg');
	background-repeat: no-repeat;
}

#logo {
	display: block;
	width: 224px;
	height: 62px;
	margin: 0px 0px 10px 7px;
	background-image: url('../images/clever-concepts-logo.gif');
	text-indent: -9999px;
	overflow: hidden;
}

#logo a {
	display: block;
	width: 224px;
	height: 62px;
}

#nav {
	width: 100%;	
	list-style: none;
	overflow: hidden;
}

#nav li {
	float: left;
	padding: 15px 31px 0px 0px;
}

#nav li a {
	display: block;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a.active, #nav li a:hover {
	background-position: 0 -34px !important;
}

#nav li.nav1 a {
	background: url(../images/nav1.gif) no-repeat ;
	width: 47px;
}

#nav li.nav2 a {
	background: url(../images/nav2.gif) no-repeat ;
	width: 134px;
}

#nav li.nav3 a {
	background: url(../images/nav3.gif) no-repeat ;
	width: 81px;
}

#nav li.nav4 a {
	background: url(../images/nav4.gif) no-repeat ;
	width: 98px;
}

#nav li.nav5 a {
	background: url(../images/nav5.gif) no-repeat ;
	width: 67px;
}

#nav li.nav6 a {
	background: url(../images/nav6.gif) no-repeat ;
	width: 75px;
}

#nav li.nav7 a {
	background: url(../images/nav7.gif) no-repeat ;
	width: 92px;
}

#content-block {
	border-top: 1px solid #FFFFFF;
	background-image: url('../images/content-bottom-bg.gif');
	background-repeat: repeat-x;
	background-position: 50% 100%;
	padding-bottom: 62px;
}

#content-bg {
	background-image: url('../images/content-bg.gif');
	background-position: 50% 100%;
	padding-bottom: 10px;
}

#content-bg:after {
	content: "";
	display: block;   
	width: 100%; 
	height: 0px;
	overflow: hidden;
	clear: both; 
}

#content-box {
	width: 766px;
	margin: 0px auto;
	padding: 20px 95px 0px 85px;
}

#content-full {
	width: 766px;
	margin-left: 10px;
}

#content-left {
	float: left;
	width: 570px;
}

#slide {
	width: 100%;
	overflow: hidden;
	margin: -50px 0px 10px 0px;
	position: relative;
}

#slide .border {
	width: 501px;
	height: 171px;
	overflow: hidden;
	padding: 20px 25px 48px 23px;
	background-image: url('../images/slide-bg.png');
	background-repeat: no-repeat;
}

#slide a {
	display: block;
	position: relative;
}

#slide img {
	display: block;
}

#content {
	height: 100%;
	overflow: hidden;
	margin: 0px 10px -39px 10px;
}

#content-right {
	float: right;
	width: 187px;
	overflow: hidden;
	height: 100%;
	margin-bottom: -39px;
	position: relative;
}

#content-right .block {
	float: left;
	width: 180px;
	margin-bottom: 30px;
}

#content-right .block p {
	margin-top: 6px;
}

#content-right .block p span {
	color: #3F789A;
	padding-right: 10px;
}

#content-right .block p a, span.signature {
	color: #3F789A;
}

span.signature {
	display: block;
	margin-top: 10px;
	line-height: 16px;
}

span.featured-site-name {
	color: #3F789A;
	line-height: 16px;
}

#featured.block {
	width: 140px;
}

#content-right .lastblock {
	margin-bottom: -39px;
	padding-bottom: 39px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.line {
	border-left: 1px solid #AAAAAA;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-left: 7px;
}

#footer {
	width: 787px;
	height: 231px;
	overflow: hidden;
	margin: -14px auto 0px auto;
	padding: 27px 71px 20px 88px;
	position: relative;
	background-image: url('../images/footer-bg2.gif');
	background-repeat: no-repeat;
}

#footer div {
	margin: 201px 12px 0px 0px;
	padding: 3px 0px 0px 0px;
	list-style: none;
	text-align: center;
	line-height: 14px;
	border-top: 1px solid #464647;
}

#footer a {
	color: #494949;
}

#footer a:hover {
	color: #999999;
}


/* HOME */

#home-features {
	margin: 15px 0px 0px 5px;
	padding: 0px;
}

#home-features li {
	list-style: none;
	float: left;
}

#home-features li {
	margin-right: 3px;
}

#home-features li a {
	margin: 0px;
	display: block;
	width: 175px;
	height: 102px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#home-features li a:hover {
	background-position: 0px -102px;
}

#home-features li a.wineorderform {
	background-image: url('../images/wine_order_form_banner.jpg');
}

#home-features li a.clevermenu {
	background-image: url('../images/clever_menu_banner.jpg');
}

#home-features li a.winelabels {
	background-image: url('../images/wine_labels_banner.jpg');
}

/* PORTFOLIO */

#portfolio-categories {
	width: 100%;
}

#portfolio-categories h2 {
	margin-bottom: 7px;
}

#design-block {
	overflow: hidden;
	height: 100%;
	margin: 0px 0px -39px 10px;
	position: relative;
}

#design-block #head {
	overflow: hidden;
	height: 100%; 
	padding: 0px 8px 0px 0px;
	letter-spacing: 1px;
}

#design-block .back-link {
	float: right; 
	margin: 0px;
	padding-left: 8px;
	background-image: url('../images/left-link-arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

.left-link {
	margin: 0px;
	padding-left: 8px;
	background-image: url('../images/left-link-arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

.right-link {
	margin: 0px;
	padding-right: 8px;
	background-image: url('../images/right-link-arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#design-block #head {
	color: #3F789A;
}

#design-block #head a.active {
	color: #C74820;
}

#horizontal_carousel ul.carousel {
	width: 10000px;
}

#horizontal_carousel ul.carousel li ul.img-list {
	width: 550px;
	margin-top: 20px;
	list-style: none;
	height: 100%;
}

#horizontal_carousel ul.carousel li ul.img-list li {
	float: left; 
	display: inline;
	width: 124px;
	height: 147px;
	padding: 0px 0px 0px 18px;
	line-height: 14px;
}

#horizontal_carousel ul.carousel li ul.img-list li div {
	padding-left: 6px;	
	padding-right: 6px;
}

#horizontal_carousel ul.carousel li ul.img-list li a {
	color: #494949;
	position: relative;
}

#horizontal_carousel ul.carousel li ul.img-list li a:hover, 
#horizontal_carousel ul.carousel li ul.img-list li a.hover {
	color: #C74820;
}

.portfolio-thumbnail {
	display: block; 
	width: 124px;
	height: 105px;
	overflow: hidden;
	background-image: url('/images/thumb_bg2.gif');
	background-repeat: no-repeat;
	background-position: -124px 0px;
	cursor: pointer;
}

.portfolio-featured {
	margin-left: -3px;
}

.portfolio-title {
	font-size: 12px;
	color: #3F789A;
}

#horizontal_carousel ul.carousel li ul.img-list li a.hover, 
.portfolio-thumbnail:hover { 
	background-position: 0px 0px;
}

.portfolio-thumbnail span {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	padding:0px;
	width: 114px;
	height: 95px;
	overflow:hidden;
}

.portfolio-featured span {
	margin-left: -3px;
}

.portfolio-thumbnail span img {
	position: absolute;
	top:0px;
	left: 0px;
}

.portfolio-thumbnail:hover span img, 
#horizontal_carousel ul.carousel li ul.img-list li a.hover span img {
	position: absolute;
	top: -95px;
	left: 0px;
}

/* Horizontal Carousel */
#horizontal_carousel {
	float: left;
	width: 560px;
	height: 353px;
}

#horizontal_carousel .container {
	float: left;
	width: 550px;
	height: 300px;
	position: relative;	
	overflow: hidden;
}

#horizontal_carousel .container ul.carousel {
	position: relative;
	width: 2000px;
	top: 0px;
	left: 0px;
}					  

#horizontal_carousel ul.carousel li {
	list-style: none;
	display: block;
	float: left;
	width: 550px;
}

/*
#horizontal_carousel .previous_button {
	float:left;  
	width: 20px;
	height: 77px;
	background: url(/images/left_arrow_disabled.gif);
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {
	background: url(/images/left_arrow_enabled.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_disabled {
	background: url(/images/left_arrow_disabled.gif);
	background-position: center left;
	background-repeat: no-repeat;
	cursor: default;
}

#horizontal_carousel .next_button {
	float:left;  
	width: 20px;
	height: 77px;
	background: url(/images/right_arrow_disabled.gif);
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button_over {
	background: url(/images/right_arrow_enabled.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#horizontal_carousel .next_button_disabled {
	background: url(/images/right_arrow_disabled.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: default;
}
*/

.portfolio-nav {
	margin: 0px auto;
	clear: both;
}

.portfolio-nav td {
	vertical-align: top;	
	text-align: center;
	color: #41708C;
}

.portfolio-nav td.next_button, .portfolio-nav td.previous_button {
	padding-top: 10px;
}

.portfolio-nav td:hover, .portfolio-nav td.active {
	cursor: pointer;
	color: #c74820;
}

.portfolio-nav .box {
	width: 31px;
	height: 31px;
	background-image: url(/images/portfolio_box.gif);
	background-repeat: no-repeat;
}

.portfolio-nav td.active .box, .portfolio-nav td:hover .box {
	background-position: 0px -31px;
}

.slide-show {
	display:block;
	overflow:hidden;
}

.slide-show li {
	position:absolute;
	display:block;
	list-style-type:none;
}

.slide-show li img {
	display:block;
}

.portfolio-attributes li {
	list-style: none;
	background-image: url(/images/checkbox.png);
	background-repeat: no-repeat;
	padding-left: 26px;
	line-height: 20px;
}

/* FAQ */
#faqs h3 {
	cursor: pointer;
	border: 1px solid #999999;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	line-height: 13px;
}

#faqs div.collapse h3 {
	background-color: #DDDDDD;
	background-image: url(/images/faq_button_off.gif);
}

#faqs div.collapse p {
	display: none;
}

#faqs div.expand h3 {
	background-color: #BBBBBB;
	background-image: url(/images/faq_button_on.gif);
}

#faqs div.expand p {
	display: block;
	margin-bottom: 10px;
}


/* HOSTING */

#hosting td {
	padding-right: 4px;
}

#hosting .text_highlight {
	font-weight: bold;
	color: #366986;
	margin-right: 10px;
	width: 160px;
	display: block;
	float: left;
}

/* FORM */

.alert, .missing {
	color: #FF0000;
}

label {
	display: block;
	text-align: right;
}

label.admin, #payment label {
	display: inline;
	text-align: left;
}

input, textarea {
	border: 1px solid #222529;
	background-color: #B7BCC0;
	margin: 4px;
}

input.radio {
	border: 0px;
	background-color: transparent;
	margin: 0px 4px 0px 0px;
}

select {
	border: 1px solid #222529;
	background-color: #B7BCC0;
	margin: 4px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #B7BCC0;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #222529;
}

fieldset {
	margin-top: 8px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
}

fieldset td {
	padding: 2px 0px 2px 6px;
}

legend {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	color: #3F789A;
	font-weight: bold;
	padding: 0px 3px;
	margin-left: 3px;
}

#referral {
	border: 1px solid #333333;
	padding: 15px;
	background-color: #CCCCCC;
	margin: 10px 0px;
}

#referral p {
	margin: 0px 0px 10px 0px;
}

.authorizenetseal {
	border: 1px solid #000000;
}

.authorizenetseal img {
	display: block;
}

/* SIFR */

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
  }
  
  .sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
  }
}

@media print {
  .sIFR-flash {
	display	: none !important;
	height	 : 0;
	width	  : 0;
	position   : absolute;
	overflow   : hidden;
  }
  
  .sIFR-alternate {
	visibility : visible !important;
	display	: block   !important;
	position   : static  !important;
	left	   : auto	!important;
	top		: auto	!important;
	width	  : auto	!important;
	height	 : auto	!important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  .sIFR-active h1 {
	visibility: hidden;
	width: 330px;
  }
  .sIFR-active h2 {
	visibility: hidden;
  }
}

