body {
	padding:0px;
	margin:0px;
	background:url(images/mainbg.jpg) repeat-x #f1ede1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*********** container styles ***********/

#container {
	width:758px; 
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}




/*********** header styles **************/

#header .logo {
	margin-left:40px;
	margin-bottom:6px;
}

#header .banner {
	height:208px; 
	background:url(images/banner.jpg) no-repeat; 
	margin-bottom:8px;
}

/* new banners: 2-investor, 1-entreprenner, 3-contactus, 4-aboutus */
#header .banner1 {
	height:208px; 
	background:url(images/001.jpg) no-repeat; 
	margin-bottom:8px;
}
#header .banner2 {
	height:208px; 
	background:url(images/002.jpg) no-repeat; 
	margin-bottom:8px;
}
#header .banner3 {
	height:208px; 
	background:url(images/003.jpg) no-repeat; 
	margin-bottom:8px;
}
#header .banner4 {
	height:208px; 
	background:url(images/004.jpg) no-repeat; 
	margin-bottom:8px;
}
#header .banner5 {
	height:208px; 
	background:url(images/005.jpg) no-repeat; 
	margin-bottom:8px;
}
#header .banner6 {
	height:208px; 
	background:url(images/006.jpg) no-repeat; 
	margin-bottom:8px;
}

#header .slogan {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:28px; 
	color:#FFFFFF; 
	padding-top:50px; 
	padding-left:40px;
}











/*********** topmenu styles *************/

#topmenu {
	display:block;
	font-family:tahoma;
	font-size:13px;
	color:#FFFFFF;
	margin-top:100px;
	background:url(images/menuleft.gif) top left no-repeat;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	height:25px;
}

#topmenu div {
	display:block;
	height:25px;
	background:url(images/menuright.gif) top right no-repeat;
	padding-top:3px;
}

#topmenu img { 
	vertical-align:top;
}

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

#topmenu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#topmenu ul li {
	display:inline;
	background:url(images/menubg.gif) repeat-x;
	margin-left:-2px;
	margin-right:-2px;
	margin-top:1px;
	padding-top:3px;
	padding-bottom:7px;
}

#topmenu li a {
	padding-top:3px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	margin-top:-4px;
}

#topmenu li a:hover {
	background:url(images/menubg_over.gif) repeat-x;
	color:#7a1d1b;
}


























/********** brownbox_right styles **********/

.brownbox_right {
	background:url(images/brownbox_bot.gif) bottom no-repeat #dbd1b4; 
	width:272px; 
	margin-left:2px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#284d70; 
	font-size:10px;
}

.brownbox_right .brownbox_wrap {
	background:url(images/brownbox_top.gif) no-repeat; 
	height:100px; 
	padding:10px;
}

/********** brownboxgrad_right styles **********/

.brownboxgrad_right {
	background:url(images/brownboxgrad_top.gif) no-repeat; 
	width:275px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6f1a19;
	font-size:18px;
}

.brownboxgrad_right_wrap {
	background:url(images/brownboxgrad_bot.gif) bottom no-repeat; 
	padding-top:11px; 
	padding-bottom:11px;
}

.brownboxgrad_right_content {
	background:url(images/brownboxgrad_mid.gif) repeat-x #d7cbac; 
	border-left:1px solid #cfcfcf; 
	border-right:1px solid #cfcfcf;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
/********** footer styles  **********/

#footer {
	font-family:tahoma;
	font-size:9px;
	color:#7a1d1b;
	background:url(images/footer_mid.gif);
}

#footer a {
	color:#7a1d1b;
	text-decoration:none;
}

#footer .footer_top {
	background:url(images/footer_top.gif) no-repeat; 
	width:758px; 
	height:7px; 
	overflow:hidden;
}

#footer .footer_mid {	
}

#footer .footer_bot {
	clear:both;
	background:url(images/footer_bot.gif) no-repeat; 
	width:758px; 
	height:7px; 
	overflow:hidden;
}

