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

/* Document copyrighted Euroflies.com  © 2009 */

/* Body specifications */
body { 
	font-family: Verdana;
	font-size: 8pt;
	background-color: #c0c0c0;
	margin: 0px;
	height: 100%;
}


/* Basic body DIV's */

#bodydiv {
	width: 1000px;
	border: solid 2px #000000;
}
#header {
	width: 1000px;
	height: 122px;
	background-image: url(../img/Header_BG_Black.png);
	background-color: #e8e8e8;
}

#header_img {
		background-image: url(../img/Water2_bg.png);
		width: 1000px;
		height: 112px;
}
#euro_map {
	background-image: url(../img/Euromap.png);
	position: absolute;
	left: 914px;
	height: 84px;
	width: 88px;
	top: 0px;
}
#subheader { 
	width: 1000px;
	height: 32px;
	background-image:url(../img/Subheader.png);
	position: relative;
	
}
#EF_Logo {
	background-image:url(../img/EuroFlies_Logo.png);
	width: 129px;
	height: 139px;
	position: absolute;
	left: 5px;
	top: 10px;
}

#MainBody {
	width: 1000px;
	height: 100%;
	background-color: #FFFFFF;
}
.MainContent {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 2px;
	margin-left: 15px;
	float: left;
	left: 200px;
	
}
.LeftMenu {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	background-image:url(../img/Menu-BG.png);
	background-color: #231f20;
	float: left;
	width: 150px;
	height: 100%;
	color: #EFEFEF;
	margin-top: 0px;
	min-height: 550px;
}
.MenuItems {
	max-height: inherit;

}

.header_buttonwide {
	background-image:url(../img/ButtonBG_Wide.png);
	width: 135px;
	height: 19px;
	margin-right: 20px;
	float: left;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.15px;
}
/* Menu fade buttons */
		div.hoverBtn {
			position: 		relative;
			float:			left;
			margin-right: 	10px;
			background:		url(../img/ButtonBG.png) repeat-x 0 0 scroll;
		}
		div.hoverBtn a {
			position: 		relative;
			z-index: 		2;
			display: 		block;
			width: 			107px;
			height: 		24px;
			line-height: 	24px;
			text-align: 	center;
			font-family:	Trebuchet MS;
			font-size:		9pt;
			text-decoration:none;
			color:			#FFFFFF;
			background:		transparent none repeat-x 0 0 scroll;
		}
		div.hoverBtn div {
			display:		none;
			position: 		absolute;
			z-index: 		1;
			top: 			0px;
			background:		white url(../img/ButtonBG_Dark.png) repeat-x 0 0 scroll;
		}
/* End menu fade buttons */
#Buttons { 
	margin-left: 175px;
}

/* Content styles */

h1 {
	font-family: Trebuchet MS;
	font-size: 15pt;
	font-weight: 200;
	font-style: italic;
	border-bottom: solid 1px #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 0.35px;

}
h2 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.15px;
	margin-top: 2px;
}
h3 {
	font-family: Trebuchet MS;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.img_main {
	float: right;
		width: auto;

	margin: 5px;
	border: solid 3px #000000;
	max-height: 200px;
	max-width: 200px;
}
.img_left {
	float: left;
	width: auto;
	margin: 2px;
	border: solid 1px #CCCCCC;
	max-height: 200px;
	max-width: 200px;
}
.img_center { 
	text-align: center;	
	width: auto;
	float: left;
	margin: 2px;
	border: solid 1px #CCCCCC;
	max-height: 200px;
	max-width: 200px;
}
.Menu_H1 {
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

/* Product show styles */
#product_top {
	width: 100%;
	min-height: 175px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-bottom: solid 1px #000000;

}
.product_top_img {
	float: left;
	width: 200px;
	border: solid 1px #333333;
}
.product_header {
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.product_information {
	float: left;
	margin-left: 15px;
	
}

.product_overview {
	width: 100px;
	height: 85px;
	float: left;
	padding: 10px;
	border: solid 2px #FFFFFF;
}
.product_overview:hover {
	border: dotted 1px #36598d;
	padding: 11px;
}
#product_overview_selected {
	width: 100px;
	height: 85px;
	float: left;
	padding: 10px;
	border: solid 2px #000000;
}

.product_overview_img {
	width: 100px;
	border: none;
	
}
.product_overview_name {
	font-size: 7pt;
	font-family: Verdana;
	text-align: center;
}
.product_link {
	color: #000000;
	text-decoration: none;
}
.product_link:hover {
	color: red;
}

.menu_link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link:hover {
	color: #fdcf7d; /* Yellow Menu */
	text-decoration: none;
}
.contact_form {
	float: left;
	width: 625px;
	padding: 5px;
	border: solid 1px #666666;
	margin-bottom: 15px;
}
.contact_field {
	border: solid 1px #000000;
	width: 350px;
	font-family: Trebuchet MS;
	font-size: 10pt;
}
.contact_submit {
	border: solid 1px #000000;
	width: 145px;
	height: 35px;
	font-family: verdana;
	font-size: 9pt;
	background-color:#FFFFCC;
	height: 25px;
	background-image:url(../img/Contact_Submit_button.png);
}
.ContactSubmit {
	background-image:url(../img/Contact_Submit_button.png);
	height: 30px;
	width: 126px;
	border: 0px;
}

/* DEALER */
.dealer_box {
	float: left;
	border: solid 1px #EFEFEF;
	width: 350px;
	padding: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	height: 110px;
}
.dealer_naam {
	margin-bottom: 5px;
}
.dealer_adres {
}
.dealer_telefoon {
	margin-bottom: 15px;
}
.dealer_internet {
	font-weight: bold;
}
.dealer_link {
	font-weight: bold;
	text-decoration: none;
	color: #000000
}
.dealer_link:hover {
	color: #5883c4;
	text-decoration: underline;
}
.dealer_img {
	float: left;
}
.dealer_worden {
	line-height: 16px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	}

/* END DEALER */ 
.links_spacer {
	width: 500px;
	border-bottom: solid 1px #000000;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
.LinksImg {
	float: left;
	margin-right: 15px;
}
.LinksBox {
	height: 155px;
	float: left;
	border-bottom: solid 1px #000000;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
