/* ------------------------------------------------------------------------
CSS sheet for RapidAir.
Author: Chris Robinson
Date Created: 2/8/2008
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------
COLORS: 
Black: #000;
Gray: #C4C4C4;
Orange: #DA9F2B;
------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(../images/pipe.png) top right no-repeat;
} 	
#wrap {
	margin: 30px auto 0px auto;
	text-align: left;
	width: 1004px;
	overflow: hidden;
}
#header {
	position: relative;
	height: 117px;
}
	#header h1 {
		margin: 0px;
	}
	#header h1 a {
		position: absolute;
		top: 20px;
		left: 20px;
		margin: 0px;
		width: 312px;
		height: 61px;
		background: url(../images/logo.gif) top left no-repeat;
		text-indent: -10000px;
		overflow: hidden;
		display: block;
}
	#header p {
		margin: 0px;
		position: absolute;
		top: 0px;
		right: 20px;
		width: 430px;
		height: 82px;
		background: url(../images/slogan.gif) top left no-repeat;
		text-indent: -10000px;
		display: block;
}
#maincontent {
	padding: 20px;
	min-height: 500px;
	background: #C4C4C4;
	clear: both;
	overflow: hidden;
}
#footer {
	padding: 20px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
}
#footer ul {
	margin-bottom: 10px;
}
#footer ul li {
	padding: 5px;
	display: inline;
}
	#footer p {
		margin: 0px;
		line-height: 18px;
		color: #ccc;
	}
	#footer a {
		color: #ccc;
	}

/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.navigation {
	list-style-type: none;
	height: 40px;
	background: #2E439E url(../images/menu_bg.jpg) top left repeat-x;
}
ul.navigation li.home {
	border-left: none;
}
ul.navigation li {
	border-left: 1px solid #12215F;
	display: block;
	float: left;
}
ul.navigation li a {
	padding: 0px 9px;
	font: 16px/40px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
}
ul.navigation li a:hover {
	text-decoration: underline;
}
ul li.quote a, ul li.quote a:hover {
	background: #DA9F2B;
	color: #000;
}

/* sidebar elements */
#maincontent ul.sidenav {
	margin-right: 20px;
	width: 175px;
	list-style-type: none;
	float: left;
}
#maincontent ul.sidenav li {
	margin-left: 0px;
	border-bottom: 1px solid #D92F0D; 
}
#maincontent ul.sidenav li a {
		font: 14px Arial, Helvetica, sans-serif;
		color: #D92F0D;
		text-decoration: none;
}

/* -----------------------------------------------------------------------
TEXT ELEMENTS
-------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px;
}
h2 {
	padding-bottom: 10px;
	font: 22px Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px solid #000;
}
h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #003366;
}
p {
	margin: 10px 0px;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------------------------------
SHARED ELEMENTS
-------------------------------------------------------------------------*/
#maincontent ul li {
	margin-left: 20px;
	font: 14px/22px Arial, Helvetica, sans-serif;
}
#maincontent li.pdf {
	margin-left: 0px;
	padding-left: 22px;
	list-style-type: none;
	background: url(../images/pdficon_small.gif) center left no-repeat;
}
	#maincontent a img {
		border: none;
	}
#right {
	width: 765px;
	float: left;
}
.half {
	padding: 0px 10px;
	width: 462px;
	float: left;
}
.entryblock {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.entrydocs {
	margin-right: 20px;
	float: left;
	width: 200px;
}
	.entryblock img {
		margin: 0px auto;
		border: 1px solid #333;
		display: block;
	}
.entryinfo {
	width: 540px;
	float: left;
}
.col {
	padding: 0px 10px;
	width: 360px;
	float: left;
}
img.rightfloat {
	float: right;
	border: none;
}

/* -----------------------------------------------------------------------
HOME PAGE ELEMENTS
-------------------------------------------------------------------------*/
#rapidair{
	float: left;
	width: 49%;
	border-right: 1px solid #000;
	padding-left: 5px;
}
#airnet{
	float: left;
	width: 49%;
	padding-left: 10px;
}
#maincontent ul.notop{
	margin: -1.5em 0 1.5em 45px;
}
#maincontent #airnet ul.notop{
	margin-bottom: 3.5em;
}


/* -----------------------------------------------------------------------
RAPIDAIR ELEMENTS
-------------------------------------------------------------------------*/
h2.rapidair {
	background: url(../images/rapidair.gif) top right no-repeat;
}
/* install */
#parts {
	margin-top: 20px;
	display: block;
	clear: both;
}
#parts dl {
	float: left;
	text-align: center;
}
#parts dt {
	margin: 0px;
}
#parts dt, #parts dd {
	font: 12px Arial, Helvetica, sans-serif;
}
#parts dd img {
	margin: 0px 10px;
	border: 1px solid #000;
}

