
/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Remove list styles from lists */
ol, ul {
	list-style:none;
}

/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}

/* Left align text etc... */
caption, th {
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/* Create a consistent font size through all browsers */

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}

/*----------------*/
/* Styles for Editor in admin section  */
.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	border:1px #060 solid;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

.imgleft15 {
	margin:0px 15px 15px 0px;
	float:left;
}
.imgright15 {
	margin:0px 0px 15px 15px;
	float:right;
}
.imgleft20 {
	margin:0px 20px 20px 0px;
	float:left;
}
.imgright20 {
	margin:0px 0px 20px 20px;
	float:right;
}


ul {
	padding:5px 0px;
}
li {
	padding:2px 0px;
}
ol {
	padding:8px 0px 8px 20px;
}

a:hover, a:focus {
	color: #333333;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}

a:hover, a:focus {
	color:#333333;
}
fieldset {
	padding:15px;
	margin:10px 0px 10px 0px;
	border:2px #828388 solid;
}
legend {
	padding:8px;
	font-weight: bold; 
	font-size: 1em;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
}
blockquote img {
	float:left;
	margin:0 3px 0 0;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
cite {
	font-weight:bold;
	padding:10px 0px;
	display:block;
	text-align:right;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 1.8em;
	font-weight:normal;
	padding:0 0 12px;
}
#blogpostholder h1 {
	padding:0 0 10px;
}
h2 {
	font-weight: normal; 
	font-size: 1.5em; 
	padding:12px 0 10px;
}
h3 {
	font-size: 1.3em;
	font-weight:normal;
}
h4 {
	font-size:1em;
}

/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
.textfield {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:2px #000000 solid;
	background-color:#FFFFF0;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	border:2px #115525 solid;
	background-color:#176F31;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"], input[type="button"] {
	border:2px #115525 solid;
	background-color:#176F31;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border:2px #000 solid;
}
span.tickbox {
	padding:4px 0 0 0;
	display:block;
}

.textbox {
	width:220px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}



/* #####################  CMS SPECIFIC STYLES  ###################### */

/* Details View */
.detailsviewstyles {
	width:90%;
}
.detailsviewstyles td {
	padding:3px;
}
.detailsviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowdetailsviewstyles {
}

/* Grid View */
.gridviewstyles {
	width:90%;
}
.gridviewstyles td {
	padding:3px;
}
.gridviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowgridviewstyles {
}
.selectedgridviewrow {
}

/* ##### SUB NAV #### */
.subnav {
	clear:both;
	background-color:#FEE7E8;
	padding:8px;
	font-size:0.9em;
	margin:0 0 8px 0;
}
.subnav h3 {
	padding:0;
	margin:0;
	color:#F5464B;
}
.subnav ul {
}
.subnav li {
	display:inline;
	padding:2px 8px;
}


/*  BLOG THINGS ####################  */

.blogsnippets {
	padding:18px 0px 18px 0px;
	border-bottom:3px #CCC solid;
}
.blogsnippets h2 {
	font-size:1.6em;
	color:#000;
}
.blogsnippets h2 a, .blogsnippets h2 a:visited {
	color:#000;
	text-decoration:none;
}
.blogsnippets h2 a:hover {
	text-decoration:underline;
}
.blogsnippets img {
	float:left;
	margin:0px 15px 15px 0px;
}
.blogsnippets p {

}
.postdetails {
	display:block;
	font-size:0.8em;
	padding:2px 0px 4px;
}
.categorisedin {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:6px 0px 0px 0px;
}
.loggedintext {
	display:block;
	padding:15px 0px 15px 0px;
}

.mceContentBody ul, #blogpostholder ul {
	padding:8px 0px 8px 15px !Important;
	list-style-position:outside !Important;
	list-style-type:disc !Important;
}
#singlelisting {
	padding:30px;
}
.postdetails {
	font-size:0.9em;
	color:#999999;
}
#commentsholder {
	padding:10px 0px;
	clear:both;
}
#leavecomment {
}
#leavecomment ul {
}
#leavecomment li {
	padding:3px 0px;
}
#leavecomment li label {
	display:block;
}
.comments_ind, .comments_ind_admin {
	padding:10px;
	border-bottom:1px #CCCCCC solid;
	margin:4px 0;
}
.comments_ind_admin {
	background-color:#EBEEE7;
}
.comments_ind h4, .comments_ind_admin h4 {
	padding:2px 0px;
}
span.postDate {
	display:block;
	font-size:0.9em;
	color:#999999;
	padding:0px 0px 10px 0px;
}
.categorisedin {
	color:#999;
	font-weight:bold;
	text-align:right;
	font-size:0.9em;
}
.blogthumb {
	border:3px #778e9b solid;
	float:left;
	margin-right:10px;
}
#blogcatpager {
	padding:12px 0px;
	font-weight:bold;
	font-size:0.9em;
	text-align:right;
}
#blognavigationholder {
	font-size:1.1em;
	padding:0 0 15px 0;
	float:right;
	width:200px;
	margin:0 0 15px 20px;
	padding:12px;
	background-color:#FEE7E8;
}
#blognavigationholder li {
	padding:4px 0 !Important;
}
#blognavigationholder li a, #blognavigation li a:visited {
	display:block;
	padding:7px;
	
}
#blognavigationholder li a:hover {
	background-color:#ffffff;
}

