﻿body 
{
	font-size: 11px;
}

#container
{
	background:url('/images/BackRightImage.jpg');
	background-repeat:no-repeat;
	background-position: top right;
	font-family:Arial;
	margin:auto;
	width:1024px;
	
	/* IE Min-Height Hack */
	min-height:760px;
	height:auto !important;
	/*height:760px;*/
	
	position: relative;
}

#container-home
{
	background-image:url('/images/homeE11_light.jpg');
	background-repeat:no-repeat;
	background-position: top right;
	font-family:Arial;
	margin:auto;
	width:1024px;
	
	/* IE Min-Height Hack */
	min-height:760px;
	height:auto !important;
	/*height:760px;*/
	
	position: relative;
}

#banner
{
	float:left;
	width:709px;
	margin:0 0 15px 0;
}

#loginContainer 
{
background-color:#943201;
float:right;
margin-top:-29px;
padding:29px 11px 0;
width:217px;
color:#FFFFFF;
}

#logincontainer p 
{
    padding:8px 0 0 0;
}

#loginContainer p, #loginContainer a 
{
    color:#FFFFFF;  
    margin:6px 0;
}

.inputArea
{

}


.loginLabel 
{
}

#login-button 
{
    clear:both;
    float:right;
    margin:5px 0;
}

	#banner img
	{
		float:left;	
	}

	#phoneNumbers
	{
		color:#AEAEAE;
		font-size:12px;
		left:197px;
		margin-top:8px;
		position:absolute;
		top:28px;
		width:295px;
	}
	
	#EuropeanCustomers 
	{
		background: url("/Images/EU_link.jpg") no-repeat scroll 0 0 #FFFFFF;
	}
	
		#EuropeanCustomers a 
		{
			display: block;
			width: 267px;
			height: 41px;
		}
		
			#EuropeanCustomers a span 
			{
				display: none;
			}
	
#nav
{
	border-left:2px solid #b5b3b3;
	clear:both;
	width:720px;
}
	
	#nav ul
	{
		margin:0px;
		padding:0px;	
	}
	
		#nav ul li
		{
			font-weight:bold;
			padding:0px 5px 0px 5px;	
		}
		
			#nav ul li a
			{
				white-space:normal;	
			}
	
	#nav>ul li ul
	{
		border:1px solid #7eafd9;
		border-bottom:0px;
	}
	
		#nav>ul li ul li
		{
			background-color:#ebebeb;
			border-bottom:1px solid #7eafd9;
			text-align:left;
			padding:5px 10px;
		}
		
			#nav ul li ul li a
			{
				display:block;
			}
	
