/* ------------------------------------------------------------------------
CSS sheet for Company Name
Author: Chris Robinson
Date Created: 

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS



------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	color: #222222;

}
body{
	color: #222222;
	font: 11px/1.5em Georgia, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bodybg.jpg) repeat-x #2e2b25;
}
#inner{
	display: block;
	background: url(images/wrapbg.jpg) center center repeat-y #92bd5d;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
body.col2 #inner{
	background: url(images/wrapCol2.jpg) center center repeat-y #92bd5d;
}
#inner #season{
	width: 100%;
	height: 136px;
	margin: auto;
	background: url(images/july4thheader.jpg) top center no-repeat;
	text-indent: -9999px;
}
#wrap{
	width: 976px;
	display: block;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 1004px;
	height: 30px;
	text-align: center;
	position: relative;
	margin: auto;
}
#header a.index{
	display: block;
	clear: both;
	background: url(images/logo.gif) no-repeat;
	width: 226px;
	height: 118px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 30px;
}
body > #header a.index{
	display: block;
	clear: both;
	background: url(images/logo.png) no-repeat;
}
#header .paper{
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 60px 10px 10px 10px;
	width: 243px;
	height: 201px;
	font-size: 14px;
	background: url(images/paper2010.png) no-repeat;
	display: block;
	clear: both;
}
	#header .paper h3 {
		font: 18px Georgia, Helvetica, sans-serif;
	}
	#header .paper ul {
		margin-top: 14px;
		list-style-type: none;
	}
	#header .paper ul li {
		line-height: 18px;
	}
#header ul.nav{
	display: block;
	width: 1004px;
	margin: 0 auto;
}
#header ul.nav li{
	float: left;
	list-style-type: none;
	height: 30px;
	position: relative;
}
#header ul.nav li a{
	display: block;
	background: url(images/nav.jpg) no-repeat;
	height: 30px;
	text-indent: -9999px;
}
#header ul.nav li.home a{
	width: 95px;
	background-position: 0 0;
}
#header ul.nav li.home a:hover{
	background-position: 0 -30px;
}
#header ul.nav li.about a{
	width: 75px;
	background-position: -95px 0;
}
#header ul.nav li.about a:hover{
	background-position: -95px -30px;
}
#header ul.nav li.opportunity a{
	width: 155px;
	background-position: -170px 0;
}
#header ul.nav li.opportunity a:hover{
	background-position: -170px -30px;
}
#header ul.nav li.equipment a{
	width: 115px;
	background-position: -325px 0;
}
#header ul.nav li.equipment a:hover{
	background-position: -325px -30px;
}
#header ul.nav li.systems a{
	width: 95px;
	background-position: -440px 0;
}
#header ul.nav li.systems a:hover{
	background-position: -440px -30px;
}
#header ul.nav li.training a{
	width: 95px;
	background-position: -535px 0;
}
#header ul.nav li.training a:hover{
	background-position: -535px -30px;
}
#header ul.nav li.gallery a{
	width: 85px;
	background-position: -630px 0;
}
#header ul.nav li.gallery a:hover{
	background-position: -630px -30px;
}
#header ul.nav li.forums a{
	width: 80px;
	background-position: -715px 0;
}
#header ul.nav li.forums a:hover{
	background-position: -715px -30px;
}
#header ul.nav li.news a{
	width: 70px;
	background-position: -795px 0;
}
#header ul.nav li.news a:hover{
	background-position: -795px -30px;
}
#header ul.nav li.contact a{
	width: 111px;
	background-position: -865px 0;
}
#header ul.nav li.contact a:hover{
	background-position: -865px -30px;
}
#header ul.nav li ul{
	display: none;
}
#header ul.nav li:hover ul, #header ul.nav li.hover ul{
	display: block;
	width: 170px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	border: 2px solid #C1BAB2;
	border-top: 0;
}
#header ul.nav li ul li{
	float: none;
	display: block;	
	text-align: left;
	height: auto;
	line-height: 2em;
}
#header ul.nav li:hover ul li a, #header ul.nav li.hover ul li a{
	text-indent: 0px;
	text-decoration: none;
	float: none;
	padding: 0 10px;
	color: #fff;
	width: 150px;
	background: #000;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	height: auto;
}
#header ul.nav li:hover ul li a:hover, #header ul.nav li.hover ul li a:hover{
	color: #F6D12B;
}

/* -----------------------------------------------------------------------
=MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#flash{
	margin: 0 auto 15px auto;
	width: 976px;
	height: 166px;
	border-bottom: 3px solid #000;
}
#wrap a:hover{
	background: #75b2cc;
}
#wrap dl{
	margin: 1.5em 0;
}
#wrap dl dt{
	font-weight: bold;
}
#wrap dl dd ul li{
	margin-left: 30px;
}
#wrap dl dd.by{
	margin-left: 30px;
	font-style: italic;
}
#left{
	float: left;
	width: 270px;
	padding-left: 10px;
}
#flashLeft{
	width: 249px;
	height: 280px;
	border: 3px solid #000;
}
#main{
	width: 415px;
	float: left;
	margin-right: 15px;
}
body.col2 #main{
	width: 600px;
}
body.col2 > #main{
	width: 680px;
}
#main h3{
	font-size: 14px;
	background: url(images/h3bg.jpg) no-repeat;
	width: 407px;
	height: 22px;
	padding: 2px 0 0 7px;
}
body.col2 #main h3{
	width: 600px;
	background: url(images/h3bgWide.jpg) no-repeat;
}
body.col2 #main > h3{
	width: 681px;
}
#main ul, #main ol{
	margin-left: 20px;
}
#main ul li.star{
	list-style-type: none;
	margin: 0;
}
#main dl.contact{
	float: left;
	margin: 0 20px;
}
.through{
	text-decoration: line-through;
	color: red;
}
#main .special{
	font-weight: bold;
	margin: 1.5em;
}
#main img.center{
	border: 2px solid #000;
	margin: 0 7px;
}
#right{
	width: 255px;
	float: left;
}
#right dl.standOut dt{
	text-align: center;
}
#right dl.standOut img{
	border: 2px solid #000;
}
#right dl.standOut dd{
	text-align: center;
}
#right dl.standOut dd img{
	margin: auto;
}
#main p.financing{
	text-align: center;
	width: 70%;
	font-size: larger;
	font-weight: bold;
	margin: auto;
}
/* -----------------------------------------------------------------------
=FILLER IMAGES ELEMENTS
-------------------------------------------------------------------------*/
#right img.fill{
	border: 2px solid #000;
	margin: 1.5em auto;
}
/* -----------------------------------------------------------------------
=GALLERY ELEMENTS
-------------------------------------------------------------------------*/
#main ul.galleryLinks{
	margin: 0;
}
ul.galleryLinks li{
	float: left;
	list-style-type: none;
	margin: 0 0 0 4px;
}
ul.galleryLinks li a img{
	border: 2px solid #000;
	cursor: pointer;
}
img#MainPic{
	border: 2px solid #000;
	margin: 0 auto;
}
/* -----------------------------------------------------------------------
=VIDEO ELEMENTS
-------------------------------------------------------------------------*/
span.video{
	margin: 0.5em 0 1.5em 0;
	display: block;
	border: 1px solid #000;
}
/* -----------------------------------------------------------------------
=TESTIMONIAL ELEMENTS
-------------------------------------------------------------------------*/
blockquote{
	padding: 10px;
}
blockquote .by{
	font-style: italic;
	text-indent: 10px;
	display: block;
}	
/* -----------------------------------------------------------------------
=INCOME TABLE ELEMENTS
-------------------------------------------------------------------------*/
table.income{
	margin: 1.5em 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.income tr{
	vertical-align: top;
}
table.income tr td{
	border: 1px solid #000;
	text-align: right;
	padding: 1px 4px;
}
table.income tr th{
	border: 1px solid #000;
	width: 120px;
	text-align: center;
	background: #FFDF70;
	padding: 0;
}
table.income tr th.price{
	display: block;
	border-collapse: collapse;
	border: 0;
	width: 80px;
}
table.income tr.fill{
	background: #FFDF70;
}
table.income tr td img{
	display: block;
}
/* -----------------------------------------------------------------------
=EXAMPLE JOB ELEMENTS
-------------------------------------------------------------------------*/
img.exampleJob{
	border: 1px solid #000;
	margin: 1.5em 10px;
	float: left;
}
dl.example{
	float: left;
	width: 310px;
}
dl.example dd{
	display: block;
	clear: both;
}
dl.example dd .item{
	width: 100px;
	display: block;
	float: left;
}
dl.example dd .price{
	text-align: right;
	float: right;
}
dl.example dd.border{
	border-bottom: 1px solid #000;
}
/* -----------------------------------------------------------------------
=FINANCING OPTIONS ELEMENTS
-------------------------------------------------------------------------*/
#main dl.option{
	float: left;
	display: block;
	margin: 1.5em 40px 1.5em 10px;
}
#main img.imgRight{
	border: 1px solid #000;
	margin: 1.5em;
}
#main ul.cc li{
	list-style-type: none;
	float: left;
	margin: 0 50px;
}
img.financing{
	float: left;
	border: 1px solid #000;
	margin: 1.5em;
}
.strong{
	font-weight: bold;
}
/* -----------------------------------------------------------------------
=EQUIPMENT ELEMENTS
-------------------------------------------------------------------------*/
#main dl.equipLinks{
	display: block;
	float: left;
	width: 180px;
	margin: 1.5em;
}
#main .two dl.equipLinks{
	width: 300px;
}
#main .row dl.long{
	width: 200px;
}
#main dl.equipLinks dd.more a{
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#main dl.equipLinks dd.more a:hover{
	border-bottom: 1px solid #000;
	background: none;
}
#main dl.equipLinks a img{
	border: 0;
}
#main .row{
	display: block;
	clear: both;
	border-top: 1px solid #000;
}
#main .noborder{
	border: 0;
}
/* -----------------------------------------------------------------------
=SPECS ELEMENTS
-------------------------------------------------------------------------*/
dl.specs dt{
	font-weight: bold;
	background: #FFFF00;
}
dl.specs dd{
	display: block;
	clear: both;
	border-top: 1px solid #000;
	padding: 5px 0;
	margin: 5px 0;
	overflow: hidden;
}
dl.specs dd .feature{
	display: block;
	float: left;
	width: 125px;
	font-weight: bold;
}
dl.specs dd .detail{
	display: block;
	float: left;
	margin-left: 10px;
}
img.floatLeft{
	float: left;
	display: block;
	margin: 1.5em;
}
img.floatRight{
	float: right;
	display: block;
	margin: 1.5em;
}
img.marginAuto{
	margin-left: 65px;
	border: 1px solid #000;
}
.clearBoth{
	display: block;
	clear: both;
}
/* -----------------------------------------------------------------------
=PRODUCTS TABLE ELEMENTS
-------------------------------------------------------------------------*/
table.products{
	margin: 1.5em 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.products tr{
}
table.products tr td{
	border: 1px solid #000;
	padding: 1px 4px;
}
table.products tr th{
	border: 1px solid #000;
	width: 120px;
	text-align: center;
	background: #FFDF70;
	padding: 0;
}
table.products tr th.price{
	display: block;
	border-collapse: collapse;
	border: 0;
	width: 80px;
}
table.products tr.fill{
	background: #FFDF70;
}
table.products tr td img{
	display: block;
}
table.products tr td a img{
	border: 0;
}
table.products tr td.strong{
	font-weight: bold;
	padding: 10px;
}
#main ul.patterns{
	margin-left: 10px;
}
#main ul.patterns li{
	float: left;
	list-style-type: none;
	margin: 1.5em 10px 1.5em 0;
}
#main table.resolve{
	width: 100%;
	margin: 10px;
}
img.floatLeft{
	float: right;
	margin: 10px;
}

/* -----------------------------------------------------------------------
=SYSTEMS ELEMENTS
-------------------------------------------------------------------------*/
#main dl.system{
	float: left;
	width: 44%;
	min-height: 260px;
	display: block;
	margin: 1.5em;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	width: 100%;
	display: block;
	clear: both;
	background: url(images/footerbg.jpg) repeat-x;
	color: #fff;
	height: 40px;
	padding-top: 25px;
}
#footer ul{
	width: 900px;
	margin: auto;
	list-style-type: none;
}
#footer ul li{
	float: left;
}
#footer ul li.copyright{
	margin: 0 40px;
}
#footer a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px solid #fff;
}
#footer ul li.sitemap a{
	border-right: 1px solid #fff;
}
#footer a:hover{
	background: #fff;
	color: #000;
}
#footer ul li.vtech a{
	border: 0;
}	
#vid {
	margin-left:130px;
	margin-top:-150px;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	