@charset "utf-8";
/*
=======================================
Project: UK Stunt Productions
Copyright 2008: bendesmond.com
Creation Date: 16 January 2009
=======================================
*/

/* Page Setup */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: url(../images/uksp-bg-blue.jpg) center 505px repeat-y #afafaf;
}
#universe {
	background: url(../images/uksp-bg.gif) repeat-x;
}
#outer {
	padding: 0px;
	margin: 0px auto 0px auto;
	/*width: 100%;*/
	/*text-align: left;*/
	background: url(../images/uksp-top-blue.jpg) 50% top no-repeat;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 950px;
	text-align: left;
}
#logo {
	width: 444px;
	height: 107px;
	margin-left: 43px;
	padding-top: 15px;
}
#sponsors {
	/*width: 513px;*/
	height: 47px;
	margin-left: 60px;
	margin-top: 10px;
}
/* Main Navigation */
#menu {
	margin-left: 60px;
	margin-top: 20px;
	height: 45px;
}
#mainmenu {
	float: left;
	/*width: 400px;*/
	padding: 0px 0px 0px 5px;
	/*margin-left: 60px;
	margin-top: 20px;*/
	font-size: 1.4em;
	list-style: none;
	text-transform: uppercase;
	/*height: 45px;*/
	line-height: 40px;
	background: url(../images/uksp-menu-bg.gif) no-repeat;
}
#mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 45px;
	line-height: 40px;
	background: url(../images/uksp-menu-end.gif) right top no-repeat;
}
#mainmenu a {
	display: block;
	/*width: 200px;*/
	height: 45px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/sv-menu-hover.gif) repeat-x left 5px;
}
#mainmenu li {
	float: left;
	/*width: 200px;*/
	background: url(../images/uksp-menu-divider.gif) no-repeat left top;
}
#mainmenu li.first {
	float: left;
	/*width: 200px;*/
	background: none;
}
#mainmenu li ul {
	position: absolute;
	width: 200px;;
	left: -999em;
}
#mainmenu li li a {
	display: block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	text-decoration: none;
	background: #54b948;
}
#mainmenu li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #54b948 url(../images/sv-menu-hover.gif) repeat-x left bottom;
}
#mainmenu li:hover ul {
	left: auto;
}
#mainmenu li:hover ul, #mainmenu li.sfhover ul {
	left: auto;
}

/* Banner */
#banner {
	width: 830px;
	height: 280px;
	margin: 20px 60px 0px 60px;
}

/* Content */
#contentarea {
	width: 830px;
	margin: 20px 60px 0px 60px;
}
#content {
	float: left;
	display: inline;
	width: 550px;
	color: #2A2A2A;
	background: #f2f2f2 url(../images/uksp-content-bg.gif) no-repeat;
}
#content p {
	/*font-size: 1em;*/
	line-height: 1.4em;
	margin: 0px;
	padding: 15px 20px 0px 20px;
}
#content h1 {
	font-size: 3em;
	/*line-height: 2em;*/
	margin: 0px;
	padding: 10px 20px 0px 20px;
	color: #009bfd;
	font-weight: normal;
}
#content h2 {
	font-size: 2em;
	/*line-height: 2em;*/
	margin: 0px;
	padding: 10px 20px 0px 20px;
	color: #009bfd;
	font-weight: normal;
}
#content a {
	color: #009bfd;
	/*font-weight: normal;*/
	text-decoration: none;
}
#content a:hover {
	color: #009bfd;
	/*font-weight: normal;*/
	text-decoration: underline;
}
#contentbottom {
	width: 550px;
	background: url(../images/uksp-contentbottom-bg.gif) left bottom no-repeat;
}
#content blockquote {
	padding: 10px;
	margin: 15px 70px 0px 70px;
	background: #e3f4ff;
}
#content blockquote p {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #009bfd;
	text-align: center;
}
.blue {
	color: #009bfd;
}
.bigblue {
	font-size: 130%;
	color: #005489;
}


/* RightColumn */
#rightcolumn {
	float: left;
	display: inline;
	width: 270px;
	margin: 20px 0px 0px 10px;
}
#rightcolumn p {
	/*font-size: 1em;*/
	line-height: 1.4em;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #FFFFFF;
}
#rightcolumn a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.photocredit {
	font-size: 80%;
}

/* Image Positioning */
.imageright {
	float: right;
}
.imageleft {
	float: left;
}
.imageleft-pr15 {
	float: left;
	padding-right: 15px;
}
.imageright-pl15 {
	float: right;
	padding-left: 15px;
}
.image-pl10 {
	padding-left: 10px;
}


/* Footer */
#footer {
	margin-top: 20px;
	width: 950px;
	clear: both;
}
#footer p {
	margin: 0px;
	padding: 10px 60px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 80%;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
