* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #a5a5a5;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 990px;
}

body {
	background: #e9f1f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h2 {
	padding: 0 0 9px 0;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-size: 2.5em;
	font-weight: 900;
	color: #003045;
}

	h2 strong {
		display: block;
		padding: 0 0 4px 0;
		font-weight: 900;
	}
	
	h2 b {
		display: block;
		padding: 0 0 8px 0;
		font-weight: 900;
	}
	
	h2 span {
		letter-spacing: -2px;
	}

h3 {
	padding: 0 0 14px 0;
	letter-spacing: -1px;
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 900;
	color: #003045;
}

h4 {
	padding: 0 0 4px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #ff7c07;
}

	h4 strong {
		display: block;
		padding: 0 0 3px 0;
	}

h5 {
	padding: 0 0 8px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #215c75;
}

	h5 a {
		color: #215c75;
	}

h6 {
	padding: 0 0 10px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #a5a5a5;
}

	h6 em {
		display: block;
		margin: 0 0 -2px 0;
		font-style: normal;
	}
	
	h6 strong {
		display: block;
		padding: 0 0 7px 0;
	}

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 20px 12px 0;
	}

.fright {
	float: right;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-tail-top {
	background: #fff url(images/main-tail-top.gif) repeat-x 0% 0%;
}

#main-tail-bot {
	background: url(images/main-tail-bot.gif) repeat-x 0% 100%;
}

#main-bg-top {
	background: url(images/main-bg-top.jpg) no-repeat 50% 0%;
	width: 100%;
}

#main {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 362px;
	overflow: hidden;
}

	#header p {
		background: url(images/head-title.gif) no-repeat 0% 0%;
		width: 570px;
		padding: 7px 0 0 0;
		line-height: 1.333em;
		font-size: 1em;
		font-weight: bold;
		color: #e98606;
		text-indent: 108px;
		position: absolute;
		top: 275px;
		left: 233px;
	}
	
		#header p a {
			margin: 0 0 0 6px;
			font-size: 1.333em;
			font-weight: 400;
			border-bottom: 1px solid #003045;
			text-decoration: none;
			color: #003045;
		}
		
			#header p a:hover {
				border-bottom: none;
			}

#menu {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 3px;
}

	#menu li {
		background: url(images/menu-divider.gif) no-repeat 0% 10px;
		float: left;
		margin: 0 0 0 -1px;
		padding: 0 3px 0 3px;
	}
	
		#menu li a {
			display: block;
			width: 136px;
			height: 45px;
			overflow: hidden;
			float: left;
			line-height: 44px;
			font-size: 1.167em;
			font-weight: 400;
			text-transform: uppercase;
			text-align: center;
			text-decoration: none;
			color: #fff;
		}
		
			#menu li a:hover {
				background: #fff;
				color: #003045;
			}
			
			#menu li.act a {
				background: #fff;
				color: #003045;
			}

#logo {
	position: absolute;
	top: 87px;
	left: 4px;
}

#banners {
	position: absolute;
	top: 76px;
	left: 211px;
}

	#banners li {
		float: left;
		padding: 0 8px 0 0;
	}
	
		#banners li a {
			display: block;
			width: 142px;
			height: 172px;
			overflow: hidden;
			float: left;
		}
		
			#banners li#banner-1 a {
				background: url(images/banner-1.jpg) no-repeat 0% 0%;
			}
			
				#banners li#banner-1 a:hover {
					background: url(images/banner-act1.jpg) no-repeat 0% 0%;
				}
				
			#banners li#banner-2 a {
				background: url(images/banner-2.jpg) no-repeat 0% 0%;
			}
			
				#banners li#banner-2 a:hover {
					background: url(images/banner-act2.jpg) no-repeat 0% 0%;
				}
			
			#banners li#banner-3 a {
				background: url(images/banner-3.jpg) no-repeat 0% 0%;
			}
			
				#banners li#banner-3 a:hover {
					background: url(images/banner-act3.jpg) no-repeat 0% 0%;
				}
			
			#banners li#banner-4 a {
				background: url(images/banner-4.jpg) no-repeat 0% 0%;
			}
			
				#banners li#banner-4 a:hover {
					background: url(images/banner-act4.jpg) no-repeat 0% 0%;
				}

