﻿body 
{
	text-align: center; 
	background: #062d56 url(../images/bg_whiteGlow_body.jpg) no-repeat top center;
    font-family: Arial, Helvetica, sans-serif,Verdana;
}

#dskPlatfm
{
	 background:url(../images/dskPlatfm.png) no-repeat center;
	 position:absolute;
	 height:118px;
	 width: 963px;
	 left:160px;
	 top: 730px;
	 z-index:-1;
}

#dskDesc
{
	background:url(../images/dskDescScn.png) no-repeat center;
	height: 650px;
}


#nav
{	background:url(../images/nav.png) no-repeat center;
	position:relative;
	width:844px;
	height:55px;
	
}

#contentContainerTop	
{
	background:url(../images/contentBGTop.jpg) no-repeat;
    height:100%; 
    width:844px;
    overflow:visible;
}
#content
{
	/*margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 15px;*/
    text-align:left;
    direction:ltr;
    overflow:inherit;
    text-align:left;
    width:840px;
   /**/
 }
#contentContainerBottom
{
	background:url(../images/contentBGBottom.jpg) no-repeat;
	height:56px;
	width:844px;
}

.pos
{	
	width:51px;
	height:55px;
	position:absolute;
	top:-25px;
} 

#desktop
{
	background:url(../images/desktop_sm_off.png) no-repeat 0 center;
	right:170px;
}

#laptop
{
	background:url(../images/laptop_sm_off.png) no-repeat 0 center;
	right:240px;
}

#weekly
{
	background:url(../images/weekly_sm_off.png) no-repeat 0 center;
	right:310px;
}

#parts
{
	background:url(../images/parts_sm_off.png) no-repeat 0 center;
	right:380px;
}



#laborRate
{
	background:url(../images/laborRate_sm_off.png) no-repeat 0 center;
	right:460px;
}

#contact
{
	background:url(../images/contact_sm_off.png) no-repeat 0 center;
	right:540px;
}


a:hover{color:Red;}
a:hover #laptop,
a:hover	#desktop,
a:hover	#weekly,
a:hover	#parts,
a:hover	#laborRate,
a:hover	#contact
{
	width: 65px;
	height: 61px;
	
}

a:hover #laptop
{
	background:url(../images/laptop_sm_on.png) no-repeat 0 center;
}

a:hover #desktop
{
	background:url(../images/desktop_sm_on.png) no-repeat 0 center;
}

a:hover #weekly
{
	background:url(../images/weekly_sm_on.png) no-repeat 0 center;
}

a:hover #parts
{
	background:url(../images/parts_sm_on.png) no-repeat 0 center;
}

a:hover #laborRate
{
	background:url(../images/laborRate_sm_on.png) no-repeat 0 center;
}

a:hover #contact
{
	background:url(../images/contact_sm_on.png) no-repeat 0 center;
}
