/* CSS Document */

body{
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	background:url(/images/template/header.jpg) no-repeat top center #fff;
	margin:0;
	padding:0;

}

p{
	margin-top:0;
	padding-top:0;
}

#contentBody p{
	line-height:16px;
}

a:link {
	color: #0069AA;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #0069AA;
	text-decoration: underline;
}
a:active {
	color: #0069AA;
}

/********************************/
/*     OVERALL PAGE STYLES      */
/********************************/

#page{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}


/**********************************/
/*       HEADER AREA STYLE        */
/**********************************/
#header{
	height:133px;
    z-index:5000;
}


#logo{
	text-align:center;
}


/* Main Menu styles */
#mainMenu{
	line-height:11px; 
	margin-top:35px;
	text-align:center;
}

#mainMenu{
	height:15px;
}





/* Searchbar Styles  */

#searchBar{
	padding-top:5px;

}

#searchBar table{
	width:760px;
	height:22px;
}

#searchBar .fieldStyle {
	background-color: #FFFFFF; 
	width: 120px;
	vertical-align: middle;
	border: thin solid #cccccc;
}

#searchBar .dd {
	width: 60px;
}

#searchBar .submitBut {
	border-style: none;
	vertical-align: middle;
}

/**********************************/
/*       PAGE BODY STYLE          */
/**********************************/


#pageBody{
	background:url(/images/template/pageBody_bkg.gif);
	overflow:hidden;
	width:760px;
	margin:0;
	padding:0;
	z-index:1000;
}

#sectionMenu{
	width:150px;
	padding:14px 10px;
	margin:0;
	float:left;
}

#sectionMenu img
{
    vertical-align:middle;   
}

#sectionMenu h2
{
    font-size:16px;
    line-height:16px;
    margin:0;
    padding:0px 0 10px;
    color:#0069B9;
    font-weight:normal;
}

#sectionMenu h2 a, #sectionMenu h2 a:hover, #sectionMenu h2 a:visited
{
    text-decoration:none;
    color:#0069B9;
}

#sectionMenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#sectionMenu ul li ul{
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
}

#Content{
	width:570px;
	padding:10px 10px;
	float:right;
}

/*  Product details layout */

#prodDetails, #prodCat{
	width:570px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#contentBody{
width:550px;
overflow:hidden;
	padding:10px;

}

#prodDetails .prodImage{
	width:275px;
	float:left;
	text-align:center;
	padding-top:50px;
}

#prodDetails .prodCopy{
	width:285px;
	float:right;
	padding-left:10px;
}

#prodDetails .assocProd, 
#prodCat .newProdList, 
#prodCat .prodList{
	margin-top:10px;
	width:570px;
	clear:both;
	overflow:hidden;
}

#prodDetails h1, 
#prodCat h1, 
#contentBody h1, 
#searchResults h1{
	font-size:20px;
	color:#0069B9;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}

#prodCat h1, 
#contentBody h1, 
#searchResults h1{
	background:url(/images/template/headerHorzLine.gif) bottom no-repeat;
}

#contentBody h2,
#prodDetails h2,
#prodCat h2,
#searchResults h2,
#prodCat .pager, 
#searchResults .pager{
	text-align:left;
	display:block;
	height:22px;
	font-size:11px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
}


#prodCat .pager,
#searchResults .pager{
	font-weight:normal;	
}


#prodDetails .prodCopy h2, 
#prodDetails .altImages h2{
	background:url(/images/template/header_gray_bkgrd.gif);
}

#contentBody h2,
#prodDetails .assocProd h2, 
#prodCat h2,
#searchResults h2, 
#prodCat .pager,
#searchResults .pager{
	background:url(/images/template/header_long_gray_bkgd.gif);
}

#searchResults .ProdCatSearch div
{
    width:50%;
    float:left;
    height:25px;
}

#prodDetails .altImages div{
	float:left;
	padding:3px;
}
#prodDetails .altImages input{
	border:3px solid #fff;
	padding:2px;
}

#prodDetails .altImages .active input{
	border:3px solid #0069AA;
}


/* Content Page Styles */ 

#ContentBody{


}

/***************************/
/*   PRODUCT CAT STYLES    */
/***************************/



.prod{
	float:left;

}

.prod div{
	width:128px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:110px;
}

.prodList .prod, #searchResults .prod{
	width:142px;
	margin-bottom:25px;
}

.newProdList .prod{
	width:152px;
	margin-bottom:10px;
}

.newProdList .prod.first div{
	float:left;
}
.newProdList .prod.last div{
	float:right;
}

.newProdDivider{
	float:left;
	display:block;
	width:57px;
	background:url(/images/template/furnVertRule.gif) no-repeat center top;
	height:95px;
}



/**************************/
/*   SPEC TABLE STYLES    */
/**************************/

.specTable{
	width:100%; 
	border-collapse:collapse;
	border:1px solid #ddd;
	margin:5px 0 10px 0;
}

.specTable th{
	background:#efefef;
	color:#0069B9;
	text-align:left;
	margin:0;
	padding:3px;
	border-bottom:#ddd 1px solid;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

.specTable td{
	margin:0;
	padding:3px;
	border-bottom:#ddd 1px solid;
	border-right:1px solid #ddd;
}


/**************************/
/*   ASSOCIATED PRODUCTS  */
/**************************/
.assocProdProd{
	width:190px;
	float:left;
	overflow:hidden;
	padding:10px 0;
}

.assocProdProd .image{
	width:64px;
	float:left;
}

.assocProdProd .summary{
	width:121px;
	padding-left:5px;
	float:left;
}



/**********************************/
/*         PAGE FOOTER STYLES     */
/**********************************/

#footer{
	margin-top:3px;
	width:760px;

}

/**********************************/
/*    DEFAULT PAGE PROMO STYLES   */
/**********************************/
#defaultcontent 
{
    text-align: center; 
    width: 760px; 
    margin: 0 auto;
    background:#fff;
    overflow:hidden;
    z-index:1000;
}

#topcenter
{
    text-align: center;
    position: relative;
}


#bottomleft, #bottomcenter, #bottomright
{
    
    position: relative;
    width: 245px; 
    float: left;    
}

#bottomleft
{
    text-align: left; 
    padding: 5px 0px 0 5px;
}

#bottomcenter
{
    text-align: center; 
    padding: 5px 5px 0 5px;
}

#bottomright
{
    text-align: right; 
    padding: 5px 5px 0 0px;
}

.homeDivider{
	float:left;
	display:block;
	width:1px;
	background:url(/images/template/furnVertRule.gif) no-repeat top;
	height:95px;
}
.homeHDivider{
	display:block;
	height:10px;
	background:url(/images/template/headerHorzLine.gif) no-repeat center top;
	width:760px;
}

/**********************************/
/*     MERCHANT SEARCH STYLES     */
/**********************************/
#Content #searchResults .merchantSearch
{
    float:left;
    padding: 0px 8px 5px 5px;
    width: 170px;
}

#Content #searchResults .merchantrow
{
    overflow:hidden;
    width:100%;
    position:relative;
    margin-bottom:10px;
}