* { 
	margin: 0;
	padding: 0;
}

* html { 
	margin: 0;
	padding: 0;
}

body {
	font: 100%;
	font-family:Tahoma, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;	padding: 0;
	text-align: center; 
	color: #555e53;
	/* background:url(img/bg_1.png); */
	padding: 0px 0px 0px 0px;
}
#container {
	width: 957px;  
	background: #FFFFFF;	

	text-align: left; 
	padding: 0px;
	margin: 0 auto;
	font-size:12px;
}
#header {
	background: url(img/header_ship.jpg) no-repeat;
	width: 957px;
	height:394px;
	//behavior: url("scripts/iepngfix.htc");	
}

#header img,a {
//behavior: url("scripts/iepngfix.htc");
}

#header a.logo {
	width: 317px;
	height:109px;
	background:url(img/logo.png) left no-repeat;	
	display:block;
	float:left;
	position:relative;
	top: 40px;
	left:40px;
}

#header a.home {
	width: 31px;
	height:38px;
	background:url(img/home.png) left no-repeat;	
	display:block;
	float:left;
	position:relative;
	top: 50px;
	left:420px;
	cursor:pointer;
}

#header a.mail {
	width: 31px;
	height:38px;
	background:url(img/mail.png) center no-repeat;
	display:block;
	float:left;
	position:relative;
	top: 50px;
	left:458px;
}

#header a.sitemap {
	width: 31px;
	height:38px;
	background:url(img/sitemap.png) center no-repeat;
	display:block;
	float:left;
	position:relative;
	top: 50px;
	left:500px;
}


#container h1 {
	font-size: 22px;
	color:#020202;
}

#container h4 {
	font-size: 12px;
	color:#020202;
}
#mainContent {
	background: url(img/ship_2.png) no-repeat;
	//height:164px;
	padding-top:30px;
	height:100%;
	
}

#mainContent .content a {
	//behavior: url("scripts/iepngfix.htc");
}

#mainContent .content h1 {
	font-size: 21px;
	color:#020202;
	margin-top:5px;
	margin-bottom: 20px;
}

#mainContent .content {
	clear:both;
	width:auto;
	padding-left: 60px;
	overflow:hidden;	
}

#mainContent .content .left {
	float:left;
	width: 260px;	
}

#mainContent .content .left ul 
{
	padding-top: 30px;
	list-style:none;
}

#mainContent .content .left ul li
{
	margin-top:20px;
	margin-bottom:20px;
}

#mainContent .content .left ul a {
	font-family:Tahoma;
	font-size:13px;
	color: #555e53;
	text-transform:uppercase;
	padding-left:25px;
	font-weight:normal;
}

#mainContent .content .left ul a:hover {
	color: #f76b04;
	text-decoration:none;
	background:url(img/reddot.png) left no-repeat;
}

#mainContent .content .left ul.greenList a {
	color: #047400;
}

#mainContent .content .left ul.greenList a:hover {
	text-decoration:none;
	background:url(img/greendot.gif) left no-repeat;	
}

#mainContent .content .right {
	float:left;
	width:570px;
}

#mainContent .content .right .a.title  {
	color: #047400;
	font-size:25px;
}

#mainContent .content .ul.dottedR {
	list-style:none;
	
}

#mainContent .content ul.dottedR li{
	clear:both;
	list-style:none;
	font-size:13px;
}

#mainContent .content ul.dottedR span.dotted{
	background:url(img/dotted_r.gif) bottom no-repeat;
	width:17px;
	display:block;
	padding: 0px 5px 0px 25px;
	height:22px;
	float:left;	
	color:#23381c;
}

#mainContent .content ul.dottedR a{
	display:block;
	float:left;
	padding: 8px 0px 0px 20px;	
	color:#249203;
}

#mainContent p.contentText {
	padding-top:5px;
	padding-bottom:5px;
	color: #595858;
	font-size:13px;
}
#mainContent p.title {
	color: #000;
	font-size:20px;
	font-family:Tahoma;
		margin: 15px 0px 15px 0px;
}
#mainContent p.phone {
	color: #000;
	font-size:25px;
	font-family:Tahoma;

}
a {
	color: #f76b04;
	font-size:12px;	
}

a.moreInfo {
	color: #f76b04;
	font-size:12px;
	padding-left:25px;
	background:url(img/info.png) left no-repeat;
	margin: 15px 0px 15px 0px;
	display:block;
	width: 200px;
}

.gradientor {
	background:url(img/gradientor.png) no-repeat;
	width:957px;
	height:20px;
}

#footer {
	clear:both;
	background: url(img/footer_bg.png) no-repeat;
	width: 957px;
	height:293px;
	position:relative;
	background-color:#fbfffa;	
}

#footer div#contacts {
	padding-left:320px;
	font-size: 13px;
}

#footer ul#regions {
	background:url(img/dotted_l.gif) top left no-repeat;
	margin-top: 55px;
	padding-top:25px;
	font-size: 11px;
	list-style:none;
}

#footer ul#regions li {
	float:left;
	width:200px;
}
