/*  
Theme Name: AircraftCabinets
Theme URL: http://www.aircraftcabinets.com/
Description: JC Fall 2007
Version: 2.0
Author: Jay Wintermeyer
Author URL: http://www.joyfullcreations.com/
*/


/*** HTML Tags ***/
body {
	background-color: #334a4e;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #666;
	font-size:.875em;
}

.hide{
	display: none;
}

h1,h2,h3,h4,h5,h6,h7,
form {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both:
	}
	
a, a:visited {
	color:#3C6E5F;
	text-decoration:none;
 }

a:hover{
  text-decoration:underline;
  }
	
/*** End of HTML Tags ***/


/*** Header Tags ***/

#wrap_header {
	position: relative;
	width: 850px;
	height:75px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #fff;
}

#logo{
	position: absolute;
	height:34px;
	width:466px;
	left:-5px;
	bottom:5px;
	background: url(../images/main_ac_logo.png) no-repeat;
}

/*** End of Header Tags ***/


#wrap_content {
	position:relative;
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

/* =Navigation
----------------------------------------------- */
#nav {
	float:left;
}


/* content */
#left_content {
	width: 605px;
	margin:0 ;
	text-align:left;
	overflow:hidden;
	float:left;
	}

#main_photo {
	float:left;
	width:440px;
	margin:0;
	padding:2px 0 0 5px;
}

#right_content {
	width: 214px;
	*width: 224px;
	margin:0 0 0 620px;
	*margin:0 0 0 610px;
	padding:15px 0 0 0;
	text-align:left;
	font-size:.85em;
	line-height: 1em;
}

#lower_content {
	margin:0 3px 0 2px;
	padding:15px;
	text-align:left;
	font-size:0.85em;
	line-height: 1em;
	background-color:#603a1e;
	height:50px;
	border-top:#fff 2px solid;
	border-bottom:#fff 2px solid;
	color:#fff;
	clear:both;
}

#lower_content_right {
	position:absolute;
	top:0px;
	right:0px;
	width:244px;
	background-color:#fff;
	height:80px;
}

#lower_content a {
	color:#fff;
	}

.title1{
	color:#406168;
	text-transform:uppercase;
	font-size:1.25em;
	font-weight:bold;
	line-height: 1.3em;
}

.title2{
	color:#7f8b8e;
	text-transform:uppercase;
	font-size:1.25em;
	line-height: 1.3em;
}

.title3{
	color:#406168;
	font-weight:bold;
}

.title4{
	color:#fff;
	text-transform:uppercase;
	font-size:1.25em;
	font-weight:bold;
	line-height: 1.3em;
}

.title5{
	color:#7f8b8e;
	text-transform:uppercase;
	font-size:1.25em;
	line-height: 1.3em;
}


/* footer */

#footer {
	clear:both;
	color:#fff;
	padding:5px;
	margin:0;
	font-size:9px;
	text-align:left;
	background-color: #334a4e;
}

.error {
	color:#FF0000;
	}

