﻿/* ------ elements ------ */

body {
	margin: 0;
	padding: 0;
	background: #fff url('../images/body_bg0.jpg') repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #555555;
	/* Force IE to center containers */
	text-align:center;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
}

p {
	line-height: 16px;
	text-align: justify;
	margin: 0 0 10px 0;
}

a, a:visited, a:hover, a:active {
	color:#000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a:hover img {
	border: none;
}

/* ------ classes ------ */

.lh_normal {
	line-height: normal
}

.title {
	font-size: 30px;
	color: #A5313A;
}

.subtitle {
	font-size: 18px;
	color: #000;
}

.emphasise {
	font-weight: bold;
}

.centre_item {
	text-align: center;
}

/* Horizontal line <hr> style to ensure IE and FF display the same */
.linestyle1 {
	color: #A5313A;
	background-color: #A5313A;
	height: 1px;
	border: none;
}

.noscript {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

/* ========================== main wrapper ====================================================================== */

#mainwrapper {
	width: 770px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #B2B2B2;
}

/* ============================= header ========================================================================= */

#header {
	position: absolute;
	z-index: 1;
	width: 770px;
	height: 287px;
	background: #fff url('../images/banner_static_background.jpg') no-repeat;
}

#header_foreground {
	position: absolute;
	z-index: 2;
	width: 770px;
	height: 287px;
	float: left;
	background: transparent;
}

/* ------ header no script navigation links ------*/

#headernav {
	position: inherit;
	top: 0px;
	height: 22px;
	background: #000;
}

#header_navlist {
	position: relative;
	top: 4px;
	width: 600px;
	height: 22px;
	margin: 0px auto;
}

#header_navlist li {
    list-style-type: none;
    padding-right: 20px;
	display: inline;
}

#header_navlist a {
	color: #FFF;
    text-decoration: none;
}

#header_navlist a:hover {
	color: #FFF;
}

/* ============================ container ======================================================================= */

#container {
	margin: 300px auto 0px auto;
	padding: 0px 31px 20px 31px;
	background: #FFF /*url('../images/cont_bg0.jpg') repeat-x left bottom;*/
/* Force IE to left align text again after forcing centering of containers in body element */
	text-align: left;
}

#container strong {
	color: #000;
}

/* ============================= left column ==================================================================== */

#left_col {
	width: 420px;
	float: left;
	/*padding-left: 20px;*/
}

#left_col_title {
	width: 420px;
	float: left;
	padding-left: 30px;
	text-align: left;
	position: absolute; top: 290px;
	z-index: 3;
	/*margin: 287px 0 0 30px;*/
}

#left_col_title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#video {
  width: 340px;
  height: 294px;
  padding-top: 10px;
  background-color: #FFF;
  border: #000 1px solid;
  margin: 0 auto;
}

/* ============================= divider column ==================================================================== */

#div_col {
	width: 5px;
	height: 880px;
	float: left;
	margin-left: 30px;
	/*padding-left: 3px;*/
	background: #FFF url('../images/divline.gif') repeat-y right;
}


/* ============================ right column ==================================================================== */

#right_col {
	float: right;
	/*padding-left: px;
	padding-right: 29px;*/
	width: 226px;
}

#block_header {
	display: block;
	width: 226px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 3px 0 4px 0;
	margin: 0 auto;
	background-color: #000;
}

#block_header.single {
	display: block;
	width: 226px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 12px 0 12px 0;
	margin: 0 auto;
	background-color: #000;
}

#block_header strong {
	color: #FFF;
}

#block_body {
	display: block;
	width: 218px;
	/*height: 100px;*/
	color: #000;
	font-size: 12px;
	text-align: center;
	padding: 8px 4px 12px 4px;
	margin: 0 auto;
	background-color: #D8D8D8;
}

/* ================================ footer ====================================================================== */

#footer {
	height: 35px;
	padding: 5px 0 0 0;
	background: #000;
}

#footer2 {
	height: 20px;
	padding: 5px 0 0 0;
	background: #FFF;
	color: #555;
}

#footer2 h4 {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

#footer2 h4 a {
  color: #FFF;
}

/* ------ footer navigation links ------*/

#footer_navlist {
	width: 600px;
	height: 20px;
	margin: 0px auto;
}

#footer_navlist li {
    list-style-type: none;
    padding-right: 20px;
	display: inline;
}

#footer_navlist a {
	color: #FFF;
    text-decoration: none;
}

#footer_navlist a:hover {
	color: #FFF;
}

#navactive a{
    color: #FFF;
    text-decoration: none;
}

/* ------ footer seo links ------ */

#footer_seo {
	font-size: 9px;
	color: #888;
}

#footer_seo a {
	color: #888;
    text-decoration: none;
}

#footer_seo a:hover {
	color: #888;
    text-decoration: none;
	cursor: default;
}
