/* @group • Essentials */

/* Brand Repubic CSS Framework
/* Template:CSS_FRAMEWORK_BASE*/

/* Author:Jurre-Jan Smit*/

/* Version:0.6*/

/* Date:29 - 08 - 08*/

/*--------------------*/

/* Preferable editor:CSSEdit */

/* @group Library */

/*Reset browser defaults*/

@import "lib/reset.css";

/*Setting some decent font defaults*/

@import "lib/typography.css";

/* Simple form styles -Optional */

@import "lib/forms.css";

/* Tabbed menu styles -Optional */

@import "lib/plugins/tabs.css";

/* Reset Unordered List styles -Optional */

@import "lib/plugins/ul_menu.css";

/* @end */

/* @end */

/* @group Outer Frame */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#holder        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block
	}


#container {
	width: 960px;
	height: 650px;
	position: absolute;
	background-image: url(../images/BG_body.jpg);
	background-repeat: no-repeat;
	margin-left: -470px;
	top: -325px;
	left: 50%;
	visibility: visible;
	text-align:left;
}

#content_left {
	float: left;
	height: 530px;
	width: 360px;
}

#content_center {
	float: left;
	height: 430px;
	width: 295px;
	margin: 0;
	padding: 75px 20px 10px 10px;
}

#content_right {
	float: left;
	height: 450px;
	width: 270px;
	margin: 0;
	padding: 80px 0 0 0;
}
/* @end */

/* @group Anchors */

a {
	color: #FFFFFF;
}

a.current {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* @end */

/* @group Menu */

#transp1{
	position:absolute;
	left:60px;
	top:80px;
}

#transp2{
	position:absolute;
	right:85px;
	bottom:100px;
}

#menu{
	background-image: url(../images/BG_menu.png);
	width: 255px;
	height: 179px;
	margin: 15px 0 0 10px;
	padding: 330px 0 0 95px;
	cursor:pointer;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	position: relative;
}

#menu ul li{
	position: relative;
	z-index: 100;
	height: 37px;
	overflow : hidden ;
	padding: 0 0 0 31px;
	cursor:pointer;
}

#menu ul li {
    position: relative;
	cursor:pointer;
}

#menu img {
cursor:pointer;
}

.ahover2 {
    position: relative;
    z-index: 99;
	background: url(../images/BTN_hover.gif);
    background-repeat: no-repeat;
	cursor:pointer;
}

.ahover {
    position: absolute;
    z-index: 99;
    background: url(../images/BTN_hover.gif);
    background-repeat: no-repeat;
	cursor:pointer;
}


/* @end */

/* @group Headings*/

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

/* @end */



/* @group Content */

#content h1{
color: #36a200;
margin: 0 0 10px 0;
padding: 0;
font-size: 20px;
}

#content h2{
color: #36a200;
margin: 0 0 5px 0;
padding: 0;
font-size: 14px;
}

#content{
color: #000;
position:relative;
}

#content p {
	line-height: 16px;
	width: auto;
	padding:0;
	margin:5px 0 5px 0;
	font-size : 12px ;
}

#content ul{
	list-style:square ;
	margin:0;
	padding:5px 0 5px 15px;
	font-size : 12px ;
}


.nav{
	position:absolute;
	width: 300px;
	top:-30px;
	height: 15px;
	padding: 0 15px 5px 0;
	background: url(../images/BG_nav.gif) no-repeat 10px 15px;
	text-align: right;
	color: #5bba00;
	font-weight: bold;
	margin: 0 0 20px -10px;
}

.msg_body {
	width: 300px;
	height: 440px;
	position:absolute;
	top:30px;
}

.prevlink {
	position: absolute;
	bottom:40px;
	left:0px;
	width: 150px;
	height: 20px;
	text-align: left;
}

.prevlink a{
	color: #36a200;
	text-decoration: none;
	font-weight: bold;
}

.prevlink a:hover{
	color: #000;
	text-decoration: underline;
}

.nextlink {
	position: absolute;
	bottom:40px;
	right:0px;
	width: 150px;
	height: 20px;
	text-align: right;
}

.nextlink a{
	color: #36a200;
	text-decoration: none;
	font-weight: bold;
}

.nextlink a:hover{
	color: #000;
	text-decoration: underline;
}

.table_image {
	line-height:18px;
	padding:2px 2px 5px 2px;
}

.table_image img{
	padding: 0 3px 0 0;
}

.table_txt{
	padding:2px 2px 3px 10px;
	line-height:18px;
	font-size:12px;
	vertical-align:top;
}

.border{
	border-right: 1px solid #999;
}

/* @end */

/* @group Footer */

#footer{
	float: left;
	width: 450px;
	height: 60px;
	margin: 15px 0 0 0;
	padding: 0 0 0 280px;

}


#footer p{
	color: #3c332c;
	font-size: 11px;
	line-height: 15px;
}

#footer a{
	color: #3c332c;
	text-decoration: none;
}

#footer a:hover{
	color: #3c332c;
	text-decoration: underline;
}
/* @end */
