html, body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	color: #303030;
	font-size: 11px;
}
body {
	background: #eaeaea url('../gfx/body_bg.jpg') center top no-repeat;
}

a {
	color: #bf2800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


h1,h2 {
	color: #bf2800;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 22px;
	margin-bottom: 40px;
}

.txtGray {
	color: #686868;
}

.clearfix {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#container {
	width: 834px;
	margin: auto;
	padding: 0 5px 0 5px;
	background: url('../gfx/container_bg.jpg') no-repeat;
	position: relative;
}

#icons {
	position: absolute;
	height: 16px;
	top: 5px;
	right: 18px;
}
#icons img {
	margin-left: 9px;
	float: left;
}



#headerNav {
	height: 52px;
	padding: 20px 20px 0 20px;
}

/* navigation styles start */
#headerNav ul {
	width: 412px;
	height: 16px;
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	background: url('../gfx/nav_bg_new.gif') no-repeat;
}
#headerNav li {
	float: left;
	margin-right: 20px;
}
#headerNav li#item7 {
	margin-right: 0;
}
#headerNav li a {
	display: block;
	height: 16px;
	text-decoration: none;
}
#headerNav li#item1 a {
	width: 44px;
}
#headerNav li#item1.active a, #headerNav li#item1 a:hover {
	background: url('../gfx/nav_bg_new.gif') 0 -16px no-repeat;
}
#headerNav li#item2 a {
	width: 45px;
}
#headerNav li#item2.active a, #headerNav li#item2 a:hover {
	background: url('../gfx/nav_bg_new.gif') -64px -16px no-repeat;
	background: transparent;
}
#headerNav li#item3 a {
	width: 41px;
}
#headerNav li#item3.active a, #headerNav li#item3 a:hover {
	background: url('../gfx/nav_bg_new.gif') -64px -16px no-repeat;
}
#headerNav li#item4 a {
	width: 59px;
}
#headerNav li#item4.active a, #headerNav li#item4 a:hover {
	background: url('../gfx/nav_bg_new.gif') -125px -16px no-repeat;
}
#headerNav li#item5 a {
	width: 70px;
}
#headerNav li#item5.active a, #headerNav li#item5 a:hover {
	background: url('../gfx/nav_bg_new.gif') -204px -16px no-repeat;
}
#headerNav li#item6 a {
	width: 50px;
}
#headerNav li#item6.active a, #headerNav li#item6 a:hover {
	background: url('../gfx/nav_bg_new.gif') -294px -16px no-repeat;
}
#headerNav li#item7 a {
	width: 47px;
}
#headerNav li#item7.active a, #headerNav li#item7 a:hover {
	background: url('../gfx/nav_bg_new.gif') -364px -16px no-repeat;
}
/* navigation styles end */

#content {
	width: 834px;
	background: url('../gfx/content_top_shade.jpg') no-repeat;
}
#content.frontpage {
	width: 817px;
	height: 369px;
	background: #cecece url('../gfx/frontpage_box_gradient.jpg') repeat-x;
	border: 2px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 13px;
}
#content.frontpage.uk {
	height: 569px;
}
#content.frontpage .jumpBox {
	width: 160px;
	height: 275px;
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 13px 13px 0 0;
	float: left;
	padding: 19px 12px 12px 12px;
}
#content.frontpage .jumpBoxUK {
	width: 160px;
	height: 475px;
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 13px 13px 0 0;
	float: left;
	padding: 19px 12px 12px 12px;
}
#content.frontpage .jumpBox p {
	margin: 10px 0 0 0;
	line-height: 140%;
}

#news {
	width: 183px;
	height: 318px;
	float: right;
	background: #fff;
	padding: 33px 18px 18px 18px;
}

#news p {
	line-height: 120%;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 12px 0;
	padding: 0 0 14px 0;
}

#leftnav {
	width: 225px;
	float: left;
	position: relative;
}
#leftnav ul {
	width: 225px;
	position: absolute;
	top: 104px;
	padding: 0;
	right: 0;
	width: left;
}
#leftnav li {
	list-style: none;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	background: url('../gfx/leftnav_seperator.jpg') right bottom no-repeat;
}
#leftnav li a {
	color: #303030;
}
#leftnav li a:hover {
	text-decoration: none;
}
#leftnav li.active a {
	color: #bf2800;
}

#contentBox {
	width: 569px;
	float: right;
	padding: 40px 20px 20px 20px;
}

#contentBox .txtBox {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#contentBox .txtBox.last {
	border-bottom: none;
}
#contentBox .txtBox img {
	float: right;
	margin-bottom: 30px;
	clear: right;
}
#contentBox .txtBox img.last {
	margin-bottom: 0;
}
#contentBox .txtBox p {
	margin: 0;
	width: 385px;
}

#addressLine {
	position: relative;
}
#addressLine a {
	display: block;
	position: absolute;
	width: 110px;
	height: 8px;
	left: 456px;
	top: 0;
}
#addressLine a:hover {
	text-decoration: none;
}

#frontpageFooter a {
	display: block; 
	width: 110px; 
	position: absolute; 
	left: 465px; 
	bottom:0; 
	height: 9px;
}
#frontpageFooter a:hover {
	text-decoration: none;
}


#footer {
	width: 844px;
	height: 7px;
	clear: both;
	margin: auto;
	background: url('../gfx/footer_bg.gif') no-repeat;
	padding-bottom: 50px;
	position: relative;
}
