/* CSS Document */

/***********************************************/
/* Menu/Dropdown Syles */
/***********************************************/
/*#header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
}
#headerright{float: right;
}
#headerright a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	display: inline;
	text-decoration: none;
	text-transform: lowercase;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}

#headerright a:hover{
	color: #0099ff;
}
#headerleft{float: left;
}
#headerleft img{
	float: left;
	margin-top: 0px;
}
#headerbottom{
	width: 100%;
	height: 23px;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*/
#header {
	height: 74px;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
}
	/* Parts of #header div */
	#headertop {
		height: 45px;
		width: 100%;
	}
	#headertleft
	{
	float:left;
	width: 15%;
	height: 45px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	#headertmid
	{
		float:left;
		width: 25%;
		height: 45px;
	}
	#headertright
	{
	float:right;
	text-align:right;
	width: 100%;
	font-size: 10px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#headertright a {
	text-transform: lowercase;
	color: #373125;
	text-decoration:none;
	margin-right: 5px;
	margin-left: 5px;
	}
	#headertright a:hover {
	color:#2C2C2C;
	text-decoration: underline;
	} 
	#headerbottom {
		height: 25px;
		width: 100%;
	}
	#headerbleft
	{
	float:left;
	text-align:center;
	width: 15%;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#headerbmid
	{
	float:left;
	width: 25%;
	font-size: 10px;
	color: #999999;
	margin-top: 5px;
	margin-left: 6%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#headerbmid a {
		color: #666666;
	}
	#headerbmid a:hover {color:#0099ff;} 
	#headerbright
	{
	float:right;
	width: 53%;
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	#headerbright a {
	color: #373125;
	margin-right: 5px;
	margin-left: 5px;
	}
	#headerbright a:hover {color:#CC0000;} 
	/* End Parts of #header div */

.cartitems{
	padding-bottom: 20px;
	color: #FF0000;
}
.chromestyle{
	width: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	background-color: #615446;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
	width: 100%;
	text-align: left; /*set value to "left", "center", or "right"   For Header items */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.chromestyle ul li{
	display: inline;
	font-size: 11px;
}

.chromestyle ul li a{
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.chromestyle ul li a:hover{
	color: #2C2C2C;
	background-color: #ADA397;
	background-repeat: repeat-x;
	background-position: center center;
font-weight: bold;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;


/*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 9px; /* default is 3 */
border-bottom: 1px solid #ADA397; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #2C2C2C;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ADA397;
font-weight: bold;
}

