#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

a
{
	color: #666666;
	text-decoration:none;
}

a:hover
{
	color: #666666;
	text-decoration:underline;
}

form {
	padding:0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
}
h1 {
	font-weight: normal;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 10px;
	background-image: url(layoutimages/title_pointer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
h2 {
	font-weight: normal;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 10px;
	background-image: url(layoutimages/title_pointer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
h3 {
	font-weight: normal;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 10px;
	background-image: url(layoutimages/title_pointer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 7px;
}
#header{
	height: 93px;
	background-image: url(layoutimages/header.jpg);
	width: 800px;
}
#header h1{
	margin-top:0px;
	font-size: 26px;
	font-weight: normal;
}


#header_topnav{

}
#header_topnav #nav{
	padding-top: 6px;
	padding-left: 6px;
}
#header_topnav ul{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header_topnav li{
	display: inline;
}

#header_topnav li a{
	color: #666666;
	margin-right: 15px;
	text-decoration:none;
}

#header_topnav li a:hover{
	color: #999999;
}

#header_topnav #search_box{
	float:right;
	background-color:#59726b;
	color:#FFFFFF;
	padding: 4px 4px 4px 6px;
}
#main {
	background-image: url(layoutimages/leftNav_rpt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#main #leftnav{
	float: left;
	width: 154px;
	margin-right: 5px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #e0e7e4;
}
#main #leftnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#main #leftnav li{
	margin-bottom: 3px;
}
#main #leftnav a{
	color:#666666;
	text-decoration: none;
}
#main #leftnav a:hover{
	color:#333333;
	text-decoration: underline;
}
#main #leftnav ul ul{
	margin-left: 30px;
	list-style-type:none;
}
#main #body{
	float: left;
	width: 620px;
	padding-left: 5px; 
}
.clear {
	clear: both;
}
#footer{
	text-align:right;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e7e4;
}
#footer #bottomnav ul{
	margin: 0px;
	padding: 0px;
}
#footer #bottomnav li{
	display: inline;
}

#footer #bottomnav li a{
	color:#666666;
	margin-right: 5px;
	text-decoration:none;
}

#footer #bottomnav li a:hover{
	color:#000000;
}
#breadcrumb ul{
	margin: 0px;
	list-style-type: none;
	padding-bottom: 2px;
	padding-left: 0px;
}

#breadcrumb li{
	list-style-type: disc;
	display: inline;
	padding: 2px 2px 2px 0px;
	margin-right: 5px;
	text-decoration: none;
	text-indent: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#breadcrumb li a{
	text-decoration:none;
}
#breadcrumb li a:hover{
	text-decoration:underline;
}
#breadcrumb li.highlight{
	background-color:#C5CAD3;
	color:#FFFFFF;
	font-weight:bold;
}

.subcats{
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	height: 162px;
	width: 130px;
	padding: 7px;
	float: left;
	/*background-image: url(layoutimages/subCatholder.jpg);
	background-position: left bottom;*/
	background-color: #BDC6C3;
	background-repeat: no-repeat;
	background-position: 7px 38px;
}
.subcats a{
	color: #666666;
	text-decoration:none;
}
.subcats a:hover{
	color:#333333;
	text-decoration:underline;
}
#product-cost{
	float: right;
}
.productlisting{
	float:left;
	width: 130px;
	height: 200px;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	margin-right: 8px;
	
}
.productlisting img{
	margin-bottom: 8px;
}
.productlisting_letterbox{
	padding-bottom: 7px;
	padding-left: 7px;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.productlisting_letterbox .price{
	padding: 7px;
	float: right;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 8px;
	width: 50px;
	text-align: right;	
}
.productlisting_letterbox img{
	margin-right: 8px;
	float: left;
	margin-top: 7px;
}
.productlisting_letterbox .text{
	float: left;
	width : 410px;
	padding-top: 7px;
}
.productlisting_letterbox .text a{
	color:#333333;
	text-decoration: none;
}
.productlisting_letterbox .text a:hover{
	color:#333333;
	text-decoration: underline;
}
.feature_productlisting{
	float:left;
	width: 90px;
	height: 150px;
	padding: 8px;
	margin-bottom: 3px;
	margin-right: 3px;
	background-color: #BDC6C3;
	
}
.pages{
	padding: 0px;
	text-align:right;
	margin-bottom: 5px;
}
.pages ul{
	margin: 10px 0px;
	padding: 0px;
}
.pages li{
	display: inline;
	margin: 2px 0px 2px 4px;
	/*padding: 2px 3px;*/
	/*border: 1px solid #541661;*/
	background-image: url(body_images/h3_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	/*border: 1px solid #E5E5E5;*/
}
.pages li.highlight{
	color: #000000;
	background-color: #E1E7E5;
}
.pages li a{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	padding: 2px 3px;
}
.pages li a:hover{
	background-color: #E1E7E5;
}

#product-sub-images{
	margin-top: 5px;
}
#product-detail-column1{
	float:left;
	width: 315px;
}
#product-detail-column2{
	float:right;
	width:300px;
}


#applicationForm  {
	width: 520px;
	/*border: #42615A solid 1px;*/
	margin-top: 20px;
	padding: 2px 2px 2px 2px;
	
	
	}
	
	
#applicationForm h4 {
	font-size: 140%;
	/*font-style: italic;*/
	color: #42615A;
	margin-top: 0px;
	margin-left: 9px;
	margin-bottom: 3px;
	
	}
	
#applicationForm .submitContact input {
	color: #42615A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background:#FFFFFF;
	border: solid 1px #42615A;
	padding: 3px 3px 3px 3px;
	margin-left: 10px;
	}
#applicationForm p {
	clear:left;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	
	
	}

#applicationForm p label {
	float: left;
	width: 37%;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	color: #42615A;
	font-weight: bold; 
	}
	
#applicationForm .fields {
	background-color:#ffffff;
    border: solid 1px #42615A;

	}
	
	
.errors {
	width: 400px;
	border: #990000 solid 1px;
	margin-top: 8px;
	margin-left: 5px;
	padding: 3px 3px 3px 3px;
	
	}
	
 .errors p {
	color:#990000;
	font-weight: bold;
	padding-left: 5px;
	
	}
	
 .errors ul {
	color:#990000;
	font-weight: bold;
	margin-top: 0px;

	}
	
  .errors li {
	color:#990000;
	font-weight: bold;

	}
#home_left {
	width: 300px;
	float: left;
}
#home_right {
	float: left;
	width: 300px;
}
.home_feature_image{
	background-image: url(layoutimages/featured_image.jpg);
	height: 496px;
	width: 288px;
}
input.searchBtn{
	color:#FFFFFF;
	background-color:#59726B;
	border:1px solid #E1E7E5;
	font-size: 80%;
	padding: 2px;
}
#results{
	display:none;
}

#results p{
	opacity: 1;
	margin-top: 0px;
	margin-bottom: 3px;
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 3px;
}
.newsItem{
	margin-bottom: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-left: 0px;
	border: 1px solid #e0e7e4;
}
.newsItem p{
	margin-left: 7px;
}
.alignright{
	float: right;
}
.article_rpt{
	margin-bottom: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-left: 0px;
	border: 1px solid #e0e7e4;
}
.article_rpt p{
	margin-left: 7px;
}
.article_intro{
	font-size: 110%;
}
.article_images{
	float:right;
	margin-left: 10px;
}

.article_images img{
	margin-bottom: 10px;
}
