/* Reset */
body, h1, h2, h3, p, ul, li, img, ol, span, div, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}



/* Standard Styles */
body, form, input, a, li, p, div, h1, h2, h3, h4, h5, span, label {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
body {
	background-color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ff9999;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding-bottom: 18px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	padding-bottom: 18px;
}
p {
	width: 70%;
	padding-bottom: 12px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FF9999;
	text-decoration: underline;
}
strong {
color: #ff9999;
}




/* Header & Nav styles */
#header {
	padding: 0px 15px;
}
#headercontainer {
    width: 100%;
	height: 117px;
	background-image: url(../images/topnav.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px dotted #fff;
}
#header ul {
    list-style: none;
    margin-top: 10px;
}
#header ul li {
    display: inline;
    float: left;
    list-style: none;
	background-color: #000;
}
#header ul li a {
    display: block;
    float: left;
	margin: 0px 28px 0px 0px;
	padding: 8px;
    color: #fff;
	font-size: 11px;
	background-color: #000;
	letter-spacing: 0.5px
}
#header ul li a:hover {
	color: #f99;
	text-decoration: none;
}
.active {
    color: #f99;
    font-weight: bold;
}




/* Side nav */
#sidenavcontainer {
	float: left;
	width: 200px;
}
#sidenav {
	padding: 20px 10px 10px 10px;
	text-align: left;
}
#sidenav ul, 
#sidenav ul li {
    list-style: none;
}
#sidenav ul li a {
	padding: 7px;
	display: block;
	border-bottom: 1px dotted #fff;
	letter-spacing: 0.5px
}
#sidenav ul li a:hover {
	text-decoration: none;
}





/* Content */
#contentcontainer {
	float: left;
	width: 79%;
}
#content {
	margin: 20px 0px 20px 10px;
	padding: 20px;
	text-align: left;
	border-left: 1px dotted #fff;
}
#content ul {
	margin: 0px 10px 10px 0px;
}
#content li {
	list-style-type: square;
}
#content #bullets {
	margin-left: 10px;
	padding-left: 10px;
}





/* Recent panel homepage */
#recentcontainer {
	width: 180px;
	float: right;
}
#recent {
	padding: 15px;
	border: 1px dotted #fff;
}
#recent h2 {
	color: #f99;
	width: 100%;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
#recent a img {
	border: 1px solid #999;
}
#recent a:hover img {
	border: 1px solid #fff;
}








/* Buttons */
a.mainbutton {
	display: block;
	width: 95%;
	color: #FF9999;
	border: 1px dotted #ffffff;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
a.mainbutton:hover {
	background-color: #433636;
	text-decoration: none;
}
a.narrowbutton {
	display: block;
	color: #FF9999;
	background-color: #000000;
	border: 1px dotted #ffffff;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	width: 125px;
}
a.narrowbutton:hover {
	background-color: #433636;
	text-decoration: none;
}




/* Image Gallery */
#portfolio {
	color: #000;
	padding-top: 15px;
}
#portfolio ul {
	padding: 0px;
}
#portfolio li {
	float: left;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	list-style: none;
	height: 185px;
	display: block;
}
#portfolio a img {
	border: 1px solid #999;
}
#portfolio a:hover img {
	border: 1px solid #fff;
}
#pages #next, #pages #previous {
	margin: 5px;
	width: 45%;
}
#pages #next a, #pages #previous a {
	display: block;
	width: 100%;
	color: #FF9999;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px dotted #ffffff;
	padding: 8px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#pages #next a:hover, #pages #previous a:hover {
	background-color: #433636;
	text-decoration: none;
}




/* Lightbox */
#lightbox a {
	width: 200px;
	padding: 8px;
	border: 1px dotted #ffffff;
	display: block;
}
#lightbox {
	margin: 0px auto;
}
#lightbox img {
	padding: 35px 15px 15px 15px;
}




/* Useful links */
#links ul {
    list-style: none;
}
#links ul li {
    list-style: none;
}
#links ul li a {
	margin: 0px 15px 15px 0px;
	padding: 8px;
	width: 28%;
	border: 1px dotted #ffffff;
	color: #FF9999;
	display: block;
	text-align: center;
	font-weight: bold;
    float: left;
}
#links ul li a:hover {
	background-color: #433636;
	text-decoration: none;
}
#links ul li a span {
	font-weight: normal;
	color: #fff;
}



