/* STYLE SHEET */

body{
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#081115; 
	background-repeat:repeat-x; 
	background-image:url(../images/background/mainbg.jpg);
	background-position:top; 
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
	/*border-right:1px dashed #cccccc;
	border-left:1px dashed #cccccc;*/
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	margin-bottom:2px;
	height:67px;
	}
#header-left {
	position:relative;
	float:left;
	width:200px;	
	}
#header-right {
	position:relative;
	float:right;
	width:740px;	
	color:#6c6a53;
	font-size:12px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
}
#header-right h4 {
	font-style:normal;
	letter-spacing:-.02em;
	margin-bottom:4px;
}
#logo {
	position:relative;
	padding-left:10px;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:25px;
	z-index:10;
	margin-bottom:2px;
}
#menu {
	position:relative;
	float:left;
}
#contact {
	position:relative;
	float:right;
	width:168px;
	height:24px;
	background-color:#000000;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	margin:0px;
	padding-top:3px;
}
#banner {
	position:relative;
	background-color:#000000;
}

#intro {
 	position:absolute;
	margin-left:370px;
	width:590px;  
  	height:345px;
	color:#ffffff;
	z-index:1;
	
}
#intro-content {
	position:relative;
	padding:40px 30px 10px 30px;
}

#intro-title {
	position:relative;
	width:550px;
}

#intro h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	color:#ffffff;
	font-size:28px;
	}
#intro p {
	line-height:18px;
	font-size:14px;
	color:#ffffff;
}
/* ***************************************************************************** */
/* PRODUCTS*/
#products {
	margin-top:10px;
	background-image:url(../images/background/products-bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	color:#ffffff;
	letter-spacing:.02em;
}
#products p {
	color:#ffffff;
	line-height:16px;
	font-weight:bold;
}
#products a:link,
#products a:visited,
#products a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.column-content {
	padding:10px;
}
#ground-products {
	float:left;
	width:271px;
	height:200px;
	margin-right:2px;
}
#air-products {
	position:relative;
	float:left;
	width:415px;	
	height:200px;
	margin-right:2px;
}
#services {
	position:relative;
	float:right;
	width:270px;
}
#ground-title {
	position:relative;
	padding:4px 0px 2px 10px;
	background-color:#472e27;
}	
#air-title {
	position:relative;
	padding:4px 0px 2px 10px;
	background-color:#213e4a;
}	
#services-title {
	position:relative;
	padding:4px 0px 2px 10px;
	background-color:#5c0405;
}	
/* ***************************************************************************** */
/* LOWER CONTENT*/
#lower-content {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/background/lower-content-bg.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#lower-content p {
	line-height:18px;
}
#news {	
	position:relative;
	float:left;
	width:270px;
}
#events {	
	position:relative;
	float:left;
	width:415px;
	line-height:18.5px;
}
#events h2 {
	font-weight:bold;
	font-size:14px; 
	color:#0d0d08; 
	margin: 2px 0px 10px 0px;
	line-height:12px;
}
#testimonial {	
	position:relative;
	float:left;
	width:270px;
}

/* ***************************************************************************** */
/* GALLEY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	background-color:#081115;
	font-size:12px;
	color:#c0c0c0;
	margin-top:10px;
	padding:10px 0px 20px 0px;
	border-top:6px solid #939174;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#plujo {
	position:relative;
}
#plujo a:link,
#plujo a:visited {
	color:#c0c0c0;
	text-decoration:none;
}
#plujo a:hover {
	color:#979191;
	text-decoration:underline;
}
/* ***************************************************************************** */
/* GLOBAL */	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}
ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}
.line {
	height:2px;
	margin:2px 0px;
	border-bottom:#e2e9ec;
}

