/* Layout and styling for basic three column (menu, content, additional) page with branding and footer */
/* Coded by Jamie Freeman */
/* www.message.uk.com */

/* General styling */

body { 
	padding: 0px;
	margin: 0px;
	background: #D4CCE4 url(images/back_fade.gif) top left repeat-x;
	font: 80%/1.8 Lucida Grande, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: center;
}

td {
	font-size: 0.8em;
}

html>body td {
	font-size: 1em;
}

img {
	border: none;
}

#content img {
	padding:5px;
}

p {
	color: #000000;

}

h1, h2, h3 {
	line-height: 1.4;
	color: #000;
}

h1 {
	font-size:1.8em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}


a {
	color: #543595 ;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#additional .date {
	font-style: italic;
	color: #999999;
	font-weight:normal;
}

#content .date {
	font-style: italic;
	color: #666666;
}

.datenav {
	font-weight: bold;
}


/* These style the cookie trail current page and the 'you are here' bit. */

.youAreHere {
	color: #999999;
	text-transform:uppercase;
}

.yourPage {
	font-weight: bold;
	color:#333;
}



.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 p, #branding a, #branding img{
	margin: 0;
	padding: 0;
}

.brandingLink {
	
	float:right;
	 margin: 0;
	padding: 0;
}

.brandingTitle {
	float:left;
	position:relative;
	top:45px;
	margin: 0px 0 0 0;
	padding: 0;
}

td {
	margin: 0px;
	padding: 2px;
	background-color: #D4CCE4;
}

#sender_message {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 200px;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF; 
	width: 800px;
}

#branding {
	height: 144px; 
	width:800px;
	padding:0;
	margin:0;
	background: url(images/branding.jpg) top left no-repeat;
}

#menu {
	font-weight: bold;
	font-size:0.9em;
	width: 160px;
	margin:0px 0 10px 0px;
	text-align:right;
	float: left;
	display: inline; /* fix ie double margin float bug */
}

#menu ul{
	overflow: visible;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: 0;
	display:inline;
	}
	

#menu a {
	text-decoration: none;
	/*padding: 7px 10px 8px 20px;*/
	margin:0;
	padding: 5px 10px 5px 10px;
	display:block;
	background: url(images/menu_fade.gif) bottom left no-repeat;

    }
		
#menu a:hover, #menu a.current {
	background: url(images/menu_fade.gif) bottom left repeat-y;
}


#search {
	padding: 10px 0 0 10px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	border-top: solid 1px #FFFFFF;
	text-align:left;
}

#search label{
	font-weight:normal;
	font-size:0.9em;
}

/* Sets style for sub-menu items which link to a section rather than a page. */
.sub_section {

	padding-left: 20px;
	background: url(images/folder.gif) no-repeat left center;
}

/*Sets style for protected sub-menu items */
.protected_sub_section {

	padding-left: 20px;
	background: url(images/folder_locked.gif) no-repeat left center;
}

/*Sets style for protected sub-menu entries */
.protected {

	padding-left: 20px;
	background: url(images/locked.gif) no-repeat left center;
}

#cookie {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:5px 0 20px 0;
	color: #999;
}

#cookie  a {
	text-decoration:underline;
}

#content {
	/*position: relative;
	top: -20px;*/
	padding: 0 0 0 16px;
	width: 450px;
	float: left;
	display: inline; /* fix ie double margin float bug */
}


#content li {
	margin-left: 30px;
	list-style-image:url(images/arrow.gif);
}

#latest, #section {
	background: url(images/additional_fade.gif) bottom right no-repeat;
	padding-bottom: 5px;
}

#additional {
	padding: 0 5px 0 0;
	background: url(images/additional_panel.gif) repeat-y left center;
	width: 150px;
	float: right;
	font-size: 0.8em;
	line-height: 1.3em;
	display: inline; /* fix ie double margin float bug */
	color: #666;

}

#additional img {
	padding:10px 15px 10px 0px;
}

#additional p, #additional li {
	margin-top: 12px;

}	

#additional h2, #additional h3 {
	font-size:1.2em;
}	

#additional a{
	font-weight:bold;
}

#additional ul {
	font-size:0.9em;
	padding: 0;
	list-style: none;
		margin-left:0;
}

#additional .gallery-li {
	padding: 0;
	margin-top: 12px;
	display: inline;
}

#additional .gallery-ul {
	list-style: none;
}


#additional_panel_top {
	background: url(images/additional_panel_top.gif) no-repeat left top;
}	

#additional_panel_bottom {
	background: url(images/additional_panel_bottom.gif) no-repeat left bottom;
}	



#footer {
	margin-top: 20px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding:20px;
	color:#999;
}

#footer p, #footer a {
	color:#999;
}

.join p{
width: 300px;
text-align: right;
}

.required{
color: #FF0000;
font-weight: bold;
}

.submit {
border:0;
position:relative;
top:6px;
}

#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/folder.gif) no-repeat left top;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}


/*--------------------------------*/
/*                                */
/*      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;
}


