@charset "utf-8";
/* CSS Document */

body  {

	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:880px;
	background-image:url(images/airus_video_new-long.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
} 

.twoColFixLtHdr #container_contact { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:880px;
	background-image:url(images/airus_video_contact.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
} 


.twoColFixLtHdr #container_about { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:950px;
	background-image:url(images/airus_video_about.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
} 

.twoColFixLtHdr #container_demo { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:950px;
	background-image:url(images/airus_video_demos.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
} 

.twoColFixLtHdr #container_service { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1347px;
	background-image:url(images/airus_video_service.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
} 

#header {
height:85px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom:5px;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 307px;
	height: 618px;
	margin:0px;
}

.twoColFixLtHdr #sidebar1_demo {
	float: right; /* since this element is floated, a width must be given */
	width: 307px;
	height: 618px;
	margin-top:35px;
}
.twoColFixLtHdr #mainContent {
	width: 505px;
	float: left;
	height: 618px;
	margin:0px;

} 
.twoColFixLtHdr #footer {

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#centerContent {
	margin-top:55px;
	width:340px;
	padding-left:25px;
	font-size:12px;
	text-align:justify;
}

#centerContent a{
text-decoration:none;
color:#FF9900;
}

#centerContent a:visited{
text-decoration:none;
color:#FF9900;
}

#centerContent a:hover{
color:#0066FF;

}

#top1 {
	margin-top:35px;
	padding-left:10px;
	padding-right:10px;
	height:120px;
	font-size:12px;
}

#top1 img {
padding-right:15px;
}

#top2 img {
padding-right:15px;
}

#top2 {
	margin-top:47px;
	padding-left:10px;
	padding-right:10px;
	height:110px;
	font-size:12px;
	margin-bottom:50px;

}

#top1 a, #top2 a{
color:#FFFFFF;
text-decoration:none;
}

#top1 a:hover, #top2 a:hover{
color:#FF6600;
text-decoration:none;
}



#form {
font-size:12px;
padding-right: 20px;
padding-left:15px;
}

.field {
	width:160px;

}

input.field, select.field, textarea.field{
border:0px;
background-color:#ffffff;
}


input.field:focus, select.field:focus, textarea.field:focus {
border:0px;
background-color:#CCCCCC;
}



#wrapper {
width:1024px;
margin:0px auto;
background-image:url(images/home_bkg.jpg);
background-repeat:no-repeat;
}

#nav {
float:right;

}

#nav ul {
	text-decoration:none;
	
	font-size:14px;
	/*padding-left:210px;*/
	
}

#nav ul li {
	display:inline;
	height:15px;
	text-decoration:none;
	vertical-align: top;

}

#nav ul li a {
color:#ffffff;
text-decoration:none;
padding-left:15px;
}

#nav ul li a:visted {
color:#ffffff;
text-decoration:none;
}

#nav ul li a:hover{
color:#FF9900;
}


input.send-btn {
width: 160px;
height: 13px;
background-image:url(images/send.jpg);
background-repeat:no-repeat;
border:0px;
outline: none;
}
input.send-btn:hover {
background-image:url(images/send.jpg);
}
