* {
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1,h2 {
	display:none;
}
ul,ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:5px 0px;
}	
a:link, a:visited {	
	text-decoration:none;
}
.clear {
	clear:both;
}

/* Header */
#header {
	background:#A2CE1E url('images/header-bg.gif') repeat-x;
	height:55px;
	border-bottom:1px solid #84ac24;
}
#header .inner {
	width:693px;
	height:55px;
	margin:0px auto;
	position:relative;
}
#header #logo {
	position:absolute;
	left:0px;
	top:0px;
}

/* Website */
#website {
	width:693px;
	margin:0px auto;
}
/*ApDiv1 */
#apDiv1 {
	position:absolute;
	width:139px;
	height:605px;
	z-index:1;
	left: 9px;
	top: 65px;
}



/* Intro */
#intro {
	width:693px;
	height:239px;
	background:#000 url('images/intro-bg.jpg') no-repeat left top;
	margin-top:9px;
	position:relative;
	color:#fff;
}
#intro ul {
	width:303px;
	top:0px;
	right:0px;
	position:absolute;
	margin-top:2px;
}
#intro ul h3 {
	font-size:15px;
	color:#b5b5b5;
	font-family:"Myriad pro", Verdana, sans-serif;
}
#intro ul li {
	padding:2px 10px;
	background:url('images/intro-borderbottom.png') no-repeat left bottom;
}
#intro ul li.last {
	background:none;
}

/* Menu */
#menu {
	margin-top:2px;
	width:693px;
	height:49px;
	background:#ff7202 url('images/menu-bg.gif') repeat-x;
}
#menu li {
	float:left;
	height:49px;
}
#menu li a {
	padding:0px 26px 0px 23px;
	display:block;
	float:left;
	height:49px;
}
#menu li.watiseenpoken a {
	padding:0px 27px 0px 24px;
}
#menu li.koopeenpoken a {
	padding:0px 27px 0px 25px;
}
#menu li img {
	margin-top:18px;
}
#menu li a:hover,
#menu li.active a {
	background:url('images/menu-bg-hover.gif') repeat-x;
}

/* Content */
#content {
	width:488px;
	float:left;
	width:693px;
	margin-top:3px;
}

/* Content left */
#content .left a:link, #content .left a:visited {
	text-decoration:underline;
	color:#3283CD;
}
#content .left {
	width:500px;
	float:left;
	margin-right:3px;
}
#content .left h3 {
	color:#3283cd;
	font-family:"Myriad pro", Verdana, sans-serif;
	font-size:20px;
}
#content .left .actions {
	color:#3283cd;
}
#content .left .actions li {
	border:1px solid #ededed;
	margin-bottom:3px;
	padding-right:5px;
}
#content .left .actions img {
	float:left;
}
#content .left .actions .text {
	margin-top:12px;
	float:right;
	width:315px;
}

/* Content right */
#content .right {
	width:190px;
	float:left;
}
#content .right ul {
	border:1px solid #ededed;
	border-bottom:0px none;
}
#content .right ul li a {
	position:relative;
	border-bottom:1px solid #ededed;
	display:block;
	width:188px;
	height:188px;
}
#content .right ul li {
	border-bottom:1px solid #ededed;
}
#content .right ul span {
	position:absolute;
	bottom:3px;
	left:5px;
	color:#fa6529;
	font-size:20px;
	font-family:"Myriad pro", Verdana, sans-serif;
	cursor:pointer;
}

/* Footer */
#footer {
	border-top:1px solid #e0e0e0;
	background:#dadada url('images/footer-bg.gif') repeat-x;
	height:33px;
	margin-top:17px;
}
#footer .inner {
	width:693px;
	height:33px;
	margin:0px auto;
	position:relative;
}
#footer img {
	position:absolute;
	left:0px;
	top:0px;
}
