@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	border-style: none;
}

body {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background: #233068 url(images/bgd-tile.gif) repeat-x left top;
	font: 13px/150% Arial, Geneva, Tahoma, Helvetica, sans-serif;

}

/* @group general */

a:link, a:visited {
	color: #2156ac;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	
}

img {
	border: none;
}

#border {
	padding: 0px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}
#box {
	text-align: left;
	width: 902px;
	margin: 10px auto 0;
	top: 0px;
	position: relative;
	left: 0;
}


#footer {
	width: 902px;
	margin: 10px 0;
	font-size: 10px;
	text-align: center;
	height: 20px;
	color: #4b6398;
	float: left;
	display: inline;
}

#footer a {
	color: #54617e;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #4b6398;
}

#footer p.fot1 {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

#footer p.fot2 {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group header */

#box .logo_icon {
	position: absolute;
	top: 11px;
	left: -6px;
}

#box .logo_icon .bubble {
	behavior: url(iepngfix.htc);
	z-index: 100;
}

#header {
	left: 0px;
	width: 900px;
	text-align: left;
	height: 117px;
	background: url(images/top-bgd.jpg) repeat-x left bottom;
}

#header img {
	margin: 0;
	border-style: none;
	border: 0;
}

#header img.head_top {
	float: left;
	display: block;
	width: 900px;
	height: 4px;
}

#header img.logo {
	margin-left: 188px;
	margin-top: 20px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

#header .login {
	margin: 6px 10px 10px;
}

#header .contact {
	margin: 10px 15px 0 0;
}

#header .details {
	width: 216px;
	height: 113px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

/* @end */

#banner {
	width: 100%;
	height: 391px;
	margin-top: 44px;
	display: inline;
	background: url(images/banner-bgd.jpg) no-repeat;
	float: left;
	z-index: -100;
	position: relative;
}

/* @group nav */

#nav {
	width: 100%;
	height: 34px;
	font: 13px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 117px;
	left: 0;
	z-index: 200;
}

#nav ul {
	margin: 0 0 0 163px;
	padding: 0;
	list-style-type: none;

}

ul#nav_ul {
	position: absolute;
	width: 737px;
	height: 34px;
	top: 0;
	left: 0;
}

#nav ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 123px;
	text-align: center;
	line-height: 34px;
	background: url(images/nav-bgd.gif) repeat-x left 0;
}

#nav ul li:hover, #nav ul li.over  {
	background: url(images/nav-bgd.gif) repeat-x left -34px;
}

#nav ul li a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 123px;
	text-align: center;
	line-height: 34px;
	color: #FFF;
	font-size: 11px;
	background: url(images/nav-div.gif) no-repeat left top;
}

#nav_ul li.contact {
	width: 122px;
}

/* nav +1 */

#nav ul li ul {
	display: none;
}

#nav ul li:hover ul, #nav ul li.over ul {
	font-size: 11px;
	display: block;
	float: left;
	width: 185px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #3054a1;
	margin: 0;
}

#nav ul li ul li {
	background-image: none;
	width: 180px;
	line-height: 20px;
	text-align: left;
	height: 20px;
}

#nav ul li ul li:hover {
	background-image: none;
}

#nav ul li ul li a {
	color: #FFF;
	display: block;
	height: 20px;
	width: 170px;
	line-height: 20px;
	padding-left: 15px;
	background-image: none;
	text-align: left;
}

#nav ul li ul li a:hover {

	background: #4265ac url(images/nav-div-sub.gif) no-repeat 0px top;
}

/* @end */

/* @group panels */

#panels {
	margin-top: 10px;
	width: 100%;
	height: 112px;
	background: url(images/panel-bgd-tile.gif) repeat-x;
	float: left;
	display: inline;
}

#panels .find_us {
	width: 298px;
	float: left;
	height: 112px;
}

#panels .news {
	width: 296px;
	float: left;
	height: 111px;
	background: url(images/panel-div.gif) no-repeat;
	margin-top: 1px;
}

#panels .featured {
	width: 298px;
	float: left;
	height: 111px;
	background: url(images/panel-div.gif) no-repeat;
	margin-top: 1px;
}

#panels img.panels_end_lhs, #panels img.panels_end_rhs {
	float: left;
}

