@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #000e2c url(../images/h_bg.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#a7b8c3;
	line-height:15px;
}

#bgPattern{
	background:url(../images/h_bgpattern.jpg) repeat-y top center;
}
	

#yRepeat{
	background:url(../images/h_theyrepeat.jpg) repeat-y top center;
}

#midBg{
	background:url(../images/h_midbg.jpg) no-repeat top center;
	padding-top:34px;

}

#footerBg{
	background:url(../images/h_footerbg.jpg) no-repeat top center;
	height:79px;
}

.footerHolder{
	width:895px;
	margin: auto;
	font:10px Tahoma, Geneva, sans-serif;
	color:#808796;
	padding-top:20px;
	}
	
	.footerHolder a{
		color:#FFF;
	}

.grayFooter a{
	color:#808796;
}

.tollText{
	font:15px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#999;
	margin-right:10px;
}

.tollSpace{
	padding:35px 16px 0 0;
	}

.tollTextWhite{
	font:16px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#fff;
}

a {
	color:#6699cc;
	text-decoration:none;
	outline:none;
	line-height:15px;
}
a:hover {
	color:#999;
	text-decoration:none;
}


.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.centerMe {
	text-align:center;
	
}

.rightMe {
	text-align:right;
}

p {
	margin:8px 0 8px 0;
	padding:0;
	line-height:18px;
}

.clearMe{
	clear:both;
}

h1 {
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	margin:0;
	padding:0;
}
h2 {
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#820604;
	margin:0 0 18px 0;
	padding:0;
}

.theFlash{
	margin:0 auto;
	padding:5px 0 10px 0;
	width:864px;
}


.ContentArea{
	float:left;
	width:100%;
}

.ParagArea{
	margin:0 auto;
	padding:5px 0 10px 0;
	width:850px;
}


/* menu  start*/

#theNav{
	width:864px;
	margin:0 auto;
}

#menu {
margin: 0 ;
padding: 0;

}

#menu li {
margin:0;
padding: 0;
float: left;
display: inline;
text-align: center;
}
#menu li a{
height: 32px;
display: block;
}
#menu li a span{
position: absolute;
left: -9999px
}
.menu01 {
background:url(../images/h_nav.jpg) no-repeat 0 0;
width:119px;
}
.menu01 a:hover {
background: url(../images/h_nav.jpg) no-repeat 0 -32px;
}
.menu02 {
background: url(../images/h_nav.jpg) no-repeat -119px 0;
width:138px;
}

.menu02 a:hover  {
background: url(../images/h_nav.jpg) no-repeat -119px -32px;
}
.menu03 {
background: url(../images/h_nav.jpg) no-repeat -257px 0;
width:113px;
}

.menu03 a:hover  {
background: url(../images/h_nav.jpg) no-repeat -257px -32px;
}

.menu04 {
background: url(../images/h_nav.jpg) no-repeat -370px 0;
width:113px;
}

.menu04 a:hover  {
background: url(../images/h_nav.jpg) no-repeat -370px -32px;
}

.menu05 {
background: url(../images/h_nav.jpg) no-repeat -483px 0;
width:130px;
}
.menu05 a:hover  {
background: url(../images/h_nav.jpg) no-repeat -483px -32px;
}
.menu06 {
background: url(../images/h_nav.jpg) no-repeat -613px 0;
width:134px;
}
.menu06 a:hover  {
background: url(../images/h_nav.jpg) no-repeat -613px -32px;
}

.menu07 {
background: url(../images/h_nav.jpg) no-repeat -747px 0;
width:117px;
}
.menu07 a:hover  {
background: url(../images/h_nav.jpg) no-repeat -747px -32px;
}

#menu li.last {
margin: 0!important;
}

/*menu end*/

