/* Layout and styling for basic three column (menu, content, additional) page with branding and footer */
/* Coded by Jamie Freeman */
/* Adapted by Mark Hurrell for Granit Chartered Architects JAN 2008 */
/* www.message.uk.com */

/* General styling */


body { 
	padding: 0px;
	margin: 0px;
	background-color: #F8F8F8;
	background-image: url(images/_interface/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font: 62.5%/1.5 Helvetica, Arial, sans-serif;
	color: #797979;
	text-align: center;
}

td {
	font-size: 0.8em;
}

html>body td {
	font-size: 1em;
}

img {
	border: none;
}

#content img {
	padding: 0;
	margin: 0 1px 0 0;
}

#content img.portrait {
	float: left;
	margin: 3px 15px 38px 0;
	width: 80px;
	height: 104px;
}

p {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

form#form1 label.optin {
	width: 200px;
	display: block;
	font-size: 10px;
	float:left;
}

form#form1 input#emails {
	float: left;
	vertical-align: text-top;
	padding:0px;
	margin: 0px;
}
form#form1 input#answer {
	float:left;
	clear:both;	
}
form#form1 label.answer {
	float:left;
	clear:left;
	margin-top: 15px;
}

form#form1 p#answer {
	float:left;
	clear:both;
	margin-top: 0px;
}

form#form1 input#submit {
	float: left;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	color: #333;
}

h1 {
	margin-top: 25px;
	font-size: 23px;
	line-height: 26px;
}

h2 {
	font-size: 15px;
	clear: left;
	line-height: 17px;
}

h3 {
	font-size: 15px;
	clear: left;
	line-height: 17px;
	padding-top: 10px;
}

a {
	color: #3499ff;
	text-decoration: none;
}

a:hover {
	color: #3499ff;
	text-decoration: underline;
}

#additional .date {
	font-style: italic;
	color: #999999;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	font-family: HelveticaNeueLight, "Helvetica Neue Light", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content .date {
	margin-top: -1em;
	font-style: italic;
	color: #999999;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	font-family: HelveticaNeueLight, Helvetica Neue Light, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#additional a {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3;
}

.datenav {
	font-weight: bold;
}


/* These style the cookie trail current page and the 'you are here' bit. */

.youAreHere {
	color: #999999;
	font-weight: bold;
}

.yourPage {
	color: #333333;
}

.search_descrip {
	font-style: italic;
	color: #666666;
	font-size: 0.9em;
}

.login {
	font-size: 0.7em;
}

/* This styling denotes the currently selected section */

#menu .current {
	color: #000;
}

#branding h1 {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

#branding p {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

td {
	margin: 0px;
	padding: 2px;
	background-color: #E2E3FF;
}

#sender_message {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 200px;
}

/* Layout areas */

#container {
	position: relative;
	margin-top: 44px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: transparent;
	background-image: url(images/_interface/body_bg.png);
	background-position: 0 120px;
	background-repeat: repeat-y;
	width: 958px;
}

#branding {
	height: 117px; 
	background: url(images/_interface/branding.jpg) no-repeat center;
}

#menu {
	position: absolute;
	top: 26px;
	right: 26px;
	max-width: 650px;
	font: 1.1em/1.6 Helvetica, Arial, sans-serif;
	line-height: 1em;
	height: 1px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 5px 0;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#menu a {
	text-decoration: none;
	padding: 0 15px 0 14px;
 	color: #000000;
	text-align: center;
    }
		
#menu li {
	float: left;
	padding: 0;
	border-right: 1px solid #d9d9d9;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#menu a:hover {
}

#contact {
	position: absolute;
	width: 210px;
	height: 20px;
	top: 51px;
	right: 0;
	background: transparent url(images/_interface/telephone_number.jpg) no-repeat top left;
	overflow: hidden;
}

#contact i {
	position: absolute;
	left: 2000px;
}

#contact img {
	margin-left: 90px;
	width: 110px;
	height: 20px;
}

.highlighted {
	display: block;
	clear: left;
	margin-top: 3em;
}

.highlighted a {
	display: block;
	float: left;
	font: 1.5em Helvetica, Arial, sans-serif;
	padding: 0 27px 0 11px;
	background-image: url(images/_interface/highlighted_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.highlighted a:hover {
}

#search /* modified for IE - see "layout_ie.css" */ {
	width: 174px;
	padding: 6px 13px 10px 13px;
	margin: 0;
	font-family: 1.2em Helvetica, Arial, sans-serif;
	border-top: solid 1px #FFFFFF;
}

/* Sets style for sub-menu items which link to a section rather than a page. */
.sub_section {
}

/*Sets style for protected sub-menu items */
.protected_sub_section {
}

/*Sets style for protected sub-menu entries */
.protected {
}

#cookie {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:-5px;
	position: relative;
}

#content /* modified for IE - see "layout_ie.css" */ {
	position: relative;
	padding: 0 0 0 29px;
	width: 660px;
	float: left;
	clear: left;
	display: inline; /* fix ie double margin float bug */
}

#content p {
	width: 585px;
}

#content li {
	margin-left: 30px;
	list-style: square;
	font-size: 12px;
}


