body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#contents {
	background: url("../images/contents_bg.jpg") center top repeat-y transparent;
	width: 776px;
	margin: 0 auto;
	position:relative;
}

#header {
	background: url("../images/header_bg.jpg") left top no-repeat transparent;
	height:65px;
}
#header .strapline {
	position:absolute;
	top:27px;
	left:135px;
	font-size: 160%;
	font-style: normal;
	font-weight:bold;
	color: #aaa;
	background-color: transparent;
}
#header .logo {
	position:absolute;
	top:29px;
	left:25px;
}

#slideshow {
	width:776px;
	height:200px;
	padding:0;
	margin:0;
	background: url("../images/image3.jpg") center top transparent no-repeat;
}

#slideshow_js {
	margin-left:12px;
}

#nav {
	position: absolute;
	top: 270px;
	right: 1em;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin:0;
}
#nav li {
	font-size: 100%;
	float:left;
	margin-right:0.6em;
}
#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #666;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #663300;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	width:700px;
	margin-top: 4em;
	margin-left: 29px;
	margin-right: auto;
	padding-bottom:2em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 90%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	text-align:justify;
}
#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}
#content a:link, #content a:visited {
	color: #666;
	text-decoration:underline;
}
#content a:hover {
	color: #999;
	text-decoration:none;
}

#footer {
	background: url("../images/footer_bg.jpg") left top no-repeat transparent;
	width: 776px;
	height:40px;
	font-size: 70%;
	padding:0;
	margin:0 auto;
}
#footer p {
	margin: 0em 2em 0.5em 2em;
	padding: 0;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#000;
	text-decoration: none;
}
#footer a:hover {
	color:#990000;
}
	

/************************************
/									
/ Catalogue Styles					
/									
/***********************************/

.musicstandthumbnail {
	float:left;
	border:none;
	width:146px;
	margin: 0 5px 5px 1em;
}

.productdivider {
	clear: both;
	margin: 0 0 5px 0;
}

div.price {
	padding: 0;
	margin:0.5em;
	font-size:0.8em;
	text-align:right;
	clear:right;
	font-weight:bold;
}

div.price form input {
	float:right;
	clear:right;
	width:100px;
	position:relative; 
	top:-10px; 
	left:0;
}

a.pdf {
	height:20px;
	padding-left:20px;
	background-image:  url("../images/pdf.jpg") left top no-repeat transparent;
}

#productcontainer {
	width:450px;
	margin: 0 auto;
}

#cart {
	width:400px;
	margin:0 auto;
}

#cart tr td {
	background: #ccc;
}

#cart tr.alt td {
	background: #ddd;
}

#cart tr th {
	background: #000;
	color: #fff;
}

.payButton {
	display:block;
	width:400px;
	margin:0 auto;
}

.payButton .pay {
	float:right;
}