﻿/* CSS layout */
body {
	background-color: #000000;
	text-align: center;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	font-family: Trebuchet ms;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#container {
	position: relative;
	width: 990px;
	height: 125px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#slideshow
{
	position:absolute;
	top:0px;
	right:0px;
	height:154px;
	width:248px;
}
#header {
	width: 990px;
	height: 125px;
}
#contentwrapper {
	width: 990px;
	background-image: url('../images/content-bg.jpg');
	background-repeat: repeat-y;
}
#content {
	width: 700px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	text-align: left;
}
#contentcap {
	width: 713px;
	height: 64px;
	background-image: url('../images/black-sub-header.jpg');
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 40px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#contentcap a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#contentcap a:visited {
	color: #dddddd;
	text-decoration:none;
}

#innercontent {
	width: 713px;
	padding: 20px;
}
#left_col {
	width: 277px;
}
#right_col {
	width: 713px;
}
#search {
	width: 150px;
	height: 20px;
	background-image: URL('../images/search-bg.png');
	background-repeat: no-repeat;
	vertical-align: top;
}
#nav {
	width: 277px;
}
#footer {
	color: #FFFFFF;
	font-size: 10px;
	height: 169px;
	width: 990px;
	padding-top: 10px;
	text-align: center;
	background-image: URL('../images/footer.jpg');
	background-repeat: no-repeat;
}
#copyright {
	color: #FFFFFF;
	font-size: 10px;
	width: 900px;
	padding-top: 120px;
	text-align: center;
}
#copyright a:link {
	color: #FFCC00;
}
#copyright a:visited {
	color: #dddddd;
}
.receiptbg {
	background-color: #FFFFFF;
}
.optionbutton {
	font-family: arial;
	font-size: xx-small;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: xx-small;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
/* PRODUCT PAGE */
#ProductName {
	width: 655px;
}
#ProductDescripImage {
	width: 655px;
}
#ProductProperties {
	width: 655px;
}
#ProductManufRow {
	width: 655px;
}
#BuyBar {
	width: 655px;
}
/* CART */
#CartWidth {
	width: 655px;
}
#CartProgressBar {
	width: 655px;
}
.cartContents {
	width: 655px;
}
#cartdisplayright {
	width: 655px;
	text-align: right;
}
#BillCollectionTableSameAs {
	width: 90%;
}
#BillingInformationCollectionTable {
	width: 90%;
}
#ShippingCollectionHeader {
	width: 90%;
}
#ShippingInformationCollectionTable {
	width: 90%;
}
#PaymentInformationHeaderTable {
	width: 655px;
}
#PaymentInformationTable {
	width: 655px;
}
#AdditionalInfoHeaderTable{
	width: 655px;
}
#AdditionalInfoTable{
	width: 655px;
}
