/* CSS Stylesheet by Think Graphics Tel 01229 585405 */

* {
	margin: 0;
	padding: 0;
}

/* HTML styles */

body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	color: #1A364C;
	background-color: #CAD2D9;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 10px 20px 5px 15px;
	font-size: 75%;
}
h1 {
	margin: 0;
	font-size: 85%;
	text-align: center;
	background-image: url(images/ball_blue.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;;
	border-bottom: #F06906 dotted 1px;
	padding: 0px 0px 3px 5px;
	margin: 5px 20px 10px 15px;
}
h2 {
	font-size: 80%;
	font-weight: normal;
	text-transform: uppercase;
	color: #6e8ea9;
	text-align: center;
	background-image: url(images/ball_orange.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	letter-spacing: 2px;
	border-bottom: #F06906 dotted 1px;
	padding: 5px 0px 3px 5px;
	margin: 10px 20px 10px 15px;
}
h3 {
	text-align: center;
	padding: 0px 10px 0px 15px;
	font-weight: normal;
	color: #6e8ea9;
	font-size: 75%;
	margin-right: 10px;
}
h4 {
	text-align: center;
	padding: 0px 10px 0px 15px;
	font-weight: normal;
	color: #F06906;
	font-size: 85%;
	margin-right: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F06906;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* Styles controlling the main content  */
#page {
	margin: 0 auto;
	width: 850px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left; /* fixes IE 5 centring problem */
}
#header {
	position: relative;
	width: 850px;
	height: 194px;
	background-image: url(images/hdr_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#maincontentcontainer {
	width: 850px;
}
#maincontent {
	width: 620px;
	float: right;
	margin-right: 25px;
	_margin-right: 15px; /* addresses padding and margin issues for IE6 */
	background-image: url(images/logo_watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Styles for box containing info required from customer for each package  */

#packageneeded {
	width: 400px;
	border: #ffc296 solid 1px;
	background-color: #E4E6E8;
	margin: 15px 5px 30px 0;
}
#packageneeded p {
	font-size: 70%;
	padding: 4px 20px 10px 20px;
	line-height: 140%;
}
.packageneededhead {
	font-size: 90% !important;
	color: #000000;
	text-align: center;
}
#packageneeded2 {
	width: 610px;
	border: #ffc296 solid 1px;
	background-color: #E4E6E8;
	margin: 15px 15px 30px 0;
}
#packageneeded2 p {
	font-size: 70%;
	padding: 4px 20px 10px 20px;
	line-height: 140%;
}
.packageneededhead2 {
	font-size: 90% !important;
	color: #000000;
	text-align: center;
}

/* Bar just above the title containing the addthis button  */

#shadow {
	width: 850px;
	height: 31px;
	background-image: url(images/top_shadow.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}
#addthis {
	width: 60px;
	position: absolute;
	right: 50px;
	top: 7px;
}

/* Footer styles  */

#footer {
	width: 850px;
	height: 62px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}
#footerlinks {
	text-align: right;
	position: absolute;
	right: 45px;
	bottom: 25px;
}
#footer a {
	font-size: 70%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
#footer p {
	font-size: 70%;
	margin-left: 30px;
	padding-top: 15px;
}

/* Two central columns for packages page  */

#Columns {
	width: 620px;
}

#Column1 {
	width:280px;
	float: left;
	font-size: 95%;
	border: #ffc296 solid 1px;
	margin-left: 15px;
	background-color: #fff;
	_margin-right: 10px;
}
#Column2 {
	width:280px;
	float: right;
	font-size: 95%;
	margin-right: 15px;
	border: #ffc296 solid 1px;
	background-color: #fff;
}

#Column1 p, #Column2 p {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
}

/* Two central columns for portfolio page  */

#portfolio {
	width: 620px;
}

.portfolio1 {
	width:280px;
	float: left;
	font-size: 95%;
	background-color: #d5dbe0;
	border: #ffc296 solid 1px;
	margin-left: 15px;
	margin-bottom: 10px;
	_margin-left: 5px;
}
.portfolio2 {
	width:280px;
	float: right;
	font-size: 95%;
	background-color: #d5dbe0;
	margin-right: 15px;
	margin-bottom: 10px;
	border: #ffc296 solid 1px;
}

.portfolio1 p, .portfolio2 p {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
	text-align: center;
}
.portfolio1 h3, .portfolio2 h3 {
	background-color: #fff;
	margin-right: 0;
}
.portfolio1 img, .portfolio2 img {
	margin-top: 10px;
}
.readmore {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}

/* Two central columns for testimonials page  */

.testimonials {
	width: 620px;
}

.testimonial1 {
	width:280px;
	float: left;
	font-size: 95%;
	border: #ffc296 solid 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.testimonial2 {
	width:280px;
	float: right;
	font-size: 95%;
	margin-right: 15px;
	margin-bottom: 10px;
	border: #ffc296 solid 1px;
}

.testimonial1 p, .testimonial2 p {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
	text-align: center;
}
.testimonial1 h3, .testimonial2 h3 {
	background-color: #fff;
	margin-right: 0;
}
.testimonial1 img, .testimonial2 img {
	margin-top: 10px;
}
.readmore {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}

/* Right panel and right panel content styles  */

#rightpanel {
	width: 190px;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	background-color: #d5dbe0;
	border: #ffc296 solid 1px;
	_margin-left: 10px; /* addresses padding and margin issues for IE6 */
}
#listings {
	width: 186px;
	font-size: 75%;
	margin-right: 20px;
	_margin-right: 0px; /* addresses padding and margin issues for IE6 */
	text-align: center;
}

