#wrapper{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
/* Common */

.clear-both {clear:both}
.align-right {text-align:right}
.align-left {text-align:left}

/* Top Logo Part */

#top{
	margin-bottom:15px;
	width:960px;
}
#top .logo{
	float:left;
}
#top .menu{
	float:right;
	margin-top:80px;
}

#top .menu ul li{
	float:left;
	color:#666666;
	padding-left:3px;
	padding-right:3px;

}

#top .menu ul li.first{padding-right:10px}

#top .menu ul li.second{padding-top:5px;}
#top .menu ul li.third{padding-top:5px;}

#top .menu ul li.last{
	padding-right:0px;
	padding-top:5px;
}

#top .menu ul li a{
	color:#666666;
	text-decoration:none;
}

#top .two-buttons{
	margin-left:714px;
	
}

#top .two-buttons ul li {
	float:left;
	width:123px;
	height:20px;
	background:#f15502;
	padding-top:3px;

}

#top .two-buttons ul li.first{
	background:#4e5e6b;

}

#top .two-buttons ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/* Navigation */
#navi ul li{
	float:left;
	width:192px;
	height:38px;
	padding-top:15px;
	position:relative;
}

#navi ul{
	width:960px;
}

#navi ul li a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}

#navi ul li.first{
	background:#84b1c2;
}

#navi ul li.second{
	background:#4397b7;
}

#navi ul li.third{
	background:#166f91;
}

#navi ul li.fourth{
	background:#06435b;
}

#navi ul li.fifth{
	background:#003333;
}


/* Footer */

#footer{
	width:100%;
	background:#4e5f6b;
	height:153px;
	padding-top:20px;
}

#footer .content-wrapper{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#footer .navi ul li{
	float:left;
	padding-right:25px;
}

#footer .navi ul{
	width:960px;
	margin-left:10px;
}

#footer .navi ul li a{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
}

#footer .navi ul li.first{
	background:#84b1c2;
}

#footer .navi ul li.second{
	background:#4397b7;
}

#footer .navi ul li.third{
	background:#166f91;
}

#footer .navi ul li.fourth{
	background:#06435b;
}

#footer .navi ul li.fifth{
	background:#003333;
}


#footer .disclaimer{
	float:left;
	text-transform:uppercase;
	width:600px;
	color:#ffffff;
	font-size:11px;
	padding-top:30px;
	padding-left:10px;
}

#footer .info{
	float:right;
	color:#ffffff;
	text-transform:uppercase;
	font-size:11px;
	padding-top:30px;
}
#footer .copyright{
	padding-top:10px;
}
#footer .info div{
	margin-bottom:5px;
}


.arrow-bg{
	background: url(images/arrow.gif) no-repeat;
	width:20px;
	height:10px;
	position:absolute;
	bottom:0px;
	_bottom:-10px; /* IE 6 css */
	left:86px;
}
