@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	padding:0px;
	margin:0px;
	min-width:920px;
}
#pad {
	position:relative;
	width:900px;
	margin-left:-460px;
	left:50%;
	padding:0px 10px;
}
#frame {
	position:relative;
	width:900px;
	padding:270px 0px 45px 0px;
	font-size:11px;
	color: #555555;
}

/* ----------- TOP -----------*/
#top {
	height:380px;
	position:relative;
	background-color:#FFFFFF;
}
#logo {
	position:absolute;
	top:45px;
	left:0px;
	width:213px;
	height:69px;
	z-index:3;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png');	/* Unfortunatly this hack will not validate :( */
}
#logo img {
	filter: Alpha(opacity=0);		/* Unfortunatly this hack will not validate :( */
	border: 0px solid cyan;
}
#nav1 {
	position:absolute;
	right:0px;
	top:55px;
	font-size:12px;
	z-index:2;
	border-right:1px solid #CCCCCC;
	padding-right:3px;
}
.buyOnline {
	text-decoration:underline;
	cursor:pointer;
}
#nav1 a, #buyBtn {
	color:#777777;
	text-decoration:none;
	padding:3px 9px 3px 12px;
	border-left:1px solid #CCCCCC;
}
a#buyBtn {
	color:#FF3366;
	font-weight:bold;
}
#nav1 a:hover, #nav1 a.buy:hover {
	background:#46AA42 url(../images/nav_white.gif) top left repeat-y;
	color:#FFFFFF;
	text-decoration:underline;
}
#topImg {
	position:absolute;
	top:80px;
	left:0px;
	width:900px;
	height:190px;
	background-color:#333333;
	overflow:hidden;
	z-index:1;
}
#nav2 {
	position:absolute;
	right:6px;
	top:80px;
	padding-top:9px;
	font-size:12px;
	z-index:2;
}
#nav2hd { 
	color:#0099BB;
	padding-right:15px;
}
#nav2 a {
	color:#FFFFFF;
	text-decoration:none;
	padding:9px 15px 10px 24px;
	background:url(../images/nav_arrow.gif) no-repeat center left;
}
#nav2 a:hover {
	color:#00CCFF;
	text-decoration:underline;
	background-color:#000000;
}
#nav2bck {
	position:absolute;
	top:0px;
	left:0px;
	background:#000000;
	height:34px;
	width:900px;
	z-index:10;
	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}
#navCorner {
	position:absolute;
	top:0px;
	right:0px;
	background: url(../images/nav_corner.gif) no-repeat top left;
	height:7px;
	width:7px;
	z-index:20;
}
/* ----------- IMG ROTATION -----------*/
#infoPanel2, #infoPanel1 {
	position:absolute;
	top:0px;
	left:0px;
	height:190px;
	width:900px;
	z-index:1;
	overflow:hidden;
}
#infoPanel2 {
	z-index:2;
}

/* ----------- FOOTER -----------*/
#copyright {
	position:absolute;
	bottom:5px;
	left:0px;
	color:#666666;
	font-size:11px;
}
#footer {
	padding:20px 0px 50px 0px;
	background:#222222 url(../images/ft_bck.jpg) top left repeat-x;
	text-align:center;
}
#ftContent {
	position:relative;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:300px;
	text-align:left;
}
#ftNav, #ftCol1, #ftCol2, #ftCol3, #ftCol4 {
	position:absolute;
	top:0px;
	width:160px;
	color:#666666;
	font-size:10px;
}
#ftNav { left:0px }
#ftCol1 { left:160px }
#ftCol2 { left:350px }
#ftCol3 { left:540px }
#ftCol4 { left:730px }
.ftHd {
	color:#CCCCCC;
	font-size:14px;
	padding:10px 0px;
}
#footer a {
	color:#888888;
}
#footer a:hover {
	color:#FFFFFF;
}
#ftNav a {
	font-size:11px;
	display:block;
	padding-left:20px;
	margin-bottom:3px;
	background:url(../images/ft_lnk.gif) center left no-repeat;
}
#ftNav a:hover {
	background:url(../images/ft_lnk_f2.gif) center left no-repeat;
}
