@font-face {
 font-family: helveticaTh;
 src: url("../images/helveticath.eot"); /* EOT file for IE */
}
@font-face {
 font-family: helveticaTh;
 src: url("../images/helveticath.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: helveticaLt;
 src: url("../images/helveticalt.eot"); /* EOT file for IE */
}
@font-face {
 font-family: helveticaLt;
 src: url("../images/helveticalt.ttf"); /* TTF file for CSS3 browsers */
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-family: "helveticaTh";
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
	color: #348fb5;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-family: "helveticaTh";
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
	color: #f05223;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
	display: block;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#header {
	float: left;
	width: 1000px;
	margin-bottom: 1px;
	height: 127px;
}
#logo {
	float: left;
	width: 427px;
	height: 97px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#photo_holder {
	width: 1000px;
	float: left;
	height: 305px;
	background-image: url(../images/photo_holder.gif);
	background-repeat: no-repeat;
}
#main_photo {
	background-image: url(../images/mainphoto_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	width: 608px;
	padding-bottom: 40px;
	height: 214px;
	margin-top: 35px;
}
#main_photo_innerpage {
	background-image: url(../images/mainphoto_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	width: 608px;
	padding-bottom: 40px;
	height: 214px;
	margin-top: 35px;
}
#main_photo_innerpage img {
	float: left;
	border: 5px solid #FFF;

}


#navbar {
	float: left;
	width: 1000px;
	height: 47px;
}
#navbar a {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	float: left;
	padding-top: 16px;
	padding-right: 37px;
	padding-bottom: 13px;
	padding-left: 37px;

}
#navbar a.current {
	background-image: url(../images/navbar_hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
}

#navbar a:hover {
	background-image: url(../images/navbar_hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
}

#body_bg {
	float: left;
	width: 1000px;
	padding-bottom: 30px;
}
#mainbar {
	font-family: Verdana;
	font-size: 12px;
}
#mainbar ul {
	color: #000;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
#mainbar ul li {
	margin-bottom: 4px;

}


#mainbar a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #3198c2;
	text-decoration: none;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	padding-top: 13px;
	float: left;
}






.contact {
	float: right;
	text-align: right;
	font-family: "helveticaLt";
	font-size: 20px;
	padding-top: 5px;
}
.contact a {
	text-decoration: none;
	color: #338aae;
}
.contact span {
	font-size: 17px;
}
.customise {
	float: left;
	height: 104px;
	width: 352px;
	padding-left: 3px;
	margin-top: 70px;
}
.heading_orange {
	font-family: helveticaTh;
	font-size: 20px;
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}
.points {
	font-weight: normal;
	color: #39C;
	text-decoration: none;
	line-height: 20px;
}
#imagealign {
}
#imagealign img {
	vertical-align: middle;
}

#imagealign li {
}
hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
