@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body
{
	font-family: "Nanum Gothic", Arial, sans-serif;
	background-color: #f2f2f2;
	color: #333
}

#brand
{
	font-family: tahoma;
	font-weight: 900;
	color: red;
	text-shadow:2px 2px 4px rgb(100,0,0);
}

header.header-wrapper
{
	background: #393e44;
	color: #ddd;
	margin-bottom: 15px;
}

header .navbar-inverse .navbar-inner {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #4c5156, #393e44);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5156), to(#393e44));
	background-image: -webkit-linear-gradient(top, #4c5156, #393e44);
	background-image: -o-linear-gradient(top, #4c5156, #393e44);
	background-image: linear-gradient(to bottom, #4c5156, #393e44);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c5156', endColorstr='#ff393e44', GradientType=0);
	border-color: #2d2d2d;
}

header .navbar
{
	margin-bottom: 5px;
}

#go_eztex
{
	width: 150px;
}

#email
{
	width: 200px;
}

section .container
{
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px gray;
}

#main_content
{
	margin: 20px;
}

footer.footer-wrapper
{
	font-size: 12px;
	background: #393e44;
	color: #ddd;
	margin-top: 15px;
	padding: 15px 0px;
}

.footer-nav li
{
	color: #aaa;
}

.footer-nav li.title
{
	font-size: 13px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #555;
}

.footer-nav a
{
	color: #aaa;
	text-decoration: none;
}

.footer-nav a:hover
{
	color: white;
}

/*footer.footer-wrapper
{
	background: #454A52;
	color: #ddd;
	margin-top: 15px;
}

.footer-bottom-wrapper
{
	background: #3b3f46;
	line-height: 40px;
	border-top: 1px solid #888;
}

.footer-nav li
{
	position: relative;
	line-height: 30px;
}

.footer-nav li:after
{
	content: '';
	border: 0;
	border-top: 1px solid #34393f;
	border-bottom: 1px solid #62676d;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}*/

/*.banner .thumbnail
{
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.25);
	background: #fff;
}

.banner .thumbnail:hover
{
	box-shadow: 0 0 5px #08c;
}

.banner i
{
	font-size: 90px;
	color: #555;
}

.banner .thumbnail:hover i
{
	color: #08c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/