@charset "utf-8";
/* CSS Document */

body {
	background:#dbdbdb url("/_images/body_background.jpg") repeat-x;
	margin:0px;
	color:#000000;
}

p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	margin:-5px 0px 0px 20px;
}

h2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}

a {color:#000000;}

a:hover {color: #FF0000;}

#mainWrapper {
	width:897px;
	margin:0px auto;
}

#headerImage {
	width:397px;
	height:81px;
	float:left;
}

#headerImage2 {
	width:397px;
	height:60px;
	float:left;
}

#headerMenu {
	width:500px;
	height:81px;
	float:right;
	background:url("/_images/header2.jpg") no-repeat;
}

#headerMenu p {
	text-align:right;
	font-size:12px;
	padding:60px 15px 0px 0px;
	margin:0px;
}

#headerSearch {
	background:url("/_images/header4.jpg") no-repeat;
	height:50px;
	width:480px;
	text-align:right;
	margin:0px;
	padding: 10px 20px 0px 0px;
	float:right;
}

#headerSearch .searchBar {padding:17px 20px 0px 0px;}

#headerSearch .search {
	width: 250px;
	border: 1px #aaa solid;
	color: #666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 3px;
}

#middle {
	background:#FFFFFF url("/_images/content_background.jpg") repeat-y;
	margin:0px;
}

#content {
	margin:0px auto;
	width:600px;
}

.productPhoto {
	border:#8f8f8f 1px solid;
	margin:0px 15px 0px 5px;
	float:left;
}

.productPhotoright {
	border:#8f8f8f 1px solid;
	margin:0px 5px 0px 5px;
	float:right;
}

#add2cart {
	margin:0px;
	padding: 0px;
	text-align: center;
	width: inherit;
}

#add2cart p {
	font-size:20px;
	text-align:center;
	margin:0px;
}

#add2cart .add {
	display: block;
	width: 175px;
	height: 57px;
	background: transparent url("/_images/buttons/add.gif") no-repeat;
	text-indent: -9999px;
	border: 0px;
	outline: none;
}

* html #add2cart .add {
	font-size: 0;
	line-height: 0;
}

*+ html #add2cart .add {
	font-size: 0;
	line-height: 0;
}

#add2cart .add:hover {background-image:url("/_images/buttons/add-over.gif");}

#add2cart .view-cart {padding:5px 5px 0px 3px;}

#add2cart .checkout {padding:5px 0px 0px 5px;}

.productList {
	width:288px;
	height:60px;
	margin:5px;
	float: left;
	background:url("/_images/product-list-background.jpg") no-repeat #FFFFFF;
	border:#DBDBDB 1px solid;
}

.productList img {float:left; padding:5px 0px 0px 5px; margin-right:10px;}

.productList p {padding:10px 0px 0px 0px; margin:0px;}


.homeBox {
	width:275px;
	background:#FFFFFF url("/_images/square-box-background.jpg") repeat-x;
	padding:10px;
}



#footer {
	background:url("/_images/content_bottom.jpg") no-repeat;
	clear:both;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	padding:10px 0px 0px 5px;
	margin:0px;
	line-height:18px;
}

#footerRight {
	float:right;
}

#footerRight p {text-align:right; padding-right:5px;}

.padding {margin:15px;}

.searchresult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 20px;
}