@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:1px;
	background: #d5dbae url(../images/bggrad.png) repeat-x fixed;
}


div#background {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
	height:6300px;
	min-height:100%;
	background: url(../images/backgroundshadow.png) repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:830px;
	background: white;
	height:6300px;
	min-height:100%; /* real browsers */
}


div#header {
	padding:0em;
}

div#footer {
	position:absolute;
	bottom:5px; /* stick to bottom */
	left: 40px;
}

#SBT {
	visibility: visible;
	position: absolute;
	top: 50px;
	left: 30px;
	width: 428px;
	height: 110px;
	z-index: 2;
}

#maincol {
	visibility: visible; 
	position: absolute; 
	top: 180px; 
	left: 40px; 
	width: 500px;
	background-color: #EEE;
	overflow: hidden;
}

#sidecolumn {
	font: 12px/18px Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	padding-bottom: 10px;
	top: 180px;
	left: 560px;
	position: absolute;
	width: 225px;
	border-top: 2px solid black;
}

ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.standards {
	padding-right: 1px;
	display: inline-block;
}

.text {
	font-family: Helvetica, Arial, Verdana, Lucida Grande; 
	font-size: 16px; 
	color: #999999; 
	line-height: 20px;
}

.copyright {
	font-family: Helvetica, Arial, Verdana, Lucida Grande;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	margin-top: 3px;
	position: relative;
	margin-bottom: 6px;
	display: block;
	left: 0;
	bottom: 0px;
}

.productname {
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #333;
	font: bold 15px/16px Helvetica, Arial, Geneva, sans-serif;
}

.productstyles {
	margin-bottom: 1px;
	padding-bottom: 3px;
	color: #999;
	font: 12px/14px Helvetica, Arial, Geneva, sans-serif;
	margin-top: 1px;
}

.productdescription { 
	color: #666;
	display: block;
	font: 13px/16px Helvetica, Arial, Geneva, sans-serif;
	margin-top: 10px;
	background-color: #e2eae9;
	border-bottom: 1px dotted black;
	border-top: 1px solid black;
	padding: 7px 7px 10px 10px;
}

a:hover {
	text-decoration: none;}

.productimage {
	display: block;
	margin-top: 10px;
	overflow: hidden;
	width: 500px;
}

.productbox {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	border-top: 2px solid black;
	background-color: white;
	margin-bottom: 20px;
}

a:link {
	text-decoration: underline; 
	color: #666699
}

a:active {
	color: #CCCCCC; 
	text-decoration: none; 
	background-color: #00FFFF
}

a:visited {
color: #333366; 
text-decoration: underline
}

.buybutton1 {
	position: relative;
	float: left;
	visibility: visible;
	margin-top: 5px;
	padding-bottom: 5px;
	z-index: 1;
	padding: 3px;
}

.buypaypal {
	position: relative;
	float: left;
	visibility: hidden;
	margin-top: 5px;
	padding-bottom: 5px;
	z-index: 1;
	padding: 3px;
}

.buttonright {
	position: relative;
	visibility: visible;
	margin-top: 5px;
	z-index: 1;
	padding: 3px;
	float: left;
}

.buy {
	height: 30px;
}

.sidepara {
	font: 12px/18px Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 0;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.bold {
	font-weight: bold;
}
