body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: url('../images/bg_body.jpg') repeat-x fixed #000;
}

#container {
	position: relative;
	width: 770px;
	margin: 15px auto 0px auto;
}

#left {
	width: 150px;
	height: 600px;
	float: left;
	background: url('../images/bg_lnav_shafe.jpg') no-repeat #000;
}

#nav {
	position: absolute;
	top: 139px;
	left: 0px;
}

#gap {
	width: 20px;
	float: left;
	background-color: #000;
}

#header {
	width: 770px;
	height: 100px;
}

#mainContainer {
	background: url('../images/bg_container.gif') repeat-y #000;
}

div.product {
	display: block;
	margin-bottom: 30px;
}

#right {
	width: 600px;
	float: left;
}

#rightContent {
	width: 564px;
	background-color: #fff;
	color: #000;
	padding: 18px;
}


a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

h1.img {
	margin: 0;
	padding: 0;
}

h1.title {
	font-size: 16px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

img.banner {
	margin-left: 37px;
	margin-top: 20px;
	vertical-align: top;
	border: 1px solid white;
}

img.gallery {
	border: 1px solid red;
	margin: 0px 15px 15px 0px;
}

img.prodImage {
	float: left;
	margin-right: 15px;
	clear: left;
	border: 3px solid #000;
}

#nav a, #nav a:visited, #nav a:active {
	color: #fff;
	font-size: 14px;
	display: block;
	width: 135px;
	height: 18px;
	/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #000;
	text-decoration: none;
	padding-left: 15px;
	font-weight: bold;
}

#nav a:hover, #nav a.active {
	color: red;
	background-color: #000;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	line-height: 15px;
}

ul {
	list-style-image: url('../images/li.gif');
}

li {
	margin-bottom: 5px;
}

