	
	body {
		background: black url("http://cvairsoft.com/includes/images/bg.jpg");
		font-family: Arial, Helvetica, sans-serif;
		 /* it's good practice to zero the margin and padding of the
		 body element to account for differing browser defaults */
		margin: 0;
		padding: 0;
	}
	#gift-wrapped {
		margin: 10px auto 10px auto; /* center header */
		width: 810px;
		background: #413f33;/*light splotch*/
		border: 1px solid black; 
	}
			
				/* flag tab */

img.flag {
	position: fixed;
	top: 1px; 
	left: 0px; 
	z-index: 1;
	}
	
* html img.flag { /* fixes for ie 6 */
	position: absolute;
	z-index: -1;
	}
	

*:first-child+html img.flag { /* fixes for ie 7 */
	position: absolute;
	z-index: -1;
	}
	
	
	/*eof flag tab */
			
			
			
/*	HEADER	*/		
	#header-container {
		height: auto;
		width: 100%;
		margin: 0;
		
	}
	.header{
		background:  #2A2720; /* url(http://cvairsoft.com/includes/images/header3.jpg) no-repeat;*/	
		margin: 0px auto 0px auto; /* center header */
		font-family: Arial, Helvetica, sans-serif;
		color: white;
		height: 180px;
		border: 4px solid #2A2720; /*dark splotch*/
	}
	


		
/*	FOOTER	*/		
	
	#footer-container {
		height: auto;
		width: 100%;
		margin: 0;
	}

	.footer {
		margin: 0px auto 0px auto; /* center */
		background: #38362A; /*med splotch*/
		font-family: Arial, Helvetica, sans-serif;
		color: white;

		font-size:11px; 
		padding-right:20px; 
		border: 5px solid #2A2720; /*dark splotch*/

	}

	.footer ul.links { 
		padding:0px 20px; 
		margin:0; 
		float:left; 
	}
	.footer ul.links li { 
		list-style-type:none; 
		float:left; 
		margin-right:30px; 
	}
/*		.footer ul.links li a { 
			color: white; 
			font-size:11px; 
		}
	*/
	.copyright { 
		float:right; 
		font-size:11px; 
		padding-right:20px; 
	}
	

 
	
/*	Main Container	*/
	#container {
	
		height: auto;
		width: auto;
		margin: 0; 
		padding: 0px 5px 0px 5px;
		border: 5px solid #2A2720; /*dark splotch*/
		/*border-right: 5px solid #2A2720; dark splotch*/	

	}
	.container {
		
		height: 600px auto;
		margin: 0px auto 20px auto; /* center container */
		font-family: Arial, Helvetica, sans-serif;
		color: white;
		padding: 10px 10px 10px 10px;

	}	
/*	Inner Block Elements	*/
/*	Not all pages are created equal...
	These elements were created for flexiblity in design */
	#inner_head {
		background-color: ;
	}
	
	#inner_wrap { /*No columns*/
		padding-left: 10px;
		background-color: ;
		margin-top: 10px;
	}
	
	#inner_left {
		float: left;
		width: 375px;
		padding-left: 10px;
		background-color: ;
				margin-top: 10px;
	}
	
	#inner_right {
		float: right;
		width: 375px;
		padding-left: 10px;
		background-color: ;
				margin-top: 10px;
	}
	
	#inner_foot {
		background-color: ;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.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;
	}
	
	.construction {
		text-align: center;
	}	
/* Anchor styles */
	a:link {
		color: gray;
		font-size: 100%;
		font-family:Arial, Helvetica, sans-serif;
	}
	a:visited {
		color: gray;
	}
	a:hover {
		color: green;
		font-weight: bold;
		font-size: 110%;
		text-decoration: underline;
	}
	a:active {
		color: red;
	}
	
	.center_it {
		text-align: center; 
		margin-left: auto; 
		visibility:visible; 
		margin-right: auto;	
	}
	
p.dent {
	margin-left: 15px;
	margin-right: 10px;
}	
	
	.boldRed {
		color: red;
		font-weight: bold;
	}
	
	.bold {
		font-weight: bold;		
	}
	

img.social_media {
	height: 32px;
	width: 32px;
	border: none;	  	
}

.left {
	float: left;
}

.right {
	float: right;
}
/*Menu*/ 

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #2A2720;  /*dark splotch*/

border: 1px solid black;
padding: 4px 0;
border-width: 1px 0;

}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('aeroleft.gif') no-repeat top left;
margin-left: 10px;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('aeroleftblack.gif');
}

.black a.aero span{
background-image: url('aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

