@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
	padding:0;
}

body{
	margin:0 auto;
	padding:0;
	background: #F0ECE4 url(../theme/sterling/images/body_bg.gif) center repeat-y;
	font-family:Arial, Helvetica, sans-serif;	
}

#page{
	width:895px;
}

#header{
	width:895px;
	height:112px;
	float:left;
	background:url(../theme/sterling/images/header_bg.gif) repeat-x;
}

#logo{
	width:172px;
	height:112px;
	padding-right:390px;
	float:left;
}

#locationArea{
	width:125px;
	height:97px;
	padding:10px 5px 5px 5px;
	float:left;
}

.headingTXT{
	font-size:16px;
	font-weight:bold;
	color:#4E2E2B;
	text-decoration:none;
}

 .headingTXT a{
	font-size:14px;
	font-weight:bold;
	color:#4E2E2B;
	text-decoration:none;
}

.adressTXT, .adressTXT a{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
	text-decoration:none;
}

#whiteSpace{
	width:1px;
	height:62px;
	margin:25px 0px 25px 0px;
	background:#FFFFFF;
	float:left;
}

#contactArea{
	width:177px;
	height:77px;
	padding:30px 10px 5px 10px;
	float:left;
}

#menuArea{
	width:895px;
	height:40px;
	float:left;
	background:url(../theme/sterling/images/menu_bg.gif) repeat-x;
}

#menu{
	width:620px;
	height:40px;
	float:left;
}

#searchArea{
	width:263px;
	height:28px;
	padding:6px;
	float:left;
}

#input{
	width:190px;
	float:left;
}

#submitBTN{
	width:72px;
	float:left;
}

#contentArea{
	width:895px;
	float:left;
}

#productArea{
	width:875px;
	padding:10px;
	float:left;
}

#ImageArea{
	width:626px;
	padding:12px 5px 5px 5px;
	float:left;
}

#sidebar{
	width:259px;
	float:left;
}

#sidebarTop{
	width:259px;
	height:30px;
	background:url(../theme/sterling/images/top_sidebar.gif) no-repeat;
	float:left;
}

#sidebarMid{
	width:229px;
	padding:3px 15px;
	text-align:center;
	background:url(../theme/sterling/images/mid_sidebar.gif) repeat-y;
	float:left;
}

#sidebarBTM{
	width:259px;
	height:30px;
	background:url(../theme/sterling/images/btm_sidebar.gif) no-repeat;
	float:left;
}

.stdebarTXT{
	color:#4E2E2B;
	font-size:12px;
	line-height:13px;
}

#learnMoreArea{
	width:840px;
	height:157px;
	padding:0px 28px 0px 27px;
	float:left;
}

#learnMore{
	width:209px;
	height:157px;
	border-right:1px #E0CC9F solid;
	float:left;
}

#learnMoreLast{
	width:209px;
	height:157px;	
	float:left;
}

#productID{
	width:90px;
	height:147px;
	padding:5px;
	float:left;
}

#productIMG{
	width:99px;
	height:147px;
	padding:5px;
	float:left;
	text-align:center;
}

.productTXT{
	color:#290F0C;
	font-size:12px;
}


#clear{
	clear:both;
}

#productID{
	width:90px;
	height:147px;
	padding:5px;
	float:left;
}

#productIMG{
	width:99px;
	height:147px;
	padding:5px;
	float:left;
	text-align:center;
}

.productTXT, .productTXT a{
	color:#290F0C;
	font-size:12px;
	text-decoration:none;
}

.productTXT a:hover{
	color:#CCC;
	font-size:12px;
	text-decoration:none;
}

#footer{
	width:895px;
	height:20px;
	padding-top:6px;
	float:left;
}

#footerBTN{
	/*width:407px;*/	
	height:20px;
	padding:0px 20px;
	text-align:center;
	/*float:left;*/
}

#copyright{
	/*width:408px;*/
	height:20px;
	padding:0px 20px;
	text-align:center;
	/*text-align:right;
	float:left;*/
}

.btn, .btn a{
	color:#290F0C;
	font-size:10px;
	text-decoration:none;
	margin:0px 3px;
}











.text-input
{
	width:200px;
	border:1px solid #00CCFF;
}

input.button
{	
	padding:3px 6px;
    border:2px solid #fff; 
	margin:5px 0px 0px 0px; 
	color:#3D7169; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#CCC; 
	-moz-border-radius:5px;
}

input.button:hover
{
	background:#009FAA none repeat scroll 0% 0%; 
	color:white; 
}

.Error
{
	color:#FF0000;
}

table td	
{
	padding:5px;
	font-size:12px;	
}
.EvenRowColor
{
	background-color:#FFFDD9;
}
.OddRowColor
{
	background-color:#EFEFEF;
}
.RowHeading
{
	background-color:#FFCC33;
	font-weight:bold;
}
.ParentCategoryRowColor
{
	background-color:#D7D38E;
}







