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

#body{
	background:url(../images/bac_grad.gif);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-size:100%;
}
.wrapper{
	width:1000px;
	background-color:#000;
	text-align:center;
	height:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	overflow:hidden;
	}
.header{
	width: 980px;
	background-color:#000;
	height: 150px;
	margin: 0px 10px 0px 10px ;
	background-image:url(../images/headerimg.png);
	background-position:bottom;

}
#navbar {
	float:right;
	height:50px;
	margin: 90px 60px 0px 0px;
	text-align:right;
	
}

.gallery {
	width:980px;
	height:280px;
	
}

.sideboxes {
	width:198px;
	background-image: url(../images/sidebox_grad.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
	color:#CCC;
	border-top:#3399CC solid 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:10px;
}

#sidebx_01{
	float:left;	
}
#sidebx_02{
	float:left;
	
	}
.maintext{
	width:540px;
	margin-top:10px;
	padding: 0px 10px 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font:100%;
	text-align:left;
	float:left;
	min-height:240px;
	}
	.bot_cont{
		width:1000px;
		float:left;
	}
			
	.bottom_boxes{
		width:200px;
		background-image:url(../images/sidebox_grad.gif);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#000;
		border-top:#3399CC solid 1px;
		}
#bot_01{
	float:left;
	margin: 10px 30px 10px 10px;

}

#bot_02{
	float:left;
	margin: 10px 30px 10px 30px;
}
#bot_03{
	float:left;
	margin: 10px 30px 10px 30px;
}
#bot_04{
	float:left;
		margin: 10px 10px 10px 30px;
}

.formboxes{
	border: #3399CC 1px solid;
	background-color:#333;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:5px 0px 5px 0px;
}
.secttxt {
	width: 470px;
	margin:10px 10px 0px 0px;
	padding: 0px 10px 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size:12px;
	font:100%;
	text-align:left;
	float:left;
	min-height:240px;
}
.sectimg{
	width:470px;
	/*border-right:#3399CC solid 2px;*/
	margin:10px 0px 0px 10px;
	padding:10px;
	float:left;
	text-align:center;
}
.shopbox{
	width: 980px;
	margin:10px;
}
.terms{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:9px;
	font:100%;
	text-align:left;
	font-weight:bold;
}
.smltext{
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
}

.frntlft{
	width:50%;
	float:left;
	}
.frntrgt{
	width:50%;
	float:left;
}