/* Contact form */
#form {
	text-align: left;
}
#form li {
	font-size: 11px;
	list-style: none;
	padding: 5px 0px;
}
#form li#doubleline {
	height: 35px;
}
#form li#doubleline input, #form li#doubleline select {
	margin-top: 9px;
}
#form label {
  width: 95px;
  font-size: 11px;
  color: #fff;
  margin-top: 3px;
  text-align: left;
  float: left;
}
#form input, textarea, select {
	color: #000;
	font-size: 11px;
	margin-left: 5px;
	padding: 1px 0px;
}
#submit {
	margin: 10px 0px 5px 100px;
}
#submit input {
	color: #000;
	margin-left: 0px;
}
#errortext {
	margin-left: 100px;
	font-size: 10px;
	padding: 5px 0px;
	color: #FF9999;
}



/* Footer styles */
#footer {
    clear: both;
    width: 100%;
	background-image: url(../images/bottomnav.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 115px;
	padding: 40px 0px 5px 10px;
	border-top: 1px dotted #fff;
}
#footer ul {
    list-style: none;
    padding: 0px;
}
#footer ul li {
    display: inline;
    list-style: none;
}
#footer ul li a {
    display: block;
    float: left;
    padding: 2px 8px;
    color: #fff;
	letter-spacing: 1px;
}
#footer ul li a:hover {
	color: #f99;
}
#footer a#nb {
	text-decoration: none;
	color: #666666;
}
#footer a#nb:hover {
	color: #666666;
	text-decoration: underline;
}





/* Other styles */
#clear {
	clear: both;
}
.formbutton {
	margin-bottom: 5px;
	color: #000;
}





/* CMS styles */
#login {
    clear: both;
    width: 100%;
	background-image: url(../images/bottomnav.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 0px 10px 0px;
	padding: 40px 0px 10px 0px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
#login p {
	text-align: center;
}
#space {
	margin-bottom: 20px;
}
#cmsheadercontainer {
    width: 100%;
	height: 80px;
	border-bottom: 1px dotted #fff;
}






/* Colourbox */
#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
#modalWrap{width:9000px; height:9000px;}
#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
#borderMiddleLeft, #borderBottomLeft{clear:left;}
#modalContent{position:relative; overflow:visible;}
#contentTitle{margin:0;}
#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
#modalLoadedContent{overflow:auto; width:0; height:0;}
#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#modalLoadedContent img#modalPhoto{display:block; border:0; margin:auto;}
#modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap underneath images, iframes, and embedded content */
#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}
/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#modalBackgroundOverlay{background:url(../images/stripe.png) 0 0 repeat;}

#colorbox{}
	#borderTopLeft{width:21px; height:21px; background:url(../images/borderTopLeft.png) 0 0 no-repeat;}
	#borderTopCenter{height:21px; background:url(../images/borderTopCenter.png) 0 0 repeat-x;}
	#borderTopRight{width:21px; height:21px; background:url(../images/borderTopRight.png) 0 0 no-repeat;}
	#borderBottomLeft{width:21px; height:21px; background:url(../images/borderBottomLeft.png) 0 0 no-repeat;}
	#borderBottomCenter{height:21px; background:url(../images/borderBottomCenter.png) 0 0 repeat-x;}
	#borderBottomRight{width:21px; height:21px; background:url(../images/borderBottomRight.png) 0 0 no-repeat;}
	#borderMiddleLeft{width:21px; background:url(../images/borderMiddleLeft.png) 0 0 repeat-y;}
	#borderMiddleRight{width:21px; background:url(../images/borderMiddleRight.png) 0 0 repeat-y;}
	#modalContent{background:#fff;}
		#modalLoadedContent{margin-bottom:28px;}
			#contentTitle{position:absolute; top:0px; left:0; text-align:center; width:100%; background:#fff; font-weight:bold; color:#666; padding: 0px 0px 8px 0px;}
			#contentCurrent{position:absolute; bottom:3px; left:58px; font-weight:bold; color:#666;}
			#contentPrevious{position:absolute; bottom:0; left:0px; background:url(../images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#contentPrevious:hover{background-position:-25px -25px;}
			#contentNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#contentNext:hover{background-position:0px -25px;}
		#modalLoadingOverlay{background:url(../images/loading.gif) center center no-repeat #fff;}
		#modalClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#modalClose:hover{background-position:-50px -25px;}