html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/backgrd_grad.jpg) repeat-x #be1e2d;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
}	
h1 {
	color:#e2273e;
	font-weight:normal;
	}
p.big_yellow {
	font-size:18px;
	color: #ED6D26;
	}
.wrapper {
	background: url(../images/backgrd.jpg) no-repeat center top;
}
.container {
	position:relative;
	width:920px;
	margin:0px auto;
}
.header {
	height:111px;
}
.logo {
	float: left;
	height:111px;
	margin-top: -15px;
	_margin-top: 1px;
	width:248px;
}
.nav {
	position: absolute;
	height:96px;
	margin: 0px 0 13px 0px;
	_margin: 16px 0 13px 0px;
	right: 0px;
	top: 47px;
	}
.nav ul {
	width:702px; 
	list-style: none;
	padding: 0;
	margin:0;
}
.nav li {
	text-align: center;
	float: left; 
	line-height: 36px;
}
.nav li a {
	display: block;
	width: 117px;
	height: 36px; 
	/*color: #be1e2d;*/
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/nav_off.gif) no-repeat;
}
.nav li a:hover {
	color:#FFFFFF;
	background: url(../images/nav_on.jpg) no-repeat;

}
.banner {
	margin:0;
	margin-top:16px;
	_margin-top:14px;
}
.girl {
	position:absolute;
	top:335px;
	left:10px;
	z-index:100;
	}
.content {
	position:relative;
	margin-top:13px;
	_margin-top:10px;
	background:url(../images/content_backgrd.jpg) no-repeat top #FFFFFF;
	width:920px;
	_height: 400px;
	min-height: 400px;
	padding-top:40px;
	_padding-top:0px;
}
.content table {
	_margin-top:42px;
	}
.footer {
	background:url(../images/footer_backgrd.jpg) repeat-x;
	width:100%;
	height:72px;
	font-size:10px;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
.ftext {
	width:800px;
	margin:0 auto;
	}
.ftext a {
	text-decoration:none;
	color:#FFFFFF;
	}
.fleft {
	float:left;
	margin:30px 0 0 0px;
	}
.fright {
	float:right;
	margin:30px 0px 0 0;
}

.enquiryform {
	background-image: url(../images/backgrd_enquiryform.gif);
	background-repeat: no-repeat;
	width: 565px;
	height:296px;
	font-size: 12px;
	font-weight: bold;
	color: #5f5758;
	margin-top:20px;
	_margin-top:0px;
}

.contactbackground {
	background-image: url(../images/backgrd_contant.gif);
	background-repeat: no-repeat;
	width: 198px;
	height:268px;
	font-size: 12px;
	font-weight: bold;
	color: #5f5758;
	margin-top:20px;
	_margin-top:0px;
}
.unsubscribe {
	background-image: url(../images/backgrd_unsub.gif);
	background-repeat: no-repeat;
	width: 374px;
	height:87px;
	font-size: 12px;
	font-weight: bold;
	color: #5f5758;
	margin-top:20px;
	_margin-top:0px;
}
.subscribe {
	background-image: url(../images/backgrd_sub.gif);
	background-repeat: no-repeat;
	width: 405px;
	height:212px;
	font-size: 12px;
	font-weight: bold;
	color: #5f5758;
	margin-top:20px;
	_margin-top:0px;
}

.subscribe td {
	padding: 5px;
	padding-top: 5px;
}

.enquiryform td {
	padding: 30px;
}

.PageSubscribe {
	display: none;
}

.catnav a {
	color: #000000;
	font-weight: bold;
}

.catnav a:hover {
	color: #ED6D26;
	font-weight: bold;
}