@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html{
	height:100%;
}
body {	
	background:#000033;
	margin:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	letter-spacing:1.2px;
}
p {
	margin-bottom:10px;
	line-height: 1.5em;
	text-align: justify;
}
h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#710000;
}
h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#710000;
}
a, input {     outline: 0;  }
a {
	color:#33F;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -80px;
	margin-left: auto;
}
#header{
	width:1000px;
	height:225px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/top.jpg) no-repeat;
}
#menu{
	position:absolute;
	width:600px;
	margin-left:340px;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu ul{
list-style: none;
padding: 0;
margin: 0 auto;
}
#menu li{
	float:left; 
	list-style:none;
display: block;
margin: 0;
padding: 0;
}
#content{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/blue2.jpg) repeat-y;
	top: 0px;
	bottom: 0px;
}
#leftside{
	width:260px;
	float:left;
	margin-top:-80px;
	padding-left:20px;
}
#bodycontent{
	width:570px;
	margin-left:340px;
	padding:15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer {
	height:181px;
	background:url(images/footer.jpg) no-repeat;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer-content{
	width:560px;
	margin-left: 340px;
	padding:20px;
	text-align:center;
	font-size:12px;
}
.tdleft{
	color: #FFF;
	background-color: #39F;
	text-align: left;
	border: thin solid #03C;
}
.button{
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
.bottomlinks{
	padding:10px;
	font-size:11px;
}
.bottomlinks a{
	color:#999;
	text-decoration:none;
}
.rqrd{
	color:#F00;
}
.small{
	font-size:12px;
}
#pricetable{
	margin-left:-17px;
	margin-right:-17px;
	margin-top:12px;
}
.pricecell{
	width:205px;
	height:330px;
	background:url(images/price-bg.png) center no-repeat;
	text-align:center;
}
.pricecellactive{
	width:205px;
	height:330px;
	background:url(images/price-bg-active.png) center no-repeat;
	text-align:center;
}
.pricecellcontact{
	width:205px;
	height:330px;
	background:url(images/price-bg-contact.png) center no-repeat;
	text-align:center;
}
.price{
	font-size:30px;
	font-weight:bold;
	padding-top:6px;
}
.sizediv{
	font-size:18px;
	font-weight:bold;
	padding-top:12px;
	color:#FFF;
}
.specialprice{
	position:relative;
	width:80px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-73px;
	z-index:5;
}
.pricedetails{
	width:155px;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	margin-top:75px;
}
.pricedetails p{
	font-size:12px;
	padding: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align:center;
}
.pricedetails ul{
	list-style:none;
	padding:0;
	text-indent:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.pricedetails li{
	font-size:12px;
	padding: 3px;
	margin: 0;
	text-indent:0;
}
.red{
	background-color:#F00;
}
.transparent{
	background-color:transparent;
}
#notice{
	font-size:12px;
	font-weight:bold;
	color:#F60;
	padding-left:20px;
}
.hotspot{
	height:55px;
	bottom:0;
	margin-top:auto;
	width:100%;
	cursor:pointer;
}
