/* LAYOUT BLOCKS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E5E4DF url(../ui/bkg_body_white.gif) repeat-y top center;
	font-family:Georgia, "Times new roman", serif;
	font-size: 80%;
	color: #242424;
	border-top:16px solid #CCCCCC;
	padding-top:16px;
}

p {
	font-size:0.95em;
	line-height:1.6em;
	margin-bottom:1.6em;
	clear:both;
}

a:link {
	color:#2D4983;
	text-decoration:none;
}

a img {
	border-color:#2D4983!important;
}

a:hover {
	color: #315ad0;
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
	color:#544f8f
}

a.blockLink{
	display:block;
	float:left;
}

a.blockLink:hover{
	background-color:#B3D551;
}

h3 {
	font-size:1.65em;
	margin-bottom:0.3em;
	font-weight:normal;
	clear:both;
}

h4 {
	font-weight:normal;
	font-size:0.9em;
	text-transform:uppercase;
	color:#333;
	letter-spacing:0.03em;
	margin-bottom:0.8em;
}

#content ul {
	list-style:circle;
	margin:0 0 1em 2em;	
}

#content dl {

}

#content dt {
	float:left;
}

#content dd {
	float:right;
}

#content .article dl {
	clear:both;
	position:relative;
	width:100%;
	float:left;
	margin-bottom:1em;
}

#content .article  dt {
	float:left;
	width:20%;
}

#content .article dd {
	float:left;
	width:70%;
	clear:right;
}


#content .product dl {

	position:relative;
}
#content .product dt {
	/*position:absolute;*/
	float:left;
	clear:left;
	left:0;
	min-height:2.4em;
	text-align:right;
	color:#606060;
	width:20%;
}

#content .product dd {
	clear:right;	
	min-height:2.4em;
	padding-left:10%;
	padding-bottom:1em;
}

/*-----------------------------------------------
	MAIN LAYOUT BLOCKS:
  -----------------------------------------------*/
  
#pageContent,
#header,
#content {
	margin:0 auto;
}

#content {
	padding-bottom:16px;
	width:580px;
	background-color:#FFFFFF;
}

