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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 30px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	background-color:#EAEAEA;
}

H1 {
	font-size:16px;
	color:#FF0000;
}

H2 {
	font-size:14px;
	color:#FF0000;
}

#header {
	width:800px;
	height:150px;
	margin:0px;
	padding:0px;
}

#container_outer{
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:2px solid #FF0000;
    padding-bottom:5px;
	background-color:#FFFFFF;

}

#Boxed_highlight{
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border:1px solid #FF0000;
    padding-top:18px;
}

#form1 {
	margin:0px;
	text-align:left;
	padding-left:5px;
}

#stripe{
	Width:790px;
	height:16px;
	margin:0px;
	text-align:left;
	border-top:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	background-image:url(../images/top_bar.jpg);
	background-repeat:repeat-x;
	padding-top:4px;
	padding-left:10px;
	font-size:10px;
	color:#FFFFFF;
}


#nav{
	margin-left:10px;
	margin-top:10px;
	padding:0px;
	width:190px;
	height:100%;
	float:left;
}

#supplierlist{
	border:1px solid #FF0000;
	background-color:#EAEAEA;
	margin-top:10px;
	padding:0px;
	width:188px;
	height:870px;
	overflow-x:none;
	overflow-y:auto;
	float:left;
}

#main{
	width:580px;
	height:100%;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-left:200px;
	text-align:left;	
	vertical-align:top;
	float:inherit;

}

#products_home{
	width:580px;
	height:100%;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	margin-left:200px;
	text-align:center;	
}

#IE6warning{
	width:450px;
	height:150px;
	padding:15px;
	margin:0px 0px 10px;
	background-color:#F00;
	text-align:left;
	color:#FFF;
	vertical-align:top;
}

#Sitemap{
	width:800px;
	height:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}

#contact_form{
	width:565px;
	height:100%;
	margin:0 auto;
	padding:0px;
	background-image:url(../images/fyfes_form_background_01.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#f19292;
	border:#F00 solid 1px;
}

#pushright{
	width:500px;
	height:100%;
	margin:auto 0px 10px;
	padding: 10px;
	text-align:right;
	border:#FFF solid 1px;
}

#disclaimer{
	margin-top:10px;
	text-align:center;
	font-size:10px;
	color:#000000;
}

#map_canvas{
	width:565px;
	height:400px;
	border:1px solid #FF0000;
}

#balloon{
	width:200px;
	height:100%;
}


#product_types{
	width:320px;
	height:180px;
	overflow:auto;
	border:#F00 1px solid;
	padding:10px;
	float:left;
	margin:0px;
}

#product_image{
	width:200px;
	height:180px;
	overflow:y;
	border:#F00 1px solid;
	padding:10px;
	float:left;
	background-image:url(../images/fyfes_form_background_01.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#f19292;
}

#flash_container{
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:440px;
	margin-top: -220px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	background-color:#FFF;
	border:#F00 1px solid;
}

.main_text{
	text-align:justify;
	padding:5px;
}	

a.menu:link{color:White; text-decoration:none}
a.menu:visited{color:White; text-decoration:none}
a.menu:hover{color:White; text-decoration:underline}
a.menu:active{color:White; text-decoration:none}

a.drop_menu:link{color:black; text-decoration:none}
a.drop_menu:visited{color:black; text-decoration:none}
a.drop_menu:hover{color:black; text-decoration:underline}
a.drop_menu:active{color:black; text-decoration:none}

a.page_link:link{color:#FF0000; text-decoration:none}
a.page_link:visited{color:#FF0000; text-decoration:none}
a.page_link:hover{color:#FF0000; text-decoration:underline}
a.page_link:active{color:#FF0000; text-decoration:none}

a.page_link2:link{color:black; text-decoration:none}
a.page_link2:visited{color:black; text-decoration:none}
a.page_link2:hover{color:#FF0000; text-decoration:underline}
a.page_link2:active{color:black; text-decoration:none}

a.warning:link{color:#FFF; text-decoration:none}
a.warning:visited{color:#FFF; text-decoration:none}
a.warning:hover{color:#FFF; text-decoration:underline; font-weight:bold}
a.warning:active{color:#FFF; text-decoration:none}

.catalogue_item
{
	background-color:#ededed;
	margin:8px;
	width:172px;
	height:172px;
	overflow:hidden;
    font-size:9px;
	color:#000000;
	border:#990033 solid 1px;
	
}

.image
{
	width:100px;
	height:100px;
	vertical-align:top;
	border:#990033 solid 1px;
}

.price{
	font-size:12px;
	}
	
.bold_text_red {
	font-weight:bold;
	color:#FF0000;
}	

.contactform{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
}
