/*

Colours

blue1: 3a525c
blue2: 6a96a8
blue3: a8c1cb
gray : 999999
red  : 8a3335

Header

Dark : 1e343d
Light: 2e505e

*/

html, body {
	height: 100%;
	background: #ffffff url('../images/bg.png') repeat-x top left;
}
h1, h2, h3, h4, h5, h6 {
	color: #3a525c;
	font-weight: bold;
}
a, a:visited {
	color: #6a96a8;
}
a:active, a:hover {
	color: #8a3335;
}
th, td {
	vertical-align: top;
}

fieldset {
	border: none;
	margin: 0; padding: 0;
}
legend {
	display: none;
}
textarea {
	height: 100px;
}

label {
	display: block;
}
button {
	font-weight: bold;
	cursor: pointer;
	margin: 6px 0px;
}


#header {
	background: transparent url('../images/bg_grad.png') no-repeat top center;
	height: 415px;
	padding-top: 25px;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#iewarning {
	padding: 20px;
	border-bottom: 2px solid #cccccc;
	text-align: left;
	background: #000000;
	color: #ffffff;
}
#iewarning h2 {
	color: #ffffff;
}
#iewarning a {
	color: #d4d4d4;
}


#logo{
	width: 335px;
	height: 80px;
	float: left;
  margin-left:10px;
	_margin-left:5px;
}
#logo a {
	width: 335px;
	height: 80px;
	float: left;
	display: block;
	text-indent: -10000px;
	background: transparent url('../images/2.png') no-repeat left 6px;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='styles/default/images/2.png',sizingMethod='crop');
}

#tel{
margin-top:10px;
height:25px;
float:right;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:bold;
text-align:right;
color:#FFFFFF;
padding-right:15px;

}
#mainmenu {
  clear:right;
	float: right;
	margin: 0;
	padding-top: 30px;
	padding-right: 10px;
	white-space:nowrap;
}
#mainmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px 6px;
}
#mainmenu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#mainmenu li a.selected {
	color: #6a96a8;
}

.container {
width: 970px;
margin: 10px auto 0;
padding-left:10px;
}

#header .container {
margin: 0px auto 0;
width: 980px;
padding-left:0px;
}
#footer_spacer {
	height: 100px;
	clear: both;
}
#footer {
	border-top: 1px solid #b7b7b7;
	background: #eeeeee;

	height: 100px;
	width: 100%;

	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footer ul {
	margin: 0px;
	padding: 6px 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer li a {
	display: inline-block;
	border-right: 1px solid #d4d4d4;
	padding: 0px 8px 0px 4px;
	color: #666666;
	text-decoration: none;
}
#footer li:last-child a {
	border-right: none;
}

#copy {
	color: #848484;
	font-size: 11px;
}

#f fieldset fieldset.checkboxes legend {
display:block !important;
font-size:12px;
}

#slideshow-container  { width:512px; height:414px; position:relative; margin: 0px 0px 30px 50px;}
#slideshow-container img { width:512px; height:384px; display:block; position:absolute; top:0; left:0; z-index:1; border: 1px solid black;}
.toc          { position:absolute; left:0; bottom:0px; z-index:2; display:block; width:20px; background:#FFF; color:#226175; text-align:center; padding:3px; text-decoration:none; }
.toc-active        { background:#226175; color:#FFF; }
#next          { position:absolute; bottom:0px; right:20px; z-index:2; display:block; width:20px; background:#226175; color:#fff; text-align:center; padding:3px; text-decoration:none; }
#previous        { position:absolute; bottom:0px; right:60px; z-index:2; display:block; width:20px; background:#226175; color:#fff; text-align:center; padding:3px; text-decoration:none; }