@charset "utf-8";
/* CSS Document */
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0 auto;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}
/*END RESET*/

#main-wrapper {
	min-width:1020px;
}
#header-wrapper {
	min-width: 1020px;
	background: url(../images/navbar_bg.png) repeat-x scroll center top transparent;
    height: 337px;
    overflow: hidden;
    position: relative;
    width: 100%;
	z-index:999;
}
#header {
	width: 1020px;
}

----NAVIGATION BAR------


#MainNavBar {
    background: url("../images/navbar_bg.png") repeat-x scroll center top transparent;
    height: 337px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#MainNavBar.ShadowOver {
    z-index: 999;
}
#MainNav {
    height: 159px;
    margin: 178px auto 0;
    width: 980px;
}
#MainLogo, #MainLogoOver {
    background: url("../images/logo.png") no-repeat scroll 0 transparent;
    cursor: pointer;
    height: 158px;
    width: 173px;
	z-index:9999px;
}
#MainLogo {
    display: inline;
    float: left;
    margin: 0 0 0 30px;
    text-indent: -9999px;
}
#MainLogoOver {
    display: none;
    left: -373px;
    margin: -159px auto 0;
    position: relative;
    text-indent: -9999px;
    z-index: 999;
}
#MainNavItems {
    width: 935px;
}
.IE7 #MainNavItems {
    width: 735px;
}
#MainNavItems {
    list-style: none outside none;
    margin: 0;
}
#MainNavItems li {
    border-width: 0;
    cursor: pointer;
    float: left;
    height: 44px;
    margin: 48px 0 0;
    padding: 0px;
	width:122px;
	text-align:center;
}
#MainNavItems li:hover {
	 background: url("../images/navbar_hover.png");
}
#MainNavItems li.First {
    margin-left: 12px;
}
#MainNavItems li a {
    color: #FFFFFF;
    display: inline-block;
	float:none;
    font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    height: 15px;
    margin: 14px;
    text-decoration: none;
}

#MainNavItems .hborder {
    background: url("../images/navbar_selected_border.png") repeat-x;
    height: 44px;
    padding: 0 1px;
}
#MainNavItems .hbg {
    background: url("../images/navbar_selected_bg.png") repeat-x;
    height: 44px;
}

/* SLIDER*/
#home-wrapper {
	background:url("../images/main_bg.png") repeat-x #1d2241;
	margin:-70px 0 0 0;
}
/*topcontainer*/

#topcontainer{
	width:928px;
}
#topinfomid{
	width: 928px;
	background: url("../images/slider_bg.png") repeat-y;
	height: 360px;
}
#namudesccont{
	background: url("../images/carpet-coll.png") repeat-y;
	display: block;
	height: 228px;
	padding: 10px;
}
#namudesccont h2{
	color:#FFF;
}
#leftnamu{
	width: 150px;
	margin: 90px 0 0 0;
	float: left;
	padding: 0 20px 0 20px;
}
#leftnamu ul{
	list-style:none;
	float:left;
}
#leftnamu li{
	line-height:1.5em;
	color:#FFF;
}
#leftnamu .namutitle{
	line-height:3.5em;
	color:#FFF;
}

#rightwelcome{
	width: 700px;
	margin: 10px 0 0 0;
	float: left;
}
#rightwelcome h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color: #FFF;
}
#rightwelcome h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
}

#topcontbottom{
	height:19px;
	background:url(../images/info_bot.png)  no-repeat;
}
#home-wrapper .home-content{
	padding:20px 0 0 0;
	width:1000px;
	background:none;
}
/*slider combined*/
#comboslidertop{
	height:14px;
	background:url(../images/contentarea_wide_top_plain.png);
}

 /* Box Middle css style class*/
#comboslidermid{
	background:url(../images/contentarea_wide_middle.png) repeat-y;
	padding:20px 30px 10px 37px;
}

/* Box bottom css style class */
#combosliderbot{
	height:15px;
	background:url(../images/contentarea_wide_middle.png);
}
/*Inner-welcome box*/
.wrapper { 
	width:100%;
	overflow:hidden;
}
/*box main*/
/* Ul main tag style class */
#welcome-box ul{list-style-type:none;float:left;width:997px;clear:both;margin:0;padding:0;}

/* Common list item styles */
#welcome-box ul li{float:left;width:997px;overflow:hidden;}    

/* Box top css style class*/
#welcome-box .top{
	height:14px;
	background:url(../images/contentarea_wide_top_plain.png);
}

 /* Box Middle css style class*/
#welcome-box .mid{
	background:url(../images/contentarea_wide_middle.png) repeat-y;
	padding:20px 30px 10px 37px;
}

/* Box bottom css style class */
#welcome-box .bot{
	height:25px;
	background:url(../images/contentarea_wide_bottom.png);
}
#welcome-box h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	line-height:20px;
}
#welcome-box h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
}
/*********CONTAINER******************/
#second-container {
	width:1010px;
}

#left-container{
	float:left;
	width:669px;
}
#right-container{
	float:right;
	width:341px;
}
#contactleft-container{
	float:left;
	width:341px;
}
#contactright-container{
	float:right;
	width:669px;
}




/******************************LEFT BOX*******************/

#leftboxtop{
	height:39px;
	background:url(../images/contentarea_medleft_top.png) no-repeat;
	padding:15px 0 0 25px;
	color:#FFF;
	font-weight:bold;
}
#leftboxmid{
	background: url(../images/contentarea_medleft_middle.png) repeat-y;
	height: 344px;
	padding: 10px 30px 30px 37px;
}
#leftboxbottom{
	height:23px;
	background:url(../images/contentarea_medleft_bottom.png)  no-repeat;
}

/******************************Contact left BOX*******************/

#contact-lefttop{
	height: 40px;
	background: url(../images/contentarea_narrowleft_top.png) no-repeat;
	padding: 30px 0 0 25px;
	color: #FFF;
	font-weight: bold;
}
#contact-leftmid{
	background: url(../images/contentarea_narrowleft_middle.png) repeat-y;
	height: 344px;
	padding: 10px 30px 45px 37px;
	font-size: 12px;
}
#contact-leftmid a{
	color:#FC0;
	text-decoration:none;
}
#contact-leftmid a:hover{
	color:#000;
	text-decoration:none;
}
#contact-leftbottom{
	height:23px;
	background:url(../images/contentarea_narrowleft_bottom.png)  no-repeat;
}


/******************************Contact right BOX*******************/

#contact-righttop{
	height: 38px;
	background: url(../images/contentarea_medright_top.png) no-repeat;
	padding: 15px 0 0 25px;
	color: #FFF;
	margin:15px 0 0 0;
	font-weight: bold;
}
#contact-rightmid{
	background: url(../images/contentarea_medright_middle.png) repeat-y;
	height: 362px;
	padding: 10px 30px 30px 37px;
}
#contact-rightbottom{
	height:23px;
	background:url(../images/contentarea_medright_bottom.png)  no-repeat;
}
/*********INFO***********/
#infoboxmid{
	background:url(../images/contentarea_medleft_middle.png) repeat-y;
	height:281px;
	padding:20px 30px 80px 37px;
}


/******************************RIGHT BOX*******************/
/* Ul main tag style class */
#right-box ul{list-style-type:none;float:none;width:341px;clear:both;margin:0;padding:0;}
#right-box ul li{float:left;width:341px;overflow:hidden;}    

#right-box .righttop{
	height:41px;
	background:url(../images/contentarea_narrowright_top.png) no-repeat;	
	padding:15px 0 0 25px;
	color:#FFF;
	font-weight:bold;
}
#right-box .rightmid{
	background:url(../images/contentarea_narrowright_middle.png) repeat-y;
	padding:0px 5px 0px 20px;
}
#right-box .rightbot{
	height:25px;
	background:url(../images/contentarea_narrowright_bottom.png)  no-repeat;
}
/*Footer*/
#footer-wrapper{
	min-width: 1020px;
	background: url(../images/footer.png) repeat-x scroll center top transparent;
    height: 31px;
    overflow: hidden;
    position: relative;
    width: 100%;
	padding:15px 0 0 0;
}
#footer-container{
	width:950px;
	color:#FFF;
	font-size:12px;
}
.footer-copyright{
	float:left;
}
.footer-powered{
	float:right;	
}
.footer-powered a{
	color:#DEC07C;
	text-decoration:none;
}
.footer-powered a:hover{
	color:#DEC07C;
	text-decoration:underline;
}
/*CONTACT FORM*/
#contact-wrap {
	background: none;
	border: 0;
	margin: auto;
	width: 500px;
	float:left
}
form {
	padding: 0;
	margin: 0 0 20px;
}

#contact-wrap tr, td, input, textarea {
	margin: 0;
	padding: 0;
}
#contact-wrap td {
	padding: 0 0 5px;
}
#contact-wrap tr td:first-child {
	padding-right: 10px;
	padding-top: 11px;
	text-align: left;
	vertical-align: top;
}
#contact-wrap .error[generated=true] {
	color: #dc0000;
	font-size: 12px;
	padding: 5px 0 2px 5px;
}
#contact-wrap tr.error td {
	padding: 0;
}
#contact-wrap input, textarea, select {
	background: #FFF;
	border: 2px solid #022047;
	font: inherit;
	font-size: 16px;
	line-height: 20px;
	min-height: 20px;
	padding: 5px 10px;
	width: 300px;
}
#contact-wrap input:focus, textarea:focus {
	border-color: #e1a522;
	outline: none;
}
#contact-wrap textarea {
	height: 50px;
	resize: vertical;
}
#contact-wrap input[type=submit] {
	background: #000;
	color: #FFF;
	font: inherit;
	padding: 7px 20px;
	width: auto;
}

#response {
	margin-bottom: 20px;
	text-align: center;
}
#response .success {
	color: #08a300;
}
#response .failure {
	color: #dc0000;
}
../images/footer.png../images/contentarea_narrowright_bottom.png../images/contentarea_narrowright_middle.png../images/contentarea_narrowright_top.png../images/contentarea_medleft_middle.png../images/contentarea_medright_bottom.png../images/contentarea_medright_middle.png../images/contentarea_medright_top.png../images/contentarea_narrowleft_bottom.png../images/contentarea_narrowleft_middle.png../images/contentarea_narrowleft_top.png../images/contentarea_medleft_bottom.png../images/contentarea_medleft_middle.png../images/contentarea_medleft_top.png../images/contentarea_wide_bottom.png../images/contentarea_wide_middle.png../images/contentarea_wide_top_plain.png../images/contentarea_wide_middle.png../images/contentarea_wide_middle.png../images/contentarea_wide_top_plain.png../images/info_bot.png../images/navbar_bg.png