/*	---------------------------------------------------------------------------------------

	E.U.F. Coporation

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:		Default styles (layout, colors, links and fonts)

	File:				default.css

	Version:			0.1

	Date:				10. 01. 2008

	Author:				Carlos Cancino

	---------------------------------------------------------------------------------------	*/
	
/*	Global Styles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
body  {
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(http://euf.com/images/EUF_web_BGK.jpg) top center no-repeat fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #ffffff;		
}
a:visited {
	text-decoration: none;
}
a:hover { 
	color: #8db750;
	border-bottom: 2px solid #ffffff;
}
h1 {
	color: #FFFF00;
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h2 {
	color: #FFFF00;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.01em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h3 {
	font-size: 13px;
	color: #72ad3e;
	font-weight: bold;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top: 2px;

}
p	{
	font-family:Arial, Helvetica, sans-serif;
}
img { 
	border-style: none;
}
td { vertical-align: top;
}
.imgFloatRight {
	float:right;
	padding: 0 0 0 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
.kern1 {
	letter-spacing: -0.4px;
}
.textgreen {
	color:#8db750;
}
/*	Page Layout
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#page { 
	width: 820px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
} 
/*	Beginning of #header - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#header {
	background: #72ad3e url(http://euf.com/images/header_bk.jpg) no-repeat;
	position: relative;
	width: 820px;
	height: 64px;
	padding: 0px;
	margin: 0px;
}
#logo {
	position: absolute;
	top: 7px;
	left: 77px;
}
#logo a:hover {
	border-bottom: none;
}
/*	Beginning of #NavWrapper - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#navWrapper {
	width: 820px;
	height: 35px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navlist li {
	font: bold 13px Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navlist li a:hover { 
	color: #96bd53;
	border-bottom: 2px solid #96bd53;
}
#navlist li a#current {
	border-bottom: 2px solid #96bd53;
}
/*	Beginnning of #content --------------------------------------------------------------------------------------- */
#content {
	clear: both;
	background: url(http://euf.com/images/content_bk.png) repeat-y;
	width: 810px;
	padding:15px 10px 0 0;
	margin:0 0 0 0;
}
/*	Beginnning of #centerContent --------------------------------------------------------------------------------------- */
#centerContent {
	width: 555px;
	margin: 0 0 0 250px;
	padding: 0 0 0 0;
}
#centerContent {
	list-style-image:url(http://euf.com/images/bullet_navThree.gif)
}
#centerContent ul li ul li {
	list-style-image:urlhttp://euf.com/images/bullet_navOne.gif)
}
#centerContent .bk_image {
	background:url(http://euf.com/images/bk_paragraph.png) no-repeat;
}
/*	Beginnning of #sidebarLeft --------------------------------------------------------------------------------------- */
#sidebarLeft {
	float:left;
	width: 230px;
	margin:0 0 0 15px;
	padding:0;
}
#sidebarLeft ul {
	padding: 0 0 0 14px;
}
/* Beginning of #services ----------------------------------------------------------------*/
#Services {
	background:  url(http://euf.com/images/sidebar_Serv_bk.jpg) no-repeat;
	width: 210px;
	padding: 10px 15px;
	margin: 0 0 20px 0;
	font: 16px 
}
#Services h1 {
	font: 25px;
 color:#FFFF00;
 }
#Services a:hover { 
	color: #FFF000;
	border-bottom: 2px solid #fff000;
}
 #sidebarBulletlist {
 	width:200px;
 	background: #96bd53;
	padding: 10px;
}
#sidebarBulletlist a:hover { 
	color: #FFF000;
	border-bottom: 2px solid #fff000;
}
#navProduct {
	background-color: #96bd53;
	width: 100%;
	height:30px;
	
}
/*	Beginnning of #footerWrapper ---------------------------------------------------------------------------------------
	
	footerWrapper{
	background: url(../../../../../../EIP/2008/070808/HTML/images/content_bk.png) repeat-y;
	position:relative;
	height: 145px; */

/*	Beginnning of #footer --------------------------------------------------------------------------------------- */
#footer{
	position:relative;
	background: url(http://euf.com/images/footer_bk.png) no-repeat;
	height: 145px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.footerlink {
	position:absolute;
	top:111px;
	left:535px;
	font: 14px bold "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;;
}
/*	Beginnning of #copyright --------------------------------------------------------------------------------------- */
#copyright {
	padding: 1px 0 0 0;
}
/*---#TabbedPanels1 .readMore a, a:active, a:link { 
	color: #96bd53;
	border-bottom: 2px solid #ffffff;
}-----*/
#iframePage {
 padding: 0 10px 0 10px;
 }
/*Contact Page / Form Styles --------------------------------------------------------------------*/
input, select  {
	background:url(http://euf.com/images/white_bg.gif) repeat;
	color: #7b7a7a;
	border: 1px solid #7b7a7a;
	background-color:#FFFFFF;
}
textarea {
	background-color:#FFFFFF;
	color: #7b7a7a;
	border: 1px solid #7b7a7a;
}
 .submit input{
 	background-color:#FFFFFF;
	color: #000;
	background: #ffffff;
	border: 2px outset #d7b9c9
}
.inputtype {
	background:url(http://euf.com/images/white_bg.gif) repeat;
}
/*Testimonial Logos */
#knstestimonial {position: relative; width: 216px; height: 60px;
background: url(http://euf.com/testimonial-logos/klaus-and-sons-logo.png); padding:0; margin:0; top: 0; left: 0; 
background-color:none; }
#generalinstallationtestimonial {position: relative; width: 216px; height: 24px;
background: url(http://euf.com/testimonial-logos/general-installation-logo.png); padding:0; margin:0; top: 0; left: 0; 
background-color:none; }
#vaccotestimonial {position: relative; width: 216px; height: 44px;
background: url(http://euf.com/testimonial-logos/vacco-logo.png); padding:0; margin:0; top: 0; left: 0; 
background-color:none; }
#biomedlabtestimonial {position: relative; width: 216px; height: 14px;
background: url(http://euf.com/testimonial-logos/biomed-lab-logo.png); padding:0; margin:0; top: 0; left: 0; 
background-color:none; }
#eleltestimonial {position: relative; width: 216px; height: 106px;
background: url(http://euf.com/testimonial-logos/elel-wood-products-logo.png); padding:0; margin:0; top: 0; left: 0; 
background-color:none; }

