/* CSS */
/* > RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* > END RESET */
/* > MAIN */
html, body {
	height: 100%;
}

body {
	background: #fff url(img/headfoot/bg_body.jpg) 0px 0px repeat-x;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

div#main {
	position: relative;
	width: 100%;
	min-height: 100%;
}

div.clear {
	clear: both;
}
/* > END MAIN */
/* > HEADER */
div#header {
	margin: 0px auto;
	width: 906px;
	height: 394px;
}

ul#language {
	display: block;
	width: 180px;
	height: 30px;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	margin: 0px 0px 0px 721px;
}

ul#language li, ul#language li a {
	display: block;
	width: 90px;
	height: 30px;
}

ul#language li {
	float: left;
}

ul#language li a {
	color: #4D4D4D;
	font-size: 0.75em;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background: url(img/headfoot/bg_btn_language.jpg) 0px 0px no-repeat;
}

ul#language li a:hover {
	color: #003E7B;
	background-position: 0px -30px;
}

div#left {
	float: left;
	width: 356px;
}

img#logo {
	margin: 36px 0px 0px 38px;
}

ul#mainmenu {
	margin: 25px 0px 0px 0px;
	display: block;
	width: 356px;
	border-top: 1px solid #002244;
	border-bottom: 1px solid #265079;
}

ul#mainmenu li, ul#mainmenu li span, ul#mainmenu li a {
	display: block;
	color: #fff;
	font-size: 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	margin: 0px auto;
}

ul#mainmenu li {
	border-top: 1px solid #265079;
	border-bottom: 1px solid #002244;
}

ul#mainmenu li#btn1 a:hover,
ul#mainmenu li#btn2 a:hover,
ul#mainmenu li#btn3 a:hover,
ul#mainmenu li#btn4 a:hover,
ul#mainmenu li#btn5 a:hover {
	text-decoration: underline;
	background-position: 0px -30px;
}

ul#mainmenu li a {
	cursor: pointer;
	outline: none;
}

ul#mainmenu li span {
	text-indent: -5000px;
}

div#videoplayer {
	float: left;
	width: 506px;
	height: 292px;
	margin: 72px 0px 0px 42px;
}
/* > END HEADER */
/* > CONTENT */
div#content {
	font-size: .75em;
	line-height: 1.4em;
	color: #4c4c4c;
	margin: 0px auto;
	padding-bottom: 179px;
	width: 906px;
}

div#content strong {
	color: #003e7a;
	font-weight: bold;
}

div#content a {
	color: #003e7a;
	font-weight: bold;
	text-decoration: none;
}

div#content a:hover {
	color: #003e7a;
	font-weight: bold;
	text-decoration: underline;
}

div.message {
	width: 898px;
	height: 98px;
	margin: 30px 3px 10px 3px;
	background-color: #f5f6f8;
	border: 1px solid #dce0e4;
}

div.message img.since {
	float: left;
	margin: 10px 37px 0px 40px;
}

div.message p {
	color: #003e7b;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 24px 0px 0px 0px;	
}

div#content p {
	padding: 10px 10px;
}

div#content p.attention {
	color: #003e7b;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
}

div#content div.dashline1 {
	height: 1px;
	background: url(img/headfoot/dashed1.gif) 0px 0px repeat-x;
}

div#content div.dashline2 {
	height: 1px;
	background: url(img/headfoot/dashed2.gif) 0px 0px repeat-x;
}

div#content p.adress {
	float: left;
	text-align: center;
	margin: 20px 0px 0px 174px;
}

div#content a#freequote {
	float: left;
	margin: 22px 0px 0px 70px;
}

div#content ul {
	margin: 5px 0px 5px 25px;
}

div#content ul li {
	list-style-type: circle;
	margin: 5px 0px 5px 0px;
}

div#content ul li ul {
	margin: 5px 0px 5px 25px;
}

div#content ul li ul li {
	list-style-type: square;
	margin: 5px 0px 5px 0px;
}

/* > END CONTENT */
/* > FOOTER */
div#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 154px;
	background: #003060 url(img/headfoot/bg_footer.jpg) 0px 0px repeat-x;
}

ul#menufooter {
	display: block;
	margin: 73px auto 0px auto;
	width: 520px;
	height: 20px;
}

ul#menufooter li {
	display: block;
	float: left;
	font-size: .7em;
	padding-right: 10px;
}

ul#menufooter li a {
	color: #bfcad5;
	text-decoration: none;
}

ul#menufooter li a:hover, ul#menufooter li span {
	text-decoration: underline;
	color: #fff;
}

div#footer div.hr {
	clear: both;
	width: 906px;
	height: 0px;
	margin: 10px auto;
	padding: 0px;
	border-bottom: 1px solid #264f77;/*#264f77*/
	border-top: 1px solid #002143;
}

div#footer p#copy {
	color: #fff;
	text-align: center;
	font-size: .7em;
}
/* > END FOOTER */
/* END CSS */