@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 80% Arial, Helvetica, sans-serif;
	background-image: url(/img/left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

a {
	outline: none;	
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 25px;	
}

#frame {
	min-width: 1100px;
}

#header {
	background-color: #6F3098;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 195px;
	color: #fff;
}

#logo {
	width: 472px;
	margin-left: 145px;
	float: left;
	padding-top: 45px;
}

#logo h1 a {
	width: 472px;
	height: 103px;
	background-image: url(/img/logo.text.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

#menu {
	width: 400px;
	height: 195px;
	float: right;
}

#basket {
	height: 105px;	
}

#basketContainer {
	margin: 40px 20px;
	padding-right: 50px;
	padding-top: 8px;
	background-image: url(/img/basket.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	text-align: right;
}

#basketContainer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}	

#nav {
	height: 40px;
	margin-top: 17px;
}

#nav ul {
	list-style-type: none;	
	
}

#nav ul li {
	float: right;
	margin: 2px 15px;
}	

#nav ul li a {
	font-size: 140%;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #669933;
}
	
#page {
	clear: both;	
}

#left {
	width: 138px;
	background-color: #669933;
	float: left;
}

#left ul {
	margin: 15px 7px;	
	list-style-type: none;
}

#left ul li {

}

#left ul li a {
	color: #6F3098;
	text-decoration: none;
	font-size: 160%;
	padding: 5px;
	display: block;
}

#left ul li a:hover {
	color: #fff;
}

#left ul li#selected a {
	background-color: #6F3098;
	color: #fff;
}

#content {
	width:900px;
	float: left;
	margin: 20px;
}

#content h1 {
	font-size: 240%;
	font-weight: normal;
	margin-bottom: 20px;
}

#content p {
	margin: 10px 0px;	
}

.productBox {
	width: 200px;
	height: 263px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 110%;
}

.specialText {
	color: yellow;
	font-weight: bold;	
}

.productBox table {
	width: 100%;	
}

.productBox table tr td {
	padding: 2px;	
}

.productBoxName {
	text-align: left;	
}

.productBoxPrice {
	text-align: right;
	font-weight: bold;
}

.productCode {
	font-size: 80%;
}

.productImage {
	width: 400px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: url('/img/zoomin.cur');
}

.productPreview {
	width: 400px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;

}

.productContainer {
	float: left;
	width: 400px;
	height: 1000px;
	margin-right: 50px;
}

.productPreview table {
	width: 100%;	
}

.productPreview table tr td {
	padding: 5px;	
}

.productPreviewName {
	text-align: left;	
	font-size: 150%;
}

.productPreviewPrice {
	text-align: right;
	font-weight: bold;
	font-size: 150%;
}

.optionThumbs {
	
}

.optionThumbs a {
	width: 120px;
	height: 120px;
	display: block;
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footer {
	background-color: #6F3098;
	color: #fff;
	clear: both;
}
.footer a {
	color: #fff;
	text-decoration: none;
}

.footerInner {
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
}

.productPreview input {
	width: 90px;
	height: 35px;
	background-image: url(/img/buy.png);
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}	

#basket td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

#mailing,#search {
	margin: 10px;
}

#mailing h2, #search h2 {
	color: #fff;	
	font-weight: normal;
}

.searchBox {
	width: 70px;
}
