/* ------------------------------------------------------------------------
CSS sheet for Something New.

Author: Chris Robinson
Date Created: 10/2/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS: 
Light Black (in wrap): #181818
Body Black: #000000

------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
	color: #333;
}
a:hover{
	color: #999;
	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: #D46082 url(images/bodyBg.jpg);
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
#shadow {
	width: 830px;
	margin:  0 auto;
	background: url(images/shadow.png) repeat-y;
}
#wrap{
	width: 778px;
	margin: 0 auto;
	text-align: left;
	background: #333 url(images/wrapBg.jpg) repeat-x;
}
p, #maincontent h3, #maincontent h2{
	margin: 0 0 1.2em 9px;
	padding: 0 5px;
}
/* -----------------------------------------------------------------------
HEADER & NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
#header{
	height: 145px;
	position: relative;
}
#header a h1 {
	display: block;
	position: absolute;
	width: 327px;
	height: 91px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}
ul.navigation{
	position: relative;
	top: 5px;
	left: 45px;
	height: 49px;
	width: 700px;	
	list-style-type: none;
}
ul.navigation li{
	float: left;
	display: block;
	height: 49px;
}
ul.navigation li a{
	display: block;
	text-indent: -9999px;
	background: url(images/spriteNav2.png) no-repeat;
	height: 49px;
}
ul.navigation li a.home{
	width: 100px;
	background-position: 0px 0px;
}
ul.navigation li a.order{
	width: 100px;
	background-position: -100px 0px;
}
ul.navigation li a.jcleaner{
	width: 100px;
	background-position: -200px 0px;
}
ul.navigation li a.tremover{
	width: 100px;
	background-position: -300px 0px;
}
ul.navigation li a.howtouse{
	width: 100px;
	background-position: -400px 0px;
}
ul.navigation li a.faq{
	width: 100px;
	background-position: -500px 0px;
}
ul.navigation li a.contact{
	width: 100px;
	background-position: -600px 0px;
}
ul.navigation li a.home:hover, #home .home{
	background-position: 0px -49px;
}
ul.navigation li a.order:hover, #order .order{
	background-position: -100px -49px;
}
ul.navigation li a.jcleaner:hover, #jcleaner .jcleaner{
	background-position: -200px -49px;
}
ul.navigation li a.tremover:hover, #tremover .tremover{
	background-position: -300px -49px;
}
ul.navigation li a.howtouse:hover, #howtouse .howtouse{
	background-position: -400px -49px;
}
ul.navigation li a.faq:hover, #faq .faq{
	background-position: -500px -49px;
}
ul.navigation li a.contact:hover, #contact .contact{
	background-position: -600px -49px;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#maincontent{
	clear: both;
	padding: 70px 0px;
	background: #f3dee5 url(images/topDetail.png) center no-repeat;
	background-position: 26px 5px;
	margin: 10px;
	color: #333;
	position: relative;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .7);
}
#maincontent img.regImg {
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
}
#bottomDetail {
	display: block;
	width: 703px;
	height: 65px;
	margin: 0px auto;
	position: absolute;
	bottom: 5px;
	left: 25px;
	background: url(images/bottomDetail.png) no-repeat;
}
h1.mainpic{
	font-size: 75%;
	text-indent: -9999px;
	background: url(images/mainpic2.jpg) no-repeat;
	display: block;
	width: 776px;
	height: 214px;
}
h2{
	font-family: Myriad, arial, helvetica;
	color: #D46082;
}
#rightcontent{
	width: 38%;
	float: right;
}
#leftcontent{
	width: 60%;
}
dl{
	margin: 0 0 1.5em 9px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D46082;
}	
dl dt{
	font-weight: bold;
}
ul.sitemap{
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.indeximg{
	margin-top: -4px;
}
#specialBox, #emailBox {
	display: block;
	color: #d46082;
	border: 3px solid #333;
	padding: 12px;
	margin-right: 12px;
	margin-bottom: 24px;
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
}
#specialBox p, #emailBox p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
	color: #333;
}
#specialBox h3, #emailBox h3 {
	font-size: 18pt;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
#specialBox h4, #emailBox h4 {
	font-size: 14pt;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	line-height: 24px;
}
img.freeShipImg {
	margin-left: 40px;
	margin-bottom: 10px;
}
.free-ship {
	margin: 10px 0 0 345px;
}

/* -----------------------------------------------------------------------
ORDER ELEMENTS
-------------------------------------------------------------------------*/
div#products {
	margin-top: 20px;
	display: block;
	width: 100%;
}
dl.order{
	border: 0px;
	float: left;
	text-align: center;
	width: 30%;
	margin: 0px 12px;
	font-size: 9pt;
}
dl.last{
	text-indent: -9999px;
}
.row{
	clear: both;
	display: block;
}
#rightcontent dl.order{
	border: 0px;
	float: left;
	text-align: center;
	width: 95%;
}
#bottommain dl{
	width: 30%;
	text-align: center;
}
#bottommain dl.cleartop{
	clear: both;
	display: block;
	text-align: center;
	margin: auto;
	width: 99%;
}
dl.order dd {
}
dl.order img {
	width: 200px;
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
}

