html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	min-width: 900px;
	background: #000 url(../__images/page_bg.png) top left repeat-x;
	font: 11px verdana, arial, "trebuchet ms", helvetica, sans-serif;
}
/*--- general ---*/
form {margin: 0;padding: 0;}
img {border: none;display: block;}
ul {margin: 0;padding: 0;list-style: none;}

.clr:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
* html .clr {height: 1%;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
}
h1 {
	color: #c9171e;
	padding: 0 0 12px 0;
	font-size: 22px;
}
h2 {
	color: #c9171e;
	font-size: 18px;
	padding: 0 0 12px 0;
}
h3 {
	color: #c9171e;
	font-size: 16px;
	padding: 0 0 12px 0;
}
h4 {
	color: #c9171e;
	font-size: 16px;
}
h5 {
	color: #c9171e;
	font-size: 14px;
}
p {
	margin: 0;
	line-height: 24px;
}
a {
	color: #aa0202;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {text-decoration: underline;}
a:active, a:focus {outline: none;}

.header-overlay {
	position: absolute;
	top: 0px;
	z-index: 1004;
	padding-left: 35px;
	padding-top: 40px;
}

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.wrap-page-1 {
	width: 900px;
	height: 119px;
	position: relative;
	background: url("../__images/header-1.png") 25px 0px no-repeat;
} 

.wrap-page-3 {
	width: 900px;
	height: 88px;
	background: none;
}
.wrap-page-2 {
	width: 850px;
	padding: 0 25px;
	background: url("../__images/bg-mid-page.png") repeat-y;
}
.wrap-header {
	width: 100%;
	position: relative;
	padding-top: 0px;
}




/* MENU */


#menu {
  background: #fff;
  width: 222px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 0;
}
	
	#menu ul {
	  list-style-type: none;
	  padding: 0 200px 0 0;
	  clear: both;
	  width: 222px;
	}
	
	#menu li {
	  height: 33px;
	  display: block;
	  clear: both;
	  margin: 0;
	  margin-left: 0px;
	  width: 222px;
	}
	
	#menu li a, #menu li a:link, #menu li a:visited {
	  display: block;
	  height: 15px;
	  float: none;
	  margin: 0;
	  padding: 11px 0px 8px 10px;
	  color: #fff;
	  text-decoration: none;
	  font-weight: bold;
	  font-size: 11px;
	  background: #991016 url(../__images/menu_bg_norm.png);
	}
	
	#menu li a:hover {
	  background: #d2181f url(../__images/menu_bg_over.png);
	  color: #fff;
	  text-decoration:none;
	}







#content {
	background:url(../__images/header-2.png?2) top right no-repeat;
	width: 100%;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin-top: 0px;
}



.secondary-content {
	width: 222px;
	float: left;
	padding: 0 0 0 0;
	background-color:#ed1c24;
}

.secondary-content img {
	text-align: left;
}

.primary-content {
	float: right;
	width: 573px;
	padding: 45px 25px 0 25px;
}
.primary-content p {padding: 0 0 14px 0;}

.primary-content ol {
	line-height: 24px;
	margin: 0 0 0 20px;
	padding: 0 0 14px 0;
}
.primary-content ul li, .simple-list li {
	line-height: 24px;
	padding: 0 0 0 19px;
	background: url("../__images/m-1.gif") no-repeat 0 10px;
}
.primary-content ul li, .simple-list ul li {
	padding: 0 0 0 19px;
	background: url("../__images/m-1.gif") no-repeat 0 10px;
}

.primary-content ul {
	padding-bottom: 15px;
}

.breadcrumbs {padding: 7px 0 15px 0;}

.breadcrumbs li {
	color: #0461bc;
	display: inline;
	padding: 0 0 0 0;
}
.breadcrumbs li a {color: #0461bc;margin: 0 4px 0 0;}

.banners {
	width: 191px;
	float: right;
	display: inline;
	margin: 0 -18px 0 12px;
}
.banners li {
	float: left;
	padding: 0 0 11px 0;
}
.flash {
	clear: both;
	width: 706px;
	overflow: hidden;
	padding: 17px 0 16px 0;
}
.extra-info {
	width: 100%;
	padding: 18px 0 0 0;
	border-top: 1px solid #000;
}
.extra-info div {float: left;}
.extra-info .info-1 {width: 218px;}
.extra-info .info-2 {width: 209px;padding: 0 33px 0 22px;}
.extra-info .info-3 {width: 209px;}
.extra-info div h4 {padding: 0 0 4px 0;}
.extra-info div p a {
	font-weight: bold;
	margin: 0 0 0 55px;
}
#footer {
	width: 100%;
	padding: 0px 0 0 0;
	position: relative;
	top: 0px;
}

#footer #partners {
}

#footer ul {
	top: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}
#footer ul li {
	color: #444;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 12px;
}
#footer ul li span {margin: 0 16px 0 0;}

#footer ul li a {
	color: #444;
	margin: 0 0 0 0;
}


a.butt1{
	width:252px;
	height:122px;
	background:url(../__images/fp-button-gallery.png) no-repeat 0 0;
}

a.butt2{
	margin-top: 29px;
	width:252px;
	height:122px;
	background:url(../__images/fp-button-enquiry.png) no-repeat 0 0;
}	

a.butt1:hover, a.butt2:hover, a.butt3:hover {background-position:0 100%;}

.hidden{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}
	
#activation-message {
	background: #FFFF99;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index:1101; 
	width: 100%; 
	border-bottom: 1px solid #000; 
	color: #000; 
	font-size: 10px; 
	padding: 4px 0px 4px 0px; 
	text-align:center;
}

#photo {
	padding: 0px 30px 30px 0px;
	float: left;
}

a.fancybox { float: left; margin: 0 15px 15px 0; }
