/* ========== LAYOUT =========== */

#container {
	width: 100%;
	margin: 0px auto;
	background-color: #ffffff; /* Controls background color */
	color: #333; /* Controls font color */
	border: 0;
	}

#header {
	padding: 0;
	background-color: #ffffff;
	/* background-color: #e5e5e5; */
	border: 0;
	height: 70px;
	}

#accent{
	padding: 0;
	background-color: #ffffff;
	height: 2px;
	border-top: 8px solid #e5e5e5;
	border-bottom: 2px solid #d5d5d5;
	}

#infocontainer {
	width: 760px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 0;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #425a44;
	text-align: left;
	}

#leftcontainer {
	float: left;
	width: 292px;
	margin: 30px 0 0 28px;	
	padding: 1em;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #425a44;
	text-align: left;
	}

#rightcontainer {
	float: right;
	width: 292px;
	margin: 30px 28px 0 0;
	padding: 1em;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #698f92;
	text-align: left;
	}

#centercontainer {
	margin-left: 300px;
	margin-right: 300px;
	padding: 1em;
	}

#leftcontainer p, #rightcontainer p, #centercontainer p {
	margin: 0 0 1em 0; /* Controls top margin of info in container */
	}


#largeleftcontainer {
	float: left;
	width: 200px;
	margin: 30px 0 30px 0;	
	/* padding: 1em; */
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #425a44;
	text-align: left;
	}

#largerightcontainer {
	float: right;
	width: 560px;
	margin: 30px 0 30px 0;
	/* padding: 1em; */
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #698f92;
	text-align: left;
	}

#largecentercontainer {
	float: center;
	width: 760px;
	margin: 30px 0 30px 0;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #698f92;
	text-align: left;
	}

#largeleftcontainer p, #largerightcontainer p, #largecentercontainer p {
	margin: 0 0 1em 0; /* Controls top margin of info in container */
	}





/* ========== Used for thumbnail images ========= */
.minicontainer {
	float: left;
	width: 137px;
	margin: 0 3px 0 3px;	
	padding: 0;
	}


#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #8f8f8f;
	background-color: #e5e5e5;
	border-top: 2px solid #d5d5d5;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
	}

a {
	color: #425a44;
	text-decoration: none;
	}

/* ========== Phone Number ========== */

.phone {
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: center;
	float: right;
	margin-right: 10px;
	}

/* ========== Product labels ========== */

.label {
	color: #425a44;
	background-color: #d5d5d5;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
	padding: .3em;
	}

/* ========== Thumb labels ========== */

.thumblabel {
	color: #425a44;
	background-color: #d5d5d5;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 .5em 0;
	padding: .3em;
	border: 1px solid #8f8f8f;
	}

/* ========== Return to labels ========== */

.bluelabel {
	color: #ffffff;
	background-color: #698f92;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
	padding: .3em;
	} 

/* ========== Available colors div ========== */

.colors {
	color: #425a44;
	background-color: #ffffff;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: .5em;
	padding: .3em;
	} 



/* ========== SKU numbers ========== */

#sku {
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.8em;
	color: #425a44;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	}

.disclaimer {
	color: #8f8f8f;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	padding-top: .5em;
	}

.question {
	padding: 0 .5em 0 .5em;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #698f92;
	text-align: left;
	font-weight: bold;
	}


.answer {
	padding: 0 .5em 1em .5em;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #425a44;
	text-align: left;
	}


/* ========== Short grey line ========== */

.hr {
	background-color: #ffffff;
	border-bottom: 2px solid #d5d5d5;
	padding: .5em 0px 1.2em 0px;
	}

hr {
	color: #d5d5d5;
	}


img {
	border: 1px solid #8f8f8f;
	margin: 0;
	padding: 0;
	}

/* ----- img {
	border-top: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	border-bottom: 0;
	border-left: 1px solid #8f8f8f;
	margin: 0;
	padding: 0;
	} -----*/






/*=== NAVIGATION ===*/

/* =========== Menu background and position ========== */

#menu {
	background-color: #4a634d;
	height: 20px;
	border-top: 10px solid #425a44;
	border-bottom: 10px solid #3c4f3c;
	width: auto;
	margin: 0px;
	padding: 0px;
	left: 0px;
	font-family: trebuchet, geneva, helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	}



/* ========== Determines link position and style ========== */

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	z-index: 100;
	}


#cssdropdown li {
	float: left;
	position: relative;
	z-index: 100;
	}


/* ========== This is for main menu links that are always visible ========== */

.mainitems {
	border-right: 1px solid #FFFFFF;
	background-color: #4a634d;
	height: 19px;
	}

.lastmainitems {
	border-right: 0;
	background-color: #4a634d;
	height: 19px;
	}


/* ========== Margin space and text-decoration for main menu links ========== */

.mainitems a {
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	}

.lastmainitems a {
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
	}


.subuls {
	display: none;
	text-align: left;
	position: absolute;
	width: 10em; /*Forces vertical display of dropdown menus in Netscape */ 
	top: 1.3em; /* Controls submenu height in IE6 */
	left: 0;
	background-color: #698f92;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	z-index: 100; /* Ensures drop down displays on top */
	}

.subuls li {
	width: 100%;
	z-index: 100;
	}


.subuls li a {
	text-decoration: none;
	color: #FFFFFF;
	z-index: 100;
	}


/* ========== Overrides top and left in browsers other than IE, which will position to the top right of the containing li, rather than the bottom left ========= */

#cssdropdown li>ul {
	top: auto;
	left: auto;
	z-index: 100;
	}



/* ========= Lists nested under hovered list items ========= */

#cssdropdown li:hover ul, li.over ul {
	display: block;
	z-index: 100;
	}






/*========== Link properties for main link navigation ==========*/

a.nav:link {
	color: #ffffff;
	border: none;
	background-color: #4a634d;
	height: 19px;
	padding: 0px 10px 0px 10px; 
	margin: 0px 2px 0px 2px;
	}


a.nav:visited {
	color: #ffffff;
	border: none;
	background-color: #4a634d;
	height: 19px;
	padding: 0px 10px 0px 10px; 
	margin: 0px 2px 0px 2px;
	}

a.nav:hover	{
	color: #ffffff;
	border: none;
	background-color: #98a66b;
	height: 19px;
	padding: 0px 10px 0px 10px; 
	margin: 0px 2px 0px 2px;
	}


a.nav:active {
	color: #ffffff;
	border: none;
	background-color: #4a634d;
	height: 19px;
	padding: 0px 10px 0px 10px; 
	margin: 0px 2px 0px 2px;
	}



/* =========== Link properties for sub link navigation ========== */

a.subnav:link {
	color: #ffffff;
	border: none;
	background-color: #698f92;
	height: 25px;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	}



a.subnav:visited {
	color: #ffffff;
	border: none;
	background-color: #698f92;
	height: 25px;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	}


a.subnav:hover {
	color: #ffffff;
	border: none;
	background-color: #698f92;
	height: 25px;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	text-decoration: underline
	}


a.subnav:active {
	color: #ffffff;
	border: none;
	background-color: #698f92;
	height: 25px;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	}



	

