/* General */

html, body
{
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%; 
}
body, table, th, tr, td, p, span, div, a, h1, h2, h3, h4, h5, h6, input, select, textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#775B36;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #775B36;
}

.standardtext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #775B36;
	line-height:20px;
}

#body-container
{
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	height:100%;
	vertical-align:top;
}

/*Top, brown bar */
.header {
	background: #775B36;
}

/*left menu column*/
.left-menu {
	vertical-align:top;
	background:#E7CBCD;
	width: 200px;
	border-left: 2px solid #ECE1D5;
	height:100%;
}

/*Main content for site, in the middle*/
.main-content {
	background-color:#ECE2D4;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	min-height: 550px;
	height: 550px;
}

/*Price Table page needs padding but the rest of the pages do not, therefore changed the main-content class for price-table class*/

.price-table {
	background-color:#ECE2D4;
	vertical-align:top;
	padding:10px 10px 10px 10px;
	line-height:20px;
}

/*The middle box on the homepage, between NEw Classic Album and New Venue Packs*/

.middle-box {
	background: #E7CBCD;
	vertical-align:top;
	line-height:25px;
	font-size: 12px;
	color:#7F6341;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	}
	
/* CSS for javascript albums */

td.productdesc {
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}
span.productdesc
{
	padding: 0px 10px 0px 0px;
	text-align: justify;
}

.productheader {
	font-weight:bold;
}

.producttitle {
	font-size:14px;
	font-weight:bold;
	background:#E7CBCD;
	padding:5px 5px 5px 5px;
}

.indentwed {
	background-color:#FFFFFF;
}

.picker {
	padding: 0px;
}

.linkbox {
	background-color:#775B36;
	color:#FFFFFF;
}

.linkboxvis {
	color:#FFFFFF;
	background-color:#AD907A;
}
p.productdesc
{
	margin: 0;
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

.linkbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkboxvis a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#AD907A;
}
.linkbox a:hover {
	text-decoration: underline;
	background-color:#AD907A;
}
.linkboxvis a:hover {
	text-decoration: underline;

}

/*bottom of page, contact, copyright*/
.footer {
	color:#DFC3B5;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	vertical-align: middle;
	text-align:center;
	background:#775B36;
	padding:5px 10px 5px 10px;

}

.footer-back {
	background:#775B36 url(../images/footer-repeat.jpg) left repeat-x;
	width:50px;

}

/*J Query Menu CSS for the left side*/

/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }
		

		#theMenu { width: 200px; height: 300px; margin: 10px 0; }
		
		/* Some list and link styling */
		ul li { width: 200px; }
		ul ul li { padding: 0; width: 200px; margin-bottom: 0; }
		ul ul li a { display:block; color: #775B36; padding: 2px 0px 2px 30px; font-size: small; text-decoration: none }
		ul ul li a:hover {display:block; color: #AD907A; background-color: #ECE1D5; padding: 2px 0px 2px 30px; font-size: small; }
		li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		
		/* Header links styling */
h3.head a { 
		color: #775B36;
		font-size:13px;
		line-height:30px;
		text-decoration:none;		
		background: #E7CBCD;
		padding-left: 18px;
		display:block;
}
h3.head a:hover { 
		color: #AD907A;
		font-size:13px;
		text-decoration:none;		
		background: #E7CBCD;
}
h3.selected a { 
		color: #775B36;
		font-size:13px;
		font-weight:bold;
}
h3.selected a.wedding, h3.head a.wedding, a.wedding
{
	color: #B71094;
}
h3.selected a:hover { 
		color: #AD907A;
		font-size:13px;
		font-weight:bold;
}
h3.selected a.stockist, h3.head a.stockist
{
	background: #795D38;
	color: #ECE2D4;
}
table.pricetable
{
	border: 1px solid #795D38;
	border-collapse: collapse;
}
table.pricetable td
{
	border: 1px solid #795D38;
	padding: 2px;
}