@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: url(images/body/body.png) no-repeat center center;

	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 75%;
	min-width: 760px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	border: 3px solid #828377;
    }
	
/*Header*/

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 130px;
	background: url(images/header/header.jpg) no-repeat left;
	}
	
/*message*/

#message {
	width: 100%;
	}

#message p {
	margin: 0;
	padding: 5px;
	color: #ff0000;
	font-style: italic;
	text-transform: uppercase;
	text-align: right;
	}

/*****************NAV************************/
	
#nav {
	float: left;
	width: 95.6%;
	margin: 0;
	padding: 0px 0 0 46px;
	list-style: none;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;
	}

#nav a:hover {
	color: #c50b0b;
	text-decoration: underline;
	}

/*General*/

a {
	color: #c50b0b;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
/*Content*/

#content-home {
	float: left;
	width: 100%;
	line-height: 1.5em;
	color: #333;
	border-top: 2px solid #828377;
	}

#content {
	float: left;
	width: 100%;
	line-height: 1.5em;
	color: #333;
	border-top: 2px solid #828377;
	}

/*Gutters*/

#content-home .gutter {
	padding: 0px 15px 15px 0;
	}

#content .gutter {
	padding: 15px;
	}

h1 {
	margin: 0 0 5px 5px;
	padding: 5px 0 0 0;
	font-size: 130%;
	color: #666;
	}

#flashMov {
	float: left;
	margin-right: 20px;
	border-right: 2px solid #828377;
	}



.galleryLinkBoxDom {
	float: right;
	width: 200px;
	height: 120px;
	margin: 10px 20px;
	background: url(images/content/navBoxBdDom.jpg) no-repeat bottom left;
	}

.galleryLinkBoxComm {
	float: right;
	width: 200px;
	height: 120px;
	margin: 10px 20px;
	background: url(images/content/navBoxBdComm.jpg) no-repeat bottom left;
	}

.galleryLinkBoxDom h3, .galleryLinkBoxComm h3 {
	background: url(images/content/navBoxh3.jpg) no-repeat top left;
	margin: 0;
	padding: 6px 8px 4px 10px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	}

.galleryLinkBoxDom p, .galleryLinkBoxComm p {
	margin: 0;
	padding: 14px 10px 14px 10px;
	}

.galleryLinkBoxDom a, .galleryLinkBoxComm a {
	color: #fff;
	background-color: inherit;
	}


/*Galleries*/

img.testThumb {
	border: none;
	}

#main_image .mainImg {
	margin: 0px;
	border: 1px solid #000;
	}

#thumbsBox {
	float: left;
	width: 30%;
	margin-left: 10px;
	}

p#navBox {
	margin: 0 0 0px 5px;
	padding: 0;
	font-size: 100%;
	}

p#navBox a {
	color: #000;
	}

/*Contact Us Form*/

#contactForm {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 500px;
	border: 1px solid #c0c0c0;
	}

#contactForm p {
	margin: 2px 0;
	}
	
.warning {
	font-style: italic;
    color: #f00;
	background-color: inherit;
	}
.success {
	color: #ff0000;
	font-size: 85%;
	}

span.small {
	font-size: 75%;
	font-style: italic;
	color: #FF0000;
	padding-left: 2px;
	}
	
#contactForm .formbox {
    width: 150px;
}
	
#contactForm label.label {
	float: left;
	width: 95px;
	font-size: 100%;
    color: #000;
}

#contactForm label.labelBlock {
	display: block;
	}
	
#contactForm input#send {
	background: #fff;
	color: #000;
	}

#contactForm textarea {
	width: 400px;
	height: 100px;
	}

p.spam {
	float: left;
	width: 100%;
	}

p.spam img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	}

/*Footer*/
	
#footer {
	clear: both;
	width: 100%;
	background: #828377;
	padding: 5px 0;
	}
#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	font-size: 80%;
	}

#footer a {
	color: #fff;
	background-color: inherit;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

