html, body {
	color: 				#666666;
	font-size: 			12px;
	font-family:		Verdana, helvetica;
	background:			#c0c0c0;
}

a {
	text-decoration: 	none;
}

img {
	border:				0px;
}

h1 {
	margin: 			0px;
	padding: 			0px;
	font-size: 			16px;
	color: 				#12437e;
	font-weight: 		normal;
}

h2 {
	margin: 			0px;
	padding: 			0px;
	font-size: 			16px;
	color: 				#12437e;
	font-weight: 		normal;
}

h3 {
	margin: 			0px;
	padding: 			0px;
	font-size: 			12px;
	color: 				#ffffff;
	font-weight: 		normal;
	font-style: 		italic;
}

ul {
	padding: 			0px;
	margin: 			0px;
	margin-left: 		15px;
}

li {
	padding: 			0px;
	margin: 			0px;
}

li span
{
		line-height:		16px !important;

}

div#site_container {
	background:			#ffffff;
	border-left: 		1px solid black;
	border-right: 		1px solid black;
}

/* header */
div#header_container {
	background: 		url('/img/header_photo.jpg') 0px 93px no-repeat;
}

div#logo {
	position: 			absolute;
	left: 				35px;
	top: 				25px;
	width: 				274px;
	height: 			93px;
}

div#flags {
	position: 			absolute;
	right: 				19px;
	top: 				61px;
	width: 				150px;
	height: 			18px;
}

div#flags div {
	float: 				left;
	width: 				50px;
}

/* Top Content */
div#top_info {
	width: 				100%;
/*	margin-top: 		50px;*/
	margin-top: 		30px;
}

div#top_image {
	float: 				left;
	width: 				220px;
	margin-right: 		43px;
}

div#top_text {
	padding-right: 		30px;
}

/* Main Content */
div#bttm_info {
	width: 				100%;
	border-top: 		1px solid #c4c3c3;
	background: 		url('/img/bttm_bg0.jpg') left top repeat-y;
}

div#bttm_info div#left {
	float: 				left;
	width: 				230px;
}

div#bttm_info div#left div {
	width: 				225px;
	padding-left: 		13px;
	color: 				#828282;
}

div.left_block_home {
	margin-top: 		22px;
}

div#bttm_info div#right {
	float: 				right;
	width: 				581px;
	min-height: 		537px;
	height: 			100%;
	border-left: 		1px solid #c4c3c3;
}

div.block {
	padding-top: 		15px;
}

div.block_line {
	padding-top: 		15px;
	border-top: 		1px solid #c4c3c3;
}

div.block_scroll {
	padding-top: 		15px;
}

div.block_img {
	float: 				right;
	width: 				284px;
	text-align: 		center;
}

div.block_txt {
	padding-top: 		7px;
	padding-left: 		22px;
	padding-right: 		22px;
	padding-bottom: 	15px;
	color: 				#ffffff;
}

div.button {
	margin: 			10px;
	text-align: 		right;
}

div.button_left {
	margin-top: 		10px;
	text-align: 		left;
}

div.button_left input.read_more {
	width: 				263px;
	height: 			27px;
	border: 			none;
	border: 			0px;
	text-align: 		left;
	padding: 			7px;
	padding-top: 		0px;
	background: 		url('/img/button_read_more.png');
}

div.button input {
	width: 				182px;
	height: 			27px;
	border: 			none;
	border: 			0px;
	padding-bottom: 	7px;
	background: 		url('/img/button_web.png');
}

div.button input.read_more, div.button_left input.read_more {
	width: 				263px;
	height: 			27px;
	border: 			none;
	border: 			0px;
	padding-bottom: 	7px;
	background: 		url('/img/button_read_more.png');
}

div.emplyr_photo {
	float: 				right;
	width: 				206px;
	height: 			300px;
	margin-left: 		10px;
}

div#bttm_shadow {
	width: 				822px;;
	height: 			7px;
	background: 		url('/img/bttm_bg.png') left bottom repeat-x;
}

ul#links {
	margin: 			0px;
	padding: 			0px;
	/*height: 			200px;*/
}

ul#links li a {
	color: 				#ffffff;
	font-size: 			12px;
	font-weight: 		bold;
}

ul#links li {
	list-style: 		none;
	margin: 			0px;
	padding: 			0px;
	padding-left: 		30px;
	line-height: 		28px;
}

ul#links li.active {
	background: 		url('/img/menu_act_arrow0.png') 2px 10px no-repeat;
}

div.ship_photo {
	width: 				100%;
	text-align: 		center;
}

div#fleed_info {
	margin-top: 		0px;
	padding: 			15px;
	padding-left: 		20px;
}

div#fleed_info p {
	color: 				#ffffff;
}

ul.ship {
	margin: 			0px;
	padding: 			0px;
	padding-left: 		15px;
	margin-bottom: 		10px;
}

ul.services_top {
	margin: 			0px;
	padding: 			0px;
	margin-top: 		15px;
	padding-left: 		15px;
}

ul.services {
	margin: 			0px;
	padding: 			0px;
	padding-left: 		15px;
}

p.job_reply {
	text-align:right;
}

p.job_reply input.button {
	width: 				236px;
	height: 			27px;
	border: 			none;
	padding-bottom: 	7px;
	background: 		url('/img/button.png');
}

div.clear {
	clear: 				both;
}

/* footer */
div#footer_container {
	background: 		#1f91d7;
}