#content
{
	background-image:url(/images/BackShadow-trans.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-left:2px solid #b5b3b3;
	padding-top:20px;
	padding-left: 15px;
	width:580px;
	line-height: 1.5em;
	padding-bottom: 20px;
	color: #5b5b5b;
	font-size: 11px;
	height:auto;
	min-height:500px;
	
	/* IE Min-Height Hack */
	/*min-height:535px;*/
	height:auto !important;
	/*height:535px;*/
}

#home-content
{
	background-image:url(/images/BackShadow-trans.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-left:2px solid #b5b3b3;
	padding-top:20px;
	padding-left: 15px;
	width:690px;
	line-height: 1.5em;
	padding-bottom: 20px;
	color: #5b5b5b;
	font-size: 11px;
	height: auto;
	
	/* IE Min-Height Hack */
/*	min-height:535px;*/
	height:auto !important;
	height:535px;
}


	#content a 
	{
		color: #3a4c01;
	}

#footer
{
	color:#FFFFFF;
	clear:both;
	font-size:9px;
	width:710px;
	margin-bottom: 20px;	
}

	#footer a 
	{
		color: #fff;
	}
	
	
	#footerText
	{
		background-color:#848484;
		padding: 5px;
	}
	
	#copyright
	{
		color:#fff;
		float:left;
	}
	
	#bottomNav
	{
		float:right;
	}
		#bottomNav span
		{
			color:#fff;
			padding-left:3px;
			padding-right:3px;	
		}
		
		#bottomNav a
		{
			color:#fff;
			text-decoration:none;
		}
		
.clear { clear: both; }
		
h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
	padding: 0;
}

h1 { font-size: 13px; }
h2 { font-size: 12px; }

p 
{
	margin-bottom: 15px;
}

.brown { color: #ba8748; }
.ltbrown { color: #c9a170; }

.sidebar a 
{
	text-decoration: none;
	color: #000;
}

	.sidebar a:hover 
	{
		text-decoration: underline;
	}

.productImage a 
{
	color: #ba8748;
	text-decoration: none;
	
}

	.productImage a img 
	{
		border: 1px #ba8748 solid;
	}
	
.ClearMargin { margin: 0; }
.ClearPadding { padding: 0; }

td { padding: 2px; }

.tech td
{
	border:1px solid #dee2d2;
}

.tBox 
{
	width:176px;
}

/* Login Form */
#loginContainer {
	background-color:#943201;
	position:absolute;
	right:302px;
	top:0;
	width:183px;
	z-index:10000;
}
#loginContainer p {
	color:#FFFFFF;
}
#loginContainer a 
{
    color:#FFFFFF;
}

#loginBtn {


	width: 80px;
	height: 30px;
	float:right;
}
.closedBtn {
	background-color: #c68e53;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.openBtn {
	background-color: #ddbb98;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}	
#loginForm {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 240px;
	height: 120px;
	padding: 10px;
	background-color: #ddbb98;
	border-radius: 8px 0 8px 8px;
	-moz-border-radius: 8px 0 8px 8px;
	-webkit-border-radius: 8px 0 8px 8px;
	display: none;
}
#loginBtn a {
	display: block;
	width: 65px;
	height: 16px;
	margin: 7px 0 0 15px;
	color: #394b00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/buttons/login.gif);
	background-repeat: no-repeat;
}
#loginBtn a:hover {
	text-decoration: underline;
}
.openBtn a {
	background-position: 40px 0;
}
.closedBtn a {
	background-position: 40px -16px;
}
#loginForm fieldset {
	border: none;
}
#loginForm fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 60px;
	line-height: 32px;
}
#loginForm fieldset input {
	display: block;
	float: left;
	width: 158px;
	height: 22px;
	border: 1px solid #c68e53;
	margin-bottom: 4px;
}
#loginForm .loginBtn {
	clear: left;
	float: none;
	margin-left: 60px;
	width: 60px;
	background-color: #ba8748;
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	padding: 4px;
}
#loginForm .loginBtn:hover {
	background-color: #ffffff;
	border-color: #ba8748;
	color: #ba8748;
}
#loginForm .loginBtn:active {
	border-color: #394b00;
	color: #394b00;
}

/* Request an E-Commerce Account - Aztek 6/3/10 */
#requestAccount {
	width: 320px;
}
#requestAccount h1 {
	color: #B27C51;
	text-transform: uppercase;
}
#requestAccount fieldset {
	margin: 0;
	padding: 0;
	border: none;
	width: 320px;
}
#requestAccount fieldset legend {
	display: block;
	position: relative;
	width: 172px;
	height: 66px;
}
#requestAccount fieldset legend span {
	position: absolute;
	display: block;
	width: 172px;
	height: 42px;
	margin: 12px 0;
	text-indent: -9999px;
}
legend#legendContact {
	background: url(../images/contact-information.gif) 0 12px no-repeat;
}
legend#legendLogin {
	background: url(../images/login-information.gif) 0 12px no-repeat;
}
#requestAccount fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#requestAccount fieldset li {
	display: block;
	height: 20px;
	margin: 0;
	padding: 8px 0 5px;
	line-height: 33px;
}
#requestAccount fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 97px;
	padding-right: 3px;
	text-align: right;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
}
#requestAccount fieldset label span, #requestAccount p.required {
	color: #3a4c01;
}
#requestAccount p.required {
	width: 97px;
	padding-right: 3px;
	text-align: right;
	float: left;
}
#requestAccount fieldset input {
	float: left;
	width: 156px;
	height: 18px;
	border: 1px solid #aaaaaa;
	margin: 0;
	padding: 0;
}
.submitBut {
	position: relative;
	float: right;
	right: 62px;
	background-color: #005eab;
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	padding: 4px;
	
	box-shadow: 3px 4px 5px #98948f;
	-moz-box-shadow: 3px 4px 5px #98948f;
	-webkit-box-shadow: 3px 4px 5px #98948f;
	filter:
        progid:DXImageTransform.Microsoft.DropShadow(color=#646464,offX=4,offY=5);
}
.submitBut:hover {
	background-color: #ffffff;
	border-color: #ba8748;
	color: #ba8748;
}
.submitBut:active {
	position: relative;
	top: 3px;
	right: 59px;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	filter:
        progid:DXImageTransform.Microsoft.DropShadow(color=#646464,offX=0,offY=0,enabled=false);
}
