/*
Developed by Broadleaf Business Solutions <http://www.broadleafuk.com>
for FrochasHill.co.uk
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	margin-left: 30px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

.post h2 {
	color:#666666;
	}
	
h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

ul.features {
	line-height: 1.3 em;
	font-weight: bold;
	}
	
p {
}

blockquote {
	font-style: italic;
	font-size: 1.6em;
	text-align:center;
}

ul {
}

ol {
}

a {
	color: #70BF0C;
	text-decoration: none;
}

a:hover, a:focus {
text-decoration: underline;
font-size: 120%;
font-weight: bold
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 15px 15px 5px 25px;
	border: #00CC00 2px solid;
}
 
img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 294px; /*was 300*/
	margin: 0 auto;
	padding: 0 40px;
	/*background: url(images/img03.jpg) no-repeat left bottom;*/
	background: url(images/img_03.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	width: 900px;
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.8em;
}

#menu  a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #70BF0C
}

/* Logo */

#logo {
	clear: both;
	width: 900px;
	height: 200px;
}

#logo h1, #logo h2 {
	font-style: italic;
	font-family: "Lucida Calligraphy", "Lucida Console", sans-serif;
}

#logo h1 {
	padding: 70px 0 0 0;
	font-size: 30px;
	font-weight: bold
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.p_style {
	font-family: "Lucida Calligraphy", "Lucida Console", sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color:#FF00FF;
	}


.post .title {
	margin: 0;
}


.product {
	padding: 20px 0;
	border-bottom: #ff00ff solid 2px;
	font-size: 95%;
}

.product h1 {
	font-size: 200%;
	}
	
.cleaner {
	clear: both;
	}

.sub {
	font-size: 90%;
	color: #333333;
	} 
		
.p_image {
	width: 45%;
	height: 100%;
	float: right;
	margin: 10px;
	}

.p_image img {
	padding: 5px;
	}


.slideshow {
	float: right;
	margin: 2em 0 1em 1em;
	}


/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url(images/img04.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

a.active {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF00FF;
	}
	
#sidebar h2 {
	margin-bottom: 20px;
	color: #006600;
	font-weight: bold;
}
.title 
{
	color: #70BF0C;
	text-align: left;
	}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #C245D1;
	text-align: center;
	font-size: 12px;
}

#footer p {
	margin: 0;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* ----- Style for the Contact Form -----*/

form.contact {
	padding: 0;
	margin: 0 0 20px 0;
	}

form.contact fieldset {
	border: 2px solid navy;
	padding: 10px;
	}

form.contact fieldset div {
	margin:10px 0;
	}
form.contact input {
	margin-left: 30px;
	}
		
form.contact legend {
	font-weight: bold;
	font-size: large;
	color: navy;
	padding: 5px;
	}

form.contact label {
	font-weight: bold;
	font-size: large;
	color: #990066;
	line-height: 150%;
	padding-left: 5px;
	}

form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
	clear: both;
	padding-left: 20px;
	margin-right: 10px;
	}

table.captcha {
margin: 20px auto;
background-color: #4759D3; 
border-spacing: 2px 5px;
}

table.captcha tr.first {
background-color: #CCCCCC; 
color:#000000;

}

table.captcha tr.second {
padding: 2px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
size: 3;

}

form.contact .buttonarea input {
	background: #990066;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
	}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #CCCCCC;
	}

form.contact .form_notes p {
	text-align:center;
	line-height: 1.4em;
	}

form.contact li {
	margin-left: 60px;
	margin-bottom: 20px;
	}
