/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}
a {
	text-decoration:none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:955px;
	background-image: url(/images/back_tiled.gif);
	background-repeat: repeat-y;
}
#header {
	position:relative;
	margin-bottom:0px;
	height:192px;
	background-image: url(/images/back_header.gif);
	background-repeat: no-repeat;
}
#menu {
	position:absolute;
	width:570px;
	text-align:right;
	right:85px;
	top:135px;
	height: 50px;
}
#content {
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-left:100px;
	padding-right:100px;
	width:755px;
}
#footer {
	clear:both;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	height:98px;
	width:955px;
	background-image: url(/images/back_footer.gif);
	background-repeat: no-repeat;
}
.icon {
	float:left;
	text-align:center;
	font-size:10px;
}
.deck {
	height:360px;
	width:188px;
}
.softgoods {
	height:240px;
	width:240px;
}
#menuMain {
	border-bottom-style:solid;
	border-bottom-color:#FF0000;
	border-bottom-width:1px;
	margin-bottom:3px;
}
.fineprint {
	font-size:10px;
}