/* ------------------------------------------------------------------------
CSS sheet for Samian Technologies
Author: Chris Robinson
Date Created: 10/11/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Light Gray: #879094;
Dark Gray: #1E2F36;
Blue: #4097E6;

------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	margin: 0px;
	padding: 0px;
	color: #000;
   	font: 12px/1.33em Arial, Helvetica, Sans-Serif;
   	background: url(images/bodybg.gif) center top repeat-x #889195;
}
#wrap{
	width: 783px;
	margin: auto;
	position: relative;
}
p{
	margin: 0px 10px 5px 0px;
}
h3{
	font-size: 18px;
	margin: 5px 0px;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#flash {
	margin-top: 15px;
	background: url(images/flashholder.png) no-repeat;
	width: 783px;
	height: 216px;	
}

#header h1{
	/*background: url(images/flashholder.png) no-repeat;
	width: 783px;
	height: 216px;*/
	text-indent: -9999px;
	font-size: 70%;
}
ul.navigation{
	background: url(images/navigationbg.png) no-repeat;
	width: 783px;
	height: 32px;
	list-style-type: none;
	text-indent: -9999px;
}
ul.navigation li{
	position: relative;
	float: left;
	width: 130px;
	display: block;
}
ul.navigation li a{
	display: block;
	height: 32px;
	width: 100%;
}
ul.navigation li ul{
	display: none;
	list-style-type: none;
}
ul.navigation li:hover ul, ul.navigation li.hover ul{
	display: block;
	position: absolute;
	top: 32px;
	left: 0px;
}	
ul.navigation li:hover ul.second li a, ul.navigation li.hover ul.second li a{
	text-indent: -9999px;
	width: 100%;
	height: 30px;
	color: #000;
	display: block;
}
ul.navigation li.services ul li{
	width: 133px;
}
ul.navigation li.products ul li{
	width: 130px;
}
ul.navigation li ul li{
	float: none;
	width: 100%;
}
ul.navigation li.home{
	width: 130px;
}
ul.navigation li.home a:hover{
	background: url(images/navigationover.png) -0px 0px no-repeat;
}
ul.navigation li.aboutus{
	width: 130px;
}
ul.navigation li.aboutus a:hover{
	background: url(images/navigationover.png) -130px 0px no-repeat;
}
ul.navigation li.services{
	width: 130px;
}
ul.navigation li.services a:hover{
	background: url(images/navigationover.png) -260px 0px no-repeat;
}
ul.navigation li.services li.homesolutions{
	background: url(images/solutionshover.png) 0px -32px no-repeat; 
}
ul.navigation li.services li.homesolutions a:hover{
	background: url(images/solutionshoverwhite.png) 0px -32px no-repeat;
}
ul.navigation li.services li.businesssolutions{
	background: url(images/solutionshover.png) 0px -64px no-repeat; 
}
ul.navigation li.services li.businesssolutions a:hover{
	background: url(images/solutionshoverwhite.png) 0px -64px no-repeat;
}
ul.navigation li.products{
	width: 130px;
}
ul.navigation li.products a:hover{
	background: url(images/navigationover.png) -390px 0px no-repeat;
}
ul.navigation li.products li.dellhome{
	background: url(images/productsover.png) 0px -32px no-repeat;
}
ul.navigation li.products li.dellhome a:hover{
	background: url(images/productsoverwhite.png) 0px -32px no-repeat;
}
ul.navigation li.products li.dellwork{
	background: url(images/productsover.png) 0px -64px no-repeat;
}
ul.navigation li.products li.dellwork a:hover{
	background: url(images/productsoverwhite.png) 0px -64px no-repeat;
}
ul.navigation li.products li.partspereph{
	background: url(images/productsover.png) 0px -96px no-repeat;
}
ul.navigation li.products li.partspereph a:hover{
	background: url(images/productsoverwhite.png) 0px -96px no-repeat;
}
ul.navigation li.products li.custom{
	background: url(images/productsover.png) 0px -128px no-repeat;
}
ul.navigation li.products li.custom a:hover{
	background: url(images/productsoverwhite.png) 0px -128px no-repeat;
}

