/* ----------------------------------

   01 RESET 

   02 GENERAL
   
   03 TOP SECTİON
   
   04 CONTENT
   
   ----------------------------------*/

/* __________________________________

   01 RESET 
   __________________________________*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear:both;}


/* __________________________________

   02 GENERAL 
   __________________________________*/

a {
	color:#222;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

h1 {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;}

h2 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #F90;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.NormalText {
	font-size: 14px;
	color: #777;
	text-align: left;}
	
.TextRight{text-align: Right;}

/* Input */

input {
	width: 98%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 7px 1%;
	outline: none;
	margin-left: -1px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

input:focus {
	border: 1px solid #aaa;
}

textarea {
	width: 97.7%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 7px 1%;
	outline: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

textarea:focus {
	border: 1px solid #aaa;
}
/* Button */

button:hover {
	color:#999;
	background-color: #322c29;
	}

.Button_Blue {
	background-color: #0032ab;
	width: auto;
	height: auto;
	padding:10px;
	border: none;
	cursor: pointer;
	outline: none;
	color:#fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	}

/* Space */

.Space_10 {
	width:100%;
	height:10px;}
	
/* Line */

.Line_10 {
	width:100%;
	height:1px;
	background-color:#ddd;
	margin:10px 0;}

/* Columns */

.Column_100 {
	float:left;
	width:100%;
	height:auto;}
	
.Column_75 {
	float:left;
	width:75%;
	height:auto;}
		
.Column_66{
	float:left;
	width:66.66%;
	height:auto;}


.Column_50{
	float:left;
	width:50%;
	height:auto;}
	
.Column_33{
	float:left;
	width:33.33%;
	height:auto;}

.Column_25{
	float:left;
	width:25%;
	height:auto;}	
	
/* Padding */

.p10 {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-weight: normal;
	color: #333;
}
	
.pt10 {
	padding-top:10px;}
	
.p20 {
	padding:20px;}
/* Genaral Div */

.Content {
	width: 1000px;
	height: auto;
	margin: auto;
	}
	
.ContentGray {
	width: 100%;
	height:auto;
	margin-top:30px;
	background-color:#eee;}

/* __________________________________

   03 TOP SECTİON
   __________________________________*/
   
.Header {
	width:100%;
	height:auto;
	background-color:#124477;}

		.Logo {
			float:left;
			width:auto;
			height:auto;
			margin:10px;}
			
		.Logo img {
			width:auto;
			height:123px;}
			
/* Menu */
	
.Menu {
	float:left;
	width:auto;
	height:auto;
	margin-top:110px;
	}

		.Menu li {
			width:auto;
			float:left;
			position:relative;
			display:block;
			padding:5px 10px;
			}
			
			.Menu li a {
				color:#ddd;
				display:block;
				font-size:14px;
				font-family: 'Open Sans', sans-serif;
				font-weight:400;}
				
			.Menu li a:hover {
				color:#09C;
				}	
			
			.Menu li a img {
				height:10px;
				margin-right:5px;}
				
			.Menu  li:hover >  ul{display: block;}
					
		.Menu li > .Left_0 {
			display: none; 
			position: absolute;
			top:29px;
			left:22px;
			padding-top:3px;
			background-color: #124477;
			width:203px;
			z-index:999;
			}
			
		.Menu li > .Left_0 li {
			width:100%;
			border-top:1px solid #083a6d;
			padding:0;}
		
		.Menu li > .Left_0 li a {
			 padding:10px;
			 border-bottom:none;
			 font-size:14px;}	
			
		.Menu li > .Left_0 li a:hover {
			background:#0ba4e0;
			border-bottom:none;
			color:#fff;
			}


.SliderBg {
	background-image:url(../images/SliderBg.jpg);}		
	  
/* __________________________________

   04 CONTENT
   __________________________________*/
   
/* Home */

.HomeBox {
	width:95%;
	height:204px;
	background-color:#eee;
	margin-top:15px;}
	
	.HomeBox h1 {
	text-align:center;
	color:#F90;
		}
		
	.HomeBox h1 span {
		color:#444;
		}
	
	.HomeBox p {
	font-size: 12px;
	color: #298093;
	text-align:left;
}
	
	.HomeBox p img {
		float:left;
		width:120px;
		height:135px;
		margin-right:5px;}
		
	.HomeBox p a {
	font-size: 11px;
	color: #6699B8;
	font-style:italic;
}	
	
	.HomeBox p a:hover {
		text-decoration:underline;}	
			
	.banneric {
float:left;
		width:100%;
		height:200px;}	
		
		.banneric img{

		width:100%;
		height:200px;}	

/* __________________________________

   04 FOOTER 
   __________________________________*/
   
.FooterBg {
	width:100%;
	height:auto;
	background: #322c29;
	margin-top:20px;} 
	  
.Footer {
	width:1000px;
	height:auto;
	margin:auto;} 
		
  .Footer p {
	    float:left;
		width:auto;
		height:auto;
		font-size:13px;
		line-height:60px;
		color:#666;}
		
		.Footer p a {
			text-decoration:none;
			color:#666;}
		
		.Footer p a:hover {
			color:#fff;} 

/* Socials */

.social {
	float: right;
	width:auto;
	height:auto;
}

.socials ul {
	float: right;
	margin:14px 2px 0 0;
}
.socials ul li {
	float: left;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right:2px;
	border:1px solid #2B2424;

}
.socials ul li a {
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	-khtml-transition: background .2s ease, color .2s ease;
	-webkit-transition: background .2s ease, color .2s ease;
	-moz-transition: background .2s ease, color .2s ease;
	-ms-transition: background .2s ease, color .2s ease;
	-o-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.socials li.social-twitter a {background-position: 9px 8px;}
.socials li.social-twitter a:hover {background-color: #2daae1;}

.socials li.social-facebook a {background-position: -17px 8px;}
.socials li.social-facebook a:hover {background-color: #3c5b9b;}

.socials li.social-youtube a {background-position: -48px 8px;}
.socials li.social-youtube a:hover {background-color: #cf3427;}

/* Nav */

.Nav{
	width:100%;
	height:auto;
	border: 1px solid #ddd;
	border-top:none;
	font-size: 12px;
	color: #333;
			}
	.Nav ul{padding:13px;}
 
	.Nav ul li{
		background-color: #f2f2f2;
		color: #777;
		margin-bottom:3px;
		padding: 10px 14px;
		font-size: 14px;
		display:block;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;}
					
		.Nav ul li:hover{
			background: #e2e2e2;
		}

	
/* Product Details Lighbox */

.Lighbox {
	width:98%;
	height:auto;
	padding:2%;}

.Lighbox a {
	float:left;
	width:auto;
	padding:5px;
	border:1px solid #ddd;
	height:200px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#fff;}
		
.Lighbox a img {
	width:auto;
	height:100%;}
