@import url("styles.css");

/* Global styles */
body {
	text-align: center;
	background: black;
	margin: 0px;
}

/* Layout */
#header_frame {
	margin: 0 auto auto auto;
	color: white;
	background: url("../images/back_top.jpg") top center no-repeat;
	height: 236px;
}
#header {
	padding-top: 100px;
	background: url("../images/back_logo.jpg") top center no-repeat;
	height: 136px;
}

#header #logo {
	padding-top: 1px;
	padding-left: 26px;
}

#header_frame #toplinks {
	font-weight: bold;
	font-size: 15px;
	width: 900px;
}
#header_frame #toplinks, #header_frame #toplinks a {
	color: #3e3127;
	padding: 0 4px;
}
#header_frame #toplinks a:hover {
	color: black;
	text-decoration: none;
	background: #d5ab6e;
}

#content {
	margin: 0 auto auto auto;
	background: url("../images/back_mid.jpg") top center repeat-y;
	color: #3e3127;
}

#content_frame {
	text-align: left;
	width: 900px;
	padding: 0 65px 0 65px;
	background: url("../images/back_body.jpg") top center repeat-y;
	min-height: 435px;
}

#content_frame #right {
	float: right;
	width: 155px;
	margin-left: 25px;
}

#content_frame #right h2 {
	text-align: center;
	margin: 0;
}
#content_frame #right .box {
	background: #eadab9;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 10px;
	color: #55422a;
}
#content_frame #right .box a {
	color: #55422a;
}
#content_frame #right .box ul {
	margin: 0;
}


#content_frame #left {
	width: 710px;
	margin: 0;
}

#nav {
	margin: 0 auto auto auto;
	background: url("../images/back_nav.jpg") top center no-repeat;
	height: 34px;
}

#navpath {
	height: 24px;
	padding: 8px 10px 0 10px;
	width: 900px;
	font-weight: bold;
	text-align: left;
}

#search {
	float: right;
}
#search input {
	border: 1px solid #55422a;
}

#foot {
	margin: 0 auto auto auto;
	color: white;
	background: url("../images/back_bottom.jpg") top center no-repeat;
	height: 185px;
}

#footer {
	height: 185px;
	background: url("../images/bottom.jpg") top center no-repeat;
}

#footer #links {
	padding-top: 80px;
	width: 650px;
	text-align: right;
}



#body {
	padding: 10px;
}

#end {
	margin: 0 auto auto auto;
	background: url("../images/back_end.jpg") top center no-repeat;
	height: 115px;
}


ul.product_options {
	text-align: left;
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding-left: 0;
}
ul.product_options li {
	display:inline;
	padding: 0;
}
ul.product_options img {
	cursor: pointer;
}

ul.products {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
ul.products li {
	margin: 0;
	padding: 2px 6px;
}
ul.products a {
	color: black;
	font-weight: ;

}

td.price {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

#topmenu {
	text-align: right;
	margin-top: 0px;
	padding: 2px;
	background: #E0E0E0;
}

#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;

}
#topmenu li {
	float: left;
	padding: 3px 10px 0 10px;
	font-size: 11px;
}
#topmenu a {
	color: black;
}

#productpixs {
        margin: 0 0 2px -2px;
	padding: 0;
}
#productpixs li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 2px;
}
#productpixs li.hit {
	background: #333;
	color: white;
}
#productpixs li.hit a {
	color: white;
}

.popup {
	background: white;
	text-align: left; 
	padding: 10px;
        scroll: yes;
}

table.table th {
	border-bottom: 1px solid #55422a;
}
