@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#FF8F26;
	padding:0px;
	margin:0px;
}
#container {
	position:absolute;
	height:680px;
	width:950px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #ffff99;
	overflow: hidden;
	margin-top: -325px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -475px;
}

#content a:link {
	color: #79BA00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCF38;
	text-decoration: none;
	font-size: 15px;
}
#content a:visited {
	color: #79BA00;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCF38;
}
#content a:hover {
	color: #FF982F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7BB902;
}
#content a:active {
	color: #79BA00;
}


blockquote {
	font-size: 25px;
	text-align: justify;
	margin-right: 0px;
}
cite {
	text-align: right;
}
.greentext {
	color: #7AB901;
}
h1 {
	margin: 0px;
}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
}
h2 {
	font-size: 27px;
	margin-top: 0px;
	font-weight: normal;
	color: #7AB900;
}

p{
	margin-bottom: 20px;
	margin-top: 0px;
}
 
/* --------------left navi------------- */
#left {
	width:281px;
	float:right;
	position:relative;
	padding-top: 30px;
 }
#content{
	position: relative;
	margin: 0px;
	height: 428px;
	width: 550px;
	padding-left: 115px;
	padding-top: 25px;
}

/* Main Navigation */

#main-nav dl {
	margin: 0;
	padding: 0;
	width: 234px;
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:39px; /* IE 5/Win hack */ 
	padding: 39px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -39px;
}

#main-nav dt#home,
#main-nav dt#home a {background-image: url(../img/nav/home.gif);}

#main-nav dt#wwa,
#main-nav dt#wwa a {background-image: url(../img/nav/wwa.gif);}

#main-nav dt#wwd,
#main-nav dt#wwd a {background-image: url(../img/nav/wwd.gif);}

#main-nav dt#prices,
#main-nav dt#prices a {background-image: url(../img/nav/prices.gif);}

#main-nav dt#downloads,
#main-nav dt#downloads a {background-image: url(../img/nav/downloads.gif);}

#main-nav dt#contact,
#main-nav dt#contact a {background-image: url(../img/nav/contact.gif);}

#main-nav dt#links,
#main-nav dt#links a {background-image: url(../img/nav/links.gif);}

body.home dt#home,
body.home dt#home a,
body.home dt#home a:hover,
body.wwa dt#wwa,
body.wwa dt#wwa a,
body.wwa dt#wwa a:hover,
body.wwd dt#wwd,
body.wwd dt#wwd a,
body.wwd dt#wwd a:hover,
body.prices dt#prices,
body.prices dt#prices a,
body.prices dt#prices a:hover,
body.downloads dt#downloads,
body.downloads dt#downloads a,
body.downloads dt#downloads a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover,
body.links dt#links,
body.links dt#links a,
body.links dt#links a:hover {
	background-position: 0 -39px;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 520px;
	height: 360px;
}
.Scroller-Container {
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 25px;
}
#Scrollbar-Container {
	position: relative;
	top: 0px;
	left: 518px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	left: 3px;
	top: 4px;
}
.Scrollbar-Track {
	width: 20px;
	height: 335px;
	position: absolute;
	top: 23px;
	left: 3px;
	background-color: transparent;
	background-image: url(../img/scrollbar/track.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 89px;
	top: -6px;
	left: 0px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 358px;
	left: 3px;
}

