/* Css Document For Shehata Marine Services */
body{
    margin:0px;
	padding:0% 10% 0% 12%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}
div{
	margin:0px;
	padding:0px;
	float: right;
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	display:inline;
}
#main{
	width:784px;
}
#header{
	width:784px;
	height: 250px;
}
#logo{
	width:784px;
	height:250px;
	background:url(../images/header.png) no-repeat;
}
#line{
    width: 784px;
	height: 1px;
	color: #333;
}
#main_area{
	width:770px;
}
#left_area{
	width:540px;
	background-color: #F1F6E9;
	margin-top: 7px;
	margin-right: 7px;
	text-align: right;
	border: 1px solid #C8D6B5;
	-moz-border-radius:25px 3px 20px 3px; 
    -webkit-border-radius:20px 3px 25px 3px;
}
#right_area{
	width: 215px;
	text-align: center;
}
#banners{
    width: 215px;
	text-align: cetner;
	margin-top: 10px;
}
.arrowgreen{
	width: 200px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 5px 6px 5px 6px;
}
.arrowgreen ul{
    list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.arrowgreen li a{
	font: normal 12px Tahoma, Arial;
	display: block;
	text-align: right;
	background: transparent url(../images/menu.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 4px 5px 0px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}
.arrowgreen li a:hover{
	color: #00f;
	font-weight: bold;
	background-position: 0% 32px;
}
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 0% 64px;
}
.title{
    padding: 5px 18px 5px 5px;
	background: url(../images/title.gif) right center no-repeat;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 3px;
	font-weight: bold;
	color: #00f;
}
.text{
    width: 525px;
	padding: 8px 10px 10px 5px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	font-family: Arial;
	text-align: right;
}
#footer{
	width:784px;
	margin: 2px 0px 2px 0px;
	color:#757474;
	font-size:12px;
	color: #f00;
	text-align:center;
	padding: 7px;
}
#copyright{
    text-align: center; 
	width:720px;
	margin: 0px 0px 5px 0px;
	color:#f00;
	font-size:12px;
}