body {
	margin:0px;
	padding:0px;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#container {
	width:100%;
	height:auto;
	overflow:auto;
	}

#hContainer {
	width:100%;
	height:280px;
	margin:0px auto;
	background:#FFF bottom repeat-x;
	border-bottom:1px solid #CCC;
	}
	
	#header {
		width:900px;
		height:70px;
		margin:0px auto;
		}
		
		#logo {
			float:left;
			width:80px;
			height:70px;
			}
		
		#menu {
			float:left;
			width:615px;
			height:70px;
			}
			
			#menu ul {
				list-style:none;
				margin:0px;
				padding:0px;
				}
			
			#menu li {
				float:left;
				line-height:70px;
				padding:0px 8px;
				}
			
			#menu a {
				color:#454545;
				text-decoration:none;
				font-size:14px;
				}
			
			#menu a:hover {color:#F00;}
		
		#dolphin {
			float:right;
			width:193px;
			height:70px;
			}
	
	#banner {
		width:900px;
		height:200px;
		margin:0px auto;
		overflow:hidden;
		}

#cContainer {
	width:100%;
	height:auto;
	overflow:auto;
	background:#F0F0F0;
	min-height:330px;
	}
	
	#content {
		width:900px;
		height:auto;
		overflow:auto;
		margin:0px auto;
		margin-top:10px;
		padding-bottom:10px;
		}
		
		#left {
			float:left;
			width:650px;
			overflow:visible;
			height:auto;
			color:#666;
			}

		#left2 {
			float:left;
			width:650px;
			overflow:hidden;
			height:310px;
			color:#666;
			}
			
			#urunResim {
				float:left;
				margin-right:10px;
				}
			#left h1, #left2 h1 {
				font-size:18px;
				font-weight:normal;
				color:#FE0000;
				}
			
			#left a, #left2 a  {
				color:#FE0000;
				text-decoration:none;
				}
			
			#products {
				width:350px;
				height:auto;
				overflow:auto;
				float:left;
				}
			
			#news {
				width:300px;
				height:auto;
				overflow:auto;
				float:left;
				}
				
				#news div {
					display:none;
					height:230px;
					}
				#news #newsContent1 {display:block;}				
				#news div a {
					background:url(../images/bullet.jpg) no-repeat left;
					padding-left:20px;
					line-height:14px;
					}			
				#newsNav a {margin-right:10px;}
		
		#right {
			float:right;
			width:245px;
			height:auto;
			overflow:hidden;
			color:#FE0000;
			}
			
			#download {margin:10px 41px;}
			
			#right h1 {
				width:235px;
				height:23px;
				line-height:23px;
				padding-left:10px;
				background:#CCC;
				font-size:13px;
				margin:0px;
				}
			
			#right a {
				color:#FE0000;
				text-decoration:none;
				font-size:12px;
				}
			
			.box {
				width:245px
				height:auto;
				overflow:auto;
				background:url(../images/box_bg.jpg) top repeat-x #CCCCCC;
				margin-bottom:10px;
				}
			
			#bayilik{
				padding:10px 70px;
				font-weight:bold;
				text-align:center;
				}

#fContainer {
	width:100%;
	height:50px;
	overflow:auto;
	background:#333;
	}
	
	#footer {
		width:900px;
		height:50px;
		margin:0px auto;
		color:#FFF;
		line-height:50px;
		}

#kat a {
	width:150px;
	display:block;
	line-height:60px;
	background:url(../images/box_bg.jpg) top repeat-x #CCCCCC;
	color:#FE0000;
	}
	
	#slider {margin-left:20px;}
	#slider ul, #slider li{
		width:600px;
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:300px;
		overflow:hidden; 
		}
	span#prevBtn{
		position:relative;
		top:-170px;
		left:4px;		
		display:block;
		line-height:36px;
		width:36px;
		height:36px;
		overflow:hidden;		
		}
		#prevBtn a {
			text-indent:-8000px;
			width:36px;
			height:36px;
			overflow:hidden;
			display:block;
			line-height:36px;
			background:url(../images/left.jpg) no-repeat;
			}
	span#nextBtn{
		position:relative;
		top:-210px;
		left:603px;
		display:inherit;
		line-height:36px;
		width:36px;
		height:36px;
		overflow:hidden;
		}
		#nextBtn a {
			text-indent:-8000px;
			width:36px;
			height:36px;
			overflow:hidden;
			display:block;
			line-height:36px;
			background:url(../images/right.jpg) no-repeat;
			}
	
.news {
	float:left;
	width:140px;
	margin:10px 30px;
	color:#000;
	}
	
	.news strong {color:#FE0000;}