/* ################  FORMS ############### */
.myforms {
	width:100%;
	padding:0 !Important;
}
.myforms li {
	width:100%;
	clear:both;
	float:left;
	padding:10px 0px;
	list-style:none !Important;
}
.myforms label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	float:left;
	width: 18em; /* Width of labels */
	padding:0px 5px 0px 0px;
}
.myforms label span {
	display: block;
	font-size:0.9em;
}
.myforms em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.myforms .mysubmit {
  	margin: 0px 0px 0px 0em; /* This line can be used the button with the inputs */
}
/* ####################################### */


/* External Content Plugin */

.externalcontent {
	display:block;
	width:100%;
	padding:12px 0;
}

/* ####################################################################################################################################### */
/* ####################################################################################################################################### */
/* ------------------------------------------- START SITE SPECIFIC STYLES ---------------------------------------------------------------- */
/* ####################################################################################################################################### */
/* ####################################################################################################################################### */


/* Create a consistent font size through all browsers */
body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	font-size: 1.0em;
	color:#525252;
	background-color:#f6f4f5;
	font-family:Arial,Helvetica,sans-serif;
}

.systemmessages {
	display:block;
	padding:5px;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	background-color:#009933;	
	margin:8px 0px;
}
/*----------------*/

a {
	color:#525252;
	font-weight:normal;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#525252;
	text-decoration:none;

}
p {
font-size:0.7em;
line-height:18px;
margin-bottom:10px;
}
fieldset {
	padding:18px;
	margin:10px 0px 10px 0px;
	border:4px #000000 solid;
}
legend {
	padding:8px;
	font-weight: normal; 
	font-size: 1.6em; 
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	background-image:url(http://www.n3o.co.uk/img/quotes.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 55px;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
blockquote.inlinetext {
	margin:14px 0;
	color:#555555;
	font-size:0.9em;
}
cite {
	display:block;
	text-align:right;
	padding:12px 0px 10px 0px;
}
cite span {
	font-weight:bold;
}
img {
	border:0;
}
address {
	font-size:0.95em;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 20px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#6b8395;
	margin-bottom:14px;
	margin-top:4px;
}

h2 {
	font-weight: normal; 
	font-size: 16px;
	padding:0px;
	margin:0px;
	color:#6b8395;
	margin-bottom:12px;
	margin-top:13px;
}
h3 {
	font-weight: normal; 
	padding:10px 0;	
	font-size:1.3em;
}
h4 {
	padding:10px 0;	
}

h6 {
	font-size:18px;
	margin-bottom:10px;
	color:#ffffff;
}

/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */

input, textarea {
	color:#000;
	padding:8px;
	border:2px #CCC solid;
	background-color:#FFFFE1;
}
input:focus, textarea:focus, input:hover, textarea:hover, textarea:focus, textarea:hover {
	border:2px #000 solid;
	background-color:#FFFFFF;
}
input[type="submit"], input[type="button"] {
	border:2px #DC2B31 solid;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	padding:12px 12px;
	background-image:url(http://www.n3o.co.uk/img/bg/button.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F34449;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-image:none;
}
.mybutton {
	border:2px #DC2B31 solid;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	padding:12px 0px;
	background-image:url(http://www.n3o.co.uk/img/bg/button.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F34449;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
.iefixer {
	margin-bottom:-1px !Important;
}
/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}
.font-nine {
	font-size:0.9em;
}
.font-eight {
	font-size:0.8em;
}
.font-seven {
	font-size:0.7em;
}
/* --------- END GENERIC STUFF -------------- */


/* ####################################################################################################################################### */
/* ####################################################################################################################################### */

body{

}

#header-inner{
width:950px;
margin:auto;
margin-top:20px;
background-image:url(../img/header-top.png);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:26px;
}

#footer{
	background-image:url(../img/footer-bg.jpg);
	height:280px;
}

#footer-inner{
width:950px;
margin:auto;
background-image:url(../img/footer-inner-bg.jpg);
background-position:top;
background-repeat:no-repeat;
color:#f0f0f0;
}

#logo{
float:left;	
width:318px;
margin-top:10px;
}

#phone{
float:right;
width:205px;
margin-top:25px;
}

#frame{
width:950px;
border:1px solid #dbdbdb;
border-top:0px solid #000000;
border-bottom:0px solid #000000;
margin:auto;
background-color:#FFF;
}

#header-image{
width:950px;
height:220px;
background-image:url(../img/header-image.jpg);
}

#the-main-content{
margin-left:10px;
margin-right:10px;
margin-top:10px;
}

#left-side{
width:222px;
float:left;

}

#right-side{
width:693px;
float:right;
}

#footer-left{
width:220px;
float:left;
margin-top:38px;
}

