body {
	margin: 0;
	padding: 0;
	background:  transparent url(../images/bg.png) no-repeat top center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #555; 
}
/*
html {
	background: transparent url(../images/bg.png) no-repeat bottom center;	
}
*/
p {
	line-height: 16px;	
}

blockquote{
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
}

a, a:visited {
	text-decoration: none;
	color: 	#005a88;
}

a:hover{
	text-decoration: underline;
	color: 	#005a88;
}

a.div:hover {
	cursor: pointer;
	text-decoration: none;
}

ul.list{
	padding-left: 15px;
	margin: 10px;
	display: block;
}

ul.list li {
	display: block;
	padding: 8px 0px 8px 30px;
	background: url(../images/list.png) no-repeat 0px 8px;
}

h1 {
	display: block;
	color: #005a88;
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	font-weight: normal;
}

h4 {
	display: block;
	border-bottom: 1px solid #bcc8d6;
	color: #005a88;
	padding: 5px 0px 5px 20px;
	font-size: 14px;
	font-weight: normal;
}


#wrapper {
	width: 903px;
	height: 1000px;
	position: relative;
	margin: 0px auto;
}

#header {
	display: block;
	padding-left: 60px;
	padding-top: 10px;
	position: relative;
}

#banner {
	display: block;
	background: url(../images/banner-bg.png) no-repeat bottom;
	height: 245px;
	position: relative;
}

#banner-text {
	width: 350px;
	margin-left: 60px;
	padding-top: 40px;
}

#banner-text h1 {
	color: #1183c2;
	font-size: 22px;
}

#banner-text ul {
	margin: 20px 0px 0px 0px;
	float: left;
}


#banner-text ul li {
	padding: 5px 0px 5px 20px;
	background: url(../images/arrow.png) no-repeat 0px 3px;
}

#banner-text ul li a, #banner-text ul li a:visited {
	text-decoration: none;
	color: 	#343434;
}

#banner-text ul li a:hover{
	text-decoration: underline;
	color: 	#005a88;
}

#banner-img {
	position: absolute;
	float: right;
	width: 437px;
	height: 236px;
	right: 30px;
	background: url(../images/banner-img.png) no-repeat;
	top: -10px;
}

#topmenu {
	display: block;
	height: 30px;
	border-bottom: 1px solid #cdcccc;
	font-size: 15px;
}

#topmenu ul {
	width: 820px;
	margin: 0 0 0 65px;
}

#topmenu ul li {
	display: inline;
	float: left;
	padding: 5px 30px 5px 24px;
}

#topmenu ul li.link1 {
	background: url(../images/anasayfa.png) no-repeat 0px 5px;
}
#topmenu ul li.link2 {
	background: url(../images/puzzle.png) no-repeat 0px 5px;
}
#topmenu ul li.link3 {
	background: url(../images/yildiz.png) no-repeat 0px 5px;
}
#topmenu ul li.link4 {
	background: url(../images/clock.png) no-repeat 0px 5px;
}
#topmenu ul li.link5 {
	background: url(../images/sepet.png) no-repeat 0px 5px;
}
#topmenu ul li.link6 {
	background: url(../images/phone.png) no-repeat 0px 5px;
}

#content-wrapper {
	display: block;
	padding: 30px 0px 30px 0px;
	position: relative;
}

#products {
	display: block;
	height: 160px;
	background: #f3f3f3;
	border: 1px solid #bcc8d6;
}

#products #wrap {
	width: 830px;
	margin: auto;
}

#products .out {
	width: 150px;
	text-align: center;
	height: 110px;
	margin: 10px 5px 10px 5px;
	float: left;
	display: inline;
}

#products img {
}


#main-content {
	display: block;
	padding-top: 30px;
	position: relative;
}

#news {
	width: 180px;
	background: #f3f3f3;
	border: 1px solid #bcc8d6;
	float: left;
	display: inline;
}

.new {
	display: block;
	margin: 10px;
}
.new h2 {
	font-weight: normal;
	color: #ff1a1a;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dashed #ddd;
}
.new a, .new a:visited {
	color: #ff1a1a;
}

.new a:hover {
}

#home-main {
	margin-left: 20px;
	width: 380px;
	padding: 0px 20px 20px 10px;
	float: left;
	display: inline;
	border-right: 1px solid #bfbfbf;
}

#main {
	margin-left: 20px;
	width: 560px;
	padding: 0px 20px 20px 10px;
	float: left;
	display: inline;
	border-right: 1px solid #bfbfbf;
}

#main p {
	margin-bottom: 3px;
}

#who {
	display: block;
	padding-left: 80px;
	background: #fff url(../images/who.png) no-repeat 0 30px;
}

#what {
	display: block;
	margin-top: 10px;
	padding-left: 80px;
	background: #fff url(../images/what-we-do.png) no-repeat 0px 30px;
}

#contact {
	width: 260px;
	margin-left: 20px;
	float: left;
	display: inline;
}

#footer {
	width: 903px;
	height: 100px;
	border-top: 1px solid #cdcccc;
	position: relative;
	float: left;
	font-size: 11px;
	margin-top: 30px;
}

#footer-left {
	float: left;
	width: 500px;
	color: #888;
	margin-top: 20px;
}

#footer-right{
	width: 300px;
	float: right;
	margin-top: 20px;
	text-align: right;
}


h1.urunlerbaslik {
	background: #e5e5e5;
	padding: 5px 0px 5px 20px;
	margin-bottom: 10px;
}



/* form elementleri */
form {
	width: 260px;
}

form p{
	display: block;
	float: left;
	margin-top: 5px;
}

label {
	vertical-align: middle;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}


input {
	width: 260px;
	font-size: 12px;
	border: 1px solid #75a1b8;
	background: #e8f6fc;
	float: left;
	margin-bottom: 5px;
}

 	
input:hover{

}

input:focus{

}

input.buton {
	cursor: pointer;
	float: right;
	margin-top: 10px;
	width: 100px;
}

input.buton:hover{
	color: #555;
}

input.buton:focus{
	color: #555;
}

textarea {
	font-family: "Trebuchet MS",Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 13px;
	width: 260px;
	height: 80px;
	border: 1px solid #75a1b8;
	background: #e8f6fc;
	margin-bottom: 5px;
}

textarea:hover{

}

textarea:focus{

}

form.siparis{
	width: 100%;
	font-size: 12px;
}

form.siparis table, tr, td {
	vertical-align:top;
}

form.siparis select {
	width: 260px;
	border: 1px solid #75a1b8;
	background: #e8f6fc;
	margin-bottom: 5px;
}