/* ------------------------------------------------------------------------
CSS sheet for US Radon.

Author: Chris Robinson
Date Created: 1/3/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS: 

------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
   	font: 13px/1.5em Tahoma, Arial, sans-serif;
	background: url(images/headertop.gif) top center no-repeat #CCCCCC;
}
#wrap{
	margin: auto;
	text-align: left;
	width: 1004px;
}
p{
	margin: 1.5em 15px;
}
	
/* -----------------------------------------------------------------------
HEADER & NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 1004px;
	height: 209px;
	background: url(images/header.gif) repeat-x;
	margin-top: 30px;
	text-align: center;
}
#header a.home{
	width: 290px;
	height: 185px;
	margin-top: -12px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}
ul.nav li{
	float: left;
	list-style-type: none;
	width: 114px;
	height: 134px;
	margin: 11px 1px 0 3px;
	position: relative;
}
ul.nav li.logo{
	width: 290px;
	height: 185px;
	margin: 0 0;
}
ul.nav li a{
	display: block;
	background: url(images/nav.jpg) no-repeat;
	width: 114px;
	height: 134px;
	text-indent: -9999px;
}
ul.nav li.home a{
	background-position: 0 0;
}
ul.nav li.home a:hover{
	background-position: 0 -134px;
}
ul.nav li.about a{
	background-position: -114px 0;
}
ul.nav li.about a:hover{
	background-positioN: -114px -134px;
}
ul.nav li.info a{
	background-position: -228px 0;
}
ul.nav li.info a:hover{
	background-position: -228px -134px;
}
ul.nav li.products a{
	background-position: -342px 0;
}
ul.nav li.products a:hover{
	background-position: -342px -134px;
}
ul.nav li.order a{
	background-position: -456px 0;
}
ul.nav li.order a:hover{
	background-position: -456px -134px;
}
ul.nav li.contact a{
	background-position: -570px 0;
}
ul.nav li.contact a:hover{
	background-position: -570px -134px;
}
ul.nav li ul{
	display: none;
}
ul.nav li:hover ul, ul.nav li.over ul{
	display: block;
	position: absolute;
	top: 100%;
	left: 4px;
}
ul.nav li:hover ul, ul.nav li.over ul{
	left: 3px;
}
ul.nav li ul li, ul.nav li ul a{
	float: none;
	color: #F0F2E1;
	text-indent: 0;
	text-align: left;
	width: 215px;
	display: block;
	background: #576895;
	height: 20px;
	margin: 0px;
	text-decoration: none;
}
ul.nav li ul li a{
	background: #CCCCCC;
	margin: 0;
	text-decoration: none;
	width: 100%;
	color: #000;
	padding: 0 10px;
	border: 1px solid black;
}
ul.nav li ul li a:hover{
	color: #fff;
	background: #576895;
}





/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#maincontent{
	display: block;
	width: 634px;
	background: url(images/maincontent.gif) repeat-y;
	padding-top: 10px;
	margin-top: -30px;
	margin-left: 11px;
	float: left;
}
#wrap > #maincontent{
	margin-left: 22px;
}
#maincontent h6{
	text-indent: -9999px;
	display: block;
	clear: both;
	background: url(images/maincontentbottom.gif) bottom left no-repeat;
}
#maincontent h3{
	padding-left: 15px;
	font-size: 16px;
}
#maincontent dl{
	padding-left: 15px;
}
#maincontent dt{
	margin-left: 5px;
	margin-top: 10px;
	font-weight: bold;
}
#maincontent dd{
	margin-left: 10px;
	margin-right: 20px;
}
#maincontent dd ul{
	margin-left: 20px;
}
#maincontent img{
	border: 1px solid #576895;
	margin-left: 20px;
}
#maincontent img.right{
	float: right;
	margin: 0px 15px 0 10px;
}
#maincontent img.center{
	margin-left: 75px;
}
#maincontent a{
	color: #9EADC8;
	text-decoration: none;
	font-weight: bold;
}
#maincontent dd.imglink a img{
	border: 3px solid #576895;
}
#maincontent a{
	border-bottom: 2px dashed #576895;
}
#maincontent a:hover{
	border-bottom: 2px solid #576895;
}
#maincontent p .strong{
	font-weight: bold;
	display: block;
}
#maincontent embed{
	margin-top: 10px;
	margin-left: 100px;
	display: block;
}
.underline{
	display: block;
	width: 95%;
	border-bottom:1px dashed white;
	margin-left:15px;
}
/* -----------------------------------------------------------------------
SEALING ELEMENTS
-------------------------------------------------------------------------*/
ul.entry{
	list-style-type: none;
	float: left;
	margin: 0 20px;
}
ul.sealing{
	list-style-type: none;
}
/* -----------------------------------------------------------------------
LIGHTBOX PHOTO ELEMENTS
-------------------------------------------------------------------------*/
ul.lightbox{
	list-style-type: none;
	display: block;
	clear: both;
	margin-top: 10px;
}
ul.lightbox li{
	float: left;
	width: 21%;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}
