@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
a {
	
	color:#e63636;
}
.button {
	width:100px;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
}
.button a {
	display:block;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
	background:#e63636;
}
.button a:hover {
	display:block;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
	background:#838383;
}
.clear {
	clear:both;
}
/*-------------------------------------------------
body sytles start
-------------------------------------------------*/

body {
	background: url(../images/body-bg.png);
	color: #8b8b8b;

}
.wrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	
	background:url(../images/top-bg.png) repeat-x;
}

/*-------------------------------------------------
Logo And Menu Styles Start
-------------------------------------------------*/
.logo-menu-container {
	width:960px;
	height:120px;
	margin:0 auto;
}
.logo {
	float: left;
	width: 420px;
	height: 120px;
	text-align: left;
	line-height: 120px;
	font-size: 48px;
	color: #CC9900;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.menu {
	float:right;
	width:540px;
	height:120px;
	margin:0 auto;
}
.menu ul {
	list-style:none;
	outline:none;
	margin-top:38px;
}
.menu ul li {
	float:left;
	display:block;
	width:90px;
	height:44px;
	line-height:44px;
	text-align:center;
	background:url(../images/link-devider.png) no-repeat right;
}
.menu ul li a {
	color:#9a9a9a;
}
.menu ul li a:hover {
	color:#ffffff;
}
.menu ul li a.active {
	color:#ffffff;
}
.menu ul li.nobg {
	background:none;
}

/*-------------------------------------------------
Search Styles Start
-------------------------------------------------*/



/*-------------------------------------------------
General Page Styles Start
-------------------------------------------------*/

.page {
	width:920px;
	margin:0 auto;
	background:url(../images/page-bg.png);
	padding:20px;
	overflow:auto;
}
.main-banner {
	width:900px;
 	height:280px;
	background:#e8e8e8;
	padding:10px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
}


/*-------------------------------------------------
Left Column Styles Start
-------------------------------------------------*/



/*-------------------------------------------------
Right Column Styles Start
-------------------------------------------------*/


/*-------------------------------------------------
Footer Styles Start
-------------------------------------------------*/

.footer-wrapper {
	width:100%;
	height:auto;
	background:url(../images/panel-bg.png);
	margin-top:20px;
	overflow:auto;
}
.footer-top {
	float:left;
	width:100%;
	height:2px;
	margin-top:5px;
	background:url(../images/h-dots.png) repeat-x;
}
.footer-center {
	width:920px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
	overflow:visible;
}
.footer-center h1 {
	font-weight:normal;
	color:#fff;
	font-size:22px;
}
.footer-center h2 { 
	font-weight:normal;
	color:#e63636;
	font-size:18px;
	padding-bottom:30px;
}
.footer-center h3 {
	font-weight:normal;
	color:#fff;
	font-size:18px;
}
.footer-content-left {
	
	width:640px;
	padding-right:20px;
}
.footer-content-left p {
	padding-bottom:30px;
}
.footer-content-right {
	
	width:230px;
	background:url(../images/v-dots-footer.png) repeat-y;
	padding-left:30px;
}
.footer-content-right p {
	padding-bottom:30px;
}
.footer-bottom {
	
	width:100%;
	height:2px;
	margin-bottom:5px;
	background:url(../images/h-dots.png) repeat-x;
}

/*-------------------------------------------------
Copyrights Styles Start
-------------------------------------------------*/

.copyrights {
	width:100%;
	text-align:center;
	height:85px;
	line-height:85px;
	background:url(../images/panel-bg.png);
}
.copyrights-bottom { 
	width:100%; 
	background:url(../images/h-dots.png) repeat-x; 
	height:2px; 
	margin-top:-5px;
}
