﻿html {
	margin: 0;
	padding: 0;
}
*, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, tahoma;
	color: #333;
	background: #E6E6E6;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #333/* #66CCFF */;
}
img {
	border-width: 0;
}
h1, h2, h3, h4, h5, p {
	margin: 0;
	font-weight: normal;
}
}
::selection {
	background: #4E6510;
	color: #fff;
}
::-moz-selection {
	background: #4E6510;
	color: #fff;
}
::-webkit-selection {
	background: #4E6510;
	color: #fff;
}
.banner {
	/*	background: #000 url('../image/bg-header.png') 0 0 repeat-x; */
 background: url('img/banner.png');
	height: 244px;
	width: 100%;
	margin-top: 8px;
}
.logo {
	margin: 0 0 0 73px;
	width: 490px;
}
.wrapper {
	margin: 0 auto;
	width: 912px;
}
.global {
	margin-top: 20px;
}
ul.menu {
	border:0px red solid;


	position: absolute;
	top: 253px;
	z-index: 10;
/*	 left: 130px;

*/
 

	
		padding-left: 30px;
 


}
ul.menu li {
	list-style: none;
	float: left;
	margin: 6px;
	width: 90px;
	text-align: center;

}
ul.menu li a {
	color: #333;
	background: url('img/mnu.png') repeat-x;
	box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: #333 0 0px 5px;
	-moz-box-shadow: #333 0 0px 5px;
	-o-box-shadow: #333 0 0 5px;
	Border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 30px;
	display: block;
	height: 30px;
	border: 1px silver solid;

/*	box-shadow: 0px 0px 5px #333;	
-webkit-box-shadow: #333 0 0px 5px;
-moz-box-shadow: #333 0 0px 5px;
-o-box-shadow: #333 0 0 5px;
*/
}
ul.menu li a:hover {
	color: #759F9F;
	text-shadow: 0 1px 1px #fff;
	background: #e6e6e6;
	box-shadow: 0px 0px 5px #759F9F;
	-webkit-box-shadow: #759F9F 0 0px 5px;
	-moz-box-shadow: #759F9F 0 0px 5px;
	-o-box-shadow: #759F9F 0 0 5px;
}
.co-menu {
	border: 0px red dashed;
	float: right;
	width: 343px;
}
.co-menu-top {
	background: url('img/co_menu.png') no-repeat;
	height: 314px;
}
.co-menu-center {
	background-image: url('img/co_menu_center.png');
	height: 254px;
}
.co-menu-bottom {
	background: url('img/co_menu_bottom.png') no-repeat top;
	height: 28px;
}
.menu-h1 {
	padding: 12px 25px;
	color: #fff;
	font: normal 15px "century gothic";
	text-shadow: 0 1px 0px #333;
	font-weight: bold;
}
.menu-co {
	padding: 20px 35px;
	font-family: Calibri;
	font-size: 15px;
}
.menu-list {
	list-style: none;
	line-height: 23px;
	text-shadow: 0 1px 0px #eaeaea;
}
.menu-list a {
	padding-left: 12px;
	color: #333;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: url('img/li.gif') no-repeat 0 50%;
	display: block;
	font-weight: bold;
}
.menu-list a:hover {
	text-decoration: none;
	color: #eee;
	text-shadow: 0 1px 0px #333;
}
.page-content {
	width: auto;
	float: left;
}
.content {
	width: 544px;;
	margin-left: 8px;
}
pre {
	font-family: "Century Gothic";
}
.content-top {
	background: url('img/content_top.png') no-repeat;
	height: 7px;
}
.content-center {
	background: url('img/content_center.png') repeat-y;
}
.content-center-text {
	font-size: 16px;
	padding: 30px 0 0 40px;
	text-shadow: #eee 0 1px 0px;
	line-height: 25px;
}
.content-center-text h1 {
	font-size: 22px;
	font-weight: bold;
}
.content-bottom {
	background: url('img/content_bottom.png') no-repeat;
	height: 7px;
}
.content-center p {
	font-size: 16px;
	padding: 30px 0 0 40px;
	text-shadow: #eee 0 1px 0px;
}
.shadow {
	text-shadow: 0px 1px 0px #000;
}
.log {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	border: 2px #fff solid;
	margin-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: #fff 0 0px 5px;
	-moz-box-shadow: #fff 0 0px 5px;
	-o-box-shadow: #fff 0 0 5px;
}

.log-about{
	margin-top: 20px;
	margin-left: 85px;
	margin-bottom:20px;
	border: 2px #fff solid;
	border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: #fff 0 0px 5px;
	-moz-box-shadow: #fff 0 0px 5px;
	-o-box-shadow: #fff 0 0 5px;
}


.every-img{
	border: 2px #fff solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: #fff 0 0px 5px;
	-moz-box-shadow: #fff 0 0px 5px;
	-o-box-shadow: #fff 0 0 5px;

}
.imgs {
	text-align: center;
	margin-top: 55px;
}
.contact {
}
.contact h1 {
	font: bold 20px "century gothic";
}
/* 
 footer index

 
 <div class="footer" style="left: 0px; top: 0px">
		<div class="footer-left">
			<h1><strong>Contact Informations :</strong></h1>
			<pre>
<strong>   Phone: </strong> 
                 
       <strong>Cell: </strong> 
                 </pre>
			<pre>

<strong>Address:</strong>  
</pre>
		</div>
		<div class="footer-right">
			Copyright 2008 -2011 © Bee Corporation <br />
			<a href="#">Home</a> | <a href="#">Site Map</a> </div>		<div class="" style="text-align:center"><img src="img/footer_logo.png" alt="" /></div>

	</div>
 
 
 
 
 
 */
.saadulla {
	color: red;
}
.footer {
	background: url('img/footer_bg.png');
	font-family: "Century Gothic";
	font-weight: normal;
	height: 150px;
	margin: 0px 0 10px 0;
	color: #fff;
	padding: 20px 0 0 20px;
	line-height: 20px;
}
.footer-right {
	font-size: 14px;
	padding: 35px 20px 0 0;
	text-align: center;
	text-shadow: 0px 1px 0px #333;
	color: #e6e6e6;
	font-weight: bold;
}
.footer-right .saadulla a {
	color: #475B7A;
	line-height: 30px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	font-family: tahoma;
}
.footer-right .saadulla a:hover {
	color: #000;
}
.footer a {
	color: #e6e6e6;
	text-decoration: none;
	font-size: 12px;
}
.footer a:hover {
	color: silver;
	text-decoration: none;
}
.footer ul {
	margin: 10px 0 0 0;
}
.footer li {
	display: inline;
	border-right: 1px #666 solid;
	padding-right: 10px;
	margin: 0 5px;
	cursor: pointer;
}
.footer li:last-child {
	border-right: 0;
}
.clear {
	clear: both;
}
