/* ------------------------------------------------------------------------
CSS sheet for Alliance Industries.
Author: Chris Robinson
Date Created: 5/30/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Blue: #8FA5C4;
Green: #A7BEA6;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
	color: blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
   	font: 12px/1.5em Arial, Helvetica, Sans-Serif;
	background: url(images/header.jpg) repeat-x #8FA5C4;
}
p{
	margin: 1.5em 0;
}
#wrap{
	width: 1004px;
	margin: auto;
	text-align: left;
	clear: both;
	margin-top: 10px;
}
#wrap h3{
	font-size: 18px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 1004px;
	display: block;
	height: 150px;
	margin: auto;
}
#header h1{
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 368px;
	height: 105px;
	margin-top: 20px;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}
ul.nav{
	display: block;
	list-style-type: none;
	margin-top: 50px;
	float: left;
	margin-left: 60px;
}
ul.nav li{
	float: left;
	height: 23px;
}
ul.nav li a{
	display: block;
	height: 23px;
	text-indent: -9999px;
	background: url(images/nav.gif) no-repeat;
}
ul.nav li.home a{
	width: 86px;
	background-position: 0 0;
}
ul.nav li.home a:hover{
	background-position: 0px -23px;
}
ul.nav li.about a{
	width: 80px;
	background-position: -86px 0px;
}
ul.nav li.about a:hover{
	background-position: -86px -23px;
}
ul.nav li.cores a{
	width: 79px;
	background-position: -166px 0px;
}
ul.nav li.cores a:hover{
	background-position: -166px -23px;
}
ul.nav li.coating a{
	width: 93px;
	background-position: -245px 0px;
}
ul.nav li.coating a:hover{
	background-position: -245px -23px;
}
ul.nav li.careers a{
	width: 97px;
	background-position: -338px 0px;
}
ul.nav li.careers a:hover{
	background-position: -338px -23px;
}
ul.nav li.contact a{
	width: 101px;
	background-position: -435px 0px;
}
ul.nav li.contact a:hover{
	background-position: -435px -23px;
}
/* -----------------------------------------------------------------------
=MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#main{
	width: 53%;
	float: left;
	margin-right: 15px;
	padding-left: 10px;
}
#main p.vision{
	width: 495px;
	height: auto;
	display: block;
	background: url(images/vision.jpg) repeat-y;
	margin: 0 10px;
	font-size: 14px;
	padding: 10px;
}
p.vision .vision{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
ul.historylist{
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
}
#floatListLeft{
	display: block;
	width: 100%;
}
#floatListLeft ul{
	float: left;
	padding-left: 20px;
	margin-left: 0;
	width: 40%;
}
p.clear{
	display: block;
	clear: both;
}
img.sideimg{
	padding-left: 40px;
}
img.contactimg{

}
dl.contact{
	text-align: center;
	font-size: 15px;
	width: 50%;
	float: left;
	margin-right: 20px;
}
table{
	width: 500px;
}
table th.tblheader{
	text-align: center;
}
td{
	border: 2px solid black;
}
h3.headtitle{
	text-align: center;
}
blockquote{
	background: #B3CC94;
	padding: .4em;
	margin-left: 47px;
	border: 1px solid #000;
	font-weight: bold;
	margin-top: 5px;
}
blockquote.people{
	width: 386px;
	margin-left: 40px;
}
div.people{
	width: 386px;
	margin-left: 40px;
}
#testimonial{
	display: block;
	float: right;
	width: 323px;
}
#testimonial dl{
	margin: 20px 0;
}
#testimonial dl dt{
	padding: 10px 0 0 10px;
}
#testimonial dl dd{
	padding: 0 10px;
}
#testimonial dl dd.btm{
	height: 26px;
}
#testimonial dl.green{
	background: url(images/greenMid.jpg) repeat-y;
}
#testimonial dl.green dt{
	background: url(images/greenTop.jpg) no-repeat;
}
#testimonial dl.green dd.btm{
	background: url(images/greenBtm.jpg) no-repeat;
}	
/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	width: 40%;
	float: left;
}
ul#tabnav{
	display: block;
	background: url(images/tabnav.jpg) no-repeat;
	width: 394px;
	height: 21px;
	padding-left: 45px;
	padding-top: 7px;
}
ul#tabnav li{
	float: left;
	list-style-type: none;
	margin: 0 5px;
}
ul#tabnav li a{
	color: #000;
	font-weight: bold;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 8px;
}
ul#tabnav li a.active{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background: #fff;
}
ul#tabnav li a:hover{
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	padding: 0 8px;
}
.section{
	clear: both;
	background: url(images/sectionmid.jpg) repeat-y;
	margin-top: 0px;
	color: #000;
}
.section h3{
	display: block;
	background: url(images/sectiontop.jpg) no-repeat;
	width: 394px;
	height: 17px;
	padding-left: 20px;
	padding-top: 5px;
	margin: 0px;
}
.section p.leadTimes{
	margin: 0px;
	padding: 5px 20px;
	font-weight: bold;
}
.section img{
	float: left;
	padding-left: 20px;
}
.section ul{
	padding-left: 190px;
	padding-right: 20px;
}
.section p{
	padding-left: 20px;
	width: 350px;
}
.section a, .section p.moreTop{
	background: url(images/sectionbtm.jpg) no-repeat;
	display: block;
	width: 394px;
	height: 28px;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}
.section a.moreTop{
	clear: both;
	margin-top: 4em;
}
.section a:hover{
	text-decoration: underline;
}
.section a.going{
	color: red;
}
img.testimonial{
	padding: 5px;
	margin-left: 50px;
}
/* -----------------------------------------------------------------------
=CONTACT FORM
-------------------------------------------------------------------------*/
form ul li{
	list-style-type: none;
	clear: both;
	display: block;
	padding-bottom: 10px;
	
}
form{
	width: 40%;
	float: left;
}
	
form ul li label{
	float: left;
	width: 200px;
}
form ul li input{
	width: 261px;
}
form ul li.submit{
	margin-left: 0px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	border-top: 1px solid #fff;
	background: #365691;
	width: 100%;
	overflow: hidden;
	color: #fff;
	margin-top: 1px;
	padding: 10px 0;
}
#footer #inner{
	width: 1004px;
	margin: auto;
}
#footer ul{
	float: left;
	margin-left: 00px;
	margin-right: 20px;
	list-style-type: none;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer ul li{
	float: left;
}
#footer ul li a{
	float: left;
	padding: 0px 20px;
}
#footer li a:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0 19px;
}
#footer p{
	margin-left: 0px;
	float: left;
	margin: 0 20px 0 50px;
}
#footer p a:hover{
	background: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0 19px;
}