/* Global Styles */

body {
	margin:5px;
	border:#404FA0;
	background-repeat:no-repeat;
	background-image:url(images/logo_orange.gif);
	background-position:left bottom;
	background-attachment:scroll;
	font-family:Georgia, Times New Roman, Times, serif;
	}

a {
	color:#FF6600;
	text-decoration:none;
}	

a:hover {
	color:#404FA0;
	background:#FF6600;
}

li {
	list-style-type:square;
	list-style-image:url(images/li_beetle.png);
}
/* Class Styles */

.spacer {
	font-size:5px;
	line-height:5px;
	}
.spacer_menu {
	font-size:5px;
	background-color:#D3DCE6;
	line-height:5px;
	}
	
.tagline {
	font-size:12px;
	color:#D3DCE6;
	line-height:16px;
	}

.pageName {
	font-size:24px;
	color:#FF6600;
	letter-spacing:.2em;
	line-height:40px;
	}
	
.sig 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#404FA0;
	text-indent:0px;
	background-color:#FFBA00;
	width:100%;
	line-height:110%;
	}

/* ID Styles */

#div_header {
	font-size:24px;
	color:#FFBA00;
	letter-spacing:.3em;
	line-height:58px;
	height:60px;
	overflow:auto;
	text-indent:20px;
	background-color:#404FA0;
}

#div_menu {
	background-color:#FFCC00;
	font-size:12px;
	color:#FF6600;
	width:100%;
	border-top:	medium #FF6600 solid;
	border-bottom:medium #FF6600 solid;
	line-height:26px;
	text-align:left;
	background-color:#FFBA00;
}

#div_menu a {
	color:#404FA0;
	text-decoration:none;
	letter-spacing:.1em;
	line-height:16px;
	padding:1px 10px;
	border-right:1px solid #FF6600;
	}
	
#div_menu a:hover {
	color:#ffffff;
	background:#FF6600;
	}

#div_left {
	float:left;
	width:20%;
	height:550px;
	font-size:12px;
	color:#404FA0;
	letter-spacing:.1em;
	line-height:20px;
	overflow:hidden;
	white-space:2px;
}

#div_body {
	float:left;
	width:60%;
	height:550px;
	font-size:12px;
	color:#404FA0;
	letter-spacing:.1em;
	line-height:18px;
	overflow:auto;	
	text-indent:5px;
}
#div_bodycontact {
	float:left;
	width:60%;
	height:550px;
	font-size:12px;
	color:#404FA0;
	letter-spacing:.1em;
	line-height:18px;
	overflow:auto;	
	text-indent:5px;
	background-image:url(images/beetletechlogo5.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#div_right {
	width:19%;
	height:550px;
	font-size:12px;
	color:#F3C531;
	letter-spacing:.1em;
	line-height:26px;
	overflow:auto;
	background-image:url(images/vbeetle.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#404FA0;
	text-indent:3px;
}

#div_right a:hover {
	background-color:#FF6600;
	color:#FFCC00;
	font-size:100%;
	}
	
#div_footer {
	font-size:12px;
	line-height:20px;
	color:#D3DCE6;
	clear:both
	width:100%;
	height:60px;
	text-align:center;
}


#div_image {
	caption-side:bottom;
	margin:10px 10px 15px 20px;
	padding:15px;
	width:300px;
	border:2px solid #FFCC00;
	text-align:center;
	float:left;
}

div.img
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
div.img img
{
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}
div.img a:hover img {
	border: 3px solid #FF6600;
	}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: 640px;
	margin: 2px;
}
