/* Website Copyright of Spidersnet.co.uk */

/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*Main*/
body {
	font: 11px arial, verdana, helvetica, sans-serif;
	color:#000000;
	padding:0;
	background-color:#fff;
	margin-top:10px;
	background-image: url(../graphics/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	}
	
#inner-wrap {
	float:left;
	width:1000px;
	min-height:475px;
	background-color:#fff;
	padding-bottom:10px;
	}

/* Typography */
h2, h3, h4 {
	color:#333;
	font-weight:bold;
	padding:10px 0 5px 0;
}

a {
	color:#21354e;
	text-decoration:none;
	}

a:hover {
	color:#21354e;
	}

p {
	font-size:11px;
	padding:0 0 5px 0;
	}
	
#title_bar {
	background-image:url(../graphics/sub_header.jpg);
	background-repeat:repeat-x;
	padding:10px;
	height:15px;
	margin-top:10px;
	clear:both;
	position:relative;
}

#title_bar h1, #title_bar h2, #title_bar h3, #title_bar h4, #title_bar h5, #title_bar h6 {
	color:#FFF;
}

/* Standard */
.padding {
	padding:10px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.dotted-top {
	border-top: #333 dotted 1px;
}

.clear-both {
	clear:both;
}

/* Features */
.enquire-left {
	float:left;
	display:block;
	margin:10px 0 0 0;
	padding:7px;
	font-weight:bold;
	background:#033568;
	color:#FFF;
	border: #FFF 1px solid;
	}

.enquire-right {
	float:right;
	display:block;
	margin:0 10px 0 0;
	padding:7px;
	font-weight:bold;
	background:#033568;
	color:#FFF;
	border: #FFF 1px solid;
	}

.enquire-left:hover, .enquire-right:hover {
	color:#ccc;
}
	

