body {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg); 
	background-position: center top;
	background-color: #002F63;
}

img {
	border-width: 0px;
	margin: 0px;
}

h1 {
	color: #44B1E3;
	font-size: 20px;
	font-family: arial, helvetica, tahoma;
}

h2 {
	color: #44B1E3;
	font-size: 16px;
	font-family: arial, helvetica, tahoma;
}

a, a:link, a:visited, a:active {
	color: blue;
	 text-decoration: none;
}

a:hover {
	 text-decoration: underline;
}

input, textarea {
	border: 1px solid #cccccc;
}

#footer {
	padding-top: 5px;
	padding-top: 3px;
	display: block;
	text-align: left;
	border-top: 2px solid #52A3E4;
	float: right;
	height: 15px;
	font-size: 11px;
	overflow: hidden;
	width: 100%;
}

#content {
	background-color: #ffffff;
	width: 700px;
	padding: 10px 30px 0px 20px;
	display: block;
	float: right;
	text-align: left;
}

#content div, #content p {
	text-align: left;
}

#content ul {
	margin-left: 20px;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ul li {
	margin-left: 20px;
	padding-left: 2px;
}

.siteMenu ul {
	padding: 10px 0px;
	margin: 0px;
	border: 2px solid #fff;
	background-color: #FBB600;
	width: 180px;
	_width: 170px;
}

.siteMenu ul li  {
	width: 170px;
	line-height: 22px;
	text-align: left;
	padding-left: 10px;
	margin-top: 3px;
	margin-left: 5px;
	list-style-type: none;
	font-size: 11px;
	background:  url(/template/aquamasters/images/menuli.png) no-repeat;
}

.siteMenu ul li a, .siteMenu ul li a:visited {
	color: #000;
	display: block;
}



.news ul {
	padding: 0px;
	margin: 0px;
}

.news ul li  {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	list-style-type: none;
}

.news ul li .date {
	font-size: 11px;
	color #636A78;
}

.news ul li .description {
	font-size: 12px;
	color #000000;
	clear: none;
}

.news ul li a, .news ul li a:visited {
	font-size: 14px;
	color: #02448D;
	display: block;
	text-decoration: underline;
}

#tabs{
	background: url(images/bg-tabs.png) repeat-x;
	display: block
	border: 4px solid #f00;
	height: 36px;
}


#tabs ul {
	margin: 0;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	
}

#tabs li {
	width: 120px;
	overflow: hidden;
	display: inline;
	list-style-type: none;
	font-size: 12px;
}

#tabs a { 
	background: url(images/tab.png) no-repeat;
	width: 121px;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
	color: #444444;
}

#topMenu {
	float: right;
}

#topMenu ul {
	clear: none;
	height: 44px; 
	margin: 0px;
}

#topMenu li {
	list-style-type: none;
	display: inline;
	float: left;
	
}

#topMenu li a {
	float: left;
	text-align: center;
	height: 44px;
	width: 130px;
	display: inline;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 44px;
	clear: none;
	background: url(images/bluegrad.png);
}

#topMenu li a:hover {
	text-decoration: none;
	background: url(images/yellowgrad.png);
}