/*************************************************************************
 * Airflo Co - Main Style Sheet
 * TAKA DESIGNS (c) 2006 - http://www.takadesigns.com 
 * Filename: style.css
 *************************************************************************/
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x; 
	font: 12px Verdana, Arial, Georgia, serif;
	color: #666666;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
h1 {
	font-family: 'Trebuchet ms', Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 150%; 
	letter-spacing: 1px;
	color: #0100ff;
	padding: 0 0 0 8px;
	margin: 0;
    border-left: 8px solid #f86900;
	text-transform: uppercase;
	height: 1%;

}
h2 {
	font-family: Verdana, Arial, Times, serif;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
	font-size: 100%;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	font-family: 'Trebuchet ms', Trebuchet, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000000;
    font-size: 150%; 
}
/* Global link properties */
a {
	color: #f86900;
	text-decoration: underline;
}
a:hover { 
    text-decoration: none;
}

p { 
    line-height: 1.5em; 
}

#main {
    margin: 20px 5px 0 5px;
	padding: 0;
}
#wrapper {
    position: relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: left;
}
#header {
     padding: 0;
	 margin: 0;
}
/* Logo properties */
#logo {
	border: 0;
    margin: 25px 0 10px 10px;
}


/*************************************************************************
 * Navigation Properties 
 *************************************************************************/
#topnav {
	float: right;
	margin: 50px 10px 0 0;
	xpadding: 0 2em 0 0;
}
#topnav ul {
    padding: 6px 0 0 20px;
    margin: 0;
}
#topnav li {
    display: inline;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 8px;
    
}
#topnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    color: #666666;
    height: auto;
    padding: 0px 10px; /* padding between elements */
    text-decoration: none;
    
}
#topnav li a.selected {
    /* The selected tab. There's only one of this */
    color: #0100ff;
}
#topnav li a:hover {
    color: #0100ff;
}
#nav {
    color: #ffffff;
    background: url(../images/navbar.jpg) no-repeat;
    font: bold 1.1em 'Trebuchet ms', Trebuchet, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    list-style: none;
    margin: 0;
    height: 30px;
    line-height: normal;
    text-transform: uppercase;
}
#nav ul {
    padding: 6px 0 0 20px;
    margin: 0;
}
#nav li {
    float: left;
    display: inline;
    border-left: 1px solid #ffc091;
    border-right: 1px solid #ce5700;
}
#nav li a {
    background-color: transparent;
    color: #FFFFFF;
    height: auto;
    padding: 0px 10px; /* padding between elements */
    text-decoration: none;
    
}
#nav li a.selected {
    color: #0100ff;
}
#nav li a:hover {
    color: #0100ff;
}

#nav #navservices { border-left: none; }
#nav #navlinks { border-right: none; }

/*************************************************************************
 * Footer Properties
 *************************************************************************/
#footer {
    background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
    margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}	

#footer-content {
    font-size: 80%;
    padding: 5px 0 0 80px;
}

#footer-content a {
    color: #666666;
	text-decoration: underline;
}
#footer-content a:hover {
	text-decoration: none;
}