@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0px; padding: 0px;
	background-color: #000;
	font-family: Tahoma, Verdana, sans-serif;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
p {
	font-size: 12px;
	color: #fff;
	margin: 10px auto;
}
td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
a { color: #f00; text-decoration: none; }
a:hover { color: #d00; }
a:active { color: #f00; text-decoration: underline; }
img { border: none; margin: 0; padding: 0; }


/* Divs IDs */

#bodybox {
	width: 1023px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
	border: 1px solid #444;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -400px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mastbox {
	padding:0px; margin:0px;
	height: 162px; width:1023px;
	background: url(../images/mast.png);
}
#menu {
	width: 371px; height: 31px;
	margin: 0; padding: 0px;
	padding-top: 106px; padding-left:225px;
}
#bodycontent {
	text-align:left;
	clear:left;
	margin:0; padding:0;
	background: url(../images/small_camo.png) no-repeat;
	height: 605px;
}
#bodyleft {
	padding: 30px 0 0 30px;
}
#bodyright {
	float:right;
	width: 229px;
	margin: 0 20px
}
#emailup {
	background: url(../images/email_updates.png);
	width: 229px; height: 149px;
	margin: 10px 0;
}
#feedback {
	background: url(../images/feedback.png);
	height: 72px; width: 229px;
	margin: 10px 0;
}
#emailup p, #feedback p { padding: 25px 20px 0 20px; font-size: 11px; }
#emailup input[type=text] { width: 185px; margin-bottom: 10px; }
#emailup label { width: 189px; margin: 10px 20px;}
#footer {
	text-align:left;
	margin:0; padding:0;
}
#footer p {
	float:left; margin: 10px;
	color: #666; font-weight: bold;
}
#footer a{color:#808080}
#contactform p{ font-family:"Times New Roman", Times, serif; font-size: 14px; letter-spacing: 3px; }
.orderbox { color: #777;width:420px;padding:5px;margin-top:3px; }
#contactform input[type=text] { width: 180px; margin-top: 3px; color: #000;}
#contactform {width:440px;}
#formleft {width:200px;float:left;}
#formright {float:right;width:200px}
/* Custom Tags */
.right { text-align: right; }
.red { color: #f00; }
.center { text-align: center; }
.poke { float:right!important; margin: 20px 25px 10px 0!important; }
.poke a { color: #666 }
.imgspace { margin-right: 14px; margin-top: 5px; }
.cards { width: 645px; }
.cards img { float:left; margin-right: 6px; margin-bottom: 10px }
.prices { width:664px; height:525px; background: url(../images/price_bg.png); padding:25px 25px 0px 25px; color:#fff!important }
.prices a { color: #fff!important; text-decoration:underline; font-weight:bold }
table.price { border-collapse:collapse; width:90%  }
.price th { font-size: 12px; font-weight:normal;text-align:center; }
.price td { text-align:center; }
/* Menu CSS */
#air {overflow: hidden; }
#navy {overflow: hidden; }
#army { overflow: hidden; }
#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	height: 31px;
	margin: 0px; padding: 0px;
}
#menu img {
	float: left;
	margin: 0px; padding: 0px;
}