/* ------------------- 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 --------------- */
html {
	width: 100%;
	height: 100%;
	}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.8%;
	width: 100%;
	height: 100%;
}
a:link {
	text-decoration: underline;
	color: #001a1a;
}
a:visited {
	text-decoration: underline;
	color: #001a1a;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #001a1a;
}
p, h1, h2, h3, h4{
	margin: 0;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif
}
.col_dx p,.content p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 10px 15px 10px;
	text-align: justify
}
p.alternative { color: #001a1a; }
.content h1 {
	background: #188586;
	height: 15px;
	width: 360px;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}
/* ---------------- Layout --------------- */
.container{
	width: 1200px;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	color: #FFFFFF;
	background: url('../img/background_body_bottom.jpg') bottom left repeat-y;
}
.wrapper{
	background: url('../img/background_body.jpg') top center no-repeat;
	width: 1200px;
	margin: auto;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}
.content{
	width: 380px;
	margin-left: 110px;
	margin-top: 180px;
	margin-right: 10px;
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url('../img/background_content.png') top center repeat-y;
}
.navigation{
	float: left;
	width: 199px;
	margin: auto;
	padding-top: 50px;
	text-align: right;
}
.navigation a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation div.sottomenu {
	margin-bottom: 10px;
}
.navigation div.sottomenu p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.navigation div.sottomenu a {
	color: #743e00;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.arrow_navigation{
	position: relative;
	height: 80px;
	width: 24px;
	margin-top: 50px;
	margin-left: 8px;
	float: left;
}
.col_dx {
	background: url('../img/background_col_dx.png') top left repeat-y;
	margin-top: 180px;
	margin-left: 20px;
	width: 249px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	float: left;
}
.footer{
	text-align: right;
	width: 189px;
	margin-left: 505px;
}
.footer span{
	font-size: 10px;
	color: #FFFFFF;
}
.footer a{
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

/* ---------------- Other --------------- */
.clear{
	clear: both;
}
.hidden{
	visibility: hidden;
}
.loading{
	width: 25px;
	height: 25px;
}

.error{
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.inputStyle{}
.noDecoration{text-decoration: none}