@charset "utf-8";
/* CSS Document */

/* Tags */

body {
	background-color: #000000;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #cc4901;
}
a:visited {
	color: #cc4901;
}
a:hover {
	color: #FE5901;
}
a:active {
	color: #cc4901;
}
h1 {
	font-size: 19px;
	color: #FFFFFF;
	font-weight: lighter;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
	}
	
input,textarea {
	border: 1px solid #ffffff;
	background-color: #999999;
	color: #000000;
	font-size: 11px;
}

hr {
	border: 1px dashed #333333;
}

/* Class */

.column-left {
	background-image: url(images/index_10.png);
	background-position: top;
	background-repeat: repeat-y;
	width: 41px;
	vertical-align: bottom;
	}
	
.column-right {
	background-image: url(images/index_12.png);
	background-position: top;
	background-repeat: repeat-y;
	width: 40px;
	vertical-align: bottom;
	}
	
.content {
	background-image: url(images/index_11.png);
	background-repeat: repeat-y;
	width: 779px;
	height: 459px;
	vertical-align: top;
	}
	
.footer {
	background-image: url(images/index_15.png);
	background-repeat: repeat-y;
	width: 779px;
	height: 76px;
	font-size: 10px;
	}
	
.menu-left {
	background-image: url(images/index_03.png);
	width: 185px;
	height: 52px;
	}
	
.menu-right {
	background-image: url(images/index_05.png);
	width: 186px;
	height: 52px;
	}
	
.search {
	background-image: url(images/index_08.png);
	width: 264px;
	height: 25px;
	
	}
	
.search-text {
	font-size: 11px;
	color: #ffffff;
	}
	
.product-box-featured {
	background-image: url(images/product-box-featured.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 280px;
	width: 487px;
	
}
	
.product-box {
	background-image: url(images/product-box.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 160px;
	width: 158px;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}

.product-box a:link {
	color: #ffffff;
	text-decoration:none;
}

.product-box a:visited {
	color: #ffffff;
	text-decoration:none;
}
.product-box a:hover {
	color: #FFFF95;
	text-decoration:none;
}
.product-box a:active {
	color: #ffffff;
	text-decoration:none;
}

.index-header {
	background-image: url(images/index-header.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 222px;
	width: 779px;
}

.index-header a {
	color:#FFFFFF;
}

.index-header-white {
	color: #ffffff;
	}
	
.table-header {
	color: #ffffff;
	font-weight: bold;
	background-color:#5C5C5C;
}

.quote {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}