/* ||||------LAYOUT STYLES-----|||| */


/* ----RESET BAD CSS---- */
/*----------------------------------------------*/

* {margin:0;padding:0; border: none; }
div {border-color: red;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a {text-decoration:none; -moz-outline:none;}

img {vertical-align: bottom;} /* BUG fixes extra space in ie6 */

/*----------------------------------------------*/





/* ----GLOBAL ELEMENTS---- */
/*----------------------------------------------*/

body {
	margin: 30px 0 90px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	height: 100%; /* for 100% to be used as a height value */
	background: #dbe0e4 /*url('../images/backgrounds/bg.gif') repeat*/;
}

p {font-size: 1.1em; line-height: 1.5em; margin: 1em 0;}

.center {text-align: center}
.left {float:left; clear:left;}
.right {float:right; clear:right;}
.clear {clear: both;}

.clearer {  clear:both; overflow: hidden; height: 0;font-size: 1px; line-height: 0;  }

.color {color: #168381;}

blockquote {
	width: 80px;
	padding: 10px;
	margin: 0 0 0 -120px;
	position: absolute;
	z-index: 12;
	border-top: 1px #168381 dotted;
	border-bottom: 1px #168381 dotted;
}

table {border-collapse: collapse;}
th {background: #EFF2F2; font-size: 1.1em; font-weight: bold;}
td {border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc;  }

#content_page ul, .product_description_container ul { list-style-type: disc; margin: 1em 0;}
#content_page ol, .product_description_container ol { margin: 1em 0; }

#content_page ul li,
#content_page ol li, 
.product_description_container ul li,
.prduct_description_container ol li { 
	margin: 5px 0; padding-left: 5px;
	list-style-position: inside;
	font-size: 1.1em;
}

/*----------------------------------------------*/





/* ----LINK STYLES---- */
/*----------------------------------------------*/

a, button { color: #928441; }

a:hover, a:active, button:hover {
	color: #928441;
	text-decoration: underline;
}

a[href^="mailto:"] { 
	background: transparent url('../images/icons/mail_write_48.png') right no-repeat; 
	padding-right: 25px; line-height: 22px; display: inline-block
}

/*a[href^="http:"] { 
	background: transparent url('../images/icons/globe.png') left no-repeat; 
	padding-left: 23px; line-height: 18px; display: inline-block
}*/

h2 a, h2 a:hover { color: #fff; }


/*----------------------------------------------*/






/* ----HEADINGS AND TYPE STYLES---- */
/*----------------------------------------------*/


/* main page headings, product detail headings */

h1 { 
	font-size: 2.3em; 	
	letter-spacing: 0.1em;
	color: #bba53f;
	font-weight: bold;
	margin-bottom: -10px;
} 



/* sidebar headings, category product headings */

h2 {
	position: relative; /*fixes odd ie6 bug*/
	font-size: 1.6em; 
	letter-spacing: 0.1em; 
	color: #748099;
	font-weight: bold;
	margin-bottom: -10px;
} 


/* content subheadings */

h3 { 
	font-size: 1.3em; text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-weight: bold; 
	color: #168381; 
	text-align: left; 
	padding-bottom: 5px;
	border-bottom: 1px solid #168381;
} 


/* category and section descriptions */

.home .description {display: none;}

.description { 
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 0 70px 25px 0; 
}

.description_photo { 
	float: left; position: relative;
	padding: 10px 0; margin: 0 20px 0 0;
	text-align: center; 
	width: 219px;
	border-right: 1px solid #168381; 
	overflow: hidden; 
}

/*----------------------------------------------*/






/* ----LAYOUT WRAPPERS---- */
/*----------------------------------------------*/



#layout {
	width: 730px;
	padding: 15px;
	margin: 0 auto;
	border: 1px solid #a8c1c9;
	background: #fff;
}

#content { clear: both; width: 100%; }



/*----------------------------------------------*/






/* ----HEADER STYLES---- */
/*----------------------------------------------*/

#header {
	width:730px;
	height: 80px;
	background: #748099;
	clear: both;
}

#header .right {
	margin: 10px 10px 0 0;
	color: #fff;
}

#header .right a {color: #fff;}

#logo {
	position: absolute;
	z-index: 5;
	margin: 7px 0 0 10px;
}


/*----------------------------------------------*/






/* ----NAVIGATION STYLES---- */
/*----------------------------------------*/

#subheader { 
	width: 730px; 
	clear: both;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: #d7bf4b url(../images/backgrounds/nav_bg.jpg) repeat-x;
}



/*----------------------------------------*/





/* ----MAIN CONTENT WRAPPER AND STYLES---- */
/*----------------------------------------------*/


#page {
	width: 660px;
	margin: 20px 0 20px 70px;
	text-align: left;
	overflow: hidden;
}



/*----------------------------------------------*/





/* ----CALLOUT STYLES---- */
/*----------------------------------------------*/

#callout {
	float:right; display: inline;
	width: 230px;
	border-left: 1px solid #ccc;
	margin: 0 20px 0 30px;
	padding-left: 30px;
}

#callout h1 {font-size: 13px; margin-bottom: 0;}
	
/*----------------------------------------------*/



	
	
/* ----FOOTER STYLES---- */
/*----------------------------------------------*/

#footer {
	width: 730px;
	clear: both; overflow: hidden;
	background: #748099;
	text-align: center;	
}


#footer p { 
	letter-spacing: 0.1em; font-size: 0.9em; 
	color: #fff; 	
}

/*----------------------------------------------*/





/* ----PAGINATION STYLES---- */
/*----------------------------------------------*/

#pages {
	margin: 0;
}

#pages ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
	
.pages li {
	float: left;
	display: block;
	padding: 4px;
	margin: 0 2px;
	border: 1px #F0F0EE solid;
}

.category_pages {margin-bottom: 25px;}

.category_pages br { display:none;}	/* hides unecessary br tags generated by the application */

/*----------------------------------------------*/





/* ----MESSAGES AND WARNINGS---- */
/*----------------------------------------------*/


#message {
	width:96%;
	clear:both;
	margin: 0 0 10px 0;
	padding: 10px 2%;
	font-family: "trebuchet ms", sans-serif;
	letter-spacing: 0.1em;
	font-style: italic; font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	color: #6E2405;
	background: #F7F2DA;
}

/*----------------------------------------------*/
	

