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

@import url(/css/reset.css);

/*-------------------------------------------------------------------------------------------
/ body
-------------------------------------------------------------------------------------------*/
body{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	background:url(/images/template/bg.jpg) center -90px repeat-y;
	background-color: #CCC;
}

/*-------------------------------------------------------------------------------------------
/ page
-------------------------------------------------------------------------------------------*/
#page{
	width: 960px;
	margin:  60px auto 0px auto;
}

/*-------------------------------------------------------------------------------------------
/ white border
-------------------------------------------------------------------------------------------*/
#white-border{
	background-color: white;
	padding: 3px;
}

/*-------------------------------------------------------------------------------------------
/ pink border
-------------------------------------------------------------------------------------------*/
#pink-border{
	border: 8px solid #eccddd;
}

/*-------------------------------------------------------------------------------------------
/ header
-------------------------------------------------------------------------------------------*/
#header{
	position: relative;
	padding: 50px 5px 5px 5px;
}
	#logo{
		position: absolute;
		top: -20px;
		left: 80px;
	}
	#phone-number{
		color: #999;
		font-size: 26px;
		text-align:right;
		margin: 0px 40px 5px 0px;
		
	}

/*-------------------------------------------------------------------------------------------
/ nav
-------------------------------------------------------------------------------------------*/
#nav{
	background:url(/images/template/nav-bg.png) no-repeat;
	background-position: right;
	height: 22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding-top: 6px;
	position:relative;
}
	#nav ul{
		list-style: none;
		position:absolute;
		right: 40px;
	}
		#nav ul li{
			float: left;
			border-left: 2px solid white;
			padding: 0px 8px;
		}
			#nav ul li:first-child{
				border-left:none;
			}
			#nav ul li a{
				color: white;
				text-transform:uppercase;
			}
			
/*-------------------------------------------------------------------------------------------
/ horizontalRuler
-------------------------------------------------------------------------------------------*/
#horizontalRuler{
	background:url(/images/home/horizontal-ruler.png) no-repeat;
	height: 9px;
	width: 938px;
	margin: 0px auto 2px auto;
}

/*-------------------------------------------------------------------------------------------
/ footer
-------------------------------------------------------------------------------------------*/
#footer{
	font-size: 10px;
	margin: 6px 0px 0px 30px;
	position: relative;
}
	#facebook{
		position: absolute;
		right: 50px;
		top: 0px;
	}

/*-------------------------------------------------------------------------------------------
/ webfitter
-------------------------------------------------------------------------------------------*/
#webfitter{
	font-size: 10px;
	margin: 2px 0px 4px 30px;
	color: black;
}
	#webfitter a{
		color:#333;
	}
	#webfitter a.webfitter{
		background:url("/images/home/webfitter.png") 0px 0px no-repeat;
		background-position:0px 0px;
		color: #333;
		height:14px;
		padding-left:24px;
		width:24px;
	}
		#webfitter a:hover{
			color:#60C;
		}
		
		#webfitter a.webfitter:hover{
			background-position:0px -14px;
			color: #9f9f04;
		}

		
