html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
body {
	font-family: 'Kreon', Arial, sans-serif !important;
	word-wrap: break-word;
	background-color: #ffffcc;
}
:focus {
	outline: 0;
}
p {
	margin:15px 0 0 0;
}
iframe {
	float: right;
	margin: 0 0 5px 5px;
}

#wrapper {
	width: 1024px;
	height: auto;
	min-height: 450px;
	margin: 0 auto;
}

#top {
	width: 1024px;
	height: 170px;
	background-color: #3b6847;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;  
	margin:25px 0 0 0;
}

#top img {
	height: 140px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	float:left;
}

h1 {
	font-size: 40px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	padding:30px 0 0 25px;
	float:left;
}
h2 {
	font-size: 33px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	padding:50px 25px 0 0;
	float:right;
	text-align:center;
}
h3 {
	font-size: 23px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	text-align:center;
	margin: 25px 0 10px 0;
}
h4 {
	
	font-weight:bold;
	font-size: 20px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}

#content {
	width: 1024px;
	height: auto;
	min-height: 500px;
	background-color: #3b6847;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;  
	margin:25px 0 0 0;
}

#content a:link, a:active, a:visited {
	color: #ffffcc;
	text-decoration: none;
}
#content a:hover {
	color: red;
	text-decoration: none;
}

#content_left {
	width: 261px;
	height: auto;
	min-height:460px;
	float: left;
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
#content_left img {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;  
}

#social {
	width: 251px;
	height: 60px;
	text-align:center;
	margin:10px 0 10px 0;
}
#social img {
	width: 60px;
	height: 60px;
	margin: 10px 0 10px 10px;
}

#content_right {
	width: 743px;
	height: auto;
	min-height:450px;
	float: left;
	padding:10px;
	font-size: 17px;
	color: #ffffcc;
}

#footer {
	width: 1024px;
	height: 50px;
	background-color: #3b6847;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;  
	margin:25px 0 0 0;
	padding: 10px 0 0 0;
	text-align:center;
	color: #ffffcc;
}

.gallery_item {
	width: 220px;
	height: 135px;
	background-color: white;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	padding: 2px;
}
.gallery_item img {
	width: 220px;
	height: 135px;
}
.gallery_item_r {
	width: 256px;
	height: 136px;
	background-color: white;
	margin: 0 auto;
	text-align: center;
	padding: 2px;
	position:absolute;
	left:10px;
	bottom:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.gallery_item_r img {
	width: 256px;
	height: 136px;
}

.clear {
	clear:both;
}

.contact_input {
	width: 232px;
	height: 30px;
	border: hidden;
	background: #fff;
	color: #404040;
	background: url(http://cenci.co.uk/images/form/textinput.png) no-repeat;
	padding: 0 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.contact_input_e {
	width: 257px;
	height: 30px;
	border: hidden;
	background: #fff;
	color: #404040;
	background: url(http://cenci.co.uk/images/form/textinput_e.png) no-repeat;
	padding: 0 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#contact textarea {
	width: 451px;
	max-width: 451px;
	min-width: 350px;
	max-height: 223px;
	min-height: 150px;
	height: 223px;
	border: hidden;
	background: #fff;
	color: #404040;
	background: url(http://cenci.co.uk/images/form/textarea.png) no-repeat;
	padding: 5px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact li {
	width: auto;
	height: auto;
	min-height: 30px;
	list-style: none;
	margin: 0 0 15px 0;
	position: relative;
}
#contact_complete {
	width: 100%;
	height: 100%;
	display: none;
}
.contact_button {
	width: 185px;
	height: 30px;
	background-image: url(http://cenci.co.uk/images/form/submit.png);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	text-indent: -99em;
	border-radius:3px;
}
.error {
	color: #CC0000;
	font-size: 12px;
	margin: 6px;
	font-style: italic;
	width: 185px;
}
label {
	float: left;
	color: #666666;
	width: 80px;
}
.captcha {
	width:460px;
	height:50px;
	position:relative;
}
.captcha input {
	position:absolute;
	top:0px;
	right:0px;
}
.button {
	width: 185px;
	height: 30px;
	list-style: none;
	margin: 15px 0 15px 0;
	position: relative;
}

#contact_complete {
	font-weight:600;
}