/* ------------------------------------------------------------------------
CSS sheet for SMT Machine & Tool, Inc.
Author: Chris Robinson
Date Created: 5/9/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------
COLORS
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
#content a {
	outline: none;
	color: #000;
}
a img {
	border: 0px;
}
body{
	text-align: center;
	color: #000;
	font: 13px/1.5em Arial, sans-serif;
	background: #777575;
}
#container{
	width: 100%;
	background: url(images/bodybg.jpg);
	overflow: hidden;
}
#wrap{
	width: 976px;
	margin: auto;
	display: block;
	text-align: left;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header {
	display: block;
	background: url(images/header.jpg) no-repeat;
	width: 976px;
	height: 163px;
}
#header a.index {
	display: block;
	width: 255px;
	height: 155px;
	text-indent: -9999px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}
ul.nav {
	height: 61px;
	text-align: center;
	background: url(images/nav_bg.jpg) top left no-repeat;
}
.nav li {
	padding: 20px;
	height: 61px;
	display: inline;
}
.nav li a {
	height: 61px;
	font: bold 20px/50px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.nav li a:hover {
	color: #ddbe61;
}
#home .nav li.home a,
#parts .nav li.parts a,
#equipment .nav li.equipment a,
#services .nav li.services a,
#qa .nav li.qa a,
#careers .nav li.careers a,
#contact .nav li.contact  a {
	color: #ddbe61;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	padding: 20px;
	display: block;
	clear: both;
	margin-top: 10px;
}
#content h3{
	font-size: 20px;
	color: #125BA0;
}
#main{
	width: 60%;
	padding-left: 10px;
	float: left;
	margin-right: 20px;
}
.gallery dl{
	float: left;
	font-weight: bold;
	text-align: center;
}
.gallery dl dd{
	float: left;	
	margin: 0 16px;
	width: 200px;	
}
.gallery dl dd img{
	display: block;
	margin-top: 5px;
	border: 2px solid #000;
}
dl.centerdl{
	text-align: center;
}
dl.centerdl dt{
	font-weight: bold;
}
dl.careers{
	margin: 1.5em 0px;
}
dl.careers dt{
	margin-top: 2px;
	font-weight: bold;
}
dl.careers dd{
	margin-left: 10px;
}
.flash{
	border: 2px solid #000;
	width: 300px;
	height: 200px;
	display: block;
	margin: 1.5em 0;
}

/* -----------------------------------------------------------------------
LIST ELEMENTS
-------------------------------------------------------------------------*/
ul.bullet {
	margin-left: 20px;
	list-style-image: url(images/square.gif);
}


/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	width: 304px;
	float: right;
}
p.testimonial .by {
	font-style: italic;
	display: block;
	margin-left: 20px;
	font-weight: bold;
}
body.contact p.testimonial {
	margin: 0;
}
/*------------------------------------------------------------------------
EQUIPMENT ELEMENS
-------------------------------------------------------------------------*/
dl.equipment{
	margin: 1.5em 1.5em 0 1.5em;
	padding-bottom: 1.5em;
	float: left;
}
dl.equipment dt{
	font-weight: bold;
}
dl.equipment dd{
	background: url(images/square.gif) center left no-repeat;;
	margin: 10px;
	padding-left: 15px;
}
dl.equipment dd.image img{
	display: block;
	border-bottom: 2px solid #000;
}
dl.equipment dd.image{
	float: right;
	width: 200px;
	margin: 10px;
	text-align: center;
	background: none;
	font-size: 11px;
	border: 2px solid #000;
	background: #fff;
	padding: 0;
}
/* -----------------------------------------------------------------------
=CONACT ELEMENTS
-------------------------------------------------------------------------*/
#contact #main{
	width: 100%;
}
dl.contact{
	float: left;
	text-align: center;
	margin: 0 30px;
	width: 300px;
}
dl.contact dt{
	font-weight: bold;
}
dl.contact dd.testimonial{
	text-align: left;
	margin: 0 10px;
}
dl.contact dd.testimonial .by{
	font-style: italic;
	display: block;
	margin-left: 20px;
	font-weight: bold;
}
img.contact{
	border: 2px solid #000;
	width: 300px;
	height: 200px;
	display: block;
	margin: 50px 10px 30px 10px;
	float: left;
}
form{
	float: left;
	width: 480px;
	margin: 0 10px 10px 10px;
}
form ul li{
	display: block;
	clear: both;
	list-style-type: none;
	margin: 3px 0;
}
form ul li label{
	display: block;
	width: 170px;
	float: left;
}
form ul li input{
	width: 181px;
}
form ul li ul li input{	
	width: auto;
}
form ul li select{
	width: 185px;
}
form ul li ul{
	width: auto;
	display: block;
	float: left;
	width: 310px;
}
form ul li.submit input{
	width: auto;
	padding: 0 5px;
}
form #validationbox{
	display: none;
}
dl.contactMargin{
	margin: 1.5em 0;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#outer{
	width: 100%;
	text-align: center;
	background: url(images/footer.gif) repeat-x #777575;
	height: 130px;
	display: block;
	clear: both;
}
#footer{
	display: block;
	clear: both;
	width: 976px;
	color: #fff;
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	margin: auto;
}
#footer a{
	color: #fff;
}
#footer ul{
	float: left;
	list-style-type: none;
}
#footer ul li{
	float: left;
	margin: 0px 10px;
}
#footer p.address{
	margin: auto;
	margin-left: 180px;
	float: left;
}
#footer p.copyright{
	margin: 0px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

/* -----------------------------------------------------------------------
=MISC ELEMENTS
-------------------------------------------------------------------------*/
.col1 {
	width: 48%;
	float: left;
}
.col2 {
	width: 48%;
	float: right;
}
.clearfloat {
	clear: both;
}













