body{background:#e5e5e5;}
#container
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#header-ust 
{
	width: 100%;
	height: 165px;
	background: url(images/header.png) no-repeat top center;
}

#header 
{
	width: 1060px;
	height: 165px;
	margin: 0px auto 0px auto;
	position: relative;
}

#header #logo 
{
	position: absolute;
	left: 0px;
	top: 30px;
}

#header #social 
{
	width: 362px;
	height: 53px;
	position: absolute;
	right: 0px;
	top: 30px;
	background: url(images/social.png) no-repeat;
}

#social #facebook{
	position: absolute;
	top:2px;
	right: 75px;
	cursor:pointer;
}
#social #twitter{
	position: absolute;
	top:2px;
	right: 52px;
	cursor:pointer;
}
#social #gmail{
	position: absolute;
	top:2px;
	right: 28px;
	cursor:pointer;
}
#social #youtube{
	position: absolute;
	top:2px;
	right: 5px;
	cursor:pointer;
}

#menu 
{
	width: 1060px;
	height: 45px;
	position: absolute;
	left: 0px;
	bottom: 15px;
}

#menu ul 
{
	list-style-type: none;
	list-style-position: inside;
}

#menu ul li 
{
	float: left;
	position: relative;
	background: url(images/liner.png) no-repeat top right;
}

#menu ul li a 
{
	color: #002A4F;
	display: block;
	padding: 10px 50px 10px 50px;
	font-size: 14pt;
}

#slide 
{
	width: 100%;
	height: 460px;
}

#alt-ust 
{
	width: 100%;
	height: 665px;
	background: url(images/alt.png) no-repeat top center;
}

#alt 
{
	width: 1060px;
	height: 665px;
	margin: 0px auto 0px auto;
	position: relative;
}

#alt .kutular 
{
	width: 1060px;
	height: 304px;
	display: inline-block;
	margin-top: 30px;
	background: url(images/kutular.png) no-repeat;
	position: relative;
}

.kutular .kutu1 
{
	position: absolute;
	width: 326px;
	height: 172px;
	left: 10px;
	top: 65px;
	cursor: pointer;
}

.kutular .kutu2
{
	position: absolute;
	width: 326px;
	height: 172px;
	left: 366px;
	top: 65px;
	cursor: pointer;
}

.kutular .kutu3 
{
	position: absolute;
	width: 326px;
	height: 172px;
	right: 10px;
	top: 65px;
}

.genel ul 
{
	list-style-type: none;
	list-style-position: inside;
}

.genel ul li 
{
	width: 267px;
	height: 26px;
	background: url(images/li.png) no-repeat top center;
	border-bottom: 1px solid #fff;
}

.genel ul li a 
{
	font-size: 12pt;
	color: #fff;
	display: block;
	padding: 0px 10px 3px 15px;
}

.style 
{
	color: #002A4F;
	font-size: 11pt;
	line-height: 22px;
}


#alt .boxes 
{
	width: 1060px;
	height: 220px;
	margin: 0px auto 0px auto;
	position: relative;
	background: url(images/boxes.png) no-repeat;
}

.boxes .box1 
{
	width: 318px;
	height: 119px;
	position: absolute;
	bottom: 2px;
	left: 20px;
	cursor: pointer;
}

.boxes .box2{
	width:300px;
	height:139px;
	position: absolute;
	bottom:2px;
	right:200px;
}

.boxes .box2 #box2-ic{
	width: 300px;
	height:110px;
	position: absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
}

#footer 
{
	width: 1060px;
	height: 100px;
	position: relative;
	display: inline-block;
	margin-top: 7px;
}

#menu2 
{
	width: 1060px;
	height: 45px;
	position: absolute;
	left: 0px;
	bottom: 15px;
}

#menu2 ul 
{
	list-style-type: none;
	list-style-position: inside;
}

#menu2 ul li 
{
	float: left;
	position: relative;
	background: url(images/liner.png) no-repeat top right;
}

#menu2 ul li a 
{
	color: #fff;
	display: block;
	padding: 10px 33px 10px 33px;
	font-size: 14pt;
}

.hizmet .baslik a 
{
	font-size: 15pt;
	color: #002A4F;
}

#dipnot{
	position: absolute;
	top:45px;
	right: -100px;
}

fieldset
{
	width: 920px;
	padding: 5px;
	background: #f2f2f2;
	margin: 10px 0px 10px 0px;
	min-height: 160px;
}

fieldset legend 
{
	padding: 5px;
	font-size: 12pt;
	color: #fff;
	background: #002A4F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

fieldset input[type="text"] 
{
	width: 350px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:1px solid #ccc;
	background: #fff;
	font-size: 9pt;
}

fieldset input[type="button"] 
{
	background:#8D022C;
	border:1px solid #8D022C;
	padding: 5px;
	font-size: 9pt;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor: pointer;	
}

fieldset table 
{
	width: 500px;
	margin-top: 20px;
	border:1px solid #ccc;
	border-collapse: collapse;
}

fieldset table th 
{
	padding: 5px;
	font-size: 8pt;
	border:1px solid #ccc;
	font-weight: bold;
}

fieldset table td 
{
	padding: 5px;
	font-size: 8pt;
	border:1px solid #ccc;
}

fieldset label 
{
	font-size: 8pt;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.aztehlike, .tehlike, .coktehlike 
{
	font-weight: bold;
	color: #002A4F;
	background: #fff;
}