/* CSS Document */

body {
	padding-top: 15px;
}

/****************************************************   Header   ********************************************/
div#header {
	background-image: url(../../../../images/custom/header_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 960px;
	height: 152px;
}

	div#logo {
		float: left;
		margin-top: 25px;
	}

		div#logo img {
			border: none;
		}
	
	#header ul, #header ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#header ul {
		float: left;
		margin: 20px 0 0 0px;
	}
	
		#header ul li {
			padding: 0px 7px;
			float: left;
			color: #666;
		}
		
		#header ul li.sep {
			border-left: 1px solid #666;
		}
		
			#header ul li a {
				color: #444;
			}
	
	#cart_items {
		float: right;
		/*width: 450px;*/
		text-align: right;
		margin: 18px 10px 0 0;
	}
	
		#cart_items a {
			color: #9C0000;
			text-decoration: none;
			font-weight: bold;
		}
	
	#search {
		clear: right;
		float: right;
		text-align: right;
		margin-top: 25px;
		margin-right: 20px;
		color: #FFF;
		width: 400px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	
		#search form {
			display: inline;
		}
		
			#search input[type="image"] {
				vertical-align: middle;
			}
		
/****************************************************   Main Content   ********************************************/

/*login box (myprofile box)*/
p.reset_pass {
	padding: 0px 5px 5px;

}
	
	p.reset_pass a {
		font-size: 10px; 
		color: #666; 
		text-decoration: underline;
	}

/* Catalog Thumb 3 column */
div.cat_product_top {
	background: url(../../../../images/custom/fp_top.gif);
	height: 5px;
	width: 197px;
}

div.cat_product {
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	width: 195px;
	min-height: 210px;
}

div.cat_product_bottom {
	background: url(../../../../images/custom/fp_bottom.gif);
	height: 4px;
	width: 197px;
}

div.catalog_prod_title {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dashed #333;
	padding: 5px;
	margin: 0px 10px 10px;
	text-align: left;
}


div#home_cont {
	margin-bottom: 10px;
}


/****************************************************   Footer   ********************************************/

div#footer table.footer_bar {
	background-image: url(../../../../images/custom/footer_bar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	height: 32px;
}