/* 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 {
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

/* ***************************************************************************** */
/* 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;
}
/* ***************************************************************************** */
/* CONTENT*/
#content {
	margin-bottom:10px;
	background-image:url(../images/background/contentbg.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#content2 {
	background-image:url(../images/background/watermark-logo.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}	
#content p {
	line-height:20px;
}
#content h1 {
	font-weight:normal;
}
#left-column{
	position:relative;
	float:left;
	width:715px;
}
#main-content {
	position:relative;
	padding:20px 15px;
}
#right-column{
	position:relative;
	float:right;
	width:240px;
}
#right-column .error {
	font-size:10px;
	color:#fbec03;
}
#banner {
	position:relative;
	background-color:#000000;
}
#side-content {
	padding:10px;
	color:#000000;
}
#side-content p {
	color:#000000;
}
/* ***************************************************************************** */
/* PRODUCTS*/
#products {
	margin:10px 0px;
	background-image:url(../images/background/products-bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	color:#ffffff;
}
#products p {
	color:#ffffff;
	line-height:16px;
}
#products a:link,
#products a:visited,
#products a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.column-content {
	padding:10px;
}
#ground-products {
	float:left;
	width:271px;
	margin-right:2px;
}
#air-products {
	float:left;
	width:415px;	
	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 {
	padding:4px 0px 2px 10px;
	background-color:#5c0405;
}	
/* ***************************************************************************** */
/* SIGN UP*/
#signup {
	position:relative;
	padding:10px;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
	background-color:#828063;
	color:#000000;
}
#signup h4 {
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	margin:2px 0px;
}
#signup p {
	font-size:11px;
	color:#000000;
}
.snippet label {
	white-space:nowrap;
	margin-right:4px;
	color:#ffffff;
	font-size:11px;
}
.snippet input.text {
	border:2px solid #cccb9f;
	width:208px;
	height:16px;
	font-size:12px;
}
.snippet checkbox {
	border:none;
}
input.submit {
	border:none;
	background-color:#cccb9f;
	color:#282824;
	font-size:12px;
	font-weight:bold;
	border:1px solid #8a886b;
	padding:2px;
	cursor:pointer;
}
/* ***************************************************************************** */
/* CONTACT FORM */
#contact-left {
	position:relative;
	float:left;
	padding-right:20px;
	width:300px;
}
#contact-right {
	position:relative;
	float:right;
}
#contact-right label {
	white-space:nowrap;
	margin-right:4px;
	color:#2c2c1f;
	font-size:12px;
}
#contact-right input {
	border:2px solid #cccb9f;
	width:280px;
	height:16px;
	font-size:12px;
}
#contact-right textarea {
	border:2px solid #cccb9f;
}
#contact-right input.submit {
	width:60px;
	height:22px;
		margin:0px;
	font-size:11px;
	border:1px solid #8a886b;
}

/* ***************************************************************************** */
/* GALLERY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#c3c29b;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* CALENDAR */

table.calendar{
	width:100%;
	border-spacing:0px;
}
.calendar-header th{
	background-color:#c3c29b;
}
.calendar-day-header {
	background-color:#c4c398;
}
.clendar-event-title {
	background-color:#c3c29b;
}
td.calendar-day-container .calendar-day-header {
background-color:#d1d0aa;
border-bottom:1px solid #FFFFFF;
height:20px;
position:relative;
}
td.calendar-day-container.today .calendar-day-number {
background-color:#213e4a;
color:#999999x;
}
td.calendar-day-header {
	background-color:#cccccc;
}
td.calendar-day-container .calendar-link a:link {font-size:9px;}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	background-color:#081115;
	font-size:12px;
	color:#c0c0c0;
	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;
}
.title {
	position:relative;
	height:11px;
	background-image:url(../images/background/titlebg.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:10px;
}
.line {
	height:2px;
	margin:2px 0px;
	border-bottom:1px solid #bcbb97;
}
.pagination {
	text-align:center;
	border-bottom:1px solid #bcbb97;
}
#news a:link,
#news a:visited,
#news a:hover {
	font-size:11px;
}
#content hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bcbb97;
	color:#bcbb97;
	margin:2px 0px;
	padding:0px;
}
	
