/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
: focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Helvetica, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
	background: #000000;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: Helvetica, sans-serif
}
p, label { 
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	overflow: hidden;
	width: 1200px;
	margin: auto;
	min-height: 727px;
	height: auto !important;
	height: 727px;
	background: #000000 url('../img/background_content.png') top left no-repeat;
}
.wrapper{
	padding-top: 20px;
	width: 1000px;
	margin: auto;
}
.sx{
	border-right: 1px solid #676767;
	width: 409px;
	min-height: 620px;
	height: auto !important;
	height: 620px;
	float: left;
}
.dx{
	width: 590px;
	min-height: 620px;
	height: auto !important;
	height: 620px;
	float: left;
}
.content{
	width: 580px;
	margin: auto;
}
.main_menu{
	padding-right: 10px;
	float: right;
	width: 200px;
	text-align: right
}
.main_menu { list-style: none; }
.main_menu li { list-style: none; margin: 0; padding: 0; }
.main_menu li a { color: #BBBBBB; text-decoration: none; font-size: 16px; line-height: 40px; }
.main_menu li a:hover { color: #f6ff00; text-decoration: none; font-size: 16px; line-height: 40px; }

.footer{
	text-align: center;
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #676767;
}
.footer span{
	font-size: 10px;
	color: #FFFFFF;
}
.footer a{
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
/* ---------------- HomePage --------------- */
.text_home { width: 200px; height: 200px; margin: auto; float: left; margin-right: 10px; margin-bottom: 40px; padding-top: 25px; }
.text_home h1 { text-align: right; font-size: 14px; line-height: 16px; color: #FFFFFF }
.text_home p { text-align: right; font-size: 12px; line-height: 14px; color: #BBBBBB }
p.link { text-align: right; width: 580px; margin: auto;}
p.link a { font-size: 14px; line-height: 28px; color: #f6ff00; text-decoration: none; }

.slideshow_home {
	text-align: right;
	float: left;
    position: relative;
    height: 180px;
	width: 370px;
	overflow: hidden;
}

.slideshow_home img {
	width: 370px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

.slideshow_home img.active {
    z-index: 10;
    opacity: 1.0;
}

.slideshow_home img.last-active {
    z-index: 9;
}
/* ---------------- Other --------------- */
.clear{
	clear: both;
}
.privacy { font-size: 12px; line-height: 14px; }
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}
.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.submit { background: #f6ff00}
.inputStyle{ 
	border: 1px solid #f6ff00;
	width: 200px; 
	background: #AAAAAA
}
.noDecoration{text-decoration: none}
