/* 
	Name:Css for Homepage;
	Date:2010-01-05;
	Basic color:#EEEEE/#CCCCCC/#999999/#CF9

 */
@charset 'utf-8';

html,body,div,table,tr,td,a,h1,h2,h3,span,ul,li{
	padding:0;
	margin:0;
	border:none;
	}
body{
	font-size:12px;
	color:#444;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
a:link,a:visited{
	font-size:12px;
	color:#3399FF;
	text-decoration:none;
	}
a:hover{
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
	}
h1{
	font-size:18px;
	font-weight:bold;
	color:#3366FF;
	line-height:30px;
	}
h2{
	font-size:16px;
	font-weight:bold;
	color:#3366FF;
	line-height:26px;
	}
h3{
	font-size:14px;
	font-weight:bold;
	color:#3399FF;
	line-height:22px;
	}
p{
	font-size:12px;
	line-height:20px;
	
	}
img{
	border:0;
	}
table tr td{
	vertical-align:top;
	}
.center_a{
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	}
#wrap{text-align:left;width:760px;margin:0 auto;}
#header{
	margin-bottom:10px;
	width:100%;
	height:127px;
	position:relative;
	background-color:#FFF;
	}
#header #logo {
	position:absolute;
	left:20PX;
	top:20px;
	}

#header #logo a{
	display:block;
	width:234px;
	height:95px;
	background:url(../images/logo.gif) no-repeat;
	font-size:0;
	color:#fff;
	}


#header #nav{
	width:100%;
	height:32px;
	background:url(../images/navigation.png) repeat-x left bottom;
	position:absolute;
	bottom:0;
	*bottom:-0.1em;
	border-top:1px solid #DEDEDE;

	}
#header #nav a{
	display:block;
	float:left;
	font:bold 13px/32px Arial, Helvetica, sans-serif;
	color:#737373;
	padding:0 10px;
	border-right:1px solid #DEDEDE;
	}

#header #nav a:hover{text-decoration:none;color:#39F}

#slideshow1{
	width:100%;
	height:200px;
	margin-bottom:10px;
	background:url(../images/black-line.gif) repeat-x;
	overflow:hidden;
	}
#slideshow1 img{
	border:none;
	}




#Service-Categories{
	width:100%;
	margin:10px auto;
	float:left;
	position:relative;
	}
#Service-Categories p{
	text-indent:2em;
	margin:2px 0;
	line-height:25px;
	}
#Service-Categories h2{
	font-size:0;
	height:30px;
	}
#Service-Categories .left-category,.center-category{
	width:233px;
	height:200px;
	float:left;
	margin:0 10px;
	background:#FFF;
	}
	
#Service-Categories .left-category p{
	text-indent:0;
	}
#Service-Categories .left-category img{
	float:left;
	margin:5px 10px;
	}
#Service-Categories .left-category h2{
	background:url(../images/category.gif) 0px -6px no-repeat;
	}

#Service-Categories .center-category h2{
	background:url(../images/category.gif) 0px -65px no-repeat;
	}

#Service-Categories .right-category{
	position:absolute;
	right:0;
	width:233px;
	height:200px;
	}
#Service-Categories .right-category h2{
	background:url(../images/category.gif) 0 -35px no-repeat;

	}
#Service-Categories .right-category ul{
	padding:0;
	margin-top:4px;
	}
#Service-Categories .right-category ul li{
	list-style:none;
	list-style-position:outside;
	padding:3px 3px;
	}
#Service-Categories .right-category ul li a{
	background:url(../images/doticon.gif) left center no-repeat;
	padding-left:8px;
	}
	


#footer{float:left;width:100%;background:url(../images/bottom-line.gif) top left no-repeat;margin-top:20px;}
#Bottom-link a{float:left;color:#CCCCCC;padding:10px;}
#footer span{float:right;color:#CCCCCC;padding:10px;}



