body{
	background-color: #0B0B0B;
	font-family: sans-serif,arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 18px;
}

h2{
	color: #BDBDBD;
	font-size: 14px;
}

a{
	color: #ff5a00;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Index Header */

#indexheader{
	width: 1000px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Index Nav */

#indexnav{
	width: 1000px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#indexnav a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#indexnav a:hover{
	color: #FF5A00;
	font-size: 14px;
	font-weight: bold;
}

/* Index Footer */

#indexfooter{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#indexfooter hr{
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}

#indexfooter a{
	color: #BDBDBD;
}

#indexfooter a:hover{
	color: #FFFFFF;
}

/* Header */

header{
	background-color: #131313;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 0 20px;
	border-radius: 6px;
}

header hr{
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}

/* Logo */

#logo{
	width: 200px;
	height: 70px;
	float: left;
}

/* Nav */

#nav{
	width: 746px;
	height: 22px;
	float: left;
	padding: 48px 5px 20px 5px;
	z-index: 1;
}

.menu{
	margin: 0;
	padding: 0 20px 0 22px;
	height: 30px;
	width: 100%;
	display: block;
}

.menu li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

.menu li a{
	background-color: #0B0B0B;
	line-height: 22px;
	float: left;
	margin-right: 5px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
	border: solid 1px #3f3f3f;
}

.menu li a:hover{
	color: #ff5a00;
}

.menu li a.active, .menu li a.active:hover{
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #ff5a00;
}

.clear{
    clear: both;
}

/* Content */

#content{
	background-color: #131313;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 40px 20px;
	border-radius: 6px;
}

/* Breadcrumbs */

#breadcrumb{
	margin-bottom: 20px;
	color: #BDBDBD;
}

#breadcrumb a{
	color: #BDBDBD;
}

/* Span Bold */

.bold{
	font-weight: bold;
	color: #ff5a00;
}

/* ? */

#home{
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}

/* Form */

#form{
	width: 405px;
}

#form label{
	font-family: sans-serif,arial;
	font-size: 12px;
}

#form input[type=text], #form input[type=email]{
	color: #555;
	border: 1px solid #A4A4A4;
	width: 400px;
	border-radius: 2px;
}

#form textarea{
	color: #555;
	border: 1px solid #A4A4A4;
	width: 396px;
	border-radius: 2px;
}

#form input[type=submit]{
	color: #000;
	width: 100px;
	height: 25px;
	background-color: #FFF;
	border: 1px solid #A4A4A4;
	border-radius: 2px;
}

#form input[type=submit]:hover{
	color: #000;
	width: 100px;
	height: 25px;
	background-color: #F2F2F2;
	border: 1px solid #A4A4A4;
	border-radius: 2px;
	cursor: pointer;
}

.alert{
	color: #FE2E2E;
	font-weight: bold;
}

/* Footer */

footer{
	background-color: #131313;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 10px 0;
	text-align: center;
	border-radius: 6px;
}

footer hr{
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}

footer a{
	color: #BDBDBD;
}

img.acweb{
	vertical-align: middle;
	margin-left: 2px;
}