﻿body 
{
	margin: 10px auto; 
	text-align: center; 
	background: #062d56 url(../images/bg_whiteGlow_body.jpg) no-repeat top center;
    font-family: Arial, Helvetica, sans-serif,Verdana;
}
img
{
	border: none;
}

a
{
	text-decoration: none;
    color: #a8a8a8;
    cursor:hand;
}

b
{
	color:#af1c27;
	font-size:medium;
}
    
#screen
{
	 background:url(../images/screen.png) no-repeat center;
	 width:555px;
	 text-align:left;
	 color:#fdf8fe; 
}

#_scnDesc
{
	margin:5px;
	font-size: smaller;
	height:250px;
	
}

#laptop
{
	background:url(../images/laptop.png) no-repeat 0 center; 
	height:124px; 
	position:absolute;
    top: -32px;
    left: 285px;
    width: 180px;
}
        
#desktop
{
	background:url(../images/desktop.png) no-repeat center; 
	height:145px; 
	position:absolute;
    top: -18px;
    left: 470px;
    width: 224px;
}

#platform
{
	 background:url(../images/platform.png) no-repeat center;
	 height:305px;
	 z-index:1;
}

.pos
{
	height:128px; 
	position:absolute;
    top: -70px;
    width: 128px;
}

#desktop128
{	
	background:url(../images/desktop128_off.png) no-repeat 0 center;
	right: 15px;
}

#laptop128
{
	background:url(../images/laptop128_off.png) no-repeat 0 center; 
	right: 135px;
}

#weekly
{
	background:url(../images/weekly_off.png) no-repeat 0 center;
	right: 255px;
}

#parts
{
	background:url(../images/parts_off.png) no-repeat 0 center; 
	right: 375px;
}

#laborRate
{
	background:url(../images/laborRate_off.png) no-repeat 0 center; 
	right: 500px;
}

#contact
{
	background:url(../images/contact_off.png) no-repeat 0 center; 
	right: 628px;
    width: 128px;
} 
                  
#txtdesktop128,
#txtlaptop128,
#txtweekly,
#txtparts,
#txtlaborRate,
#txtcontact
{
	position:absolute; 
	color:#a8a8a8; 
	font-size: smaller; 
	font-weight:bold;
    top: 125px;
    right: 35px;
}
 
a:hover #txtdesktop128,
a:hover #txtlaptop128,
a:hover #txtweekly,
a:hover #txtparts,
a:hover #txtlaborRate,
a:hover #txtcontact
{
	color:Red;
	font-size: +2;
}


a:hover #desktop128, 
a:hover #txtdesktop128
{
	background-image:url(../images/desktop128.png);
}
        
a:hover #laptop128, 
a:hover #txtlaptop128
{
	background-image:url(../images/laptop128.png);
}

a:hover #weekly, 
a:hover #txtweekly
{
	background-image:url(../images/weekly.png);
}

a:hover #parts, 
a:hover #txtparts
{
	background-image:url(../images/parts.png);
}
        
a:hover #laborRate, 
a:hover #txtlaborRate
{
	background-image:url(../images/laborRate.png);
}
        
a:hover #contact,
a:hover #txtcontact
{
	background-image:url(../images/contact.png);
}

