/* Chamge normal CSS Layouts */
* { margin: 0; padding: 0; font-family: Verdana, Arial; font-size: 11px; color: black; }
h5 { font-size: 12px; }
h4 { font-size: 13px; }
h3 { font-size: 14px; }
h2 { font-size: 15px; }
h1 { font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding-bottom: 8px; }
ul { margin-left: 18px; }
p { margin-bottom: 8px; }

/* Global Styles */
.clearer {
 height: 0px;
 width: 0px;
 padding: 0px;
 margin: 0px;
 clear: both;
 font-size: 0px;
}

/* All */
body {
	background-color: black;
}

div#page {
	width: 875px;
	margin: 15px auto;
	border: 1px solid #eeeced;
	background: black url(../images/page-bg.gif) repeat-y;
}

div#page-left {
	width: 215px;
	float: left;
}

div#page-left * {
	color: white;
}


div#page-right {
	width: 660px;
	float: right;
	background-color: #eeeced;
}

/* Header */
div#header-wrap {
	width: 660px;
	background: #eeedeb url(./images/header-bg.gif) repeat-x;
	height: 217px;
	overflow: hidden;
}

div#logo-wrap-right {
	float: left;
	width: 142px;
	margin-top: 35px;
}

div#fl_header_slide_slideshow {
	float: right;
}

div#logo-wrap-left {
	margin: 35px 0px 47px 0px !important;
	margin: 35px 0px 45px 0px;
	text-align: right;
}

/* left Menu */
div#content-left-menu {
	margin-bottom: 20px;
}

div#content-left-menu ul {
	border-top: 1px solid #ffffff;
	margin: 0px; 
	padding: 0px;
	list-style: none;
}

div#content-left-menu ul li {
	border-bottom: 1px solid #ffffff;
	margin: 0px; 
	padding: 0px;
}

div#content-left-menu ul li a {
	padding: 9px 0px 5px 12px;
	display: block;
	height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

div#content-left-menu ul li.active a,
div#content-left-menu ul li a:hover {
	background: url(../images/left-menu-background.gif) repeat-x;
	color: black;
}

/* head Menu */
div#head-menu table { width: 100%; border: 
none }

div#head-menu table a {
	padding: 9px 0px 5px 12px;
	display: block;
	height: 19px;
	text-decoration: none;
	background: url(../images/left-menu-background.gif) repeat-x;
	color: black;
}

div#head-menu table td.active a,
div#head-menu table a:hover {
	color: #FFFFFF;
	background: black;
}


/* Content */
#content-center-wrapper {
	padding: 20px;
}
#content-left-wrapper {
	padding: 15px;
}



/* footer */
div#footer {
	width: 800px;
	margin: 0px auto;
	padding: 5px 0px 20px 0px;
	text-align: center;
	color: #eeeced;
	font-size: 11px;
}
div#footer * {
	color: #eeeced;
	font-size: 11px;
}

/* Form */
fieldset.csc-mailform { 
	padding-top: 20px; 
	border:0; 
}

fieldset.csc-mailform label { 
	line-height: 22px; 
	width: 400px; 
	text-align: left; 
	margin-right: 10px; 
	margin-left: 1px; 
	display: block;
}

fieldset.csc-mailform input,
fieldset.csc-mailform textarea  { 
	margin-bottom: 15px; 
	font-size:10px; 
	font-family: Verdana, Arial; 
	border:solid 1px #ccc; 
	width:400px; 
	margin-top: 0; 
	padding: 2px; 
}

#mailformformtype_mail { 
	padding:2px; 
	margin-left:40px; 
	background:#eee; 
	border:solid 1px #ccc; 
	width:180px; 
	text-align:center; 
	float: right; 
	margin-right: 10px; 
}

fieldset.csc-mailform input.csc-mailform-check,
fieldset.csc-mailform input.csc-mailform-radio {
	width: 13px;
	
}

fieldset.csc-mailform span.csc-mailform-radio fieldset {
	padding: 5px;
}
