@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #ff3300;
}
a:active {
	text-decoration: none;
	color: #ff3300;
}
.bodyGrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
.bodyGreyBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

/*new changes*/

h1 {
	padding: 0;
	margin: 5px 0 0;
	font: 35px Georgia, "Times New Roman", Times, serif;
}

#navigation {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	color: #333333;
}

#navigation a:hover {
	color:#FF9900;
}

#mainNav {
	display: block;
	width: 780px;
	height: 156px;
	margin-top: 4px;
	background: url(../images/main_navigation_bg.gif) no-repeat 0 -44px;
}

.orange {
	color: #FF9900;
	font-weight: normal;
	font-style: normal;
}

.navBold {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	display: inline-block;
	margin: 0;
}

ul.menuFirst {
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding: 0 38px 0 0;
	margin: 0;
	float: left;
	list-style: none;
}

ul.menu {
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	float: left;
	list-style: none;
	padding: 0 38px 0 0;
}

ul.menuLast {
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
	list-style: none;
}

li {
	padding-top: 10px;
}

li.navTitle {
	padding-top: 0px;
}

.current {
	color: #FF9900;
}

.current .navBold a {
	color: #FF9900;
}

/*new changes*/

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 40px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.pageTitleColour1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 40px;
	color: #FF9900;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.pageSubtitleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.pageSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.menuSubtitleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.menuDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
.menuTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.menuPrices {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
hr {
	color: #CCCCCC;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}

