/* ------------------------------------------------------------------------
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: #fff;
}
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/bodybg.png) center top repeat-y #D46082;
}
#wrap{
	width: 778px;
	margin: auto;
	text-align: left;
	background: #181818;
}
p{
	margin: 0 0 1.5em 9px;
	padding: 0 5px;
}
/* -----------------------------------------------------------------------
HEADER & NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
#header{
	height: 91px;
	background: url(images/logo.gif) no-repeat #181818;
}
ul.navigation{
	float: right;
	background: url(images/navigation.gif) 0px 20px no-repeat;
	height: 57px;
	width: 400px;
	text-indent: -9999px;
	list-style-type: none;
}
ul.navigation li{
	float: left;
	display: block;
	height: 57px;
}
ul.navigation li a{
	display: block;
	margin-left: 1px;
	margin-top: 36px;
}
ul.navigation li a.home{
	width: 65px;
}
ul.navigation li a.howtouse{
	width: 100px;
}
ul.navigation li a.faq{
	width: 63px;
}
ul.navigation li a.order{
	width: 60px;
}
ul.navigation li a.contact{
	width: 94px;
}
ul.navigation li a.home:hover{
	background: url(images/navigationover.gif) -1px -16px no-repeat;
}
ul.navigation li a.howtouse:hover{
	background: url(images/navigationover.gif) -67px -16px no-repeat;
}
ul.navigation li a.faq:hover{
	background: url(images/navigationover.gif) -168px -16px no-repeat;
}
ul.navigation li a.order:hover{
	background: url(images/navigationover.gif) -232px -16px no-repeat;
}
ul.navigation li a.contact:hover{
	background: url(images/navigationover.gif) -293px -16px no-repeat;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#maincontent{
	clear: both;
	padding-bottom: 0px;
}
h1{
	font-size: 75%;
	text-indent: -9999px;
	background: url(images/mainpic.jpg) no-repeat;
	display: block;
	width: 776px;
	height: 214px;
}
h2{
	font-family: Myriad, arial, helvetica;
	color: #D46082;
}
#rightcontent{
	width: 38%;
	float: right;
}
#rightcontent img.products{
	margin-top: 20px;
}
#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;
}
/* -----------------------------------------------------------------------
ORDER ELEMENTS
-------------------------------------------------------------------------*/
dl.order{
	border: 0px;
	float: left;
	text-align: center;
	width: 40%;
	margin-left: 20px;
}
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%;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
form.contact ul li{
	display: block;
	padding: 5px 0px;
	list-style-type: none;
}
form.contact ul li label{
	display: block;
	width: 50%;
	float: left;
}
form.contact ul li input{
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	padding-top: 5px;
	clear: both;
	display: block;
	border-top: 1px ridge #A63959;
	width: 100%;
}
#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;
}