
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}

.gradient {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65695b', endColorstr='#0f0f0f'); /* for IE */
	background: -webkit-linear-gradient(top,  #65695b, #0f0f0f); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #65695b, #0f0f0f); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #65695b, #0f0f0f); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #65695b, #0f0f0f); /* IE10+ */
}
.gradient1 {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#cccccc'); /* for IE */
	background: -webkit-linear-gradient(top,  #000,  #ccc); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000,  #ccc); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #000  #ccc); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000,  #ccc); /* IE10+ */
}
div.demo div {
	width: auto;
	height: auto;		
	margin: 0px auto;
}

/* bottom menu */

.bottom-menu {
	border-bottom: 0px solid #333;
	padding-left: 160px;
}
.bottom-menu ul {
	overflow: hidden;
}
.bottom-menu li {
	float: left;
	font-size: 13px;
	line-height: 17px;
	margin-right: 30px;
}
.bottom-menu li a {
	color: #fff;
	text-decoration: none;
}
.bottom-menu li.active a,
.bottom-menu li a:hover {
	color: #aa965b;
}



.bottom-menu1 {
	border-bottom: 0px solid #333;
	padding-left: 236px;
}
.bottom-menu1 ul {
	overflow: hidden;
	list-style-type: none;
}
.bottom-menu1 li {
	float: left;
	font-size: 13px;
	line-height: 17px;
	margin-right: 60px;
}
.bottom-menu1 li a {
	color: #7e7e7e;
	text-decoration: none;
}
.bottom-menu1 li.active a,
.bottom-menu1 li a:hover {
	color: #fff;
}