#price {
	position: absolute;
	top: 87px;
	left: 836px;
}

#button-1 {
	background: url(images/button-1.gif) no-repeat 0% 0%;
	display: block;
	width: 89px;
	height: 24px;
	overflow: hidden;
	line-height: 20px;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 189px;
	right: 36px;
}

	#button-1:hover {
		color: #e98606;
	}

#button-2 {
	background: url(images/button-2.gif) no-repeat 0% 0%;
	display: block;
	width: 89px;
	height: 24px;
	overflow: hidden;
	line-height: 20px;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 217px;
	right: 36px;
}

	#button-2:hover {
		color: #12455b;
	}

#content {
	width: 100%;
	overflow: hidden;
}

	#content #indent {
		padding: 28px 0 29px 0;
	}
	
	#content p {
		padding: 0 0 5px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #a5a5a5;
	}
	
		#content p.extra {
			padding: 0 0 16px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 7px 0;
		}
		
		#content p small {
			float: right;
			padding: 0 7% 0 0;
			font-size: 1em;
		}

#column-left {
	float: left;
	width: 174px;
	padding: 0 24px 0 0;
	overflow: hidden;
}

	#column-left .indent {
		padding: 5px 0 0 3px;
	}
	
	#column-left .indent-1 {
		padding: 11px 0 0 3px;
	}

#column-middle {
	float: left;
	width: 605px;
	padding: 0 1px 0 0;
	overflow: hidden;
}
#column-middle2 {
	float: left;
	width: 790px;
	padding: 0 1px 0 0;
	overflow: hidden;
}

	#column-middle .indent {
		padding: 0 22px 0 34px;
	}
	
	#column-middle .indent-1 {
		padding: 5px 18px 0 35px;
	}
	
		#column-middle2 .indent {
		padding: 0 22px 0 34px;
	}
	
	#column-middle2 .indent-1 {
		padding: 5px 18px 0 35px;
	}

#column-right {
	float: left;
	width: 186px;
	overflow: hidden;
}

	#column-right .indent {
		padding: 0 0 0 25px;
	}
	
	#column-right .indent-1 {
		padding: 11px 0 0 25px;
	}
	
	#column-right .indent-2 {
		padding: 5px 0 0 25px;
	}
	
	#column-right .indent-3 {
		padding: 5px 0 0 24px;
	}

.row-1 {
	width: 100%;
	overflow: hidden;
}

	.row-1 .inner {
		padding: 0 0 27px 0;
	}
	
	.row-1 .inner-1 {
		padding: 0 0 53px 0;
	}
	
.row-2 {
	width: 100%;
	overflow: hidden;
}

	.row-2 .inner {
		padding: 0 0 0 2px;
	}

