@charset "utf-8";
@font-face { font-family: "Lithos Pro Regular"; src: url("fonts/LithosPro-Regular.otf"); }
/* CSS Crazy Elephants  */
body {
	margin:0px; padding:0px;border:0px;
	background:#000;
}
a:link {
	color: #eee;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #000;
}
a:active {
	color: #FC9;
}
.page{
	background:url(images/home_body_bg.jpg) no-repeat;
}
.page1{
	background:url(images/add_body_bg.jpg) no-repeat;
}
.page2{
	background:url(images/add_body_bg_4.jpg) no-repeat;
}
/*menu css*/
#menu {
  list-style:none;
  padding: 0;
  margin: 0;
}
#menu ul {
  padding-top: 20px; padding-left:50px;	
}
#menu li { 

	display:inline; padding-left:20px; 
	text-align:center;
}
#menu a {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; color:#FFF;
  font-family:  "Lithos Pro Regular"; font-size:20px; color:#FFF;
  text-decoration:none;
  text-align:center; width:200px; height:100px;padding:15px 30px 15px 15px;
}
#menu a:hover {
  background:url(images/a_hover.png) no-repeat;
}
.logo{
	padding-left:20px; vertical-align:top;
}
.top{
	background:url(images/home_nav_bg.jpg) no-repeat; height:122px; vertical-align:top;
}
.top1{
	background:url(images/home_nav_bg1.jpg) no-repeat; height:122px; vertical-align:top;
}
.about_area{
	vertical-align:bottom; margin-left:20px 10px 0px 10px;
	background:url(images/about_area.png) no-repeat ;
	opacity:0.9;filter:alpha(opacity=90);
	height:250px; width:406px;
}
.about_area p{ 
	padding:15px 10px 20px 20px; line-height:16px; opacity:1;filter:alpha(opacity=90);
}
.contct_area{
	background: url(images/home_contact_bg.jpg) no-repeat;
	vertical-align:bottom; margin-left:20px 10px 0px 10px;
}
.contct_area p{  
	padding:30px 10px 20px 10px; line-height:16px;
	
}
.newsletter {
	background:url(images/newsletter_bg.png) no-repeat;
	height:38px; width:625px; 
}
/* new Link */

/* Fonts */
.lithos_head{ 
	font-family:  "Lithos Pro Regular"; font-size:15px; color:#000;
}
.lithos_text { 
	font-family:  "Lithos Pro Regular"; font-size:12px; color:#FFF;
}

.lithos_red { 
	font-family:  "Lithos Pro Regular"; font-size:16px; color:#C00; font-weight:300;
}

.content { 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF;
}

/* Text Field*/
.textfield_effect    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 100px;
    height: 15px;
	opacity:0.5;filter:alpha(opacity=50);
    }
 
.textfield_effect:focus    {
	opacity:0.7;filter:alpha(opacity=70);
    }
	
h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold;opacity:0.4;filter:alpha(opacity=40); color:#FFF;
}
h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px;opacity:0.4;filter:alpha(opacity=40); font-weight:bold;color:#000;
}

.content{
	font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#EEE;
}
.headtext{ 
	font-family:Tahoma, Geneva, sans-serif; font-size:18px; font-style: italic;
}
.headtext1{ 
	font-family: Arial, Helvetica, sans-serif; font-size:15px; font-style: italic;
}
.link2 a { color: #EFE; font-family: Tahoma, Geneva, sans-serif; font-size: 14px;text-decoration:none; font-weight:500;}
.link2 a:visited { color: #DDD; }
.link2 a:hover { color: #AAA; }
.opa {opacity:0.7;filter:alpha(opacity=70);