ul.navigation li.products li.dellparts{
	background: url(images/productsover.png) 0px -160px no-repeat;
}
ul.navigation li.products li.dellparts a:hover{
	background: url(images/productsoverwhite.png) 0px -160px no-repeat;
}
ul.navigation li.design{
	width: 130px;
}
ul.navigation li.design a:hover{
	background: url(images/navigationover.png) -520px 0px no-repeat;
}
ul.navigation li.contact{
	width: 133px;
}
ul.navigation li.contact a:hover{
	background: url(images/navigationover.png) -650px 0px no-repeat;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
h1.main{
	background: url(images/phone.png) no-repeat;
	width: 349px;
	height: 78px;
	text-indent: -9999px;
	margin: 20px 0px;
	font-size: 70%;	
}
body.web h1.main{
	background: url(images/callustodayWD.gif) no-repeat;
}
#computertop{
	float: right;
	background: url(images/mainmiddle.gif) repeat-y;
	width: 783px;
}
#maincontent{	
	background: url(images/maintop.gif) no-repeat;
	width: 783px;
}
body.web #maincontent{
	background: url(images/maintopWB.gif) no-repeat;
}
#maincontent ul{
	margin-left: 20px;
}
#maincontent p.center{
	margin-left: 150px;
	font-weight: bold;
	clear: both;
}
#maincontent dl{
	margin-bottom: 5px;
}
#maincontent dl dt{
	font-weight: bold;
}
#maincontent dl dd img{
	margin-left: 20px;
}
dl.payments{
	margin-top: 10px;
}
dl.payments dd{
	float: left;
	margin: 0px;
}
#left{
	width: 65%;
	float: left;
	border-right: 2px solid #000;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 5px;
}
#maincontent > #left{
	float: none;
}
dl.main dd{
	margin-bottom: 1.5em;
}
#right{
	float: right;
	margin: 100px 10px 0px 0px;
	width: 30%;
}
#right p{
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#right p.link{
	font-weight: bold;
	font-style: italic;
}
#right p.email{
	margin-top: 10px;
}
img.paul{
	border: 3px ridge black;
	float: left;
	margin: 0px 2px 0px 10px;
}
#right > img.paul{
	margin: 0px 2px 0px 0px;
}
.btm{
	border-top: 2px solid #000;
	display: block;
	clear: both;
	padding-left: 10px;
}
.btm dl dt{
	font-weight: bold;
	margin-top: 5px;
}
dl.contact dd{
	margin-bottom: 26px;
}
/* -----------------------------------------------------------------------
TOP RIGHT PICTURE ELEMENTS
-------------------------------------------------------------------------*/
h6{
	display: none;
}
#right > h6{
	display: block;
	text-indent: -9999px;
	background: url(images/van.png) no-repeat;
	width: 282px;
	height: 124px;
	margin-top: -150px;
	margin-bottom: 25px;
}
#right h6.contact{
	background: url(images/handshake.png) no-repeat;
	width: 160px;
	height: 208px;
}
#right h6.about{
	background: url(images/store.png) no-repeat;
	width: 282px;
	height: 132px;
}
#right h6.homeservice{
	background: url(images/serviceshome.png) no-repeat;
	width: 250px;
	height: 231px;
}
#right h6.businessservices{
	background: url(images/servicesbusiness.png) no-repeat;
	width: 251px;
	height:261px;
}
#right h6.website{
	background: url(images/computer.png) no-repeat;
	width: 163px;
	height: 177px;
}
#right h6.dellathome{
	background: url(images/dellbox.png) no-repeat;
	width: 265px;
	height: 199px;
}
#right h6.servbuss{
	background: url(images/servbuss.png) no-repeat;
	width: 265px;
	height: 199px;
}
#right h6.servhome{
	background: url(images/servhome.png) no-repeat;
	width: 265px;
	height: 199px;
}
/* -----------------------------------------------------------------------
SERVICES ELEMENTS
-------------------------------------------------------------------------*/
dl.dell{
}
dl.dell dt{
	font-weight: bold;
}
#maincontent dl.dell dd img{
	display: block;
	margin-left: 0px;
	border: 1px solid #000;
}
div.row{
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
div.row dl{
	float: left;
	width: 185px;
	display: block;
	margin-right: 5px;
	padding-bottom: 20px;
}
#left > div.row dl{
	margin-right: 8px;
}
body.full #left{
	border-right: 0px;
	width: 100%;
}
dl.floatleft{
	float: left;
	clear: both;
	display: block;
	width: 250px;
}
/* -----------------------------------------------------------------------
SERVICES ELEMENTS
-------------------------------------------------------------------------*/
dl.services{
	float: left;
	width: 49%;
}
div.row1{
	display: block;
	clear: left;	
}
/* -----------------------------------------------------------------------
WEBSITE DESIGN ELEMENTS
-------------------------------------------------------------------------*/
p.testimonial{
	color: #000080;
	font-style: italic;
}
p.testimonial .by{
	display: block;
	font-style: normal;
}
p.testimonial .by a{
	color: #000080;
}
a img.vtech{
	border: 0px;
	margin-left: 180px;
}
img.tammy{
	float: left;
	border: 3px ridge black;
	margin: 5px 10px 5px 0px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	background: url(images/mainbottom.gif) 0px 0px no-repeat;
	height: 50px;
	margin-bottom: 5px;
}
#footer ul.footer{
	margin-left: 30px;
	padding-top: 30px;
	list-style-type: none;
}
#footer ul.footer li{
	float: left;
	margin-left: 30px;
}
#footer ul.footer li a{
	text-decoration: underline;
	color: #000;
}