.box-1 {
	width: 100%;
	overflow: hidden;
}

	.box-1 .border-top {
		background: #003045 url(images/border-top1.jpg) repeat-x 0% 0%;
	}
	
	.box-1 .border-bot {
		background: url(images/border-bot1.jpg) repeat-x 0% 100%;
	}
	
	.box-1 .border-left {
		background: url(images/border-left1.jpg) repeat-y 0% 0%;
	}
	
	.box-1 .border-right {
		background: url(images/border-right1.jpg) repeat-y 100% 0%;
	}
	
	.box-1 .corner-top-left {
		background: url(images/corner-top-left1.jpg) no-repeat 0% 0%;
	}
	
	.box-1 .corner-top-right {
		background: url(images/corner-top-right1.jpg) no-repeat 100% 0%;
	}
	
	.box-1 .corner-bot-left {
		background: url(images/corner-bot-left1.jpg) no-repeat 0% 100%;
	}
	
	.box-1 .corner-bot-right {
		background: url(images/corner-bot-right1.jpg) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-1 .inner {
		padding: 15px 23px 19px 35px;
	}
	
	.box-1 strong {
		display: block;
		padding: 0 0 13px 13px;
		line-height: 1.2em;
		font-size: 2.5em;
		font-weight: 900;
		color: #fff;
	}
	
		.box-1 strong span {
			display: block;
			margin: -12px 0 0 0;
		}
		
	.box-1 b {
		display: block;
		padding: 0 0 8px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-1 p {
		padding: 0 0 5px 0 !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #fff !important;
	}
	
	.box-1 em {
		display: block;
		width: 100%;
		overflow: hidden;
		font-style: normal;
	}
	
		.box-1 em a {
			float: right;
			line-height: 1.25em;
			font-size: 1.333em;
			font-weight: 300;
			text-decoration: none;
			color: #fff;
			border-bottom: 1px solid #8098a2;
		}
		
			.box-1 em a:hover {
				border-bottom: 1px solid #003045;
			}

.box-2 {
	width: 100%;
	overflow: hidden;
}

	.box-2 .border-top {
		background: #3d711b url(images/border-top2.jpg) repeat-x 0% 0%;
	}
	
	.box-2 .border-bot {
		background: url(images/border-bot2.jpg) repeat-x 0% 100%;
	}
	
	.box-2 .border-left {
		background: url(images/border-left2.jpg) repeat-y 0% 0%;
	}
	
	.box-2 .border-right {
		background: url(images/border-right2.jpg) repeat-y 100% 0%;
	}
	
	.box-2 .corner-top-left {
		background: url(images/corner-top-left2.jpg) no-repeat 0% 0%;
	}
	
	.box-2 .corner-top-right {
		background: url(images/corner-top-right2.jpg) no-repeat 100% 0%;
	}
	
	.box-2 .corner-bot-left {
		background: url(images/corner-bot-left2.jpg) no-repeat 0% 100%;
	}
	
	.box-2 .corner-bot-right {
		background: url(images/corner-bot-right2.jpg) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-2 .inner {
		padding: 15px 21px 19px 37px;
	}
	
	.box-2 strong {
		display: block;
		padding: 0 0 13px 13px;
		line-height: 1.2em;
		font-size: 2.5em;
		font-weight: 900;
		color: #fff;
	}
	
		.box-2 strong span {
			display: block;
			margin: -12px 0 0 0;
		}
		
	.box-2 b {
		display: block;
		padding: 0 0 8px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-2 p {
		padding: 0 0 5px 0 !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #fff !important;
	}
	
	.box-2 em {
		display: block;
		width: 100%;
		overflow: hidden;
		font-style: normal;
	}
	
		.box-2 em a {
			float: right;
			line-height: 1.25em;
			font-size: 1.333em;
			font-weight: 300;
			text-decoration: none;
			color: #fff;
			border-bottom: 1px solid #9eb88d;
		}
		
			.box-2 em a:hover {
				border-bottom: 1px solid #3d711b;
			}

.box-3 {
	width: 100%;
	overflow: hidden;
}

	.box-3 .border-top {
		background: #e98606 url(images/border-top3.jpg) repeat-x 0% 0%;
	}
	
	.box-3 .border-bot {
		background: url(images/border-bot3.jpg) repeat-x 0% 100%;
	}
	
	.box-3 .border-left {
		background: url(images/border-left3.jpg) repeat-y 0% 0%;
	}
	
	.box-3 .border-right {
		background: url(images/border-right3.jpg) repeat-y 100% 0%;
	}
	
	.box-3 .corner-top-left {
		background: url(images/corner-top-left3.jpg) no-repeat 0% 0%;
	}
	
	.box-3 .corner-top-right {
		background: url(images/corner-top-right3.jpg) no-repeat 100% 0%;
	}
	
	.box-3 .corner-bot-left {
		background: url(images/corner-bot-left3.jpg) no-repeat 0% 100%;
	}
	
	.box-3 .corner-bot-right {
		background: url(images/corner-bot-right3.jpg) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-3 .inner {
		padding: 15px 23px 19px 35px;
	}
	
	.box-3 strong {
		display: block;
		padding: 0 0 13px 13px;
		line-height: 1.2em;
		font-size: 2.5em;
		font-weight: 900;
		color: #fff;
	}
	
		.box-3 strong span {
			display: block;
			margin: -12px 0 0 0;
		}
		
	.box-3 b {
		display: block;
		padding: 0 0 8px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #fff;
	}
	
	.box-3 p {
		padding: 0 0 7px 0 !important;
		line-height: 1.333em !important;
		font-size: 1em !important;
		color: #fff !important;
	}
	
	.box-3 em {
		display: block;
		width: 100%;
		overflow: hidden;
		font-style: normal;
	}
	
		.box-3 em a {
			float: right;
			line-height: 1.25em;
			font-size: 1.333em;
			font-weight: 300;
			text-decoration: none;
			color: #fff;
			border-bottom: 1px solid #f4c383;
		}
		
			.box-3 em a:hover {
				border-bottom: 1px solid #e98606;
			}
			
	.box-3 i {
		display: block;
		padding: 0 0 6px 0;
		line-height: 1.333em;
		font-size: 1em;
		font-weight: bold;
		font-style: normal;
		color: #003045;
	}

.link {
	float: right;
	line-height: 1.25em;
	font-size: 1.167em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #003045;
	border-bottom: 1px solid #003045;
}

	.link:hover {
		border-bottom: 1px solid #fff;
	}

.link-indent {
	margin: 0 0 46px 0;
}

.link-indent1 {
	margin: 0 0 41px 0;
}

.link-indent2 {
	margin: 0 0 44px 0;
}

.link-indent3 {
	margin: 0 0 49px 0;
}

.link-indent4 {
	margin: 0 0 52px 0;
}

.rss {
	background: url(images/rss.gif) no-repeat 100% 2px;
	float: right;
	padding: 0 19px 2px 0;
	line-height: 1.25em;
	font-size: 1.167em;
	font-weight: 600;
	color: #e98606;
}

	.rss a {
		border-bottom: 1px solid #f8d7ac;
		text-decoration: none;
		color: #e98606;
	}
	
		.rss a:hover {
			border-bottom: 1px solid #fff;
		}

.list {
	padding: 0 0 10px 0;
	overflow: hidden;
}

	.list li {
		background: url(images/line-hor.gif) repeat-x 0% 100%;
		line-height: 1.857em;
		font-size: 1.167em;
		color: #215c75;
	}
	
		.list li a {
			background: url(images/marker.gif) no-repeat 0% 2px;
			padding: 0 0 0 19px;
			text-decoration: none;
			color: #215c75;
		}
		
		.list li a:hover {
			color: #e98606;
		}

.list-1 {
	width: 100%;
	overflow: hidden;
}

	.list-1 li {
		background: url(images/line-hor.gif) repeat-x 0% 100%;
		width: 100%;
		margin: 0 0 7px 0;
		padding: 0 0 7px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.333em;
		font-size: 1em;
		font-weight: bold;
		color: #155471;
	}
	
	.list-1 li.last {
		background: none;
	}
	
		.list-1 li img {
			float: left;
			margin: 0 7px 0 0;
		}
		
		.list-1 li a {
			text-decoration: none;
			color: #155471;
		}
		
			.list-1 li span a {
				color: #3e731b;
			}
			
			.list-1 li strong a {
				color: #e98606;
			}
			
			.list-1 li b a {
				color: #b0250e;
			}
			
				.list-1 li a:hover {
					text-decoration: underline;
				}

.list-2 {
	overflow: hidden;
	padding: 0 0 8px 0;
}

	.list-2 dt {
		padding: 0 0 4px 0;
		line-height: 1.333em;
		color: #ff7c07;
	}
	
		.list-2 dt span {
			font-weight: normal;
		}
	
	.list-2 dd {
		line-height: 1.333em;
		font-size: 1em;
		color: #a5a5a5;
	}
	
		.list-2 dd b {
			display: block;
			padding: 0 0 8px 0;
			color: #215c75;
		}
		
			.list-2 dd b a {
				color: #215c75;
			}

.list-3 {
	overflow: hidden;
	padding: 0 0 0 2px;
}

	.list-3 dt {
		padding: 0 0 4px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #ff7c07;
	}
	
	.list-3 dd {
		padding: 0 0 17px 0;
		line-height: 1.333em;
		font-size: 1em;
		color: #a5a5a5;
	}
	
		.list-3 dd strong {
			display: block;
			padding: 0 0 8px 0;
			color: #215c75;
		}
		
			.list-3 dd strong a {
				color: #215c75;
			}

.list-4 {
	padding: 0 0 0 2px;
	overflow: hidden;
	line-height: 1.333em;
	font-size: 1em;
	color: #a5a5a5;
}

	.list-4 dt {
		font-weight: bold;
		color: #215c75;
	}
	
		.list-4 dt a {
			color: #215c75;
		}
		
	.list-4 dd {
		padding: 0 0 16px 0;
	}

.banner {
	margin: 0 0 31px 7px;
}

.banner-1 {
	margin: 45px 0 2px 7px;
}

.banner-2 {
	margin: 45px 0 2px 0;
}

.line-ver-1 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(images/line-ver.gif) repeat-y;
	width: 100%;
}

.text-1 {
	padding: 0 0 10px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #13516c;
}

	.text-1 a {
		color: #13516c;
	}

.text-2 {
	padding: 0 0 10px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #3d711b;
}

	.text-2 a {
		color: #3d711b;
	}

.text-3 {
	padding: 0 0 10px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #e98606;
}

	.text-3 a {
		color: #e98606;
	}

.pic-indent {
	margin: 0 0 12px 0;
}

#contact-form {
	width: 550px;
	padding: 10px 0 0 0;
}

	#contact-form label {
	display: block;
	height: 30px;
	overflow: hidden;
	}

	#contact-form textarea {
	background: none;
	width: 284px;
	height: 82px;
	border: 1px solid #a4a4a4;
	float: right;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #a4a4a4;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	}
	
	#contact-form input {
	background: none;
	width: 245px;
	height: 23px;
	border: 1px solid #a4a4a4;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #a4a4a4;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	}

	#contact-form a {
		float: right;
		margin: 11px 6px 0 11px;
		line-height: 1.25em;
		font-size: 1.167em;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
		color: #003045;
		border-bottom: 1px solid #003045;
	}
	
		#contact-form a:hover {
			border-bottom: 1px solid #fff;
		}

