.nav ul {display: none;}

.content{display: none;}
.footer{display: none;}

ul, h1, h2, h3 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	color: tomato;
	font-size: 1.2em;
	display: compact;
}
body {
	font-size: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.sm-fixed-width {
	widht: 100%;
}

.menubox {
	width: 100%;
	height: 500px;
	background-image: url(../images/navbg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	position: fixed;
	z-index: 99;
	margin-top: 100px;
}
.menubox ul {
	list-style-type: none;
	text-align: center;
}
.menubox ul li a {
	text-decoration: none;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.menubox ul li a:hover {
	background-color: #000000;
	color: #ffed00;
}
#logo {
	width: 201px;
	height: 50px;
	float: left;
	position: absolute;
	top: 25px;
	left: 20px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#open-menu-btn {
	position: absolute;
	z-index: 100;
	width: 60px;
	height: 60px;
	background-color: #f432ed;
	margin-left: 300px;
}
#open-menu-btn a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
}

.nav {
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}
.nav li a {
	display: block;
	width: 100%;
	height: 38px;
	text-decoration: none;
	color: #09F;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
}



.row {
	float: left;
	clear: both;
	width: 100%;
	padding-left: 0px;
}
.container .columns{
	float:left;
	padding-right: 1em;
	padding-left: 1em;
}

.container .columns.one,
 .container .columns.two,
 .container .columns.three,
 .container .columns.four,
 .container .columns.five,
 .container .columns.six,
 .container .columns.seven,
 .container .columns.eight,
 .container .columns.nine,
 .container .columns.ten,
 .container .columns.eleven,
 .container .columns.twelve,
 .container .columns.thirteen,
 .container .columns.fourteen,
 .container .columns.fifteen,
 .container .columns.sixteen	{ width: 	100%	}

 .container {
		width:100%;
	}



.clearfix:after,
.container:after {
	content:'';
	display: block;
	overflow:hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
}
.clearfix,
.container {
	zoom: 1;
}
.featured-section .four {
	margin-top: 1em;
	margin-right: 0;
	margin-left: 1em;
	margin-bottom: 1em;
}
.lightBox {
	width: 100%;
	background-image: url(../images/lbbg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	position: fixed;
	z-index: 99;
	padding-top: 20px;
	height: 990px;
	display: none;
}
.lightBox .container {
	width: 300px;
	height: 355px;
	margin-left: auto;
	margin-right: auto;
}
.container img {
	width:100%;
	height: auto;
}
.imgbox {
	margin-top: 20px;
}
.aside1-right {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2em;
 	
 }
 .service-bg {
 	background-image: url(../images/service/644233.png);
 	background-repeat: no-repeat;
 	
 }
