body {
	background:url(../images/bg.jpg) repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}

a {text-decoration:underline;}

h1 {
	color:#000D5A;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}

#container {
	margin:0px auto;
	width:800px;
	height:auto;
	overflow:auto;	
	}

#header {
	background:url(../images/top_bg.jpg) no-repeat;
	width:800px;
	height:103px;
	font-size:11px;
	}
	
	#logo {
		width:228px;
		height:67px;
		float:left;
		margin-top:20px;
		margin-left:65px;
		}
	
	#lang {
		width:55px;
		height:40px;
		float:right;
		margin-right:50px;
		margin-top:40px;
		}
		
		#lang a {
			text-decoration:none;
			display:block;
			line-height:20px;
			text-align:right;
			padding-right:20px;
			color:#001387;
			}
		#tr {
			background:url(../images/tr.jpg) no-repeat right;			
			}
		
		#en {
			background:url(../images/en.jpg) no-repeat right;	
			}
		
		#lang .secili {color:#8AACDB;}

#menu {
	background:url(../images/menu_bg.jpg) no-repeat;
	width:800px;
	height:35px;
	overflow:hidden;
	font-size:11px;
	}
	
	#menu ul {
		list-style:none;
		margin:0px;
		padding:0px;
		}
	
	#menu li {
		width:89px;
		height:35px;
		float:left;
		background:url(../images/menu_split.jpg) right no-repeat;
		}
	
	#menu a {
		text-decoration:none;
		color:#FFF;
		display:block;
		line-height:35px;
		text-align:center;
		}
	#menu .son {
		background:none;
		width:88px;
		}
	
#banner {
	background:url(../images/top2_bg.jpg) no-repeat;
	width:800px;
	height:168px;
	}
	
	#create {
		width:260px;
		height:115px;
		float:right;
		margin-right:117px;
		}

#content {
	width:760px;
	height:auto;
	overflow:auto;
	min-height:200px;
	margin-bottom:20px;
	padding:20px;
	}
	
	#product {
		float:right;
		width:560px;
		height:auto;
		overflow:auto;
		}
	
	#info {
		float:left;
		width:300px;		
		margin-top:20px;
		height:auto;
		overflow:auto;
		}
	
	#map {
		float:right;
		width:425px;
		height:350px;
		}
	
	#content .img {
		margin:20px;
		margin-left:0px;
		}
	
	#content p {
		margin-top:10px;
		}
	
	#content ul {
		list-style-image:url(../images/bullet.gif);
		padding-left:10px;
		margin-top:10px;
		}
	
	#content li {
		margin:3px;
		}
	
	#content li a {
		color:#000D5A;
		text-decoration:none;
		}
	
	#about {
		width:285px;
		float:left;
		margin-right:30px;
		}
	
	#products {
		width:170px;
		float:left;
		margin-right:20px;
		}
		
	#contact {
		width:250px;
		float:left;
		}
	
	.more {
		font-size:12px;
		color:#000D5A;
		background:url(../images/bullet.gif) left no-repeat;
		padding-left:8px;
		text-decoration:none;
		}

#footer {
	width:800px;
	height:50px;
	background:url(../images/bottom.jpg) top no-repeat;
	padding-top:24px;	
	font-size:11px;
	}
	
	#copyright {
		float:left;
		line-height:50px;
		}
		
		#producer {
			color:#1776C5;
			text-decoration:none;
			margin-left:10px;
			}
	
	#links {
		float:right;
		line-height:50px;
		overflow:hidden;
		}
		
		#links a {
			color:#1776C5;
			text-decoration:none;
			margin-right:10px;
			}