#footer-center{
width:475px;
float:left;
margin-top:38px;
margin-left:36px;
margin-right:36px;
}

#footer-right{
width:166px;
float:left;
margin-top:38px;
}

#footer a, #footer a:visited {
	color:#F0F0F0;
}

#footer a:hover{
	color:#F0F0F0;
}

#footer ul{
padding:0px;
margin:0px;
}

#footer li{
padding:0px;
margin:0px;
}

#footer li a{
font-size:0.7em;	
color:#f0f0f0;
text-decoration:none;
background-image:url(../img/footer-li.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left:15px;
}

#footer li a:hover{
text-decoration:underline;
}

#footer h6{
background-image:url(../img/footer-header-bg.jpg);
background-repeat:no-repeat;
background-position:right bottom;
margin-bottom:15px;
}


#navigation{
list-style-type: none;
margin: 0px 0;
margin-top:0px;
padding: 0;
width: 220px;
padding-bottom:8px;
}

#navigation li, #navigation ul{
padding:0px;
margin:0px;
}

#navigation li a{
background: url(../img/nav-bg.jpg) repeat-x bottom left;
font-size:13px;
color: #536878;
display: block;
width: auto;
padding: 0px 0;
padding-left: 10px;
text-decoration: none;
border-bottom:0px solid #ffffff;
padding-top:8px;
padding-bottom:9px;
font-weight:bold;
height:16px;
}


* html #navigation li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 210px;
padding-bottom:5px;
}

#navigation li a:visited, #navigation li a:active{

}

#navigation li a:hover{
background: url(../img/nav-bg.jpg) repeat-x bottom left;
color:#333333;
text-decoration:none;

}

.side-box-header{
height:31px;
background-image: url(../img/side-box-header.jpg);
}

.sifr-margin{
margin-left:10px;
padding-top:7px;
}

#left-side h6{
font-size:17px;
}

#contact-us-box input{
background-color:#FFFFFF;
border:1px solid #c2c2c2;
height:18px;
padding:0px;
font-size:0.8em;
width:185px;
padding-left:5px;
}

#contact-us-box select{
font-size:0.8em;
color:#525252;
width:190px;
}

#contact-us-box label{
font-size:0.8em;
}

#contact-form{
background-color:#eef0ef;
}

#contact-form p{
padding:10px;	
padding-bottom:0px;
margin-bottom:0px;
}

#contact-form ul{
margin-left:10px;
}


#contact-us-box .submitbutton {
background-color:#6B8592;
background-image:url(../img/contact-button-bg.jpg);
background-position:center bottom;
background-repeat:repeat-x;
border:1px solid #6B8592;
color:#FFFFFF;
cursor:pointer;
font-size:10px;
font-weight:normal;
height:28px; !important
line-height:35px !important;
margin-bottom:7px;
margin-top:7px;
padding-top:0;
text-align:center;
width:100px;
}


#why-us-left{
float:left;	
width:300px;
}

#why-us-right{
float:right;
width:370px;
}

#why-us-right ul{
padding:0px;
margin:0px;
}

#why-us-right li{
font-size:0.7em;
line-height:18px;
margin-bottom:10px;
padding:0px;
background:transparent url(../img/list-item.jpg) no-repeat scroll left top;
padding-left:28px;
background-position:left center;
}

#list{
padding-bottom:0px !important;	
}

#list li{
font-size:0.7em;
line-height:18px;
margin-bottom:10px;
padding:0px;
background:transparent url(../img/list-item.jpg) no-repeat scroll left top;
padding-left:28px;
background-position:left center;
}

.blog-article h2{
margin:0px;
margin-top:5px;
}

.blog-article{
float:left;
margin-bottom:10px;
}

.postdetails p{
margin-bottom:3px;	
}

.portfolio-link{
text-decoration:none;
font-size:13px;
background:transparent url(../img/list-item.jpg) no-repeat scroll left center;
padding-left:22px;
padding-bottom:0px;
line-height:29px;
color:#778E9B;
}

#contact-form-big label{
	font-size:12px;
}

#contact-form-big .textfield {
color:#666666;
padding:0px;
background-color:#ffffff;
border:1px solid #bbbbbb;
font-size:13px;
}

#contact-form-big textarea{
	background-color:white;
	border:1px solid #bbbbbb;
	margin-top:5px;
	font-size:13px;
	color:#666666;
}

#contact-form-big li{
padding:0px;
}

#contact-form-big input[type="submit"], #contact-form-big input[type="button"] {
background-color:#6b8592;
background-image:url(../img/contact-button-bg.jpg);
background-position:center bottom;
background-repeat:repeat-x;
border:1px solid #6b8592;
color:#FFFFFF;
cursor:pointer;
font-weight:normal;
font-size:13px;
padding:6px;
text-align:center;
}

#commentsholder{
display:none;	
}

#blogright .side-box{
display:none;	
}

#blogpostholder h2{
margin-top:4px;
font-size:16px;
}

.postdetailsdate{
font-size:11px;
padding:0px;
margin-bottom:10px;
font-weight:bold;
}