@charset "utf-8";
/* CSS Document */


.checkout_option{float: left; width: 220px; margin: 10px;}

#checkout_options_wrapper h1{font-size: 26pt; text-align: center; color:#003;}
#checkout_options_wrapper h2{font-size: 20pt; color:#003;}
#checkout_options_wrapper form label{display: block; padding: 0; margin: 10px 0 0 0; font-size: 10pt;}
.button{color: #003; border:#003 1px solid; padding: 5px; background-color:#FC3; cursor: pointer; z-index: 900;}
.select{background-color:#FF9;} 
.checkout_button{display: block;  width: 200px; margin: 10px 0 0 0; font-size: 11pt;} 
#checkout_options_wrapper p{font-size: 9pt; margin: 0 0 20px 0;}

.warning{color: #F00;}


img{border: none;}
h1 {font-size:28pt;}
h2 {font-size:20pt;}

body { 
	background:url(images/background.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#header_wrapper{
	position: relative;
	width:1000px;
	margin:0 auto 0 auto;
	padding:0;
}

#logo{
	position:relative;
	top:-45px;
	left:-100px;
}

#icon_box{
	position:relative;
	width:720px;
	height:50px;
	left:330px;
	top:-190px;
	z-index:800;
}

#icon_box a{
	float:left;
	color:#FFF;
	text-decoration:none;
	padding-right:20px;
}

.icon{
	float:left;
	height:25px;
	border:none;
	margin-top:-3px;
	padding-right:3px;
}

#buy_now{
	position:relative;
	top:-215px;
	left:500px;
	height:100px;
	margin-bottom:-80px;
	padding:0;
	border:0;
	z-index:4;
}

#blocks{
	position:absolute;
	left:685px;
	top: -100px;
	z-index:2;
}

#navigation{
	top: -50px;
	left: 0px;
	position: absolute; 
	z-index: 500;
}

#dropdown{
   z-index: 500;	
}

#main_wrapper{
	background:url(images/content_bg.png) repeat-x;
	width:1000px;
	height:1200px;
	margin:-110px auto 0 auto;
	padding:20px;
	position:relative;
	z-index: 400;
}

#content_box{
	background:#FFF;
	position:absolute;
	width:740px;
	margin:0;
	padding:20px 20px 20px 20px;
}

.unk_list{
	margin-right:10px;
}

#slideshow{
	margin:0 0 0 110px;
}

#ad_box{
	position:absolute;
	width:200px;
	margin:20px 0 0 20px;
	left:800px;
	top:0px;
	text-align:center;
	border:0px solid #0F0;
	z-index:610;
}

#ad_box img{
	margin-bottom:10px;
	border:none;
}

#footer {
	position:relative;
	width:740px;
	margin:50px auto 30px auto;
	padding:0;
	text-align:center;
}
	

