@charset "utf-8";
/* CSS Document */

body{
	background-color:#8A8581;	
	font-family: 'Gloria Hallelujah', cursive; 
	color:#000;
	font-size:18px;		
	width:auto;
        padding:5px 5px 5px 2%;	
}
h3{
	font-family: 'Candal', sans-serif;
	color:#58AAD2;	
}
h1{	
	color:#000;
	font-size:20px;
}
.h3{
	font-family: 'Candal', sans-serif;
	color:#FFF;	
}
.clear{
	clear:both;	
}
.content{
	width:100%;	
}
.paper{
	width:95%;
	background-color: #CCC;
	padding:2%;	
	box-shadow: 5px 5px 5px #000;
}
.inforight{
	width:49%;
	float:left;
        padding:0.5%;		
}
.infoleft{
	width:49%;
	float:left;
        padding:0.5%;	
}
.inforight2{
	width:45%;
	float:left;
	border:5px dashed #58AAD2;
	padding:10px;
}
.infoleft2{
	width:45%;
	float:left;	
	border:5px dashed #FFF;
	margin:0% 1% 0% 1%;
	padding:10px;
}
.chal{
	width:98%;
	border:5px dashed #4EB1BA;
	background-color:#111;	
}
.menuitem{
        width:30%;
        margin:1%;
		padding:0px;
        float:left;
}

.formfield{
background:#FFF;
border:4px solid #000;
margin:5px 5px 5px 5px;
font-weight:bolder;
font-size:16px;
}
.formfield:focus{
background:#58AAD2;
border:4px solid #000;
margin:5px 5px 5px 5px;
color:#000;
font-weight:bolder;
border-color:#000;
border-width:medium;
font-size:16px;
}

.leftop{
   width: 40%;
   background-color:#333;
   border-radius:25px;
   float: left;   	
   box-shadow: 3px 3px 3px #CCC;
   margin:1% 0% 2% 5%;
   text-align:centre;
   border:5px dashed #4EB1BA;
   padding:2%;
   height: auto;
 }

a:link {color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:hover {color: #58AAD2; text-decoration: underline; }
a:active {color: #000; } 


.mainmenu{
	min-width:85%;        
	background-color:#FFF;	
	box-shadow: 5px 5px 5px #000;
	height:685px;
	border-radius:25px;	
	margin: 220px 0%;
	position:absolute;
	z-index: -1;
}
.mainmenu2{
	min-width:85%;
	background-color:#FFF;	
	box-shadow: 5px 5px 5px #000;
	height:auto;
	border-radius:25px;	
	margin: 220px 0%;
	position:absolute;
	z-index: -1;
}
.imageholder{
	width:100%;
	margin: 0% 5%;
	background:url(logo3.png) no-repeat;
	height:275px;
	float:left;
	z-index: 10;
}
.container{
	height:auto;	
	min-width:1200px;
	width:1200px;		
        position:relative;
        margin:0 auto;
}
.topinfo{
        width:85%;
        padding-left:2%;		
}
.menuleft{
        width:42%;
        float:left;		
	padding:1%;   
}
.menuright{
        width:50%;
        float:left;		
	padding:1%;
	margin-left:2%;
}
.fieldset2{
	width:40%;
	float:left;
	height:auto;
	margin:2%;
}
.dealer2{
	width:30%;
	float:left;
	height:auto;
	margin:1%;
        border:1px dashed #000000;
	background-color:#FFFFFF;
	box-shadow: 3px 3px 3px #111;
        z-index: 0;
}
.investment{
	width:80%;	
	height:auto;
	margin:0 auto;
        border:5px outset #4EB1BA;        
	background-color:#8A8581;
	box-shadow: 3px 3px 3px #111;
        z-index: 0;
}

