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

html{
	height:100%;
	overflow-y:scroll;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	background:#FFF url(images/body.jpg) repeat-x;
	color:#333;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:11px;
}

#wrap{
	width:808px;
	margin:0 auto -100px;
	height:100%;
}

a{
	color:#0093d0;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#09F;
	text-decoration:underline;
}

a:visited{
	color:#666;
	text-decoration:underline;
}

a img{
	border:none;
}

h1{
	margin:10px 10px 20px 0px;
	font-size:14px;
	padding-bottom:5px;
	border-bottom:#ccc 1px dotted;
}

h2{
	margin:10px 10px 10px 0px;
	font-size:12px;
	font-weight:bold;
}

h2 a:visited{
	color:#0093d0;
}

h3{
	margin:0px;
	font-size:11px;
	display:block;
}

p{
	line-height:16px;
}

#head{
	background:url(images/header.jpg) no-repeat;
	height:143px;
	width:808px;
}

#head h1{
	color:#FFF;
	text-indent:-9999px;
	font-size:9px;
	border:none;
	padding:0px;
	margin:0px;
}

#head .logo{
	float:left;
	width:255px;
}

#nav{
	height:43px;
	width:808px;
	background:url(images/nav.jpg) no-repeat;
}

#background{
	float:left;
	width:808px;
	background:url(images/wrap.jpg) repeat-y;
}

#nav ul{
	height:30px;
	padding:0px;
	margin:0px;
	list-style:none;
	width:750px;
	margin:0 auto;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	display:block;
	width:120px;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#999;
	text-decoration:none;
	font-size:13px;
}

#nav ul li a:hover{
	color:#0093d0;
}

#nav ul li.sep{
	width:2px;
	float:left;
	height:30px;
	background:url(images/sep.jpg) no-repeat;
}

#content{
	width:808px;
}

#left{
	padding:17px 0px 0px 34px;
	width:450px;
	float:left;
}

#right{
	padding:17px 34px 0px 30px;
	width:240px;
	float:right;
}

.stay{
	position:fixed;
}

#bottom{
	padding:17px 34px 30px 34px;
	width:740px;
	float:left;
}

#push{
	height:100px;
	width:808px;
}

#footer{
	width:808px;
	clear:both;
	height:80px;
	padding-top:20px;
	color:#999;
	text-align:center;
	background:#FFF url(images/footer.jpg) no-repeat;
}

#footer a{
	color:#CCC;
}

input{
	background:#fff;
	border:1px #999 solid;
	color:#333;
}

input.btn{
	width:130px;
	height:30px;
	
}

input.btn:hover{
	cursor:pointer;
	color:#111;
}

form.login{
	border:1px solid #999;
}

.servicestbl th{
	border-bottom:1px #09C solid;
	color:#666;
	font-size:14px;
}

.servicestbl td{
	border-bottom:1px #ccc solid;
	color:#888;
	font-size:12px;
}

.servicestbl tr.row:hover{
	color:#666;
}

object{
	outline:none;
}
