@import url("reset.css"); /* Clear default styles */

html {
  width: 100%;
}

body {
	font: 62.5%/1.8em  Arial, Verdana, sans-serif;
	background: #fff url('../images/flower.png') bottom center no-repeat;
	color: #333;    
	text-align: center;
}		
div#wrapper {
	font-size: 1.2em;
	text-align: left;
	width: 904px;
	min-height: 600px;
	margin: 0 auto;
}
div#header {
	height: 104px;
	background: url('../images/header_border.gif') repeat-x bottom;
	margin: 0px 0px 18px 0px;
}
div#navigation {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	float: right;
	margin-top: 75px;
	padding-right: 4px;
}
div#navigation ul {
	list-style: none;
}
div#navigation ul li {
	float: left;
	padding: 0px 0px 0px 20px;
}
div#navigation a {
	color: #5c5c5c;
	text-decoration: none;
}
div#navigation a.active {
	color: #A8744F;
	background: url('../images/nav_active.png') no-repeat bottom !important;
	padding-bottom: 4px !important;
}
div#navigation a:hover {
	background: url('../images/nav_hover.png') no-repeat bottom;
	padding-bottom: 4px;
}
div#homeHeader {
	background: url('../images/home_bg.jpg') no-repeat;
	height: 365px;
}
div#homeHeader div {
	float: left;
	position: relative;
	top: 60px;
	left: 310px;
	padding-right: 15px;
}
div#homeHeader p {
	font-style: italic;
	font-size: 1.1em;
	color: #999999 !important;	
	padding: 4px 0px 0px 0px;
}
h1, h2, h3, h4, h5 {
	color: #A8744F;	
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
}
h1 span {
	padding-left: 160px;	
}
h1 {
	font-size: 2.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: normal;
}
.home h1 {
	font-size: 2.1em;
	line-height: 1.3em;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-family: Arial;
	text-transform: uppercase;
	margin-top: 7px;
	color: #333333;
	font-weight: normal;
}

.storeSidebar {
	width: 250px; 
  float: left;
}
.storeSidebar img {
	border: 1px solid #aeaeae;
}
.storeSidebar .thumb img {
  float: left;
  width: 62px;
  margin: 10px 10px 0 0;
}
.storeSidebar p {
	width: 200px;
}
.storeSidebar h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	font-family: Arial;
}

.newsletter h2 {
	color: #A8744F;	
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 15px;
}
.testimonials em {
	clear: both;
	display: block;
}
p {
	color: #362f2d;
	color: #6a6a6a;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 1.1em;
	padding: 10px 0px;
}
label {
	color: #6a6a6a;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 1.1em;
	padding: 0px;
}
p span {
	color: #A8744F !important;
	font-weight: bold;
	font-style: italic;
	float: right;	
}
a {
	color: #A8744F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}

div#footer {
	margin: 48px 0px 0px 0px;
	padding: 30px 0px;
}
div#footer p {
	color: #959595;
	font-size: 11px;	
	padding: 0px;
}

.newsletter {
	background: url('../images/newsletter_bg.jpg') top no-repeat;	
	padding: 10px;
}
.newsletter p {
	color: #ad7d5c !important;	
}
.newsletter ul {
	list-style: none;
}
.newsletter ul li {
	border-bottom: 1px dotted #A8744F;
	padding: 3px;
}

#leftPane {
	clear: left;
	float:left;
	width: 400px;
	padding: 2px;
	margin: 10px 10px 10px 30px;
	vertical-align: top;
	text-align: left;
	margin-top: 15px;
}
#rightPane {
	clear: right;
	float:right;
	width: 355px;
	margin: 10px;
	margin-right: 25px;
	padding: 2px;
	vertical-align: top;
	line-height: 1.6;
	position: relative;
	margin-top: 15px;
}

/* Forms */

.form { 
  margin-bottom: 10px; 
  /*padding: 8px;*/
}
.form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
.form ol {
	margin: 0;
	padding: 0;
}	
.form label {
    width: 100px;
	line-height: 1.8;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
.form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	margin: 0;
}
.form input, select {
  padding: 2px;
  outline-style: none;
  border: 1px solid #666;
}
.form input.check {
  border: none;
  position: relative;
  top: 3px;
}
.form input.radio {
  border: none;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.form .next{
	float: right;
}
.form .prev {
	float: left;
}
.form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
  color : #FFF;
	font-weight: bold;
	background-color: #FF3300;
	/*display: block !important;*/
	margin: 5px 0;
	padding: 5px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}


fieldset {
	border: none;	
}

.form { 
  margin-bottom: 10px;
  float: left;
 width: 100%;
  /*padding: 8px;*/
}
	

.form ol {
	margin: 0;
	padding: 0;
}
	
.form label {
  width: 70px;
	line-height: 1.8;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
	
.form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	margin: 0;
}

.form li li, .form li li li {
  padding: 0px;
}

.form input, select, textarea {
  padding: 2px;
  outline-style: none;
  border: 1px solid #666;
}


/* "Fixes"
-----------------------------------------------------------------------------*/		
	.clearfix:after
	{content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}
	
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */