@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding: 0px; background-color: #000; color: #FFF; font-family: Verdana, Helvetica, sans-serif; font-size: 13px; }

input { font-family: Verdana, Helvetica, sans-serif; font-size: 13px; }
select { font-family: Verdana, Helvetica, sans-serif; font-size: 13px; }
textarea { font-family: Verdana, Helvetica, sans-serif; font-size: 13px; }

.left { float: left; }
.right { float: right; }
.clear-div { clear: both; }

.alert-msg { background-color: #FFC; border: 1px solid #F90; text-align: center; padding: 5px; color: #000; }

a:link { color: #858585; }
a:visited { color: #858585; }

.currentpage { color: #ffffff; float: left; padding: 3px; }
.inactivenav { color: #EEEEEE; float: left; padding: 3px; }
a.pagenav:link { text-decoration : none; color : #bbbbbb; font-weight: bold; padding: 3px; }
a.pagenav:visited { text-decoration : none; color : #bbbbbb; font-weight: bold; }
a.pagenav:hover { text-decoration : none; color : #ffffff; font-weight: bold; }
a.pagenav { display: block; float: left; }

/* footer fixed */
html { height: 100%; }
body { height: 100%; }

.page-container { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -287px;
}

.clearfooter {
	height: 287px;
	clear: both;
}

.page-width { width: 960px; margin: auto; }

.page-header { background: url(images/top_bg.png) no-repeat center; height: 79px; }
.page-footer { min-height: 287px; background: url(images/footer_bg.png) repeat-x top; background-color: #0f0f0f; }
.page-content { padding: 0px 10px 10px; color: #b6b6b6; }

.contentfooter { text-align: left; padding-bottom: 10px; padding-left: 10px; }
.copyright { text-align: right; color: #6c6c6c; padding-top: 25px; padding-bottom: 25px; }

.grey { color: #b9b9b9; }

.logo { padding-top: 25px; }
.contact { width: 300px; padding-top: 38px; }
.contact .lb { color: #5f5e5e; font-weight: bold; text-align: right; padding-top: 5px; }
.contact .lb a { color: #5f5e5e; text-decoration: none; }
.contact .lb a:hover { text-decoration: underline; }
.contact .input-container { position: relative; margin-left: 28px; width: 160px; }
.contact .searchbox { width: 128px; background-color: #FFF; border: 1px solid #9c9c9c; height: 21px; padding-left: 7px; padding-right: 25px; }
.contact .searchbtn { position: absolute; right: 0px; top: 1px; }

.searchready { background: url(images/search_bg.png) no-repeat; }


.mainmenu { background: url(images/mainmenu_bg.png) repeat-x; height: 31px; padding-bottom: 40px; position: relative; }
.mainmenu>div>div>ul { list-style: none; padding: 0px; margin: 0px; padding-left: 5px; } 
.mainmenu>div>div>ul>li { float: left; height: 31px; line-height: 31px; color: #FFF; font-weight: bold; }
.mainmenu>div>div>ul>li>a { padding-left: 20px; padding-right: 20px; color: #FFF; text-decoration: none; display: block; position: relative; }

.mainmenu ul li .arrow { position: absolute; left: 50%; bottom: -7px; z-index: 10; display: none; }
.mainmenu ul li .arrow img { left: -51%; position: relative; }

.mainmenu ul li.active a.em { background: url(images/menu_bghl_em.jpg) repeat-x top; }
.mainmenu ul li.active a.om { background: url(images/menu_bghl_om.jpg) repeat-x top; }
.mainmenu ul li.active a.pm { background: url(images/menu_bghl_pm.jpg) repeat-x top; }
.mainmenu ul li.active a.gm { background: url(images/menu_bghl_gm.jpg) repeat-x top; }
.mainmenu ul li.active a.wm { background: url(images/menu_bghl_wm.jpg) repeat-x top; }
.mainmenu ul li.active a.rm { background: url(images/menu_bghl_rm.jpg) repeat-x top; }

.mainmenu ul li a:hover.em { background: url(images/menu_bghl_em.jpg) repeat-x top; }
.mainmenu ul li a:hover.om { background: url(images/menu_bghl_om.jpg) repeat-x top; }
.mainmenu ul li a:hover.pm { background: url(images/menu_bghl_pm.jpg) repeat-x top; }
.mainmenu ul li a:hover.gm { background: url(images/menu_bghl_gm.jpg) repeat-x top; }
.mainmenu ul li a:hover.wm { background: url(images/menu_bghl_wm.jpg) repeat-x top; }
.mainmenu ul li a:hover.rm { background: url(images/menu_bghl_rm.jpg) repeat-x top; }
/*
.mainmenu ul li a.em .arrow { background: url(images/arrow_mmu_wm.png) no-repeat; width: 13px; height: 7px; }
.mainmenu ul li a.om .arrow { background: url(images/arrow_mmu_om.png) no-repeat; width: 13px; height: 7px; }
.mainmenu ul li a.pm .arrow { background: url(images/arrow_mmu_pm.png) no-repeat; width: 13px; height: 7px; }
.mainmenu ul li a.gm .arrow { background: url(images/arrow_mmu_gm.png) no-repeat; width: 13px; height: 7px; }
.mainmenu ul li a.wm .arrow { background: url(images/arrow_mmu_wm.png) no-repeat; width: 13px; height: 7px; }
.mainmenu ul li a.rm .arrow { background: url(images/arrow_mmu_rm.png) no-repeat; width: 13px; height: 7px; }
*/
.mainmenu ul li.active .arrow { display: block; }
.mainmenu ul li.active .submenu2 { display: block; }
.mainmenu ul li.active .submenu2 a>div { float: left; }
.mainmenu ul li.active .submenu2 .sub-arrow { display: block; background: url(images/arrow_menu_down.png) no-repeat; width: 7px; height: 4px; margin-top: 15px; margin-left: 5px; }
.mainmenu ul li.active .submenu2 .expanded .sub-arrow { background: url(images/arrow_menu_up.png) no-repeat; }
/*
.submenu { background: url(images/submenu_bg_em.png) repeat-x; height: 40px; }
.submenu ul { list-style: none; margin: 0px; padding: 0px; padding-left: 10px; }
.submenu ul li { float: left; height: 40px; font-weight: bold; padding-left: 25px; padding-right: 25px; }
.submenu ul li:first-child { padding-left: 20px; }
.submenu ul li a { display: block; color: #FFF; text-decoration: none; padding-top: 10px; }
.submenu ul li a.active { border-bottom: 2px solid #66b388; }
.submenu ul li a:hover { border-bottom: 2px solid #66b388; }
*/

.submenu2 { background: url(images/submenu_bg_em.png) repeat-x; height: 40px; width: 100%; display: none; position: absolute; top: 31px; left: 0px; }
.submenu2 ul { list-style: none; margin: 0px; padding: 0px; padding-left: 10px; }
.submenu2 ul li { float: left; height: 40px; font-weight: bold; padding-left: 25px; padding-right: 25px; display: block; }
.submenu2 ul li:first-child { padding-left: 20px; }
.submenu2 ul li a { color: #FFF; text-decoration: none; line-height: 35px; }
.submenu2 ul li a.active { border-bottom: 2px solid #66b388; }
.submenu2 ul li a:hover { border-bottom: 2px solid #66b388; }
.submenu2 ul li:hover {  background: url(images/submenu_bg_over.png) bottom repeat-x; }
.submenu2 ul li:hover a { border-bottom: 2px solid #66b388; }

.submenu2 ul li.hover {  background: url(images/submenu_bg_over.png) bottom repeat-x; }
.submenu2 ul li.hover a { border-bottom: 2px solid #66b388; }

.submenu2 ul { width: 960px; margin: auto; }


.content-bg {  background: url(images/content_bg.jpg) repeat-x bottom; background-color: #131313; padding-bottom: 58px; }
.page-content .title { font-style: italic; font-size: 26px; }
.page-content .banner-left { width: 630px; }
.page-content .banner-right { width: 300px; }

.page-content .banner-left ul { list-style: none; margin: 0px; padding: 0px; }
.page-content .banner-left ul li { float: left; padding-right: 10px; padding-bottom: 10px; }

.page-content .column { width: 300px; margin-left: 20px; }
.page-content .nomargin { margin-left: 0px; }
.page-content .column ul { margin-left: 10px; padding-left: 10px; }
.page-content .column .hdr a { text-decoration: none; color: #FFF; }

.em_color { color: #01ad4e; }
.om_color { color: #ed0800; }
.pm_color { color: #ffcf00; }
.gm_color { color: #027abb; }
.wm_color { color: #794cb1; }
.rm_color { color: #b7348b; }

.line_em { background: url(images/line_em.jpg); height: 1px; }

.newsletter { width: 300px; height: 151px; background: url(images/newsletter.jpg) no-repeat; }
.newsletter>div { padding: 15px 18px; } 
.newsletter .hdr { font-weight: bold; padding-bottom: 14px; }
.newsletter .lb { margin-left: 23px; width: 43px; color: #a7a7a7; }
.newsletter .input { width: 174px; background-color: #131313; border: 1px solid #4a4a4a; color: #FFF; }

.latest_news { width: 620px; }
.latest_news .hdr { font-weight: bold; }
.latest_news ul { list-style: none; margin: 0px; padding: 0px; }
.latest_news ul li { float: left; width: 236px; margin-right: 20px; padding-left: 46px; padding-top: 12px; padding-bottom: 12px; height: 65px; border-top: 1px solid #2f2f2f; }
.latest_news ul li.no-border { border-top: 0px; }
.latest_news ul li .grey { color: #858585; }
.latest_news ul li .readmore { color: #858585; text-decoration: none; }
.latest_news ul li .news_title { color: #FFF; text-decoration: none; }
.latest_news ul li.topbar { border-top: 1px solid #424242; }

.footer_links>div { padding: 29px 0px 0px; }
.footer_links .site-logo { width: 46px; padding-top: 3px; }
.footer_links .site-logo>div { width: 36px; height: 36px; }
.footer_links ul { list-style: none; margin: 0px; padding: 0px; }
.footer_links ul.subitem li { color: #858585; }
.footer_links ul.subitem li a { text-decoration: none; }

.footer_links .menulist { }
.footer_links .menulist .hdr { font-weight: bold; color: #FFF; }
.footer_links .menulist>ul>li { width: 107px; margin-left: 9px; float: left; }
.footer_links .menulist>ul>li:first-child { margin-left: 0px; }

.footer_links .menulist-sub { width: 575px; }
.footer_links .menulist-sub .hdr { font-weight: bold; color: #FFF; }
.footer_links .menulist-sub>ul>li { width: 180px; margin-left: 9px; float: left; }
.footer_links .menulist-sub>ul>li:first-child { margin-left: 0px; }

.footer_links .mainsite { width: 300px; margin-right: 20px; padding-bottom: 20px; margin-left: 10px; }
.footer_links .subsite { width: 630px; padding-bottom: 20px; min-height: 155px; }

.footer_links .mainsite-line { width: 300px; margin-right: 20px; border-top: 3px solid #01ad4e; margin-left: 10px; }
.footer_links .subsite-line { border-top: 1px solid #33493d; width: 630px; }

.clients { background: url(images/tab_client.jpg) no-repeat center bottom; height: 66px; padding-top: 58px; }
.clients>div>div { padding: 19px 10px; }
.clients .title { width: 120px; color: #535353; font-weight: bold; font-size: 12px; }
.clients .body { width: 820px; }

.introduction .title { font-size: 26px; font-style: italic; color: #FFF; padding-bottom: 15px; }
.introduction { font-size: 13px; color: #b9b9b9; width: 620px; }
.introduction ul { list-style: none; margin: 0px; padding: 0px; }
.introduction ul li { background: url(images/icon_null.png) no-repeat; padding-left: 51px; }

.events-detail { color: #b6b6b6; min-height: 350px; }
.events-detail .title { font-size: 26px; font-style: italic; color: #FFF; padding-bottom: 15px; }
.events-detail { font-size: 13px; color: #b9b9b9; width: 620px; }
.events-detail ul { list-style: none; margin: 0px; padding: 0px; }
.events-detail ul li { background: url(images/icon_null.png) no-repeat; padding-left: 51px; }

.product .title { font-size: 26px; font-style: italic; color: #FFF; padding-bottom: 0px; }
.product { font-size: 13px; color: #b9b9b9; width: 620px; }
.product .content { padding-right: 10px; padding-top: 10px; }
.product .content>div>ul { list-style: none; margin: 0px; padding: 0px; }
.product .content>div>ul>li { background: url(images/icon_null.png) no-repeat; padding-left: 51px; min-height: 40px; padding-bottom: 10px; }

#client_banner { width: 810px; height: 30px; float: left; position: relative; overflow: hidden; }
#client_banner .mySlide { position: absolute; float: left; height: 30px; }
#client_banner .mySlide span { width: 162px; height: 30px; float: left; text-align: center; position: relative; }
#client_banner .mySlide span>img { margin: auto; display: block; }


.content-left { width: 620px; float: left; }
.content-right { margin-left: 20px; width: 300px; float: right; }

.content-padding-top {  padding-top: 35px; }

.news-list { list-style: none; margin: 0px; padding: 0px; }
.news-list li { color: #979797; padding-bottom: 30px; display: block; }
.news-list li a { text-decoration: none; }
.news-list li .photo { width: 160px; min-height: 10px; }
.news-list li .photo img { width: 140px; }
.news-list li .headline { width: 460px; }
.news-list li .headline-list a { color: #FFF; font-weight: bold; }

.news-detail { color: #b6b6b6; min-height: 350px; }
.news-detail .title { font-size: 26px; font-style: italic; color: #FFF; padding-bottom: 15px; }
.news-detail .content { padding-right: 10px; padding-top: 10px; }
.news-detail .content>div>ul { list-style: none; margin: 0px; padding: 0px; }
.news-detail .content>div>ul>li { background: url(images/icon_null.png) no-repeat; padding-left: 51px; min-height: 40px; padding-bottom: 10px; }

.custom-page .title { font-size: 26px; font-style: italic; color: #FFF; }
.custom-page .content { padding-right: 10px; padding-top: 10px; }
.custom-page .content>div>ul { list-style: none; margin: 0px; padding: 0px; }
.custom-page .content>div>ul>li { background: url(images/icon_null.png) no-repeat; padding-left: 51px; min-height: 40px; padding-bottom: 10px; }


.event-list { list-style: none; margin: 0px; padding: 0px; }
.event-list li { color: #979797; padding-bottom: 30px; display: block; }
.event-list li a { text-decoration: none; }
.event-list li .photo { width: 140px; height: 85px; margin-right: 20px; }
.event-list li .photo img { width: 138px; border: 1px solid #c0c0c0; }
.event-list li .headline { width: 460px; }
.event-list li .headline-list a { color: #FFF; font-weight: bold; }

.event-list .event-date { color: #FFF; margin-bottom: 20px; }


.search-list { list-style: none; margin: 0px; padding: 0px; }
.search-list li { color: #979797; padding-bottom: 30px; display: block; }
.search-list li a { text-decoration: none; }
.search-list li .headline { width: 460px; }
.search-list li .headline-list a { color: #FFF; font-weight: bold; }
.search-list li .url { font-style: italic; }

.search-hdr .input-container { position: relative; width: 190px; }
.search-hdr .searchbox { width: 190px; background-color: #FFF; border: 1px solid #9c9c9c; height: 23px; }
.search-hdr .searchbtn { position: absolute; right: 0px; top: 1px; }
.search-hdr .searchword { padding-left: 10px; padding-right: 20px; line-height: 25px; font-weight: bold; color: #FFF; }


/*======= Contact Us =======*/
#contact{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#contact>li:first-child{
	float:left;
	width:415px;	
}
#contact>li:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#contact h2 { color: #FFF; font-size: 10.5pt }
ul.contact-form{
	margin: 0px;
	margin-top:25px;
	list-style-type:none;
	padding: 0px;
}
ul.contact-form>li{
	padding:3px 0;	
}
ul.contact-form>li>label{
	float:left;
	width:80px;
	padding:3px 0;
}
ul.contact-form>li>input[type="text"]{
	width:320px;
	border:#acadb1 1px solid;	
}
ul.contact-form>li>select{
	width:320px;
	border:#acadb1 1px solid;
}
ul.contact-form>li>textarea{
	padding:3px 0;
	width:320px;
	height:100px;
	border:#acadb1 1px solid;
}
ul.contact-form>li a.purple-button{
	margin-left:130px;	
}
ul.contact-form>li a.purple-button>span{
	padding:5px 20px 5px 15px;
}
/*contact us (button)*/
a.contact-us{
	display:block;
	background:url(images/contact-button.png) no-repeat left top;
	padding:17px 3px 3px 27px;
	width:150px;
	height:50px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
a.contact-us:hover{
	color:#e2bdf6;
}


.contact-form .product-item { width: 200px; float: left; }
.contact-form .product-item input[type="checkbox"]{ border:#acadb1 1px solid;}

#divtestimonial a { width: 140px; height: 70px; border: 1px solid #4d4d4d; float: left; margin: 10px 17px 10px 0px; text-align: center; display: block; background-color: #4d4d4d; overflow: hidden; }
#divtestimonial a.last-col { margin: 10px 0px 10px 0px; }
#divtestimonial a img {  }

.submenu { display: none; }

.dropdown-container { position: relative; }
.dropdown { width: 100%; position: absolute; height: 0px; z-index: 999; }
.dropdown #submenu { margin: auto; width: 100%; }
.dropdown ul.submenu { /*height: 95px;*/ height: 125px; padding-top: 17px; }
.dropdown ul.submenu>li { float: left; min-width: 195px; /*height: 95px;*/ height: 125px; margin-bottom: 20px; }
.dropdown ul.submenu ul { float: left; width: 195px; padding-left: 20px; padding-right: 20px; }
.dropdown ul.submenu>li>div { /*float: left; width: 195px;*/ clear: left; padding-left: 20px; padding-right: 20px; width: 195px; }
.dropdown ul { list-style: none; margin: 0px; padding: 0px; }
.dropdown ul li { color: #FFF; }
.dropdown ul li a { color: #FFF; text-decoration: none; }
.dropdown ul li a:hover { text-decoration: underline; }
.dropdown .hdr { font-weight: bold; }

.dropdown { background: url(images/dropmenu_bg_em.png); }

#fadebanner1 { z-index: 1; }
#fadebanner2 { z-index: 1; }
#fadebanner3 { z-index: 1; }
#fadebanner4 { z-index: 1; }
#fadebanner5 { z-index: 1; }
#fadebanner6 { z-index: 1; }
#fadebanner7 { z-index: 1; }

.calendar-container { background: url(images/calendar_bg.jpg) no-repeat; width: 270px; height: 406px; padding-left: 16px; padding-right: 16px; }
.calendar-container h2.title { color: #FFF; }


div#gallery{
/*	float:right;
	width:360px;
	padding:20px;
	min-height:1000px;*/
	background: url(images/gallery_bg.jpg) no-repeat bottom; width: 272px;
	padding-left: 14px; 
	padding-right: 14px;
	padding-bottom: 14px;
	border: 0px solid #FFF;
	margin-bottom: 25px;
}
div#gallery h2{
	color:#ffffff;
	font-size:26px;
	font-style: italic;
	margin: 10px;
}
div#gallery ul.photo-list{
	list-style-type:none;
	/*margin-top:5px;
	margin-left:18px;*/
	padding: 0px;
	margin: 0px;
}
div#gallery ul.photo-list:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
div#gallery ul.photo-list>li{
	float:left;
	padding:0px;
	margin-left: 10px;
	width: 60px;
}
div#gallery ul.photo-list>li.first{
	margin-left: 0px;
}
div#gallery> ul.photo-list>li img{
	width: 54px;
}
div#gallery> ul.photo-list>li>a>div{
	width: 54px;
	height: 54px;
	overflow: hidden;
	border: 3px solid #4a4a4a;
	margin-bottom: 10px;
}
div#gallery> ul.photo-list>li.selected>a>div{
	border: 3px solid #cecece;
}
div#gallery>h2+h2{
	color:#dec6e0;
	font-size:26px;
	margin-top:10px;
}
div#gallery ul.text-list{
	list-style-type:none;
	margin-top:5px;
	margin-left:18px;
	padding: 0px;
}
div#gallery ul.text-list:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
div#gallery ul.text-list>li{
	border-bottom:#715988 1px solid;
	padding:10px 0;
	font-weight:bold;
}
div#gallery ul.text-list>li>a{
	color:#92278f;
	text-decoration:none;
}
div#gallery ul.text-list>li>a:hover{
	color:#c654c3;
}

.gallery-preview .image-container { width: 270px; border: 1px solid #525252; }
.gallery-preview .image-container img { width: 270px; }

.gallery-nav { background: url(images/gallery_nav_bg.jpg) no-repeat; width: 272px; height: 31px; position: relative; text-align: center; color: #5a5a5a; }
.gallery-nav .txt { line-height: 31px; }
.gallery-nav .next { width: 80px; height: 18px; position: absolute; top: 6px; right: 11px; text-align: right; }
.gallery-nav .back { width: 80px; height: 18px; position: absolute; top: 6px; left: 11px; text-align: left; }
.gallery-nav a { text-decoration: none; }

.content-banner { margin-top: 0px; margin-bottom: 30px; }

.highlight { }
.highlight_important { }

.sitemap ul>li>ul>li>ul>li ul { padding: 0px; margin: 0px; }
.sitemap .mnuhdr ul { padding-left: 20px; margin-left: 20px; }
.sitemap a { text-decoration: none; }
.sitemap .notitle { list-style: none; }
