body {
	font-family: Times New Roman;
	font-size: 13px;
	color: white;
	background-color: black;
	background-image: url("../images/bg.png");
}

a {
	text-decoration: none;
	color: red;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

#content {
	position: absolute;
	left: 50%;
	margin-left: -503px;
	width: 1006px;
}

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

#logo {
	height: 97px;
	padding: 5px 10px;
}

#body-border-top {
	background-image: url("../images/elem-top_fade.png");
	background-repeat: repeat-x;
	height: 2px;
}

#body-border-top-right {
	background-image: url("../images/elem-top_right_fade.png");
}

#body-border-left {
	background-image: url("../images/elem-left_fade.png");
	background-repeat: repeat-y;
	padding: 1px;
}

#body-border-right {
	background-image: url("../images/elem-right_fade.png");
	background-repeat: repeat-y;
	padding: 2px;
}

#body-border-bottom {
	background-image: url("../images/elem-bottom_fade.png");
	background-repeat: repeat-x;
	height: 4px;
}

#body-border-bottom-left {
	background-image: url("../images/elem-bottom_left_fade.png");
	height: 4px;
}

#body-border-bottom-right {
	background-image: url("../images/elem-bottom_right_fade.png");
	height: 4px;
}

#body {
	background-color: black;
	color: white;
	width: 100%;
	padding: 6px 0px;
}

.dotted-line {
	width: 100%;
	height: 2px;
	background-image: url("../images/elem-dotted_line.png");
	background-repeat: repeat-x;
}

#menu {
	width: 100%;
	height: 18px;
	margin-top: 5px;
	margin-left: 40px;
}

#menu li {
	float: left;
	margin-right: 85px;
	font-family: Times New Roman;
	font-size: 12px; 
}

#menu li a {
	color: white;
}

#menu li a:hover {
	color: red;
	text-decoration: none;
}

#main-elem-1 {
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}

#main-elem-1 ul {
	position: absolute;
	z-index: 1000;
}

#main-elem-1-images {
	width: 752px;
	height: 354px;
	margin-bottom: 6px;
}

#main-elem-2 {
	position: absolute;
	margin-left: 761px;
	cursor: pointer;
}

#main-elem-2-images {
	position: absolute;
	width: 233px;
	height: 175px;
}

#main-elem-3 {
	position: absolute;
	margin-top: 179px;
	margin-left: 761px;
	cursor: pointer;
}

#main-elem-3-images {
	position: absolute;
	width: 233px;
	height: 175px;
}

.caption {
	margin: 5px;
}

.caption li {
	float: left;
}

.caption-left {
	position: relative;
	height: 33px;
	width: 10px;
	background-image: url("../images/elem-caption_left.png");
}

.caption-center {
	position: relative;
	height: 33px;
	padding: 0px 10px 0px 10px;
	line-height: 31px;
	background-image: url("../images/elem-caption_center.png");
	background-repeat: repeat-x;
	font-family: Times New Roman;
	font-size: 12px;
}

.caption-right {
	position: relative;
	height: 33px;
	width: 10px;
	background-image: url("../images/elem-caption_right.png");
}

#footer {
	margin-top: -2px;
	margin-left: 8px;
	width: 100%;
	height: 50px;
}

#copyright {
	font-size: 10px;
	color: white;
}

#follow {
	margin-left: 645px;
}

#follow ul li a img {
	margin-top: 7px;
	height: 17px;
	margin-left: 10px;
}

#products {
	position: absolute;
	left: 50%;
	margin-top: 507px;
	margin-left: -494px;
	width: 988px;
	background-color: black;
	z-index: 1000;
}

.product-caption {
	display: none;
	position: absolute;
	margin-top: 88px;
	background-color: black;
	height: 63px;
	width: 150px;
	text-align: center;
	opacity: .65;
	background-image: url("../images/elem-caption_product_bg.png");
}

#product-caption-name {
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: bold;
	margin: 10px;
	height: 20px;
	width: 130px;
	overflow: hidden;
	opacity: .85;
}

#product-caption-price {
	margin-top: -5px;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: red;
	opacity: .85;
}

div.scrollable {
	position: relative;
	overflow: hidden;
	width: 931px;
	height: 152px;
	background-color: black;
}

div.scrollable div.items {	
	width: 20000em;
	position: absolute;
	clear: both;
}

div.scrollable div.items div {
	float: left;
	width: 150px;
	margin-right: 2px;
	cursor: pointer;
}

div.scrollable div.items div img{
	height: 148px;
}

div.scrollable div.items div.active {
	border: 1px solid #ccc;		
	background-color: #fff;
}

div.scrollable {
	float:left;
}

a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 28px;
	height: 152px;
	background:url(../images/elem-left_arrow.png) no-repeat;
	float: left;
	cursor: pointer;
}

a.next, a.nextPage {
	background-image:url(../images/elem-right_arrow.png);
	clear:right;
}

a.prev:hover {
	background-image:url(../images/elem-left_arrow-over.png);
}

a.next:hover {
	background-image:url(../images/elem-right_arrow-over.png);
}

.title {
	font-family: Times New Roman;
	font-size: 18px;
	color: white;
	margin-left: 10px;
	letter-spacing: 2px;
	width: 450px;
}

label {
	width: 10em;
	float: left;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