#additional {
	padding: 0;
	margin-top: 39px;
	margin-right: 26px;
	width: 200px;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #f5f5f5;
	display: inline; /* fix ie double margin float bug */
}

#additional img /* modified for IE - see "layout_ie.css" */ {
	padding: 2px 7px 1em 0px;
}

#additional p, #additional li {
	padding: 0px 13px 0 13px;
	margin-top: 6px;
	clear: both;
}	

#additional h2 {
	padding: 9px 13px 7px 13px;
	color: #666666;
	background-color: #e5e5e5;
	background-image: url(images/_interface/additional_h2_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0;
}	

#additional h3 {
	padding: 0 16px 0 16px;
}	

#additional ul /* modified for IE - see "layout_ie.css" */ {
	font-size:1em;
	padding: 1px 0;
	list-style: none;
	margin-left: 0;
}

#additional .gallery-ul li {
	padding: 0;
	display: inline;
}

#additional .gallery-ul {
	padding: 4px 0 0 13px;
	list-style: none;
	margin-bottom: 2px;
}

#container #additional .gallery-ul li img {
	margin: 0 10px 6px 0;
	padding: 0;
}

#additional_panel_top {
	display: none;
}	

#additional_panel_bottom {
	display: none;
}	

#footer /* modified for IE - see "layout_ie.css" */ {
	width: 958px;
	height: 3em;
	background-image: url(images/_interface/footer_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 20px;
	clear: both;
	line-height: 1;
	text-align: center;
	font-size: 0.9em;
	position:relative;
	bottom: -3em;
}

#footer .copyright /* modified for IE - see "layout_ie.css" */ {
	padding: 10px 0 0 0;
	color: #999999;
	font-size: 10px;
	line-height: 13px;
}

#footer div {
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	margin: 0 auto;
	display: inline-block;

}

#footer p {
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	font-size: 10px;
	color: #999999;
}

#footer a {
	margin: 0 0.5em;
}

.join p{
width: 300px;
text-align: right;
}

.required{
color: #FF0000;
font-weight: bold;
}

.submit {
border:0;
position:relative;
top:6px;
}

#sender_message, #project_description {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email, #project_timing, #project_budget, #local_council, #how_hear {
	width: 300px;
}

#content .siteMapSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}

#content .siteMapSubSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: normal;
}	

#content .siteMapSubSection .sub_section {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/_interface/folder.gif) no-repeat left top;
}

#login-form {
	margin: 0;
	background-color: #CCC;
	width: 31em;
	padding: 0.5em 1em;
}

#login-form label {
	display: block;
	width: 7.5em;
	text-align: right;
}

#login-form #un {
	display: block;
	width: 20em;
	margin-left: 9em;
	margin-top: -1.8em
}

#login-form #pw {
	display: block;
	width: 15em;
	margin-left: 9em;
	margin-top: -1.8em
}

#login-form #login {
	margin-left: 9em;
}

.alert {
	color: #FF0000;
	font-weight: bold;
	padding-left: 15px;
	background: url(cms/images/warning.gif) no-repeat left center;
}


/*--------------------------------*/
/*                                */
/*      SweetCart styling         */
/*                                */
/*--------------------------------*/


#productSelector {
	margin: 0 29px 5px 29px;
	background-color: #E8E8E8;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#productSelector h2 {
	padding-left: 10px;
}

#productSelector p {
	padding-left: 10px;
}

#productSelector form {
	padding-left: 8px;
	padding-bottom: 5px;
}

#cart {
	margin: 0 29px 5px 29px;
	background-color: #E8E8E8;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}

#cart h2 {
	padding-left: 10px;
}

#cart p {
	padding-left: 10px;
}

#cart li {
	padding-left: 10px;
}

#edit-cart {
	margin: 1.8em 0 10px 0;
}

#edit-cart label {
	display: block;
	width: 8.5em;
	text-align: right;
	margin-right: 10px;
}

#edit-cart #email, #edit-cart #delivery_name, #edit-cart #delivery_address {
	display: block;
	width: 250px;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#content #delivery_postcode {
	display: block;
	width: 80px;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#edit-cart .cart-submit {
	display: block;
	width: auto;
	margin-left: 10.5em;
	margin-top: 0em
}


/*--------------------------------*/
/*                                */
/*      Comments styling        */
/*                                */
/*--------------------------------*/

.comment {
	border: solid 1px #ebebeb;
	padding: 0 5px 0 5px;
	font-size: 89%;
	margin-bottom: 5px;
}	

.comment .comment_credit {
	padding: 5px 10px;
	margin: 0 -5px;
	display: block;
	background-color: #ebebeb;
}

.comment p {
	margin: 5px;
}

#c

/*--------------------------------*/
/*                                */
/*      Download styling          */
/*                                */
/*--------------------------------*/

#login-form label.optin {
	width: 200px;
	display: block;
	background-color: aqua;
}

img.download {
	width: 300px;
	height: 450px;
	float: right;
}

div#secondarydownload {
	float:right;
	width: 250px;
	margin-right: 10px;
}

div#container div#secondarydownload img {
	width: 250px;
	height: 400px;
	float:right;
	margin: 0px;
}

