/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #cdd0cf;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 20px;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFF;
	vertical-align: top;
}

.menu {
	width: 952px;
		border-top:#FFF solid 1px;
				border-bottom:#FFF solid 1px;
}

.menu ul{
	margin: 0px 0px 0px 0px;	
	padding: 0;
	list-style-type: none;
}

.menu ul li{
	position: relative;
	display: inline;
	float: left;
	padding: 5px 2px 5px 2px;
		border-right:#FFF solid 1px;

}

.menu ul li a {
	display: block;
	width: 145px;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
	font-family:  Arial;
	background-color: #4e4b4a;

}

.menu ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #009df0;
		padding: 5px 2px 5px 2px;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active {
	text-decoration: none;
			padding: 5px 2px 5px 2px;
				color: #ffffff;

}


.menu ul li.menu-current a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #009df0;
			padding: 5px 2px 5px 2px;
}


.menu2 {
	vertical-align: top;
	background-color: #FFF;
	width: 252px;
	padding: 0px;
}
.menu2 ul, .menu2 li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu2 ul {
	border-bottom: 0px;
	background-color: none;
}
.menu2 ul ul {
	padding-left: 10px;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:active {
	padding: 4px 10px 4px 10px;
	color: #009df0;
	display: block;
	background-color: #none;
	text-decoration: none;
}
.menu2 a:hover {
	background: #009df0 url(http://www.aquapa.com.tr/main/media/menu_bg.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}
.menu2 li.menu-current a {
	background: #009df0 url(http://www.aquapa.com.tr/main/media/menu_bg.jpg) no-repeat;
	color: #ffffff;
	}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #036;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}
.content {
	padding-left: 15px;
	background-color: #FFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}
