@charset "utf-8";

body{ margin:0px; background-color:#000;}

.main_rep { background-image:url(images/main_rep.png); background-repeat:repeat-x; background-position:top;}
.button_bg{ background-color:#180d52}

.header_bg{ background-color:#FFF;}

#menu { width:auto;
         /*float:right;*/
		
		 
		 
		 }

#menu ul { list-style:none;
           margin:0px;
		   margin-left:-72px;
		   
		 

}

#menu li { display:inline;

}

#menu a{
	float:left;
	width:auto;
	height:13px;
	padding:35px;
	padding-top:20px;
	/*margin-top:3px;*/
	font-family:Tahoma;
	font-size:16px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin-left:22px;
	/*background-image:url(images/button.png); background-repeat:no-repeat; background-position:center;*/
	

}

#menu a:hover { color:#FFF;
background-color:#000;
               /* background-image:url(images/h_button.png); background-repeat:no-repeat; background-position:center;*/
               
                
}

#menu li a.static{  width:auto;
		             height:13px;
					 padding:35px;
					 /*margin-top:3px;*/
					 padding-top:20px;
					 color:#fff;
					 margin-left:22px;
					 background-color:#000;
					  /*background-image:url(images/h_button.png); background-repeat:no-repeat; background-position:center;*/
					 
					 }


.welcome_note{ font-family:Arial; font-size:20px; color:#FFF;}
.main_text{ font-family:Arial; font-size:15px; color:#fff; line-height:22px;}
.read_more a{font-family:Arial; font-size:14px; color:#0188fb; text-decoration:none;}
.read_more a:hover{font-family:Arial; font-size:14px; color:#fff; text-decoration:none;}
.follow{ font-family:Arial; font-size:14px; color:#000;}
.our_product a{font-family:Arial; font-size:16px; color:#fff; text-decoration:none;}
.our_product a:hover{font-family:Arial; font-size:16px; color:#0188fb; text-decoration:underline;}

.marquee {font-family:Arial; font-size:16px; color:#fff; text-decoration:none;}

.footer_bg { background-color:#333}

.footer_menu a{font-family:Arial; font-size:14px; color:#fff; text-decoration:none;}
.footer_menu a:hover{font-family:Arial; font-size:14px; color:#0188fb; text-decoration:none;}
.copyright{font-family:Arial; font-size:11px; color:#fff; text-decoration:none;}

.social_boeder{ border:none;}
.social_boeder:hover{ border:3px #ccc solid}

.contact_box_border{ border:#CCC solid thin; border-radius:20px;}