/* CSS Styles for The Music Hut */

body {
	background-color: #3393C5;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: bottom;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	min-width: 955px;
}

#header-wrapper {
	text-align: left;
	background-image:url(../images/header/header-bg.gif);
	background-repeat:no-repeat;
	width: 955px;
	height: 165px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:0;
	border: 2px solid #000;
	position: relative;
	}
	
#currency {
position: absolute;
left: 738px;
top: 0px;
}
	
#content-wrapper {
	text-align: left;
	width: 955px;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	background-color: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position:relative;
	}
	
#content {
	padding: 10px;
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
	text-align: left;
	}
	
#navbar {
	text-align: left;
	width: 955px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-image:url(../images/navbar/navbar-bg.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:0;
	border: 2px solid #000;
	}

#heading {
width: 500px;
float: right;
}

#pageheadings {
color:#0087cc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
}

.productheadings {
color:#0087cc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
}
	
h1 {
color:#0087cc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

hr {
border: none;
background-color: #0087cc;
color: #5094d0;
height: 1px;
width: 100%;
}

.footerright {
margin: 2px 3px 5px 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
float: right;
width:500px;
text-align:left;
font-size: 0.8em;
}

.footerleft {
margin: 30px 5px 5px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
float: left;
text-align:left;
font-size: 0.8em;
width:210px;
}

#footer{	
	clear:both;
	margin-bottom: 45px;
	}
	
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0276ca;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

.border {
border: 1px solid black;
}

.border-geotrust {
border: 1px solid black;
background:#FFFFFF;
}

.rightimage {
float: right;
width:140px;
text-align: right;
padding: 5px 0px 5px 5px;
}

.leftimage {
float: left;
width:110px;
text-align: left;
padding: 5px 0px 5px 5px;
}

.table-products {
border: 1px solid #e693ac;
}

.table-products td, .table-products th {
border: 1px solid #e693ac;
padding: 0.4em;
}

.products-content {
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}
