body, html {height: 100%;}
body {
	background: #5e5f60 url('../img/bg.gif');
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
	cursor: default;
	}

#container {
	position: relative;
	display: block;
	width: 762px;
	background: url('../img/contentBg.gif');
	margin: 0px auto;
	min-height: 100%;
	_height: 100%;
	}

h1 {
	margin: 0px 0px 0px 60px;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 124px;
	width: 143px;
	background: url('../img/logo.gif') no-repeat;
	cursor: pointer;
	}

h2 {
	margin: 0px;
	padding-top: 50px;
	font-size: 30px;
	color: #ec2027;
	text-transform: lowercase;
	}
	
#rightColumn h1:first-child i {
	margin: 0px 0px 0px 60px;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 124px;
	width: 143px;
	background: url('../img/logo.gif') no-repeat;
	cursor: pointer;
	} 

#rightColumn h2 {
	margin: 0px;
	font-size: 1.5em;
}

#rightColumn h3, #rightColumn h4, #rightColumn h5, #rightColumn h6 {
	margin: 0px;
}

#header {
	display: block;
	float: left;
	height: 301px;
	background: url('../img/containerHd.jpg');
	width: 762px;
	}

#header #col1 {
	width: 254px;
	float: left;
	}


#mainMenu {
	display: block;
	width: 230px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	}

#mainMenu li {
	float: left;
	display: block;
	width: 242px;
	}

#mainMenu li a {
	float: left;
	display: block;
	width: 232px;
	color: #eee;
	border-bottom: 1px dashed #bcbcbc;
	font: 12px Verdana;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	}

#mainMenu li a:hover {
	color: #fff;
	text-decoration: underline;
	}

#slideshow {
	display: block;
	float: left;
	width: 496px;
	height: 301px;
	}
	
#content {
	padding-top: 32px;
	clear: left;
	display: block;
	background: url('../img/contentHd.jpg') no-repeat;
	min-height: 400px;
	_height: 400px;
	padding-bottom: 40px;
	}

#content #leftColumn {
	float: left;
	width: 230px;
	padding-left: 24px;
	}

#content #leftColumn address {
	color: #fff;
	font-style: normal;
	font: bold 12px Tahoma;
	}

#content #rightColumn {
	display: block;
	padding-left: 15px;
	padding-right: 27px;
	font-size: 14px;
	text-align: left;
	width: 450px;
	margin-left: 254px;
	}

#footer {
	position: absolute;
	bottom: 0px; 
	left: 0px;
	display: block;
	height: 56px;
	background: url('../img/containerFt.gif') no-repeat;
	}

#footer a {
	color: #999;
	}

#footer a:hover {
	color: #fff;
	}

#footer ul {
	display: block;
	float: right;
	text-align: right;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	}

#footer ul li a {	
	color: #999;
	padding: 0px 4px;
	border-left: 1px solid #555;
	font-size: 11px;
	font-family: Tahoma;
	}

#footer ul li a:hover {
	color: #fff;
	}

#footer p {
	color: #999;
	font: 11px Tahoma;
	margin: 0px;
	padding: 15px;
	}

.promo {
	display: block;
	margin-top: 50px;
	width: 215px;
	height: 0px;
	padding-top: 134px;
	overflow: hidden;
	}

.ipod {
	background: url('../img/ipodPromo.jpg');
	}
	
table tr td ul li {
	margin:0 0 0 -20px;
	padding:0px;
	font-size: 12px;
	border-bottom: #CCC solid 1px;
}

table tr td ul li:hover {
	background-color: #CCC;
}

table {
	border-collapse:collapse;
}

table tr td {
	border: solid 1px #999;	
}
