/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	height: 29px;
	width: 100%;
	   background: #000000; /* Old browsers */
        background: -moz-linear-gradient(top, #c8c8c8 0%, #4f5151 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(50%,#4f5151), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
        background: linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
	font-size: 16pt;
	font-family: MonaKoRegular, Arial, sans-serif;
	font-weight: normal;
	position:fixed;

        left: 0px;

        top: 0px;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 29px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
       	text-align: center;
	text-decoration: none;
	line-height: 29px;
	
}
nav li a {
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	   background-color: #999999; /* consider exposing this prop separately*/
        color: #ffffff;
background: #c6c6c6; /* Old browsers */
background: -moz-linear-gradient(top,  #c6c6c6 0%, #86864a 50%, #787816 51%, #f9f900 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(50%,#86864a), color-stop(51%,#787816), color-stop(100%,#f9f900)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c6c6c6 0%,#86864a 50%,#787816 51%,#f9f900 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c6c6c6 0%,#86864a 50%,#787816 51%,#f9f900 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c6c6c6 0%,#86864a 50%,#787816 51%,#f9f900 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c6c6c6 0%,#86864a 50%,#787816 51%,#f9f900 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#f9f900',GradientType=0 ); /* IE6-9 */
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;

  	}
  	nav ul {
  		width: 100%;
  		display: block;

  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	
		nav li a {
		
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 5px;
  	}
nav a:hover, nav a:active {
	     background: #000000; /* Old browsers */
        background: -moz-linear-gradient(top, #c8c8c8 0%, #4f5151 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(50%,#4f5151), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
        background: linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
}



	nav a#pull {
		display: block;
		   background: #000000; /* Old browsers */
        background: -moz-linear-gradient(top, #c8c8c8 0%, #4f5151 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(50%,#4f5151), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
        background: linear-gradient(top, #c8c8c8 0%,#4f5151 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 20px;
		height: 29px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 4px;
	}


}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}









}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
body {
	background: url(images/bg5-480.jpg) no-repeat top top fixed;
background-size: 120%;
background-position: -70px 29px;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}


	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	/* content */
	#content {
		width: auto;
		float: none;
		margin: 10px 0;
	}


}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
body {
	background: url(images/bg5-480.jpg) no-repeat top top fixed;
background-size: 140%;
background-position: -130px 29px;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}


	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}


	
}

/* waigy any pc with screen bigger than 600 (portrait and landscape) ----------- */
@media only screen
and (max-width : 600px) {
/* Styles */
body {
	background: url(images/bg5-480.jpg) no-repeat fixed;
background-position:center 29px;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	/* content */
	#content {
		width: 60%;
		float: right;
		margin: 120px 0;
	}

}

/* waigy any pc with screen bigger than 601 (portrait and landscape) ----------- */
@media only screen
and (min-width : 601px) {
/* Styles */
body {
	background: url(images/bg5-800.jpg) no-repeat fixed;
background-position:center 29px;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#content {
		width: 30%;
		float: right;
		margin: 29px 0;
	}
}

/* waigy any pc with screen bigger than 801 (portrait and landscape) ----------- */
@media only screen
and (min-width : 801px) {
/* Styles */
body {
	background: url(images/bg5-1024.jpg) no-repeat fixed;
background-position:center 29px;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	/* content */
	#content {
	width: 20%;
	float: right;
	margin-top: 29px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
body {
	background: url(images/bg5-112kb.jpg) no-repeat fixed;

background-position:center 29px;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */

}
