/* VC Media Style sheet for Warren Davies
Author: Studio designer
Date: November 2006

/* Body -----------
-------------------*/

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image:url(../images/bgd.gif);*/
	background-repeat:repeat-x;
}

/* Headers -----------
-------------------*/

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	text-indent: -9999px;
}

h2 {

	margin:  4px 0px 3px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	color: #ffffff;
}

h3 {
	margin: 0px 2px 2px 2px;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;

}


/* Contact form-----------
-------------------------- */
fieldset {
	border: 1px solid #7E0C96;
	padding: 0px 20px 20px 5px;
	margin: -10px 0px 0px 20px;
}

legend {
	padding: 20px 0px;
	margin: 10px;
}

fieldset p {
	color: #008675;
	margin-left: 10px;
	background: #FFFFFF;
	padding-left: 10px;
	text-indent: 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
}

.txtfield {
	border: 1px dotted #6FC5B5;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: -5px;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Links (Hyperlinks)-----------
----------------------------- --*/
a:link { color: #000000; text-decoration:underline; }
a:visited { color: #000000; text-decoration:undeline; } 
a:hover { color: #000000; text-decoration:none; } 


/* Page Container -----------
----------------------------- */
#container {
	position:absolute;
	width:771px;
	margin-left:-385px;
	left: 50%;
	/*background: #ffffff;*/
	color: #666666;
	/*border-top: 1px solid #7FCCBF;*/
	}


/* Top-logo -----------
----------------------------- */
#top-logo{
	width: 771px;
	height: 75px;
	background-image:url(../images/warren-davies-top-logo.gif);
	background-repeat:no-repeat;
	}

/* banner 01 -----------
----------------------------- */
#banner-01{
	width:771px;
	height: 8px;
	border-bottom: 1px solid #ffffff;
	background-color: #6FC5B5;
	}

/* Navigation    -----------
----------------------------- */

#top-nav{	
	width: 771px;
	height:26px;
	background-image:url(../images/nav-bgd.gif);

	}

#top-nav ul {
	padding: 0px; 
	list-style: none;
	margin: 0;
	}

#top-nav li{
	float: left;
	margin: 0 0.15em;
	}

#top-nav li a{
	background-image: url(../images/butt-01.gif);
	height: 2em;
	line-height: 2.5em;
	float: left;
	width: 8.5em;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	}

/* Sub Nav-----------
----------------------------- */
#sub-nav{
	width: 760px;
	height: 25px;
	background-color:#71C6B8;
	margin-left: 5px;
	border-bottom: 1px solid #ffffff;
	}

#sub-nav ul {
	padding-left: 5px; 
	list-style: none;

	}

#sub-nav li{
	float: left;
	margin: 0 0;
	}

#sub-nav li a{
	height: 2em;
	line-height: 2.5em;
	float: left;
	width: 9em;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}

#sub-nav li a:hover{
	text-decoration:underline;
}

/* banner 02 -----------
----------------------------- */
#banner-02{
	width:771px;
	height: 30px;
	border-bottom: 1px solid #ffffff;
	background-color: #008675;
	}
	
/* picture banner -----------
----------------------------- */
#picture-banner{
	width:771px;
	height: 280px;
	border-bottom: 1px solid #ffffff;
	background-image: url(../images/picture-banner-01.jpg);
	background-repeat: no-repeat;
	}

/* thumb container-----------
------------------------------*/
#thumb-container{
	width:771px;
	height:112px;
	background-color:#D4EEE9;
	}
	
	
/* info------------------
----------------------------*/	
#info{
	width:765px;
	border: 1px solid #D4EFEA;
	margin: 2px 0px 3px 2px;
	}			
	
#info p{
	padding-top: 0px;
	margin: 0px;
	padding-top:10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #008675;
	}		
	
#info orange{
	color:#FF6600;
	font-weight:bold;
	}
	
#info disclaimer{
	font-size: 9px;
	font-style: italic;
	}


#info ul{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 7px;
	list-style: circle inside;
	color: #008675;
	}
	
#info li {
	margin: 0px;
	padding: 2px 0px;
	color: #008675;
	font-weight:bold;
	}
	
	
/* form------------------
----------------------------*/

fieldset {
	border: 1px solid #008675;
	padding: 0px 20px 20px 0px;
	margin: 10px 10px 10px 10px;
	}

legend {
	padding: 10px 0px;
	margin: 0px;
	color:#339966;
	}

fieldset p {
	color: #333333;
	margin: 0px;
	background: #FFFFFF;
	padding: 0px;
	text-indent: 10px;
	text-align: left;
	}

label {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	}

.txtfield {
	background-color: #D5EEEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 5px;
	margin-left:10px;
	}
	
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	color: #008675;
	}


/* thumb 01--------------
----------------------------*/
#thumb-01{
	width:255px;
	height:110px;
	float: left;
	background-image:url(../images/thumb-pic-01.jpg);
	background-repeat:no-repeat;
	border-left: 1px solid #ffffff;
	}
	
.text{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #008675;
	font-size:11px;
	margin-right: 80px;
	margin-left: 5px;
	}
	
/* thumb 02--------------
----------------------------*/
#thumb-02{
	width:257px;
	height:110px;
	float: left;
	background-image:url(../images/thumb-pic-02.jpg);
	background-repeat:no-repeat;
	border-left: 1px solid #ffffff;
	}
	
.text{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #008675;
	font-size:11px;
	margin-right: 80px;
	margin-left: 5px;
	}
	
/* thumb 03--------------
----------------------------*/
#thumb-03{
	width:255px;
	height:110px;
	float: left;
	background-image:url(../images/thumb-pic-03.jpg);
	background-repeat:no-repeat;
	border-left: 1px solid #ffffff;
	}
	
.text{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #008675;
	font-size:11px;
	margin-right: 90px;
	margin-left: 5px;
	}
	
/* banner 03 -----------
----------------------------- */
#banner-03{
	width:771px;
	height: 8px;
	border-bottom: 1px solid #ffffff;
	background-color: #008675;
	}


/* Footer of Page (footer.inc.php)-----------
----------------------------- ---------------*/
#footer {
	width:771px;
	height: 71px;
	background-image: url(../images/footer-bgd.gif);
	background-repeat:no-repeat;
	}
#footer p{
	margin: 0px;
	padding: 5px 0px 10px 10px;
}

#footer strong{
	color: #0055bb;
	text-decoration: underline;
	font-weight: normal;
}

#footer a{
	color: #1C510A;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
}

#footer a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-style:italic;
}


