@charset "UTF-8";
/* CSS Document */

a:link, a:visited {
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#666;
}
a:hover {
	color:#000;
}

h1 {
	font-size:18px;
	font-weight:normal;
	line-height:27px;
	margin-top: -5px;
	padding-top: -5px;
	margin-bottom: 2px;
	padding-bottom: -8px;
	margin-right:10px;
}
h2 {
	font-size:15px;
	font-weight:normal;
	line-height:27px;
	margin-top: -5px;
	padding-top: -5px;
	margin-bottom: 2px;
	padding-bottom: -8px;
	margin-left:10px;
}
h3 {
	font-size:12px;
	font-weight:normal;
	line-height:27px;
	margin-top: -5px;
	padding-top: -5px;
	margin-bottom: 2px;
	padding-bottom: -8px;
	margin-left:10px;
}

#warranty_agree {
	display:block;
	z-index:2;
}
#warranty_form {
	display:none;
	z-index:2;
}

#bg {
	display:block;
	position:fixed;
	bottom:45px;
	left:0;
	width:100%;
	height:186px;
	z-index:1;
	background-image:url(../images/black/pattern/bg.png);
	background-repeat: repeat-x;
}
#bg2 {
	display:block;
	position:fixed;
	bottom:45px;
	left:0;
	width:100%;
	height:186px;
	z-index:0;
	background-image:url(../images/black/pattern/bg.png);
	background-repeat: repeat-x;
}
#img {
	display:block;
	position:fixed;
	top:28px;
	left:0;
	width:100%;
	z-index:0;
}
#datepicker {
	z-index:2000
}


/* --- top bar --*/
#topbar {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	color:#CCC;
	z-index:4;
	background-image:url(../images/black/topbar/bg.jpg);
	background-repeat: repeat-x;
}
#topbar a:link,#topbar a:visited {
	text-decoration:none;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#ccc;
}
#topbar a:hover {
	color:#fff;
}

#top_home {
	background-image:url(../images/black/topbar/home.jpg);
	width:48px;
	height:28px;
	display:block;
}
.top_divider {
	background-image:url(../images/black/topbar/arrow.jpg);
	width:18px;
	height:28px;
	display:block;
}
#top_right {
	background-image:url(../images/black/topbar/navi.jpg);
	height:28px;
	display:block;
}

/* --- main div --*/
#main {
	/*background-color:#000;
	*/display:block;
	position:absolute;
	top:13%;
	width:100%;
	height:250px;
	z-index:2;
	color:#333;
	font-family:Arial;
	font-size:12px;
}

.news_link {
	border:solid 1px #ccc;
	padding-bottom:4px;
}
.news_alt {
	background-color:#ececec;
}


/* --- product list items --*/
.pdt_item {
	border:solid 1px #ccc;
	background-color:#fff;
	width:150px;
	height:260px;
	text-align:center;
	color:#999;
}
.pdt_item:hover {
	/*background-image:url(../images/pdt_item_bg.png);
	background-repeat:no-repeat;*/
	border:solid 1.5px #000;
	color:#000;
}


/* --- individual page image --*/
.item_img {
	padding-right:10px;
	padding-bottom:10px;
}


/* --- bottom bar --*/
#btm {
	display:block;
	position:fixed;
	bottom:0;left:0;
	width:100%;
	min-width:100%;
	/*height:110px;
	*/z-index:4;
	background:url(../images/black/btmbar/bg.jpg);
}

/* --- bottom bar > menu --*/
.ss {
	background:url(../images/black/btmbar/menu_black.png);
	background-repeat:repeat;
	border-top:solid 1px #ccc;
	height:30px;
	width:180px;
	display:block;
	color:#CCC;
	padding-top:10px;
	padding-left:15px;
}
.ss:hover {
	background:url(../images/black/btmbar/menu_on.png);
	color:#222;
}
.credit {
	color:#666;
	font-size:9px;
}

/* --- bottom bar > main menu --*/
#btm_logo {
	background-image:url(../images/black/btmbar/logo.jpg);
	width:291px;
	height:87px;
	display:block;
}
#pdt_btn {
	background-image:url(../images/black/btmbar/pdt.jpg);
	width:106px;
	height:87px;
	display:block;
}
#pdt_btn:hover {
	background-image:url(../images/black/btmbar/pdt_o.jpg);
	width:106px;
	height:87px;
	display:block;
}
#news_btn {
	background-image:url(../images/black/btmbar/news.jpg);
	width:83px;
	height:87px;
	display:block;
}
#news_btn:hover {
	background-image:url(../images/black/btmbar/news_o.jpg);
	width:83px;
	height:87px;
	display:block;
}
#support_btn {
	background-image:url(../images/black/btmbar/support.jpg);
	width:94px;
	height:87px;
	display:block;
}
#support_btn:hover {
	background-image:url(../images/black/btmbar/support_o.jpg);
	width:94px;
	height:87px;
	display:block;
}
#abt_btn {
	background-image:url(../images/black/btmbar/abt.jpg);
	width:113px;
	height:87px;
	display:block;
}
#abt_btn:hover {
	background-image:url(../images/black/btmbar/abt_o.jpg);
	width:113px;
	height:87px;
	display:block;
}
#btm_end {
	background-image:url(../images/black/btmbar/end.jpg);
	width:50px;
	height:87px;
	display:block;
}

/* --- news bar --*/
#newnews {
	position:fixed;
	bottom:87px;
	z-index:2;
	width:100%;
	background-image:url(../images/black/btmbar/menu_black.png);
	padding:10px;
	border-top:solid 1px #ccc;
	color:#fff;
}

#newnews a:link, #newnews a:visited {
	color:#fff;
}
#newnews a:hover {
	color:#bdbdbd;
}

.latestnews_alert a:link {
	color:#666;
}
.latestnews_alert a:visted {
	color:#666;
}


/* --- news bar > latest news items --*/
#shownews {
	position:fixed;
	bottom:122px;
	z-index:999;
	width:100%;
	
}
.latestnews_item {
	background:url(../images/black/btmbar/menu_black.png);
	background-repeat:repeat;
	border-top:solid 1px #ccc;
	display:block;
	color:#CCC;
	padding-top:10px;
	padding-left:15px;
	padding:10px;
}
.latestnews_item2 {
	font-size:14px;
}
.latestnews_item:hover {
	background:url(../images/black/btmbar/menu_on.png);
	color:#222;
}
