/* Defines the transparent text boxes */
/* blue = 204060*/
/* bright orange = FF9922 */
/* dull orange = 994422 */
  
div.sidebox {
	border: 1px solid #222222;
    position: relative;
     width: 100%;
    //position: fixed;
	//top: 210px;
    //width: 298px;
}

div.box {
     border: 1px solid #222222;
     //border: 1px solid #204060; 
    position: relative;
     width: 100%;
//	background-image:url('images/bg.jpg'); 
}

div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}

div.box_background {
     background-color: black;
     height: 100%;
     filter:alpha(opacity=80); /* IE's opacity*/
     left: 0px;
     opacity: 0.80;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}

img.padded {
	padding: 10px;
}


a:link {
	color: #FF9922;
}
a:visited {
	color: #994422;
}
a{
	outline: none;
}

h1  {
	color: #AAAAAA;
	font-family: Tahoma, Verdana, "Arial", Times, serif;
	font-size: 14px;
}


h2  {
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica; 
	font-size: 24px;
}
.main_content_header {
	color: #FFFFFF;
	font-family: Avant Garde, Trebuchet MS, Comic Sans MS, calibri, arial, serif;
	font-weight: Strong;
	font-size: 16px;
//	background-color: #204060;
	padding: 5px;
	//background-image: url(./images/gradient.gif);

	background-repeat: repeat-x; 

}
.main_content_subheader {
	color: #FFFFFF;
	font-family: Trebuchet MS, Comic Sans MS, calibri, arial, serif;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
}

.main_content {
	color: #DDDDDD;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.side_content {
	color: #DDDDDD;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.link_heading {
	color: #2266DD;
	font-weight:bold;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-size: 12px;

}
.link_text {
	color: #DDDDDD;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-size: 11px;

}

.quote {
	color: #90C0F0;
	text-align: center;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-style: italic;
	font-size: 14px;
}
.disclaimer {
	color: #FFFFFF;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-style: italic;
	font-size: 10px;
}
.show_specs {
	color: #99AAFF;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-size: 11px;
}
.top {
	text-align: right;
	font-family: Calibri, Tahoma, Verdana, "Arial", Times, serif;
	font-size: 10px;
}


 

.footer-text {
    
	color: #FFCC00; 
	font-family: "Verdana", Arial, Times, serif;
	font-size: 10px;
}
.style5 {
	color: #88CCFF;
	font-family:  Tahoma, "Verdana", Arial, Times, serif;
	font-size: 12px;
}

body {
	margin:0px;
	background-image:url('images/background_smokey.jpg'); 
	background-repeat:repeat-y; 
	background-position: top center;
	background-color: #000000;
	overflow-y:scroll;
}


form {
border: 0px solid #aaaaaa; 
 padding: 5px; 
}
input {
background-color: #666666; 
color: #ffffff;
border: 1px solid #aaaaaa; 
}
textarea {
background-color: #666666; 
border: 1px solid #aaaaaa; 
color: #ffffff;
}



#mdle 
{
	height: 300px;
	width: 1021px;
	background-color: #000000;
}
 

div.hidden
{
	font-family: Tahoma, Verdana, "Arial", Times, serif;
	font-size: 0px;
}



div#gallery {width: 800px; height: 690px; margin-left: auto; 
margin-right: auto;}

object a {display: none;} 
object {margin-left: auto; margin-right: auto; display block;}
 















 
