ul, a { 
	margin: 0; padding: 0; }

.container {
	position: relative;
	margin: 0 auto;
	width: 766px;
}

.clear { clear: both; }


#header-content p {
	display: block;
}

/*

Hides the tabs when JS is turned off, however causes some strange IE7 Fail

#tabs div.tab-single { display: none; }
#tabs div.tab-single:first-child { display: block; }

*/

#tabs {
	padding: 30px 0 0;
	height: 270px;
}
.tab-right { width: 386px; }
.tab-left { width: 365px; }
.tab-right { float: right; }
#tabs .tab-text { margin: 0px 0 0; }
.tab-left { float: left; }
.tab-glass {
	/* [disabled]background: url('images/tab-stroke.gif') no-repeat; */
}

ul#tab-bar {
	display: block;
}
ul#tab-bar li {
	font-size: 14px;
	float: left;
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul#tab-bar li a {
	text-decoration: none;
	padding-left: 28px;
	padding-right: 20px;
	display: block;
	color: #abb6c4; /*blue*/
	padding-top: 10px;
	padding-bottom: 10px;
	height: 14px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 16px;

}
ul#tab-bar li a:hover, ul#tab-bar li.active a {
	color: #ffffff;  /*blue*/
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left 16px;
}
ul#tab-bar li.active a {
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	/*background: url('images/header/replace.jpg') no-repeat; */
}

/* header tabs - home - slider */

.slider, .slider2, .slider3 {
	width: 365px;
	height: 220px;
	position: relative;
}
.slider ul, .slider li, .slider2 ul, .slider2 li, .slider3 ul, .slider3 li {
	list-style: none;
	width: 365px;
	height: 220px;
}
#prev a, #prev2 a {
	background: url('images/header/left-arrow.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 255px;
	left: 8px;
}
#prev3 a {
	background: url('images/header/left-arrow.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 255px;
	left: 388px;
}
#next a, #next2 a {
	background: url('images/header/right-arrow.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 255px;
	left: 337px;
}
#next3 a {
	background: url('images/header/right-arrow.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 255px;
	left: 715px;
}
#tab-dots {
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	width: 1px;
	float: left;
	height: 23px;
	margin-top: 11px;
}
