@charset "utf-8";
/* CSS Document */
/*
Rubb Military Screen Media CSS styles	  
*/



/* id css styles */
#wrapper
{
	/* nothing here as not used for print */
}

/* banner div */
#header
{
	/* do no display on print; for screen only */
	display:none;
}
#header_print
{
	/* nothing here as not used; only print banner */
}

/* main div */
#content
{ 
 width: 900px;
 height: auto;
}

/* product div IMPORTANT - HEIGHT DETERMINES AMOUNT OF SPACE TO USE FOR CONTENT */
#main
{
	width:860px;
	margin-left:20px;
	height:600px;
}

#mainleft
{
	padding:0px;
	width:410px;
	height:auto;
	margin:0px;
	float: left;

}

#mainright
{
	padding:0px;
	width:410px;
	height:auto;
	margin:0px;
	float: right;
}

/* footer div */
#footer
{
	/* do no display on print; for screen only */
	display:none;
}
#footer_nav
{
	/* do no display on print; for screen only */
	display:none;
}
#footer_navtext
{
	/* do no display on print; for screen only */
	display:none;
}
#footer_print
{
	/* nothing here as not used; only print footer */

}


/* begin print only styles */

#main_print
{
	margin:0;
	padding:0;
}

#spandoors_left
{
	display:none;
}

#spandoors_right
{
	display:none;

}
#spandoors_right_print
{
		/* nothing here as not used; only print span doors image */

}


/* end print only styles */

* { padding: 0; margin: 0; }



/* tag css styles */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #201c1c;
}
ul
{
	padding-left:20px;
}
li
{
	padding-bottom:10px;
}

/* class css styles */

/* nav pictures*/

.navpicture_text
{
	font-size:80%;
}

.smalltitle
{
	font-size:80%;
	color:#FFF;
	font-weight:bold;
}
.maintext
{
	color:#dedede;
}
.subtitle
{
	font-size: 110%;
	color: #859640;
	padding:4px;
	display: inline;
}
.break
{
	line-height: 10px;	
}
.button
{
	margin-left:300px;
}
.transparent_repeat
{
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

