/* 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 */

/* {
	border: dotted 1px #lightgrey;

}*/

body { 
	padding: 0px;
	margin: 0px;
	background: #fff;
	font: 70%/1.8 Lucida Grande, Helvetica, Arial, sans-serif;
	color: #666;
/*	text-align: left;*/
}


html>body td {
	font-size: 1em;
}

img {
	border: none;
	margin-left: -5px;
}

#content img {
	padding:0 5px 5px 5px;
}


h1, h2, h3 {
	line-height: 1em;
		color:#666;
}

h1 {
	font-size:1.8em;
	margin-top:0;
}

#content h1, h2, h3{
		font-weight:normal;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}


a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

#additional .date {
	font-style: italic;
	color:#666;
	font-weight:normal;
}

#content .date {
	font-style: italic;
	color: #666;
}

.datenav {
	font-weight: bold;
} 

.search_descrip {
	font-style: italic;
	color: #999;
	font-size: 0.9em;
}

.login {
	font-size: 0.7em;
}




#branding p, #branding a, #branding img{
	margin: 0;
	padding: 0;
}


.brandingTitle {
	text_align: left;
	position:relative;
	top:20px;
	margin: 0px 0 0 0;
	padding: 0;
}

td,th {
	margin: 0px;
	padding: 4px;
	border: #666 1px solid ;
}

#sender_message {
	width: 250px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 250px;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

#branding {
	height: 100px; 
	width:800px;
	padding:0;
	margin:auto;
/*	border-bottom:#f0f0f0 1px solid;*/
}

#menu {
	font-weight: normal;
	font-size:1.1em;
	text-align:left;
	width: 120px;
	float: left;
	display: inline; /* fix ie double margin float bug */
}

#menu ul{
	list-style: none;
	margin:;
}

#menu li {
	margin: 0;
	padding-left: 6px;;
	margin: 0 20px  5px -43px;
	border: solid 1px #f0f0f0;
}
	

#menu a {
	text-decoration: none;
	/*padding: 7px 10px 8px 20px;*/
	margin:0;
	padding: 0;
	color:#666;
}
	
#menu a:hover {
	text-decoration:underline;	
}

/* This styling denotes the currently selected section */

#menu a.current {
	color: #000;
	font-weight:bold;
	padding: 10px;
}


/* --- Search Area --- */

#search * {
	padding:0;
	margin:0;
}



#search {
	font: 0.6em;
	position:relative;
	top:5px;
	margin: 5px 0 0 0;
}

#search label {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#search .searchField { 
	font:0.9em;
	height:15px;
	width:100px;
}

* html #search .searchField { 
	height:auto;
}

#search .submit {
	position:relative;
	top:5px;
}

/* 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:10px 0 10px 0;
	color: #666;
	text-align:left;
	padding-left: 0px;
}

#cookie a {
	color: #666;
	text-decoration:underline;
}

/* These style the cookie trail current page and the 'you are here' bit. */

.youAreHere {
	color: #666;
	text-transform:uppercase;
}

.yourPage {
	font-weight: bold;
	color: #999;
}


#content {
	/*position: relative;
	top: -20px;*/
	padding: 0;
	width: 505px;
	float: left;
	display: inline; /* fix ie double margin float bug */
	margin-bottom:60px;
}

#content.basket {
	border-left: none;
}

#content li {
	list-style-image:url(images/arrow.gif);
}

#content ul {
}

#additional {
	padding: 5px;
	width: 160px;
	font-size: 1.1em;
	line-height: 1.1em;
	display: inline; /* fix ie double margin float bug */
	text-align:left;
	float:left;
	margin:10px 0 60px 0;
	border: solid 1px #f0f0f0;
	min-height: 10px;
}

#additional img {
	padding:10px 15px 10px 0px;
}

#additional p, #additional li {
	margin-top: 12px;

}	

#additional h2, #additional h3, #additional2 h2, #additional2 h3 {
	font-size: 0.9em;
	font-weight:bold;
}	

#additional h2, #additional2 h2 {
	margin-top:0px;
	font:
}

#additional a,#additional2 a {
	color:#666;
}

#additional ul {
	font-size:0.9em;
	padding: 0;
	list-style: none;
	margin-left:0;
}

#additional .gallery-ul {
	list-style: none;
	padding: 0 0 0 4px;
}

#additional .gallery-li {
	display: inline;
}

#additional img {
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.7em;
	padding:5px 0 20px 0;
	border-top:#f0f0f0 1px solid;
}

#footer p, #footer a {
	color:#666;
}

.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 {
	background: url(images/selector_back.png) top left no-repeat ;
	background: url(images/selector_back.jpg) top left no-repeat;
	padding:8px 5px 1px 8px;
}

#productSelector h2 {

}

#productSelector p {
		font-size:0.8em;
}

#productSelector form {

}

#cart {
	background: url(images/basket_back.png) top left repeat-y !important ;
	background: url(images/basket_back.jpg) top right ;
	padding:8px 5px 1px 8px;

}

#cart h2 {
	color:#fff;
}

#cart a {
	color:#666;
	text-decoration:underline;
}
#cart p,#cart ul {
	font-size:0.8em;
}

#cart li, #cart ul {
	padding: 0;
	list-style: none;
	margin-left:0;
	
}


/*--------------------------------*/
/*                                */
/*      Hpme page styling         */
/*                                */
/*--------------------------------*/

#boxContainer {
	border: solid #fff;
}

#box1, #box2, #box3, #box4 {
	padding: 12px;
	margin: 0 5px 5px 0;
	float: left;
	border: solid 1px #f0f0f0;
	width: 130px;
}

#boxContainer h2 {
	margin-top: 0px;
}