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

 
body  {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #020D22;
	height: 100%;
	background-image: url(/images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #82ABD9;
}
.page #container { 
	width: 960px;  
	margin: 0 auto; 
	text-align: left; 
	height: 100%;
} 
.page #header {  
	padding: 0;
	height: 100px;
/*	background-image: url(/images/banner.png);
	background-repeat: no-repeat;  */
}

table.tableBordered {
        margin: 0px;
        padding: 0px;
        border: 1px solid #000000;
        border-collapse : collapse;
}
table.tableBordered td {
        border: 1px solid;
        padding: 2px;
        vertical-align: middle;
}
table.tableBordered th {
        border: 1px solid;
        padding: 2px;
        vertical-align: middle;
}

/* Left navigation section of the page */

.page #leftNav {
	float: left;
	width: 220px;
	padding: 0;
	margin-top: 35px;
	height: 500px;
}

#leftNav ul {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	width: 220px;
}

#leftNav li {
	list-style: none;
}

#leftNav a {
	padding: 10px 60px 10px 10px;
	text-decoration: none;
	display: block;
	color: #1E3153;
}

#leftNav .subMenu {
	width: 220px;
	font-size: .9em;
}
#leftNav .subMenu li {
	border: none;
	list-style-type: none;
}

#leftNav .subMenu li a {
	padding: 7px 0 7px 30px;
	text-decoration: none;
	color: #1E3153;
	display: block;
}

#leftNav .subMenu li a:hover {
	color: #020D22;
	text-decoration: underline;
	font-weight: bold;
}

#leftNav .contact {
        padding: 7px 0 7px 30px;
        text-decoration: none;
        color: #1E3153;
        display: block;
}

#leftNav ul li a:hover {
	color: #020D22;
	text-decoration: underline;
	font-weight: bold;
}

#leftNav ul li a:active {
	color: #020D22;
	text-decoration: underline;
	font-weight: bold;
	border: 0px;
}

#leftNav ul li #active {
	text-decoration: none;
	color: #020D22;
	font-weight: bold; 
}

#leftNav ul li #listactive {
	text-decoration: none;
	color: #020D22; 
	font-weight: bold;
}

#leftNav .subMenu #subactive {
	color: #020D22;
	text-decoration: none;
	font-weight: bold;
}

/* Main Content Section */

.page #mainContent { 
	margin: 15px 20px 10px 240px;
	padding: 10px 20px;
	font-size: 1.3em;
}
#mainContent h1 {
	color: #020D22;
}
#mainContent p {
	text-align: justify;
}
#mainContent img {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#mainContent a {
	border: 0;
}

/* Footer section */
 
.page #footer { 
	padding: 0 10px 0 20px;
	color: #526FA3;
	margin-top: 10px;
	border: 1px solid #526FA3;
} 
.page #footer p {
	margin: 0;
	padding: 10px 0;
}
#footer ul {
	line-height: 37px;
	margin: 0; 
	padding: 0;
}
#footer li {
	list-style: none;
	display: inline;
}
#footer a {
	text-decoration: none;
	padding: 7px 12px;
	color: #526FA3;
}
#footer a:hover {
	color: #020D22;
	text-decoration: underline;
}

/* Common classes */

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearRight {
	clear: right;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearLeft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.borderTop {
	border-top: #1E3153 solid 1px;
}
.borderBottom {
	border-bottom: #1E3153 solid 1px;
}
.bold {
	font-weight: bold;
}

/* Product pages */

#airPairTBL {
	width: 400px;
}

#airPairTBL .frWidth {
	width: 35%;
}

#airPairTBL .hdWidth {
	width: 15%;
}

#airPairTBL img {
	border: none;
}

#compChart {
	width: 99%;
}

#rightSection {
	width: 330px;
	float: right;
	padding-left: 30px;

}

#leftSection {
	width: 290px;
	float: right;
	text-align: center;
	border-right: 1px solid #020D22;
	height: 300px;
}
#leftSection p {
		text-align: center;
}
 
#contactForm {
	font-size: .8em;
}

#phone_num {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