/* -----------------------------------------------------------------------
Slideshow ELEMENTS
-------------------------------------------------------------------------*/

#slideShow {
	position: relative;
	height: 214px;
	width: 779px;
}
#slideShow IMG {
    position:absolute;
    top:0px;
    left:0px;
    z-index: 5;
}
#slideShow IMG.active {
    z-index: 20;
}
#slideShow IMG.last-active {
    z-index: 15;
}

/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
form.contact {
	margin-left: 12px;
}
form.contact ul li{
	display: block;
	padding: 5px 0px;
	list-style-type: none;
}
form.contact label{
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 6px;
	padding-right: 10px;
	text-align: right;
}
form.contact input[type="text"], form.contact textarea {
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 6px;
}
form.contact input[type="text"]:focus, form.contact textarea:focus,
form.contact input[type="text"]:hover, form.contact textarea:hover {
	border: 1px solid #D15F80;
	-moz-box-shadow: 0px 0px 6px rgba(209, 95, 128, 1);
	-webkit-box-shadow: 0px 0px 6px rgba(209, 95, 128, 1);
	box-shadow: 0px 0px 6px rgba(209, 95, 128, 1);
}
form.contact input[type="submit"] {
	display: block;
	float: left;
	margin-left: 200px;
}

/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	padding-top: 5px;
	clear: both;
	display: block;
	background: #333 url(images/footerBg.jpg)  bottom repeat-x;
	border-top: 1px ridge #A63959;
	width: 100%;
	min-height: 75px;
}
#footer p{
	float: right;
	text-align: center;
	width: 48%;
}
#footer p a{
	color: white;
	text-decoration: underline;
}
#footer ul.footer{
	width: 48%;
	float: left;
	list-style-type: none;
	padding-top: 0px;
}
#footer ul.footer li{
	float: left;
	color: white;
	margin: 10px 40px;
	text-decoration: underline;
}
#footer ul.footer li a{
	color: #fff;
	text-decoration: underline;
}
/* -----------------------------------------------------------------------
NEWSLETTER SIGNUP ELEMENTS
-------------------------------------------------------------------------*/
#newsletter{
	margin-left: 14px;
	margin-bottom: 10px;
}
#newsletter h3{
	font-size: 110%;
	color: #D46082;
	margin-bottom: .2em;
}
#newsletter p{
	margin-left: 0;
	padding-left: 0;
}
#subscribe{
	margin-bottom: 10px;
}
/*----------------------------------------------------------------------------
Image List on the bottom of the index
-----------------------------------------------------------------------------*/
.order-list {
	width: 756px;
	list-style: none;
}

.order-list li{
	float: left;
	margin: 0 0 0 55px;
	width: 180px;
	text-align: center;
}
.order-list li a {
	text-decoration: none;
}
.order-list li a:link,
.order-list li a:visited {
	color: #333;
}
.order-list li a:hover {
	color: #666;
}  
