/*
=========  Copyright 2008 Deanzod Web Design
=========  http://www.deanzod.co.uk/
=========  admin@deanzod.co.uk
=========  01434 220 758
######################### CONTENTS ####################################
=========  Main Styling (padding, colours, links, header tags etc...)==

=========  General Layout =============================================

=========  Navigation Menu ============================================  

=========  Contact Form=== ============================================  

=========  FAQ's=== ============================================  

=========  Footer and Copyright Divs ==================================

#######################################################################
*/

/*=================== Main Styling ======================*/

html{    height: 100%;}
body{
	background:#fff url('images/bg.jpg') repeat-x;
	margin:0;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:85%;
	color:#878080;
	height: 100%;
	}
h1,h2,h3,h4,h5,h6{
	color:#b46b6b;
	font-weight:normal;
	font-size:1.3em;
	padding:0;
		margin:0 0 10px 0;
	}
a{
	color:#b46b6b;
	}
a:hover{
	color:#000;
	}
p{
		margin:0 0 15px 0;
		padding:0;

		}
/* ####################     Layout        ###############*/
#container{
	width:790px;
	background: url('images/water.jpg') no-repeat;
	margin:0 auto;
	text-align:left;
	 min-height: 97%;
    height: auto !important;
    height: 97%;
	}
#logocontainer{
	background: url('images/flow.jpg') top right no-repeat;
	width:790px;
	height:238px;
	margin-bottom:30px;
	}
#logo{
	padding:50px  0 0 190px;
	width:355px;
	height:91px;
	}

#text,#full_width_text,#contact_text{
	overflow:auto;
	float:left;
	margin:0 0 20px 30px;
	line-height:150%;
	}
#text{width:450px;}
#full_width_text{width:650px;}
#contact_text{width:300px;}
#address{text-align:right;}
#nav{
	width:100px;
	float:left;
}
.left_img{
	float:left;
	margin:5px 10px 5px 0px;
	border:2px solid #c4ceed;
	padding:3px;
	}
.img{
	float:right;
	margin:5px 0px 5px 10px;
	border:2px solid #c4ceed;
	padding:3px;
	}
/*     ############     Quote/Testimonial #######   */
#quote{
	width:210px;
	float:right;
	text-align:left;
	background:url('images/endq.jpg') bottom right no-repeat;
	line-height:150%;
	}
#quote blockquote{
	font-style:italic;
	font-size:.9em;
	padding:5px;
	margin:0;
	width:150px;
	overflow:auto;
	}
cite{color:#8b87b2;}
#endq{float:right;}
#startq{float:left;}

blockquote{
	font-style:italic;
	}
/* ##########################   Navigation   #################################  */	

#nav ul{
	list-style:none;
	margin:0;
	padding:0;	
	font-size:.7em;
	}
a .navname{
	font-size:1.5em;
	color:#b46b6b;
	}
a:hover .navname {
	color:#6b6bb4;
	}

#nav li a{
	text-decoration:none;
	color:#878080;
	display:block;
	}
#nav a:hover{
	color:#000;
	}
#nav li{
	padding:0 0 10px 0;
	}

/* Contact Form Styling    */
.input{	
	width:280px;
	}
	
/*    faq's        */
#faqlist{
	margin:0;
	padding:0;
	list-style:none;
	font-size:.9em;
	}
#faqlist ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#faqlist li{
	padding:0 0 10px 0;
	font-weight:bold;
	}
#faqlist li ul li{
	font-weight:normal;
	}
#faqlist a{
	color:#8b87b2;
	}

	/*     Footer        */
	
#footer{
	clear:both;
	/*margin-top:50px;
	padding-top:10px;*/
	font-size:.65em;
	color:#c5b9b9;
	text-align:center;
	border-top:1px solid #c5b9b9;
	}
#footer a{
	color:#c5b9b9;
	text-decoration:none;
	}
#footer a:hover{
	color:#000;
	}