#privacy {
	padding: 33px 0 39px 3px;
}

	#privacy h2 {
		padding: 0 0 13px 0 !important;
	}
	
	#privacy p {
		padding: 0 0 16px 0;
	}

#footer {
	height: 87px;
	overflow: hidden;
}

	#footer .inner {
		padding: 16px 51px 0 4px;
	}
	
		#footer ul {
			float: right;
			padding: 4px 0 0 0;
		}
		
			#footer ul li {
				float: left;
				padding: 0 0 0 5px;
			}
			
		#footer p {
			float: left;
			width: 215px;
			padding: 0 15px 0 0;
			line-height: 1.333em;
			font-size: 1em;
			color: #003045;
		}
		
			#footer p strong {
				padding: 0 3px 0 0;
			}
		
			#footer p span {
				display: block;
			}
			
			#footer p a {
				text-decoration: none;
				color: #003045;
			}
			
				#footer p a:hover {
					text-decoration: underline;
				}
				
		#footer b {
			display: block;
			float: left;
			line-height: 1.333em;
			color: #003045;
		}
		
			#footer b span {
				display: block;
			}
			
				#footer b span a {
					text-decoration: none;
					color: #003045;
				}
				
					#footer b span a:hover {
						text-decoration: underline;
					}
				
			#footer b em {
				background: url(images/icon-skype.gif) no-repeat 0% 3px;
				display: block;
				padding: 2px 0 3px 19px;
				font-style: normal;
			}.greyline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.submitbuttoncontact {
	color: #FFF;
	background-color: #A5A5A5;
	height: 30px;
	width: 260px;
}

