*{margin:0; padding:0;}

body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #144F97;
	line-height: 22px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}
#container #header {
	height: 160px;
}
#container #header h1 {
	display: none;
}
#container #header h2 {
	display: none;
}
#container #header h3 {
	display: none;
}
#container #header h4 {
	text-align: right;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	margin-right: 10px;
}

#container #menu {
	float: left;
	width: 180px;
	height: 700px;
	margin-top: 50px;
	padding: 0px;
}
#container #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #menu ul li {
	height: 30px;
}
#container #menu ul li a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 14px;
	font-style: italic;
	color: #144F97;
	padding-left: 35px;
	font-weight: bold;
	width: 140px;
	float: left;
	height: 30px;
	line-height: 30px;
	outline:none;
}
#container #menu ul li a:hover {
	background-image: url(../images/anchor.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #DD9854;
}
#container #content {
	float: left;
	width: 760px;
	padding: 5px;
	
}
#container #content .gallery {
	background-color: #006699;
	padding: 4px;
	width: 760px;
	margin-bottom: 20px;
}
#container #content .gallery #slideshow {
	height: 300px;
	background-image: url(../images/slide-1.jpg);
}

#container #content #quotation p {
	margin-top: 20px;
	text-align: right;
}
#container #content #quotation h4 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #A46D4C;
	text-align: center;
}
#container #content .main {
}
#container #content .main h3 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	color: #A46D4C;
	margin: 0px;
	padding: 0px;
}
#container #content .main .col {
	float: left;
	width: 340px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#container #content .main .col img {
	border: 1px solid #006699;
	margin-bottom: 20px;
}
#container #content .main table {
	margin-right: auto;
	margin-left: auto;
}
#container #content .main table td {
	padding: 5px;
}
#container #content .main  a {
	font-weight: bold;
	color: #144F97;
	text-decoration: none;
}
#container #content .main a:hover {
	color: #E0914F;
}


.tariff-info{
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;

}




#container #footer {
	font-size: 10px;
	clear: both;
	float: none;
	height: 100px;
	line-height: 60px;
	text-align: center;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
}
#container #footer a:hover {
	color: #003853;
}

.clearboth {
	clear: both;
	float: none;
	height: 20px;
}
