/* mac hide\*/
html, body 
{
    height:100%
}
/* end hide */

body 
{
	padding:0;
	margin:0;
	text-align:center;
	min-width:970px;/* for mozilla*/
	background-color:#FFD5D6;
	color: #000000;
    font-size: 80%;
    font-family:Arial, Verdana;

	
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.bodytext a, a:active {
font-weight:;color: #333333;text-decoration:none;
}

.bodytext a, a:visited {
font-weight:;color: ;text-decoration:none;
}
.bodytext a:hover {color: #333333;text-decoration:underline;}

A, A:Active, A:Visited
{
    color:;
    font-weight:}

A:Hover
{
    text-decoration:underline;
}

/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   SET UP
''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#outer
{
	height:100%;
	min-height:100%;
	width:970px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
    background-color:;
	background-image: url(../images/mainbg.gif);
	background-color: #FFFFFF;
}

#bglogo
{
    position:absolute;
    right:30px; 
    top:300px;
    z-index:1
}
 
html>body #outer
{
    /*for mozilla as IE treats height as min-height*/
    height:auto;
} 

#innerwrap 
{
    /* enables content first */
	float:left;
	width:970px;
	
	
}

.homeh1
{
    font-size:20pt;
}

#hometitle
{
    position:relative;
    top:-20px;
}

/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   HEADER
''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
	position:absolute;
	top:0;
	width:970px;
	height:137px;
	overflow:hidden;
	color: #000000;
}

#headertext 
{
	color: #ffffff;
	left:160px;
	top:22px;
	position: absolute;
	font-weight:bold;
}

#headertext-flying 
{
	color: #ffffff;
	left:160px;
	top:20px;
	position: absolute;
	font-weight:bold;
	font-size:20pt;
	width:310px;
}

#headertext-low 
{
	color: #ffffff;
	left:340px;
	top:55px;
	position: absolute;
	font-weight:bold;
	font-size:20pt;
	width:200px;
}


#headertext-call 
{
	color: #ffffff;
	left:200px;
	top:100px;
	position: absolute;
	font-weight:bold;
	font-size:14pt;
}




/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   LEFT
''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left 
{
	position:absolute;
	width:174px;
    top:137px;
    bottom:0px;
    left:0px;
    /*background-color:#999999;*/
    z-index:22;
    padding-top:30px;
    

}

#left .menuitem
{
	display:block;
	color:white;
    text-decoration:none;
    font-size:10pt;
    width:144px;
    margin-top:10px;
    margin-bottom:10px;
    padding-left:20px;
    font-weight:bold;
    z-index:23;
    padding-top:3px;
    padding-bottom:3px;
}

#left .menuitem:hover
{
	background-color: #FF0000;
}

#left p 
{
    /*padding-left:3px;*/
    /*padding-right:2px*/
}

#left .menusmall
{
    color:White;
    font-size:12pt;
    padding-left:30px;
    /*margin-top:250px;*/
    margin-left:-15px;
    line-height:25px;
}

#left .menusmall1
{
    color:White;
    font-size:8pt;
    padding-left:30px;
    /*margin-top:250px;*/
    margin-left:-15px;
    line-height:25px;
}

/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   RIGHT
''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right 
{
    position:relative;
    padding-top:170px;
    padding-left:190px;
    padding-right:20px;
    z-index:3;
    line-height:20px;
    text-align:justify;
    min-height:900px;
    height:auto;

}

#right p 
{
    padding-left:4px;
    padding-right:2px
}

/* IE fix */

* html #right {
height: 970px;
}



/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   MAIN
''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

div,p  
{
    /*clear top margin for mozilla*/
    margin-top:0;
}

.left 
{
    float:left;
    width:270px;
    z-index:4;
    text-align:justify;
}
.right 
{
    float:right;
    width:180px;
    z-index:5;
    text-align:justify;
    padding-right:20px;
    
}

h1 
{
    font-weight:bold;
    font-size:140%;
    color:red;
    line-height:20px;
}

.rightalign
{
    float:right;
    margin-left:25px;
    margin-bottom:20px;
}

.imgrightalign
{
    float:right;
    margin-left:20px;
    margin-bottom:10px;
}

.imgleftalign
{
    float:left;
    margin-right:25px;
    margin-bottom:20px;
}

.leftalign
{
    text-align:left;
}

.lnkwhite, .lnkwhite:active, .lnkwhite:visited
{
    color:White;
}

.lnkwhite:hover
{
    text-decoration:none;
}

.homebigtext
{
    font-size:130%;
}



/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   FOOTER
''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer 
{
    width:970px;
    clear:both;
    height:42px;
    color: #ffffff;
    bottom:0px;
    position: absolute;
    font-size:120%;
    z-index:102;
    background-color: black;

}

* html #footer 
{
    /*only ie gets this style*/
	\height:44px;/* for ie5 */
	he\ight:42px;/* for ie6 */
}

#clearfooter
{
    /* to clear footer */
    width:100%;
    height:100px;
    clear:both;
}



#footerleft 
{
	color: #ffffff;
	left:10px;
	bottom:9px;
	position: absolute;
}


#footermiddle 
{
	color: #ffffff;
	left:275px;
	bottom:9px;
	position: absolute;
}

#footerright 
{
	color: #ffffff;
	right:10px;
	bottom:9px;
	position: absolute;
	font-weight:bold;
}

#footerleft a, #footermiddle a
{
	text-decoration:none;
    color:#ffffff;
}

/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   FORMS
''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT
{
	border: solid 1px black;
}

TEXTAREA
{
	border: solid 1px black;	
}

.Required
{
    color:Red;
}


.recaptchatable .recaptcha_image_cell, #recaptcha_table 
{
   background-color:white !important; /*reCaptcha widget background color*/
 }
 
 #recaptcha_table 
 {
   border-color: #999999 !important; /*reCaptcha widget border color*/
 }
 
 #recaptcha_response_field 
 {
   border-color: red !important; /*Text input field border color*/
   background-color:white !important; /*Text input field background color*/
 }

.plain a 
{
  text-decoration: none;
  font-weight: normal;
}


.door-left
{
    float:left;
    margin-right:50px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:30px;
    width:220px;
    text-align:center
}

.door-right
{
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    width:220px;
    text-align:center
}

.product-gallery TD
{
    text-align:center;
}

.product-gallery IMG
{
    border:0px;
}