@charset "utf-8";
/* CSS Document */

body{
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../_images/bg/bg.jpg) no-repeat top center;
	background-color:#000;
	color:#FFF;
}
#container{
	width:980px;
	height: auto;
	top:0;
	margin:0 auto;
}
#header{
	width:100%;
	height:191px;
}
#logo, #logo a{
	position:relative;
	top:8px;
	left:8px;
	width:202px;
	height:157px;
	outline:none;
}
#nav_main{	
	position:inherit;
	margin:-157px 0px 0 299px;
	/*padding:0 0 0 279px;
	margin:-157px -50px 0 0;*/
	outline:none;
}
#nav_utility{
	position:inherit;
	height:50px;
	width:400px;
	margin:53px 0px 0 576px;
	text-align:right;
}

/*  ////////////////////// */
/* /////  GENERAL  ////// */
#box{
	width:940px;
	background:url(../_images/bg/trans_bg.png) repeat;
	padding:20px 20px 20px 20px;
	outline:none;
}
#box_white{
	background-color:#f9f9f9;
	padding:17px 19px 19px 19px;
	outline:none;
}
#title{
	margin:0 0 13px -1px;
	outline:none;
}

#quote{
	display:block;
	height:100px;
	outline:none;
}
#quotes{
	display:block;
	background:url(../_images/shared/quote_66.png) no-repeat top left;
	height:130px;
	outline:none;
}
#quotes div{
	float:left;
	padding:9px 50px 0 50px;
	background:url(../_images/shared/quote_99.png) no-repeat top right;
	outline:none;
}

/*  ///////////////////// */
/* /////  FOOTER  ////// */
	#footer{
		width:940px;
		background:url(../_images/bg/trans_bg.png) repeat;
		margin:20px 0 0 0;
		padding:20px 20px 20px 20px;
		/*border:#F00 solid 1px;*/
	}
	#foot_row{
		width: auto;
		padding:0 0 9px 16px;
		/*border:#0F0 solid 1px;*/
	}
	#foot_row_firstCol{
		width: auto;
		padding:0 0 9px 0px;
		/*border:#0F0 solid 1px;*/
	}
	.dot_474747{
		width:1px;
		background:url(../_images/shared/dot_474747.gif) repeat-y;
	}
	#spacer_bottom{
		height:100px;
	}