ul.lightbox li img{
	display: block;
	margin: auto;
}

/* -----------------------------------------------------------------------
ORDER FORM ELEMENTS
-------------------------------------------------------------------------*/
#maincontent form.orderForm ul{
	list-style-type: none;
	margin-left: 20px;
	margin-top: 10px;
}
#maincontent form.orderForm ul .price{
	margin-left: 10px;
}
#maincontent form.orderForm ul .submit{
	margin-top: 10px;
}
/* -----------------------------------------------------------------------
RIGHT SIDE ELEMENTS
-------------------------------------------------------------------------*/
#right{
	width: 300px;
	margin-right: 0;
	color: #000;
	text-align: center;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: -30px;
	margin-right: 0px;
}
#right dl{
	margin: 10px 0 10px 5px;
	display: block;
}
#wrap > #right dl{
	margin: 10px 0 10px 50px;
}	
#right dl dt{
	background: url(images/dtbg.gif) no-repeat;
	width: 200px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 1px solid #576895;
	display: block;
	padding-top: 8px;
}
#right dl dd{
	width: 180px;
	margin-left: 10px;
	text-align: left;
}
#right dl dd.center{
	text-align: center;
}
#right dl dd.more{
	margin-bottom: 10px;
}
#right p{
	width: 300px;
	clear: both;
	margin: 10px 0 10px 0px;
}
#right dl dd .locations{
	display: block;
	margin-left: 10px;
}
#right dl dd a{
	border-bottom: 1px dashed #576895;
	text-decoration: none;
}
#right dl dd a:hover{
	border-bottom: 1px solid #576895;
}
#right dl dd ul{
	width: 290px;
	margin-left: 0px;
	text-align: left;
	list-style-type: none;
}
#wrap > #right dl dd ul{
	margin-left: -28px;
}
#right dl dd a img{
	display: block;
	border: 1px solid #576895;
	margin: auto;
	margin-top: 10px;
}
#right ul.lightbox2{
	width: 300px;
	display: block;
	clear: both;
	margin: auto;
	list-style-type: none;
}
#right ul.lightbox2 li{
	display: inline;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}
#right ul.lightbox2 li img{
	border: 1px solid #576895;
}
#maincontent ul.lightbox2{
	width: 100%;
	margin-top: 10px;
}
#maincontent ul.lightbox2 li{
	float: left;
	margin: 0px 10px;
	list-style-type: none;
}
#maincontent ul.lightbox2 li a{
	border: 0px;
}
#right p .small{
	display: block;
	font-size: 11px;
}
#right img.center{
	margin: auto;
	border: 1px solid #576895;
	text-align: center;
	display: block;
	margin-top: 10px;
}
#right p a{
	text-align: center;
	border-bottom: 1px dashed #576895;
	text-decoration: none;
}
#right p a:hover{
	border-bottom: 1px solid #576895;
}
/* -----------------------------------------------------------------------
TABLE ELEMENTS
-------------------------------------------------------------------------*/
table{
	margin: 1.5em 15px;
	width: 95%;
	border: 2px solid #576895;
	border-collapse: collapse;
}
table tr th{
	font-weight: bold;
	background: #576895;
	color: #fff;
	padding: 1px 4px;
}
table tr th.top{
	text-align: center;
}
table tr{
	margin-left: 20px;
	width: 100%;
}
table tr td{
	border: 1px solid #576895;
	border-collapse: collapse;
	padding-left: 2px;
}
table.three tr td{	
	width: 32%;
	text-align: center;
}
table.five tr td{	
	width: 15%;
	text-align: center;
}
table tr td.check{
	background: url(images/check.gif) center center no-repeat;
}
/* -----------------------------------------------------------------------
CONTACT FORM ELEMENTS
-------------------------------------------------------------------------*/
form.contact ul li{
	display: block;
	clear: both;
	list-style-type: none;
	margin-left: 20px;
}
form.contact ul li label{
	width: 200px;
	display: block;
	float: left;
	margin: 4px 0px;
}
form.contact ul li input{
	width: 181px;
}
form.contact ul li select{
	width: 185px;
}
form.contact ul li.submit{
	margin-top: 10px;
	margin-left: 150px;
}
div#checks{
	width: 350px;
	margin-left: 150px;
}
div#checks input{
	margin-right: 10px;
	float: left;
	width: 100px;
}
/* -----------------------------------------------------------------------
SITEMAP ELEMENTS
-------------------------------------------------------------------------*/
ul.sitemap{
	margin: 1.5em 15px 0px 30px;
	list-style-type: none;
}
ul.sitemap li ul{
	list-style-type: none;
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 1004px;
	clear: both;
	border-top: 1px dashed #6C6C6C;
	font-size: 90%;
	line-height: 1.4em;
	padding-top: .5em;
	color: #000;
	margin: auto;	
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer ul{
	list-style-type: none;
	float: left;
}
#footer li{
	display: inline;
	margin: 10px;
}
#footer p{
	margin: 0 0 .5em 50px;
	padding: 0;
	float: left;	
}

