#panels h2 {
	margin: 10px 0 10px 20px;
}

#panels div.featured h2 {
	margin-bottom: 0;
}

#panels div.news div.news_list p {
	font-size: 11px;
	float: right;
	margin: 0 30px 0 0;
}

#panels .find_us .find_box {
	margin-left: 20px;
}

#panels div.news div.news_list{
	line-height: 16px;
}

#panels div.news div.news_list ul{
	list-style-image: url(images/list-arrow.gif);
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 34px;

}

#panels div.news div.news_list a {
	color: #ccc;
}

#panels div.news div.news_list ul li {
	margin: 0;
	padding: 0;
}

#panels div.featured div.featured_bands {
	width: 250px;
	margin-left: 30px;
}

#panels div.find_us div.find_box img {
	margin-right: 10px;
	margin-bottom: 5px;
}


#panels div.featured div.featured_bands img {
	margin-right: 5px;
}


#fadeshow2toggler {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	text-align: right;
	height: 0;
}

#fadeshow2toggler span.status {
	display: inline;
	margin-right: 5px;
	margin-top: 0;
	margin-left: 5px;
	font-weight: bold;
	vertical-align: 6px;
}

#fadeshow2toggler a {
	display: inline-block;
}

#fadeshow2toggler a img {
	padding: 5px;
}



#mygallery.stepcarousel {
	position: relative;
/*leave this value alone*/
	overflow: hidden;	
/*leave this value alone*/
	width: 235px;
/*Width of Carousel Viewer itself*/
	height: 80px;
	margin-left: 0;
	margin-top: 10px;
}


.stepcarousel .belt {
	position: absolute;
	top: 0;
	left: 0;
}

.stepcarousel .panel {
	float: left;
/*leave this value alone*/
	overflow: hidden;
/*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 5px 0 0;
/*margin around each panel*/
	width: 74px;
/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#mygallery div.panel div.panelTitle {
	font-size: 8px;
	height: 10px;
	float: left;
	line-height: 12px;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

#mygallery div.belt div.panel img {
	float: left;
	display: block;
}



/* @end */

/* @end */

/* @group content */

#content {
	width: 100%;
	background-color: #fefefe;
	color: #333;
	margin: 44px 0 0;
	float: left;
	display: inline;
	font-size: 12px;

}

#content img.contTop, #content img.contBot {
	float: left;
	display: block;
	width: 902px;
}


#content h1, content h2, content h3 {
	color: #1a3581;
	margin: 15px 0 7px;
}

#content div.cont h1 {
	margin-bottom: 15px;
	z-index: 100;
	color: #000;
	margin-top: 0;
	font-size: 26px;
	line-height: 17px;
	font-weight: normal;
	font-style: normal;
}

#content .cont {
	
	min-height: 300px;
	padding: 20px 20px 20px 40px;
	float: left;
	width: 842px;
}

.paginatelinks p {
	font-size: 11px;
	padding-top: 10px;
	margin: 20px 0 0;
	border-top: 1px solid #999;
}

#content .cont a h2.blog_title {
	font-size: 14px;
	margin-bottom: 0;
}

#content .cont p {
	margin: 5px 0 10px;
}

#content .cont p .text_detail {
	font-size: 11px;
	color: #999;
}

#content div.cont div.online_en {
	float: left;
	display: inline;
	width: 400px;
}

#content div.cont div.contact_details {
	float: left;
	display: inline;
	width: 400px;
}

#freeform p input {
	border: 1px solid #666;
	width: 150px;
}

#freeform p textarea {
	border: 1px solid #666;
	width: 200px;
	height: 50px;
}

#freeform p input#submit {
	width: 70px;
	background: url(images/panel-bgd-tile.gif) repeat-x left -1px;
	height: 22px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
}

#freeform p input#submit:hover {
	background: url(images/panel-bgd-tile.gif) repeat-x left -87px;
}

#content div.cont div.TitleImage {
	margin-left: -40px;
	margin-bottom: 20px;
}

#content div.cont div.contRight {
	float: left;
	width: 270px;
	margin-left: 20px;
}

#content div.cont div.contText {
	width: 550px;
	float: left;
}

/* @end */


#fadeshow2 {
	z-index: 0;
}
