body {
	background: #1B2838 url(images/bodybg2.png) repeat-x;
	background: #E9EAEC none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dedede;
	color: #000;
	height:100%;
	margin:0;
	padding:0;
	min-height:560px;
	min-width:770px;
}
a {
	color:#eee;
	color: #6D747C;
}

a img {
	border:none;
}
h1,h2,h3,h4,h5 {
	color:#FF568C;
	margin-top:0;
	font-size:14px;
}
.important {color:#FF568C;font-weight:bold;}
/*h1 { font-size:18px;}
h2 { font-size:16px;}
h3 { font-size:14px;}
h4 { font-size:12px;}
h5 { font-size:11px;}*/
h1,h3,h4,h5 {
	font-weight:normal;
}
.minholder {
	width:770px;
	height:560px;
}
.box {
	width:760px;
	height:575px;
	position:absolute;
	margin-left:-380px;
	margin-top:-275px;
	left:50%;
	top:50%;
	overflow:hidden;
}
.boxholder {
	width:760px;
	height:550px;
	position:relative;
}
.box-top {
	background:transparent url(images/box-top.png) no-repeat;
	height:17px;
	overflow:hidden;
	position:relative;
}
.box-bottom {
	background:transparent url(images/box-bottom.png) no-repeat;
	height:89px;
	overflow:hidden;
	position:relative;
}
.box-middle {
	background:transparent url(images/box-mid.png) repeat-y;
	height:444px;
	overflow:hidden;
	position:relative;
}
.logo {
	position:absolute;
	left:10px;
	top:15px;
}
.contentblock {
	width:597px;
	height:443px;
	position:absolute;
	right:6px;
	top:0;
	overflow:hidden;
}
#contentscroller {
	height:418px;
	position:absolute;
	overflow:hidden;
}
.cblock {
	width:597px;
	height:418px;
	overflow:auto;
	float:left;
}
.cblockInner {
	padding-right:14px;
}
.contentleft {
	position:absolute;
	left:15px;
	top:120px;
	width:115px;
	overflow:hidden;
	color:#1B2838;
}
.contentleft a {
	color:#1B2838;
}
.topmenu, .bottommenu {
	position:absolute;
	margin:0;
	padding:0;
	top:4px;
	left:190px;
}
.bottommenu {
	left:auto;
	top:auto;
	right:30px;
	bottom:0;
}
.topmenu li, .bottommenu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.topmenu li a, .bottommenu li a {
	padding-top:11px;
	margin-right:50px;
	display:block;
	float:left;
	font-size:13px;
	color:#333;
	text-decoration:none;
}
.bottommenu li a {
	padding-bottom:11px;
	padding-top:0;
	margin-right:20px;
	margin-left:30px;
}
.topmenu li a:hover, .topmenu li a.act {
	background: transparent url(images/menutop-act.gif) 50% 0 no-repeat;
}
.bottommenu li a:hover, .bottommenu li a.act {
	background: transparent url(images/menubottom-act.gif) 50% 100% no-repeat;
}
.copyright {
	font-size:10px;
	text-align:center;
	line-height:15px;
	color:#8D949C;
}

/****************************************
* content listing
*****************************************/
#contentlisting {
	position:absolute;
	left:0px;
	bottom:0;
}
#contentlisting a, #contentlisting div {
	display:block;
	float:left;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#contentlisting a {
	outline:0;
	height:24px;
	width:24px;
	text-align:center;
	overflow:hidden;
	text-indent:-100px;
	background: transparent url(images/point-white.gif) 50% 100% no-repeat;
}
#contentlisting a:hover, #contentlisting a.act {
	text-indent:0;
}
#contentlisting a.act {
	background: transparent url(images/point-act.gif) 50% 100% no-repeat;
	color:#FF568C;
}

#mbTitle {
	display:block;
}



/****************************************
* css styled content fix
*****************************************/
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #fff;
	padding:1px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:10px;
}
.csc-textpic-imagewrap a {
	outline:0;
}


#lbImage {
	border:2px solid #fff;
}

.tx_powermail_pi1_form legend {
	display:none;
}
.tx_powermail_pi1_form label {
	width:150px;
	float:left;
}
.tx-powermail-pi1_fieldset {
	border:0;
	margin:0;
	padding:0;
}
.tx_powermail_pi1_fieldwrap_html {
	clear:both;
	margin-top:5px;
}
.tx_powermail_pi1_fieldwrap_html_text input, .tx_powermail_pi1_fieldwrap_html_select select, .tx_powermail_pi1_fieldwrap_html_textarea textarea{
	border:1px solid #333;
	width:300px;
}
.tx-powermail-pi1_fieldset textarea {
	height:70px;
}
.powermail_submit {
	margin-left:150px;
}
.validation-failed  {
	border:1px solid #c00 !important;
	background-color:#fff6f6;
}
.powermail_mandatory_js {
	margin-left:150px;
}
.powermail_captcha {
	display:block;
	margin-left:150px;
	margin-top:3px;
}




/* responsive */
@media (max-device-width: 1023px), (max-width: 1023px) {
	body {
		min-width: 620px;
	}
	.box {
		width:auto;
		height:auto;
		margin: 0 auto !important;
		position:relative !important;
		left:0;
		top:0;
	}
	.boxholder {
		width:auto;
		height:auto;
		background-color:#fff;
	}
	.mainbox {
	}
	
	.box-middle {
		overflow:visible;
		width:auto !important;
		height:auto !important;
		margin-top:10px;
	}
	.contentblock {
		overflow:visible;
		margin:10px;
		width:auto !important;
		height:auto !important;
	}
	#contentscroller {
		position:static !important;
		width:auto !important;
		height:auto !important;
	}
	.cblock {
		position:static !important;
		width:auto !important;
		height:auto !important;
		float:none;
	}
	.contentblock, .contentleft {
	
		position:static !important;
		width:auto !important;
		height:auto !important;
		float:none;
	}
	#contentlisting {
		display:none;
	}
}