/* photos */
.picholder {
	margin-right: 20px;
	width: 350px;
	height: 400px;
	float: left;
	display: block;
}
.picholder img {
	border: 1px solid #000;
}
.caption {
	clear: left;
}

/* -----------------------------------------------------------------------
RAPIDAIR ELEMENTS
-------------------------------------------------------------------------*/
.col3 {
	width: 33%;
	float: left;
	text-align: center;
}
.col3 img {
	border: 1px solid #333;
}

/* overlook */
#overlook{
	position: relative;
	margin-top: 40px;
}

/* photos */
.row{
	clear: both;
	display: block;
}
dl.install2{
	float: left;
	width: 180px;
	margin: 0px -10px;
}
.row > dl.install2{
	margin: 0px 5px;
}
dl.install2 dd img{
	border: 1px solid #000;
}
dl.install2 dd img.text{
	display: block;
}

/*-----------------------------------------------------------
DURATEC ELEMENTS
------------------------------------------------------------*/
h2.airnet {
	background: url(../images/airnet.gif) top right no-repeat;
}
#duratecmain{
	font: bold 14px arial;
	text-align: center;
	height: 575px;
/*	background: url(images/duratecproduct4.png) right no-repeat;*/
	border-top: 1px solid black;
	display: block;
	clear: both;
}
	
#duratecmain ul{
	width: 314px;
	background: url(../images/notes.png) top left no-repeat;
	height: 228px;
	margin-left: 20px;
	padding-top: 60px;	
}
#duratecmain li{
	font: bold 14px/22px arial;
	text-align: left;
	margin-left: 30px;
	list-style-type: square;
}
#row1, #row2, #row3, #row4, .hr, #row5, #row6 {
	clear: both;
}
.hr {
	padding-top: 20px;
	text-align: center;
}
#row1 ul {
	margin-left: 20px;
	float: left;
}
#row1 li {
	margin: 0px 10px;
	width: 200px;
	text-align: center;
	float: left;
	display: block;
}
#row2 {
	padding-top: 20px;
}
#row2 img {
	float: left;
}
	#row2.thisCol {
		width: 25%;
}
#row3 img {
	float: left;
	margin-right: 10px;
}
#row4 {
	padding-top: 20px;
	text-align: center;
}
#row6 img {
	float: left;
}
.halfCol {
	width: 48%;
	float: left;
}
.halfCol {
	width: 48%;
	text-align: center;
	float: left;
}
.thisCol {
	width: 33%;
	text-align: center;
	display: block;
	float: left;
}

/* -----------------------------------------------------------------------
FLOW RATE CALCULATOR
-------------------------------------------------------------------------*/
#flowrate table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #6F6F6F;
	border-left: 1px solid #6F6F6F;
}
#flowrate th.header {
	background: #003366;
	font-weight: normal;
	color: #fff;
}
#flowrate th.row {
	background: #999999;
	font-weight: normal;
}
#flowrate td, th {
	text-align: center;
	padding: 2px;
	font: 14px Arial, Helvetica, sans-serif;
	border-right: 1px solid #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
}

/* -----------------------------------------------------------------------
COMPRESSOR ELEMENTS
-------------------------------------------------------------------------*/
.compRow dl {
	float: left;
	width: 323px;
	height: 360px;
	margin-left: 100px;
	text-align: center;
}
.compRow dl dd {
	margin: 0;
	color: red;
}
dl.dryers {
	clear: both;
	display: block;
	margin: 10px 0;
	text-align: center;
}

/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
#contact a img {
	margin: 0px 10px;
}

/* -----------------------------------------------------------------------
FORM ELEMENTS
-------------------------------------------------------------------------*/
#flowrate form {
	padding: 10px;
	margin-bottom: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	background: #999;
	color: #333;
}
#flowrate label {
	margin-right: 5px;
}
#flowrate input[type="text"] {
	margin-right: 10px;
	width: 100px;
	border: 1px solid #ccc;	
}
#flowrate input[type="submit"] {
	margin-right: 10px;
}
#flowrate .answer {
	padding: 5px;
	color: #fff;
	background: #666;
	display: inline;
}
#flowrate .answer input[type="text"] {
	color: #fff;
	background: #666;
	border: none;
}

/* -----------------------------------------------------------------------
MISC ELEMENTS
-------------------------------------------------------------------------*/
.clearfloat {
	padding-top: 10px;
	clear: both;
}

.smc {
	background: url(../images/smc.gif) top right no-repeat;
}
.reelcraft {
	background: url(../images/reelcraft.gif) top right no-repeat;
}
.prevost {
	background: url(../images/prevost.gif) top right no-repeat;
}