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

*{margin: 0;
	padding: 0;
	border: none;
}

h1{
	
}

h2{

}

h3{
	
}

a{
	text-decoration: none;
	color: white;
}

p{
	margin: 5px 0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background: black;
}

#container{
	width: 1010px;
	margin: 10px auto 10px auto;
	padding: 10px 5px;
	background: #F1F1F3 url(new_images/bg.jpg) repeat-x;
}

#leftbox{
	width: 795px;
	float: left;
	background: url(new_images/leftbox_bg.jpg) 1px 0 repeat-y;
}

#banner{
	width: 100%;
	position:relative;
}

#shipping{
	position:absolute;
	z-index:999;
	top: 150px;
	margin-left: 660px;
}

#mainimg{
	margin-left: -5px;
}

#maincontent{
	text-align:center;	
	 border-top: 2px solid #A4A5A6; 
	 border-bottom: 2px solid #A4A5A6;
	 padding: 7px 0;
	 width: 750px;
	 margin: 10px auto;
}

#footer{
	text-align:center;
	font-size: 10px;
	background: url(new_images/footer.jpg) center bottom no-repeat;
}

#footer a{
	text-decoration: underline;
	color: black;
}

#rightbox{
	float: right;
}

.rbox_top{
	background: url(new_images/rbox_top.png) no-repeat;
	height: 20px;
	width: 210px;
}

.rbox{
	padding: 0 15px;
	width: 182px;
	background: url(new_images/rbox_mid.png) repeat-y;
	font-weight:bold;
	line-height: 20px;
}

.rbox_bot{
	background: url(new_images/rbox_bot.png) no-repeat;
	height: 23px;
	width: 210px;
}

.quotor{
	font-size:12px;
	font-style:italic;
	text-align:right;
	margin-top: 10px;
}
