@charset "UTF-8";
/* CSS Document */

	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

body {
	background-color: #fff; 
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0px auto;
}


a:link,a:visited{ color: #999; text-decoration: none; font-family: Arial, Helvetica, sans-serif; border: 0px;}

a:hover {
	color:#999;
	border: 0px;
}




h1 {
	font-size: 36px;
	color: #000;
}
h2 {
	font-size: 24px;
	color: #000;
}
h3 {
	font-size: 18px;
	color: #000;
}
h4 {
	margin-left: 5px;
	font-size: 16px;
	color: #000;
}
h5 {
	margin-left: 5px;
	font-size: 14px;
	color: #000;
}
h6 {
	font-size: 12px;
	color: #000;
}



img{border:0px;}



#head{
	width: 1000px;
	height: auto;
	margin:0px auto 5px auto;
	padding: 0px 5px 0px 5px;
}


#banner{
	background:url('/images/logo.png');
	background-position: top center;
	background-repeat:no-repeat;
	width: 50px;
	height: 45px;
	margin:5px auto 3px 50px;
	}
	#banner:hover{
		background:url('/images/logo_hov.png');
		background-position: top center;
		background-repeat:no-repeat;
		width: 50px;
		height: 45px;
	}


#wrapper{
	width: 1000px;
	min-height:500px;
	background-image:url('/css/wrap.png');
	margin:0px auto 20px auto;
	padding: 10px 5px 5px 5px;	
	
	
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	
    behavior: url('/css/border-radius.htc');
    border-radius: 3px;
	}
	#border{
		width:auto;
		padding:5px;
	}
	#border img{
		background-color:#FFF;
		padding:5px;
		border: 1px solid #ccc;
		margin-bottom:5px;
		}
		#border img:hover {
			background-color:#ddd;
		}


#footer{
	background: #262525;
	height:auto;
	margin: 0px auto;
	padding-top:20px;
	border-top:#333 solid 1px;
	color:#FFF;
	}
	#footcont{
		background: #262525;
		width: 1000px;
		margin: auto;
		color: #fff;
	}
	#fborder{
		width:auto;
		padding:5px;
		margin:5px;
		
	}

#footer2{
	background: #000;
	height:auto;
	margin: 0px auto;
	padding-top:5px;
	border-top:#333 solid 1px;
	color:#FFF;
	}
	#footcont2{
		background: #000;
		width: 1000px;
		margin: auto;
		color: #fff;
	}

	
	
	
	
	
/*SERVICES*/

.services{ 
	background:#eee;
	color:#666;
	border:#666 solid 1px;
	width:auto;
	padding:5px;
	margin:5px;
	
	
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
    behavior: url(/css/border-radius.htc);
    border-radius: 5px;
	}
	.services:hover{
		background:#ddd;
	}

#rounded{
	border:#666 solid 1px;
	
	
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
    behavior: url(/css/border-radius.htc);
    border-radius: 5px;
}



