/* ------------------------------------------------------------------------
CSS sheet for Wisconsin Refrigerated
Author: Chris Robinson
Date Created: 10-20-09

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS:


------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;

}
body{
	color: #000;
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bodybgFull.jpg) top left repeat-x #fff;
}
#wrapper{
	width: 1004px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	height: 181px;
}
#header h1 a{
	display: block;
	width: 252px;
	height: 155px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	margin: 10px 20px 0px 20px;
	float: left;
}
ul.nav li{
	float: left;
	margin: 0px 7px;
	list-style-type: none;
}
ul.nav li a{
	font: 17px/24px Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	padding: 90px 7px 12px 7px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.nav li a:hover, ul.nav li.active a{
	background: #cee8f5;
	border: 1px solid #9ec0d2;
	border-top: 0px;
	padding: 90px 6px 12px 6px;
}
ul.nav li.active a{
	background: #94d8f0;
}
/* -----------------------------------------------------------------------
=BLUE BAR ELEMENTS
-------------------------------------------------------------------------*/
#blueBar{
	clear: both;
}
#blueBar img{
	float: right;
}
#blueBar h2{
	text-shadow:0 0 4px #000000;
	color: #fff;
	font: 20px/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0px 20px 0px;
}
#blueBar p{
	text-shadow:0 0 4px #000000;
	color: #fff;
	font: 17px/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
#blueBar ul{
	text-shadow:0 0 4px #000000;
	color: #fff;
	font: 17px/1.5em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	clear: both;
	padding: 0px 20px;
	color: #313131;
}
#content a{
	color: #313131;
}
#content a:hover{
	background: #D0E7F5;
}
#main{
	width: 60%;
	margin-top: 20px;
	float: left;
}
body.full #main{
	width: 100%;
}
p.testimonial{
	display: block;
	background: url(../images/testimonialbg.jpg) top left repeat-x #cbe5f4;
	border: 1px solid #858c90;
	padding: 2px 5px;
	width: 90%;
	margin: 1.5em auto;
}
p.testimonial .by{
	font-style: italic;
	margin-left: 5px;
}
#main ul{
	margin-left: 15px;
}
img.logo{
	float: left;
	margin: 0px 20px;
}
p.contact{
	float: left;
	margin: 20px 50px 0px 0px;
}
/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	float: right;
	width: 336px;
	margin-top: 3px;
	padding: 20px 10px 0px 10px;
	border: 1px solid #858c90;
	background: url(../images/asidebg.jpg) top left repeat-x #cae5f4;
}
#aside p{
	margin: 10px 0px;
}
#aside img{
	border: 1px solid #626668;
}
#aside ul{
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
=REQUEST QUOTE ELEMENTS
-------------------------------------------------------------------------*/
form.quote label{
	display: block;
	float: left;
	width: 100px;
	clear: both;
	margin: 5px 0px;
}
form.quote input{
	float: left;
	margin: 5px 0px;
	display: block;
	background: #CAE5F4;
	border:1px solid #858C90
}
form.quote select{
	float: left;
	display: block;
	width: 147px;
	margin: 5px 0px;
	background: #CAE5F4;
	border:1px solid #858C90
}
form.quote textarea{
	float: left;
	display: block;
	background: #CAE5F4;
	width: 300px;
	margin: 5px 0px;
	border: 1px solid #858C90
}
form.quote fieldset{
	border: 0px;
}
form.quote .contact{
	float: left;
	margin: 0px 100px 0px 0px;
}
form.quote .load{
	display: block;
	float: left;
	margin-right: 20px;
}
form.quote .load label{
	width: 40px;
}
form.quote label.wide{
	width: auto;
	font-weight: bold;
}
form.quote .dimensions{
	clear: both;
}
form.quote .dimensions ul li{
	display: block;
	clear: both;
	list-style-type: none;
}
form.quote .dimensions label{
	clear: none;
	font-weight: bold;
	text-align: center;
	width: 111px;
	margin: 0px;
	display: block;
}
form.quote .dimensions input{
	width: 105px;
	margin-right: 5px;
}
form.quote .service label{
	width: 210px;
}
.attn{
	color: red;
	font-weight: bold;
}
form.quote textarea#validationBox{
	display: none;
}
form.quote input.submit{
	display: block;
	width: auto;
	font: 18px/38px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/submitBG.jpg) top left repeat-x;
	border: 2px solid #006fae;
	padding: 0px 5px;
}
form.quote input.submit:hover{
	background: #45abdc;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	text-align: center;
	border-top: 1px solid #000;
	color: #313131;
}
#footer a{
	color: #313131;
}
#footer p{
	margin: 10px 80px;
	padding-bottom: 10px;
	float: left;
}
