body{
	background: url('/assets/images/bg_standard.gif') repeat-x top;
	margin: 0px;
}
#container
{
	margin: 0 auto;
	width: 1066px;
}
/*=================HEADER CONTENTS START=====================*/
#header
{
	margin: 0 auto;
	width:1066px;
	height:118px;
}
#logo
{	
	width:184px;
	height:118px;
	padding-left:10px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}
#myestimate
{
	position:absolute;
	margin-left: 600px;
	margin-top: 57px;
	width:88px;
	height:14px;
}
#search
{
	position:absolute;
	margin-left: 800px;
	margin-top: 50px;
	width:210px;
	height:24px;
}
.Arrow
{
	position:absolute;
	margin-left: 0px;
}
#navigation
{
	position:absolute;
	top: 93px;
	margin-left: 210px;
	width:837px;
	height:24px;
	padding: 0px;
	z-index: 40;
}
/*=================HEADER CONTENTS END=====================*/
/*=================CONTENT AREA START=====================*/
#content
{
	margin: 0 auto;
	width:1025px;
	border-right: solid 1px #BFBFBF;
	border-bottom: solid 1px #BFBFBF;
	border-left: solid 1px #BFBFBF;
	background-color:#FFFFFF;
	/*background-image: url("/assets/images/navBorderRight.jpg");*/
	background-repeat:repeat-y;
}
.sideNav
{
	padding-left:5px;
	width:186px;
	vertical-align: top;
	border-top: solid 1px #BFBFBF;
	padding-top:8px;
}
#crumbNav
{
	position:relative;
	top:13px;
	height:35px;
	margin-top:-35px;
}
#crumbNavHolder
{
	height:35px;
	border-left:1px solid #BFBFBF;
	padding-left:20px;
	padding-top:19px;
	margin-bottom:-12px;
}
.products
{
	min-height:600px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	/*padding-top:10px;*/
	border-left:1px solid #BFBFBF;
	vertical-align: top;
	
}

.rightsidepic
{
    width:193px;
	height:210px;
	border-top:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
	vertical-align: top;
}
.rightsidebg
{	
	background-color:#EFF4DD;
	height:100%;
}
.rightCMSContent
{
	width: 95%;
	padding: 0px;	
	margin: 0 auto;
}
.productHeading
{
	padding-bottom:15px;
	border-bottom:1px solid #BFBFBF;
}
#items
{
	padding-top:20px;
	padding-bottom:20px;
}

/*=================CONTENT AREA END=====================*/
/*=================FOOTER AREA START=====================*/
#footerContainer
{
	margin: 0 auto;
	width:1025px;
	border:solid 1px #BFBFBF;
	border-top:0px;
	margin-bottom:10px;
}
#footer
{
	margin: 0 auto;
	width:580px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
/*=================FOOTER AREA END=====================*/
#mask
{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100px;
    background-color:black; 
    z-index: 20;
    display: none;
}

#popupContainer
{
    position:absolute;
    top:50px;
    left:0px;
    width:100%;
    height:100px; 
    z-index:2;
    background-color:Red;
    display:none;
}

#popup_product
{
    background-color:White;
    margin:0px auto;
        
}
.hrDivider
{
	width:150px;
	height:1px;
	color: #bfbfbf;
}
.imgBorder
{
	border:solid 1px #BFBFBF;
	width:594px;
	height:210px;
}

.clsPopupProd
{
    position:fixed;
    top:0px;
    left:0px;
    background-color:Black;
    z-index: 110;
    display: none;
}
.clsPopupProdInfo
{
 position:fixed;
    top:150px;
    left:0px;  
    display: none;
    z-index:111;
    text-align: center;
    }
.xmlSearchTitle
{
	padding: 10px 5px 5px 5px;
}
.xmlSearchDesc
{
	padding: 0px 5px 5px 5px;
}

/*login styles*/
.login
{
	background: #ffffff;
	margin: 0 auto;	
	border: solid 1px #699139;
}
.loginHead
{
	background: #699139;
	font: bold 10pt arial;
	color: #ffffff;
	text-align: left;
	padding: 2px 5px 2px 5px;
}
.loginText
{
	font: 10pt arial;
	padding: 2px 5px 2px 5px;
}
.loginCHK	
{
	font: 10pt arial;
	padding: 2px 5px 2px 5px;
	text-align: center;
}
.valText
{
	font: 10pt arial;
	color: Red;
	padding: 2px 5px 2px 5px;
	text-align: center;
}