#header {
	text-align:center;`
	width:100%;
	padding:16px 0;
	margin-bottom:4px;
}


h1#main {
	width:128px;
	height:0;
	padding-top:128px;
	background:url(../ui/logo_main.gif) no-repeat top left;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

/*-----------------------------------------------
	NAV:
  -----------------------------------------------*/

#mainNav {
	list-style:none;
	width:580px;
	height:2.4em;
	/*background:#FFFFFF;*/
	border-bottom:1px solid #DADFC3;
	margin-bottom:1px;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#mainNav li{
	text-transform:uppercase;
	text-align:center;
	float:left;
	display:block;
	font-weight:500;
	padding:0.5em 0.73em 0.5em 0.73em;
	height:1.3em;
}

#mainNav li a{
	color:#655E58;
	text-decoration:none;
}

#mainNav li.selected{
	border-bottom:4px solid #CECECE;
	margin-bottom:-2px;
}

#mainNav li#contactusNav {
	float:right;
}

/*-----------------------------------------------
	MAAD FLAVAS:
	class the body to alter the colour scheme:
  -----------------------------------------------*/

body.green {border-color:#C8D0A6;}
body.blue {border-color:#9DABB7;}
body.brown {border-color:#B6A088;}

body.brown #pageContent {background:url(../ui/brown/bkg_body.jpg) repeat-x top left}
body.green #pageContent {background:url(../ui/green/bkg_body.jpg) repeat-x top left}
body.blue #pageContent {background:url(../ui/blue/bkg_body.jpg) repeat-x top left}

body.green #header {background:url(../headers/bkg_greenVines.jpg) no-repeat top center;}
body.blue #header {background:url(../headers/bkg_canesAndBlueSky.jpg) no-repeat top center;}
body.brown #header {background:url(../headers/bkg_bareCanes.jpg) no-repeat top center;}

body.green #mainNav li.selected {border-color:#C7E833;}
body.blue #mainNav li.selected {border-color:#6294BB;}
body.brown #mainNav li.selected {border-color:#D58E34;}

body.green #content .puff {background-color:#DFF0B4;}
body.blue #content .puff {background-color:#A3B4CB;}
body.brown #content .puff {background-color:#D5B781;}


body.blue #content .texty,
body.blue #content .compact { background:url(../ui/blue/bkg_article_divider.gif) center top no-repeat #F1F2E4; }

body.blue #content .puff h2 strong{color:#557198;}

body.green #content .texty,
body.green #content .compact { background:url(../ui/green/bkg_article_divider.gif) center top no-repeat #F1F2E4; }

body.green #content .puff h2 strong{color:#446A1D;}

body.brown #content .texty,
body.brown #content .compact { background:url(../ui/brown/bkg_article_divider.gif) center top no-repeat #F1F2E4; }

body.brown #content .puff h2 strong{color:#2D150B;}

/*-----------------------------------------------
	BODY Content:
  -----------------------------------------------*/

#content .blocker {
	clear:both;
	margin:0;
	padding:0;
}

#content .puff {
	width:96px;
	height:96px;
	padding:8px;
	float:left;
	clear:left;
	margin:16px 16px 0 0;
	text-align:right;
	position:relative;
	overflow:hidden;
}

#content .puff h2 {
	font-weight:normal;
	font-size:2em;
	position:absolute;
	line-height:1em;
	bottom:12px;
	right:12px;
	color:#39332B;
}

#content .puff h2 strong{
	font-weight:normal;
	color:#FFF;
}

#content .puff img {
	position:absolute;
	left:-1px;
	bottom:-1px;
	/*border:16px solid #FFFFFF;*/
}
 
#content .guts {
	background:#F1F2E4;
	width:420px;
	float:right;
	padding:16px 16px 0 16px;
	clear:right;
	margin-top:16px;
}

#content .texty,
#content .compact {
	margin-top:0;
}

#content .compact h2,
#content .texty h2{
	color:#2c2c2c;
	font-size:1.45em;
	margin-bottom:0.5em;
	font-weight:normal;
}

#content .product h2{
	color:#2c2c2c;
	font-size:2.1em;
	margin-bottom:0.5em;
	font-weight:normal;
}



#content .compact h3,
#content .texty h3{
	color:#2c2c2c;
	font-size:1.45em;
}

#content .compact h4 {
	float:left;
	
}

#content .compact ul.vintages {
	clear:left;
}

#content .guts .block {
	
}

.feature {
	padding:16px 150px 16px 16px;
	margin-top:16px;
	text-align:right;
	height:164px;
}

ul.vintages {
	list-style:none;
	margin-bottom:0.5em;
}

.feature h3,
.feature h4 {
	text-transform:none;
	letter-spacing:0;
}


/* Features come in dark and light flavours,
dark gets reversed text, and vice-versa */

.dark h3 {
		color:#ffffff;
		font-weight:normal;
		font-size:1.65em;
}

.dark h4 {
	font-weight:normal;
	font-size:1.65em;
	margin-top:0.5em;
}

.dark h3 a:link,
.dark h3 a:visited{
	color:#4F1918!important;
}

.dark h3 a:hover{
	color:#B7322F!important;
	text-decoration:none;
}

.dark p {
		color:#DED7D1;
		font-size:1.1em;
}

.dark p em {
	display:block;
}
  


.thumbnail {
	float:left;
	margin:0 1em 1em 0;
	width:90%;
}

.thumbnail div {
	float:left;
}

.thumbnail h3{
	font-size:1.1em;
	padding-top:0.5em;
}


.thumbnail img{
	float:left;
	margin-right:1em;
}

/*-----------------------------------------------
	Pricing/ordering bits
  -----------------------------------------------*/

	.pricing {
		background-color:#FCFCEC;
		padding:1em 1em 0 1em;
		margin-bottom:1em;
		border:1px solid #E0E3CB;
		float:left;
	}
	
	.pricing p {
		font-size:1.1em;
		float:left;
	}
	
	.pricing span {
		font-size:1.7em;
		color:#555555;
	}
	
	.pricing a.button {
		float:right;
		display:block;
		padding:0.25em 0.5em;
		background:url(../ui/bkg_buttonLink.gif) repeat-x;
		color:#FFFFFF;
		border:1px solid #E0E3CB;
		margin-top:1em;
	}

	.priceDisplay {
		font-size:0.95em;
		font-family:arial, sans-serif;
		color:#555;
	}
	
	.priceDisplay strong {
		font-weight:normal;
		color:#333;
	}
	
	.priceDisplay span{
		font-size:0.95em;
	}
	
	#agents p strong {
		font-size:1.3em;
		font-weight:normal;
		
		display:block;
	}
	
	#agents h3 {
		border-top:1px solid #E0E3CB;
		padding-top:0.5em;
	}
	
	#agents dd, #agents dt {
		margin-bottom:0.5em;
	}
	
/*-----------------------------------------------
	CONTACT FORMS */	
	
	#contactMachine ul.formStructure {
		list-style:none;
		padding:0!important;
		
	}
	
	#contactMachine .formStructure li {
		margin-bottom:0.25em;
		padding-left:0;
		width:100%;
	}
	
	#contactMachine .formStructure li input{
		margin-top:0.5em;
	}
	
	#contactMachine .formStructure li label{
		font-weight:normal;
		margin-top:0.2em;
	}
	#contactMachine .formStructure .checkbox {
		clear:both;
		text-align:right;
	}
	#contactMachine .formStructure .checkbox label{
		width:75%;
		float:left;
		margin-top:0;
		
	}
	#contactMachine .formStructure .checkbox input{
		border:0;
		width:auto;
		float:left;
		margin-top:0.5em;
	}
	#contactMachine .formStructure .buttonBar {
		width:80%;
		float:left;
		padding-bottom:0.5em;
		border-top:1px solid #CCC;
	}
	
	#contactMachine .formStructure .buttonBar button{
		margin-top:0.5em;
	}
	
/*-----------------------------------------------
	FOOTER ARTICLES:
  -----------------------------------------------*/

#footer {
	clear:both;
	text-align:right;
}

#footer h2 {
	font-size:0.9em;
	text-transform:uppercase;
	color:#333;
	letter-spacing:0.03em;
	font-weight:normal;
	margin-bottom:0.7em;
	border-bottom:1px solid #DDDDDd;
}

#footer .guts {
	width:548px;
	background:none;
}


#footer dt {
	display:inline!important;
}

#footer dd {
	display:inline!important;
}

#footer p {
	color:#666666;
	margin-bottom:0.6em;
}

#footer p strong {
	font-weight:normal;
	display:inline;
	font-size:1em!important;
	color:#AAAAAA;
}

/*-----------------------------------------------
	CARAMEL CREDS:
  -----------------------------------------------*/

.creditLine {
	background-image:url(../ui/logo_caramel.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	float:right;
	width:188px;
	height:48px;
}

.creditLine span{
	visibility: hidden;
}

/*-----------------------------------------------
	Server location message
  -----------------------------------------------*/

#devNotice {
	padding:0.5em 1em;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:0.5em;
	background-color:#FFFD41;
	font-size:0.9em;
	font-family: Calibri, Lucida Sans, Trebuchet MS, sans-serif;
	letter-spacing:0;
	display:none;
}

#devNotice * {
	display:inline;
	color:#000000;
}
#devNotice a {
	color:#0A0395;
	text-decoration:underline;
	
}