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

body {
margin: 15px;
background-color: #000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C00;
	margin-bottom: 10px;
	line-height: 175%;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #C00;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	font-weight: normal;
}


p, div, span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 160%;
}

p {
	margin-bottom: 10px;
}

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



#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 800px;
}

#header {
	text-align: left;
	height: 60px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
#header img {
float: left;
}


/* Navigation */
#navigation {
margin-top: 32px;
float: right;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#nav a {
	display: block;
	width: 88px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #000;
    padding: 7px 0px;
    background: #c00;
	color: #fff;
}
#nav a:hover {
    background: #900;

}

#nav li { /* all list items */
	float: left;
	width: 88px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 88px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
  
  
  

/* Content */
#sidenav {
	float: right;
	width: 200px;
	padding-top: 37px;
}
#sidenav ul { /* all lists */
	list-style: none;
}

#sidenav a {
	display: block;
	text-align: left;
	padding: 8px;
	text-decoration: none;
	border-bottom: 1px solid #c00;
	font-size: 11px;
	color: #fff;
}
#sidenav a:hover {
	padding: 8px 17px;
}
#sidenav h2 {
	border-bottom: 1px solid #c00;
}



#content {
	padding: 25px 0px 50px 0px;
}
#space {
	height: 30px;
}
#leftcontainer {
	float: left;
	width: 550px;
}
#left {
	padding: 0px 15px 0px 15px;
	text-align: left;
}
#rightcontainer {
	float: right;
	width: 250px;
}
#right {
	padding: 0px;
}
#fullwidthcontainer {
	float: left;
	width: 800px;
}
#fullwidth {
	padding: 0px 15px 0px 15px;
	text-align: left;
}

#clear {
clear: both;
}

#links ul {
	list-style: none;
}
#links li {
	margin-bottom: 3px;
}
#links span {
	margin-left: 10px;
	color: #C00;
}
#links {
	padding-top: 10px;
}
#testimonials span {
	margin-left: 10px;
	color: #C00;
}
#client {
	float: left;
	width: 150px;
	padding: 2px 0px;
}





/* Forms */
#form {
text-align: left;
}
#form li {
font-size: 11px;
list-style: none;
padding: 5px 0px;
}
#form label {
  width: 80px;
  font-size: 11px;
  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 85px;
}
#submit input {
	color: #000;
	margin-left: 0px;
}
#errortext {
margin-left: 85px;
padding: 5px 0px;
color: #FF0000;
}


/* Footer */
#footer {
	border-top: 2px solid #c00;
	border-bottom: 1px solid #c00;
	margin-top: 35px;
	text-align: center;
	padding: 8px 15px 0px 15px;
	height: 35px;
}
#footer li {
	float: right;
	list-style: none;
}
#footer #call {
	padding: 4px 0px 10px 0px;
	margin-left: 20px;
	background-image: url(../images/call.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#footer #call span {
	padding-left: 30px;
}
#footer #email {
	padding: 4px 0px 10px 0px;
	margin-left: 20px;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
}
#footer #email span {
	padding-left: 30px;
}
#copyright {
	text-align: right;
	padding-right: 15px;
	margin-top: 15px;
	color: #C00;
}
#nbdesign {
	color: #c00;
}
#magiccircle {
	position: relative;
	top: -25px;
	left: -15px;
}
#magictext {
	padding-top: 4px;
	float: left;
}

.photos {
	margin: 15px;
	border: 6px solid #111;
}
.photos:hover {
	border: 6px solid #333;
}
#number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
}



/* Testimonial - Jquery Slider */
#slider {
	height: 80px;
	width: 80%;
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	}
#slider ul {
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	display: block;
	list-style: none;
}
#slider li {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 60px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
}
#slider li span {
	color: #c00;
	display: block;
}


/* CMS nav */
#cmsfooter {
	border-top: 1px solid #c00;
	margin-top: 80px;
	padding-top: 5px;
}
#cmsnavcontainer {
	float: left;
	width: 250px;
}
#cmscontentcontainer {
	float: right;
	width: 550px;
}
#cmscontent {
	padding: 10px 15px 0px 15px;
	text-align: left;
}
#cmscontent #buttons {
	background: #c00;
	display: block;
	width: 125px;
	padding: 10px;
	margin-top: 15px;
}
#cmscontent #buttons:hover {
	background: #900;
	text-decoration: none;
}

#cmscontent #form {
text-align: left;
}
#cmscontent #form li {
font-size: 11px;
list-style: none;
padding: 5px 0px;
}

#cmscontent #form input, textarea, select {
color: #000;
font-size: 11px;
margin-left: 0px;
padding: 1px 0px;
}
#cmscontent #submit {
margin: 10px 0px 5px 85px;
}
#cmscontent #submit input {
	color: #000;
	margin-left: 0px;
}

#cmssidenav {
	float: left;
	width: 200px;
}
#cmssidenav ul { /* all lists */
	list-style: none;
}

#cmssidenav a {
	display: block;
	text-align: left;
	padding: 8px;
	text-decoration: none;
	border-bottom: 1px solid #c00;
	font-size: 11px;
	color: #fff;
}
#cmssidenav a:hover {
	padding: 8px 17px;
}
#cmssidenav h2 {
	border-bottom: 1px solid #c00;
}



/* 
-----------------------------------
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-bottom: 4px;}
			#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;}