body{
    background: #d9ebf7 url('../images/body-bg.jpg') repeat-x; font: 80% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; color: #666;
}
h2 {
	color: #005889; font-size: 18px;
}
input[type="text"], textarea {
	border: 1px solid #CCC; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
	padding: 5px;
}
div#page {
	width: 980px; margin: 0 auto; position: relative;
}
div#header div#header-top {
	height: 80px;
}
div#header div#header-top h1.logo {
	position: absolute; left: 0px; top: 0px;
}
div#header div#header-top h1.logo a {
	width: 306px; height: 91px; display: block; text-indent: -999999px; background: url('../images/ermed-logo.png') no-repeat;
}
div#nav {
	position: absolute; right: 0px; top: 0px; z-index: 9999;
}
div#nav ul li {
	float: left; position: relative;
}
div#nav ul li a {
	display: block; color: #FFF; width: 100px; padding: 28px 2px; height: 10px; margin-left: 1px; text-align: center;
}
div#nav ul li a.active, div#nav ul li a:hover {
	background: url('../images/active-menu.png') no-repeat;
}

/*menu css*/

div#nav ul ul {
	position: absolute; left: 0px; top: 35px; display: none; background: #000;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
div#nav ul li ul li:first-child {
	border: none;
}
div#nav ul ul ul {
	position: absolute; left: 18.1em; top: -30px;
}
div#nav ul li ul li {
	text-align: left; border-top: 1px solid #666;
}
div#nav ul li ul li a {
	display: block; width: 215px; height: auto; padding: 10px; color: #FFF;
	font-size: 13px; text-align: left; background: none;
}
div#nav ul li ul li a:hover {
	border: none; background: none; color: #FFF;
}
/*menu css end*/

div#header div#banner {
	width: 954px; height: 260px; background: url('../images/banner-bg.png') no-repeat;
	color: #FFF; padding: 20px 10px; position: relative; overflow: hidden;
}
div#header div#banner a.btn {
	display: none;
}
div#header div#banner a.left {
	width: 30px; height: 30px; position: absolute; left: 10px; top: 130px;
	background: url('../images/btn-left.png') no-repeat;
}
div#header div#banner a.right {
	width: 30px; height: 30px; position: absolute; right: 10px; top: 130px;
	background: url('../images/btn-right.png') no-repeat;
}
div#header div#banner ul li {
	width: 945px; height: 260px;
}
div#header div#banner ul li div.banner-text {
	width: 300px; padding: 70px 0px; text-align: center; float: left; font-size: 22px;
	text-shadow: 0.1em 0.1em 0.2em black; margin-left: 35px;
}
div#header div#banner ul li div.banner-image {
	width: 525px; height: 243px; float: right; -moz-box-shadow: 0px 0px 8px #000; -webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000; margin-right: 50px;
}
div#header div#markalar {
	text-align: center; padding: 20px;
}
div.split {
	width: 888px; height: 26px; background: url('../images/split.png') no-repeat center;
}
div#content {
	overflow: auto; font-size: 11px; text-align: justify; color: #505460; padding-bottom: 30px;
}
div#content div#left {
	width: 680px; float: left;
}
div#content div#right {
	width: 260px; float: right; margin-right: 10px;
}
div#haberler {
	background: #FFF; width: 240px; height: 160px; padding: 10px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
	border-radius: 10px; border: 1px solid #459fe4;
}
div#haberler a {
	color: #666; font-weight: normal;
}
div#haberler a:hover {
	text-decoration: underline;
}
div#footer {
	width: 100%; background: #013a65; color: #6595c0; font-size: 11px;
}
div#footer-text {
	width: 960px; margin: 0 auto; padding: 30px 0px;
}