/* ------------------ Here are the ID spefic styles -------------------*/
div#header
{
	width:auto;
	min-width:900px;
	height:80px;
    margin:0;
    padding:0;
	background:black;
	color:white;
	position:relative;
}
div#footer
{
	width:auto;
	min-width:900px;
	padding:8px;
	margin:0px;
	background:black;
	color:White;
	position:relative;
	text-align:center;
}
div#footer a
{
	color:White;
}
a#titleImage
{
	position:absolute;
	left:30px;
	top:15px;
	background:black url(../images/soundlevels60x50.gif) no-repeat;
	display:block;
	width:60px;
	height:50px;
}
a#titleImage:hover
{
	background:black url(../images/soundlevels60x50a.gif) no-repeat;
}
a#title
{
	position:absolute; 
	top:4px; 
	left:105px;
}
a#title img
{
	border:none;
}
div#phoneNumber
{
	position:absolute; 
	top:8px; 
	right:8px;
	color:gray;
}
div#topNav
{
	font-weight:bold;
	position:absolute;
	right:8px;
	bottom:8px;
	color:gray;
}
div#topNav a
{
	color:gray;
}
div#cart
{
	font-weight:bold;
	font-size:16px;
	position:absolute;
	right:8px;
	top:22px;
	width:140px;
	height:34px;
}
div#cart div
{
	float:left;
}
div#cart a
{
	color:White;
	cursor:pointer;
}
div#cartCost
{
	padding-left:5px;
	margin-top:8px;
}
div#bodyWrapper
{
	width:auto;
	min-width:900px;
	height:auto;
	margin-left:0;
	margin-right:0;
	position:relative;
}
	
div#leftNav
{
	float:left;
	width:180px;
	background:black;
	height:100%;
}
div#leftNav p
{
	margin-top:0px; 
	margin-bottom:20px; 
	padding-left:5px;
}
div#content
{
	padding:10px;
	min-height:900px;
	margin-left:180px;
	width:auto;
	background:white url(../images/curve.jpg) no-repeat;
}
p#SSL
{
	text-align:center;
}

/* ------------------ Here are the general styles -------------------*/

body
{
	font-family:Tahoma;
	font-size:12px;
	background:black;
	margin:0;
	padding:0;
}
p
{
    margin:0;
}
a
{
	color:black;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;
}

/* ------------------ Here are the classes -------------------*/

.buttons /*Buttons on the left with the categories*/
{
	border:2px solid gray;
	background:black;
	color:White;
}
.textBox
{
	border:2px solid gray;
}
.breadCrumbs
{
	margin-bottom:5px;
	margin-left:25px;
	margin-top:-5px;
	font-weight:bold;
	font-size:11px;
}