@charset "utf-8";
/* CSS Document */

/* HOME ROLLOVER BUTTON */


#home_btn a{
display:block;
 width: 118px;
 height: 32px;
 background-image: url(../images/rollover_images/home_button2.gif);
 background-repeat: no-repeat;
}

#home_btn a:hover{ 
 display:block;
 width: 118px;
 height: 32px;
 background-image: url(../images/rollover_images/home_button1.gif);
 background-repeat: no-repeat;

}

#home_btn a:active{ 
 display:block;
 width: 118px;
 height: 32px;
 background-image: url(../images/rollover_images/home_button2.gif);
 background-repeat: no-repeat;
}

.home_btn{
	display:block;
	 width: 118px;
	 height: 32px;
	 background-image: url(../images/rollover_images/home_button1.gif);
}


/* =============================== ABOUT ROLLOVER BUTTON===============================*/



#about_btn a{ 
 display: block;
 width: 120px;
 height: 32px;
 background-image: url(../images/rollover_images/about_button2.gif);
 background-repeat: no-repeat;
}

#about_btn a:hover { 
 display: block;
 width: 120px;
 height: 32px;
 background-image: url(../images/rollover_images/about_button1.gif);
 background-repeat: no-repeat;

}

#about_btn a:active { 
 display: block;
 width: 120px;
 height: 32px;
 background-image: url(../images/rollover_images/about_button2.gif);

}

.about_btn{
	 display: block;
	 width: 120px;
	 height: 32px;
	 background-image: url(../images/rollover_images/about_button1.gif);
}


/* ================== PRODUCTS ROLLOVER BUTTON ====================== */



#products_btn a { 
	 display: block;
	 width: 118px;
	 height: 32px;
	 background-image: url(../images/rollover_images/products_button2.gif);
	 background-repeat: no-repeat;
}

#products_btn a:hover { 
	 display: block;
	 width: 118px;
	 height: 32px;
	 background-image: url(../images/rollover_images/products_button1.gif);
	 background-repeat: no-repeat;

}

#products_btn a:active { 
	 display: block;
	 width: 118px;
	 height: 32px;
	 background-image: url(../images/rollover_images/products_button2.gif);

}

.products_btn{
	 display: block;
	 width: 118px;
	 height: 32px;
	 background-image: url(../images/rollover_images/products_button1.gif);
}


/* ================== BLOG ROLLOVER BUTTON ====================== */



#blog_btn a{ 
	 display: block;
	 width: 119px;
	 height: 32px;
	 background-image: url(../images/rollover_images/blog_button2.gif);
	 background-repeat: no-repeat;
}

#blog_btn a:hover { 
	 display: block;
	 width: 119px;
	 height: 32px;
	 background-image: url(../images/rollover_images/blog_button1.gif);
	 background-repeat: no-repeat;

}

#blog_btn a:active { 
	 display: block;
	 width: 119px;
	 height: 32px;
	 background-image: url(../images/rollover_images/blog_button2.gif);

}

.blog_btn{
	 display: block;
	 width: 119px;
	 height: 32px;
	 background-image: url(../images/rollover_images/blog_button1.gif);
}

/* =========================MEDIA ROLLOVER BUTTON===================== */


#media_btn a{ 
 display: block;
 width: 120px;
 height: 32px;
 background-image: url(../images/rollover_images/media_button2.gif);
 background-repeat: no-repeat;
}

#media_btn a:hover { 
 display: block;
 width: 120px;
 height: 32px;
 background-image: url(../images/rollover_images/media_button1.gif);
 background-repeat: no-repeat;

}
#media_btn a:active { 
	 display: block;
	 width: 119px;
	 height: 32px;
	 background-image: url(../images/rollover_images/media_button2.gif);

}



.media_btn{
	 display: block;
	 width: 120px;
	 height: 32px;
	 background-image: url(../images/rollover_images/media_button1.gif);
}

/* end */





#nav ul{
	
	list-style-type: none ;
	padding:0px;
	margin:0px;
	border:0px;
	
	
}

#nav ul li {
			
			display: inline ;
			float:left;
			}
			
#nav ul li a{
	text-decoration:none;
	
}
			
.ewan1{
	width:81px;
	height:32px;
	background-image:url(../images/index/index_02.gif);
	background-repeat:no-repeat;
	display:inline-block;	
}


.ewan2{
	background-color:#484f70;
	width:83px;
	height: 32px;
	
	
}

#bottomlinks a{
	 color:#FFFFFF;
	 font-size:12px;
	 font-family:Arial, Helvetica, sans-serif;
	 text-decoration:none;
	 font-weight:bold;
	 }
#bottomlinks a:hover{
	 color:#000e24;
	 font-size:12px;
	 font-family:Arial, Helvetica, sans-serif;
	 text-decoration:none;
	 font-weight:bold;
	 }
#bottomlinks ul{
	
	list-style-type: none ;
	padding:25px;
	margin-top:4px;
	margin-left:15%;
}

#bottomlinks ul li {
	display: inline ;
	float:left;
	margin-right:10px;
			}

.copyright{
	width:759px;
	height:auto;
	float:left;
	}
.copyright p{
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
		margin-top:0px;
	}
.copyright p a{
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
	}
.copyright p a:hover{
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:underline;
	}

	