#offerboxbg {
	width: 186px;
	margin-left: 4px;
	background-image: url(images/offerboxmiddle.jpg);	
	background-repeat: repeat-y;
	background-position: top center;
	position: relative;
}
#offerbox {
	background-image: url(images/offerboxbottom.jpg);	
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	bottom: 0;
}
#offerbox p {
	font-size: 70%;
	padding: 4px 20px 10px 20px;
	line-height: 150%;
	text-align: center;
}

/* Top horizontal menu navigation styles  */

#topnav {
	position: absolute;
	width: 80%;
	height: 36px;
	bottom: 0;
	left: 20px;
}

#topnav, #topnav ul {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	line-height: 150%;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topnav a {
	float: left;
	display: block;
	color: #1a364c;
	text-decoration: none;
	padding-right: 20px;
	text-align:center;
	padding: 9px 20px 9px 25px;
}

#topnav a:hover { 
	color: #f06906;
	background-image: url(images/butt_bg_ov.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#topnav li {
	float: left;
}
.topnavreg {
	color: #1a364c;
	background-image: url(images/butt_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.topnavover {
	color: #f06906;
	background-image: url(images/butt_bg_ov.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* Left column navigation styles  */

#menuleft {
	width: 150px;
	float: left;
	margin-right: 20px;
	_margin-right: 0px; /* addresses padding and margin issues for IE6 */
	margin-left: 30px;
	_margin-left: 15px; /* addresses padding and margin issues for IE6 */
}
#menuleft li {
	list-style-type: none;
	list-style-image: none;
}
#menuleft ul li a {
	padding: 0px 5px 0px 9px;
	text-decoration: none;
	font-size: 70%;
	color: #576B7F;
	line-height: 90%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
#menuleft ul li a:hover {
	color: #F06906;
}
.menuhead {
	color: #0D0E0F;
	/*background-color: #dde3e8;*/
	background-image: url(images/leftmenu_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 75%;
	border: #ffc296 solid 1px;
	padding: 2px 0px 2px 10px;
	margin: 5px;
	margin-left: -6px;
	_margin-left: 0px; /* addresses padding and margin issues for IE6 */
}
.menulist {
	color: #576B7F;
	padding: 4px 0px 0px 0px;
}
.menulistend {  /* creates space between last menu item and next heading */
	color: #576B7F;
	padding: 4px 0px 15px 0px;
}

/* general classes */

.black {
	color: #000000;
}
.orange {
	color: #F06906;
}
.credits {
	padding: 10px;
	text-align: center;
	font-size: 75%;
}
.rightbartext {
	padding: 10px;
	font-size: 75%;
	text-align: center;
}
.quote {
	padding: 8px;
	margin: 15px;
	text-align: center;
	font-size: 70%;
	line-height: 17px;
	border: #F06906 dotted 1px;
	background-color: #E4E6E8;
}
.quotesmall {
	padding: 5px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-size: 60%;
	line-height: 130%;
	border: #F06906 dotted 1px;
	background-color: #E4E6E8;
}
.offer {
	width: 350px;
	padding: 15px;
	margin: 15px;
	font-size: 100%;
	line-height: 17px;
	border: #ffc296 solid 1px;
	background-color: #fff;
	text-align: center;
}
.maintext3 {
	font-size: 70%;
}

/* styles for images */
		
.picpad {
	padding: 0 20px 15px 0px;
	_padding: 0 0px 15px 0px; /* addresses padding and margin issues for IE6 */
}
.picpad2 {
	padding: 0px 0px 10px 10px;
	float: right;
}
.picright {
	padding: 0px 20px 10px 20px;
	float: right;
}

/* bullets and list styles */

.packlist {
	font-size: 75%;
	list-style-type: none;
	color: #576B7F;
	padding: 0px 25px 4px 20px;
	margin-left: 30px;
	line-height: 150%;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}
#bullet {
	list-style-image: none;
	list-style-type: disc;
	padding-left: 37px;
	font-size: 75%;
	line-height: 18px;
}
#bullet li {
	list-style-type: disc;
}
#bullet ul li a {
	color: #576B7F;
}
#bullet ul li a:hover {
	color: #F06906;
}
.listorange {
	font-size: 75%;
	color: #576B7F;
	line-height: 170%;
	list-style: none;
	margin-left: 25px;
	padding: 0px 5px 0px 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.listorangedetail {
	font-size: 75%;
	color: #6e8ea9;
	line-height: 140%;
	list-style: none;
	margin-left: 25px;
	padding: 0px 5px 10px 20px;
}
#bulletorange {
	margin: 0px; 
	margin-top: 2px;
	padding-left: 20px;
}

/* Form styles */
#contactformbox {
	margin-top: 25px;
	width: 500px;
	border: #ffc296 solid 1px;
}

.form { width:150px;
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: dotted;
		border-width: 1px;
		border-color:#576B7F;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:150px;
		height:122px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: dotted;
		border-width: 1px;
		border-color:#576B7F;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.form2 { 
		width:150px;
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: dotted;
		border-width: 1px;
		border-color:#576B7F;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px
}
		
.textarea2 { 
		width:150px;
		height:70px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: dotted;
		border-width: 1px;
		border-color:#576B7F;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px
}

.formtext {
	padding: 5px 10px 0px 20px;
	font-size: 80%;
}

#formmessage {
	width: 250px;
	float: right;
}
.rightbarform {
	padding: 0px 10px 0px 5px;
	font-size: 70%;
	text-align: left;
}

a#w3validator {}
img#w3validator { border: none; }
