/* CSS Document */

body {
	background-color:#bfdfed;
	color:#163f15;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(../images/all_bottom.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom;
	min-height:600px;
	height:600px;
}

img {
	border:1px;
	border-color:#060;
}

a {
	color:#163f15;
}

table {
	border:1px;
	border-color:#163f15;
}

td {
	/*color:#000;*/
}

td, th, tr {
	border:1px;
	border-color:#163f15;
}
b {
	/*color:#163F15;*/
	color:#FFFFFF;
}
hr {
	color:#FFFFFF;
	height:1px;
	width:80%;
}
div.text strong {
	color:#163f15;
}
/*This is the tree in the top right corner*/

#topright{

	position:absolute;

	top:0;

	right:0px;

	background-image:url(../images/topright.gif);

	display:block;

	width:470px;

	height:345px;

	z-index:99;

	}

/*This is the menu line*/

#menu_line {
	position:absolute;
	left:0px;
	top:192px;
	background-image:url(../images/menu_line.jpg);
	background-repeat:repeat-x;
	height:38px;
	width:100%;
}

#menu_text {
	position:absolute;
	top:192px;
	left:70px;
	color:#163f15;
	font-size:12px;
	width:600px;
	padding-top:13px;
	z-index:202;
	font-weight:bold;
}

#menu_text a {
	color:#163F15;
	text-transform:uppercase;
	text-decoration:none;
	z-index:202;
}

#menu_text a:hover{
	color:#FFFFCC;
	text-transform:uppercase;
	text-shadow:#060;
	text-decoration:none;
}

#menu_text .linked{
	color:#FFFFCC;
	font-weight:bold;
}

/*This is the logo*/

#logo {
	position:absolute;
	top:0;
	left:0;
	width:291px;
	height:192px;
	background-image:url(../images/logo1.jpg);
}

/*This is the main container*/

#conteiner{
	position:absolute;
	top:230px;
	left:0px;
	width:940px;
	background-image:url(../images/pic_bot.jpg);
	background-repeat:no-repeat;
	height:710px;
	width:100%;
	z-index:1;
}

#wrapper{
	position:absolute;
	top:240px;
	left:60px;
	width: 870px;
}

/*TEXT AREA*/

#textback{
	position:relative;
	float:left;
	max-width:630px;
	width:630px;
	background-image:url(../images/text/back.png);
	/*
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	*/
/*	background-image:url(../images/adv/back.png);*/
	padding-bottom:10px;

}

#textadv {
	position:relative;
	float:right;
	padding-left:10px;
	padding-right:10px;
	max-width:210px;
	width:210px;
	height:100%;
	background-image:url(../images/adv/back.png);
	padding-bottom:10px;
	color:#163F15;
}
#textadv span.page-titles {
	color:#163F15;
}
.text-ads {
	/*color:#163F15;*/
	color:#FFFFFF;
}
#top_left {
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	z-index:100;
}

#top_right {
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
}

/*Here is the development pictures div*/

#develop {
	position:relative;
	float:left;
	padding:10px;
}



/*START THE TEXT DECORATIONS*/



/*CONTENT area*/

.content {
	position:relative;
	top:20px;
	left:80px;
	float:left;
	z-index:55;
	display:block;
	width:600px;
	height:360px;
}

/*ADVERTISMENT area*/

.advertisment {
	position:relative;
	top:20px;
	right:40px;
	float:right;
	z-index:55;
	display:block;
	width:180px;
	height:380px;
}

/*This is the text in teh filds*/

.text {
	color:#FFFFCC;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

/*TITLES*/
span.titles {
	font-size:14px;
	font-weight:bold;
	color:#163F15;
	text-transform:uppercase;
}
span.page-titles {
	/*color:#FFFFCC;*/
	color:#163F15;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
h2 {
	color:#FFFFCC;
	margin-top:20px;
	text-transform:uppercase;
}	
h4 {
	color:#FFFFCC;
}
/*This is the top table design*/

.toptable{

	color:163f15;

	font-weight:bold;

}