/* PC Med Center homepage.css Styles */

/*///////////////////////////////////////////////////////
// Styles unique to the Homepage
///////////////////////////////////////////////////////*/
html,body {background: url(../../images/striped-bg.gif) repeat left top;margin:1px auto 0 auto; padding:0; font-size:100%;height:100%}/* needed to prevent text-scaling bug in IE6 */
body {color:#000;font:normal 0.75em arial,sans-serif;text-align:center; }

.banner { width: 796px; height: 220px; padding: 0; margin: 0; text-align: left; background: #fff;/*#ce1a00;*/ }
.flash { padding: 0; z-index: -1; text-align: left; background: #fff; margin: 0; }
.boxArea { padding: 10px 5px 10px 5px; background-color: #fff; }

.box
{ 
	padding-top: 50px;
    width: 250px;  
    height: 150px; 
    float: left;
    margin-left: 9px;
    font-size: 11px;
}
.box ul { margin:-10 0 0 0; list-style: url(../../images/arrow_red.gif); line-height: 20px; font-size: 12px; color: red; }
.pcservices { background: url(../../images/HomePage/pc_services_box.gif) left;}
.webservices { background: url(../../images/HomePage/web_services_box.gif) left;}

.box2
{ 
	padding-top: 0;
    width: 250px;  
    height: 190px; 
    float: left;
    margin-left: 9px;
    font-size: 11px;
}
.advert { height: 88px; padding: 4px; padding-left: 95px; margin-right: 0px; text-align: left; background: url(../../images/HomePage/harddrive_large.jpg) no-repeat top left; border: solid 1px #000; }
.advert2 { height: 84px; padding: 4px; padding-right: 90px; margin-top: 8px; margin-right: 0px; text-align: left; background: url(../../images/HomePage/ipod.jpg) no-repeat bottom right; border: solid 1px #000; }

.liveChat
{
    background: url(../../images/HomePage/liveChat.gif) left top;  
    width: 153px;  
    height: 185px; 
    float: left;
    margin: 7px 0 0 -170px;
    z-index: 200;
}

#box ul { margin:-10 0 0 0; list-style-image: url(../../images/arrow_red.gif); }
#box li { padding-bottom: 6px; }
#box a:link, #box a:visited, #box a:active
{
    font: bold 11px Arial;
    color: maroon;/*#808080;*/
    text-decoration: none;
}
#featuredNews a:hover{ text-decoration: underline; }

.footerWrapper
{
	margin: 0 auto 0 auto;
    font: 11px Tahoma;
    color: #808080; 
    width: 796px; 
    background: #fff;
    border-left:solid 2px #cfcfcf;border-right:solid 2px #cfcfcf;border-bottom:solid 2px #cfcfcf;
}

/* Override the navigation #gn_outside class for the homepage */
#gn_outside {background:url(../../images/off_red.gif) repeat-x;text-align:center;width:796px;border-left:solid 2px #cfcfcf; border-right:solid 2px #cfcfcf;}
#headerWrapper {width:796px; height: 90px; background-color: #fff; border-top:solid 2px #cfcfcf; border-left:solid 2px #cfcfcf; border-right:solid 2px #cfcfcf;}
#header {width:796px; margin:0 auto; background:#fff; text-align:left;}
#bodyWrapper {border-bottom:none;border-left:solid 2px #cfcfcf; border-right:solid 2px #cfcfcf;width:796px; background-color:#fff;height: auto;min-height: 10%;_height: 10%; text-align: left; margin:0 auto;}