@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
}

html {overflow-y:scroll;}

body{
	font-size:12px;
	color:#000000;
	background-color:#F6F4F0;
	margin:0px;
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input {
	font-family:verdana,helvetica,arial,sans-serif;
}
ol,ul {
	list-style:none;
}
h1 { font-size: 184.6%; color:#2A2A2A;}
h2 { font-size: 161.5%; }
h3 { font-size: 146.2%; }
h4 { font-size: 130.8%; }
h5 { font-size: 115.4%; }

.clear { display:block; clear:both; line-height: 0px; font-size:0px; height:0px; visibility:hidden; }
input[type="text"]{color:#555;font-weight:200;font-size:1.2em;line-height:1;width:100%;padding:3px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:1px solid #e5e5e5;background:#fbfbfb;outline:0;-webkit-box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2)}
input[type="file"]{color:#555;font-weight:200;font-size:0.9em;line-height:1;width:100%;padding:3px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:1px solid #e5e5e5;background:#fbfbfb;outline:0;-webkit-box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2)}
textarea{color:#555;font-weight:200;font-size:0.9em;line-height:1;width:100%;padding:3px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:1px solid #e5e5e5;background:#fbfbfb;outline:0;-webkit-box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2)}
select{
	color:#555;
	font-weight:200;
	font-size:0.9em;
	line-height:none;
	width:102%;
	padding:3px;
	margin-top:12px;
	margin-right:6px;
	margin-bottom:2px;
	border:1px solid #e5e5e5;
	background:#fbfbfb;
	outline:0;
	-webkit-box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2)
}
label{color:#777;font-size:14px}
/* template */

#warp_nav {
	background:#1a1a1a;
	width:100%;
	min-height:70px;
	position:fixed;
	top:0px;
	z-index:99999;
}
#nav {
	width:1000px;
	min-height:40px;
	margin-top:15px;
	position:static;
}
#main_content {
	margin-top:80px;
	background:#FFF;
	width:auto;
	min-height:700px;
	z-index:1;
}
#warp_footer {
	background:#1a1a1a;
	margin:0 auto;
	width:100%;
	min-height:350px;
}
#footer {
	background:#1a1a1a;
	width:1000px;
	min-height:150px;
}
.col3{
	width:225px;
	float:left;
	padding:15px;
	}
#footer ul{
	font-size:13px;list-style:none;padding:0;margin:0;
	}
#footer ul li{
	line-height:24px;
	}
#footer ul li.title{
	color:#fff;font-size:14px;border-bottom:1px solid #333;margin-bottom:5px !important;
	}
#footer ul li .icons{
	padding-left:30px;
	}
#footer ul li a,#footer ul li a .icon{
	color:#666;line-height:inherit;
	text-decoration:none;
	}
#footer ul li a:hover,#footer ul li a:hover .icon{
	color:#999;
	}
