/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	
}

.clear { clear: both; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #949494;
}

body {
	background-color: #000;
	background-image:url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center 103px;
	margin: 0px;
}

#contact_body{
	background-image:url(images/bkg_contact.jpg);
}

a{
	text-decoration: underline;
	color: #c9c9c9;
}

.header{
	background-image:url(images/header_bkg.png);
	background-repeat: repeat-x;
	background-color: #121212;
	border-bottom: solid 1px #343434;
	height:102px;
}

.logo{
	float: left;
	width: 400px;
}

.main_menu{
	float: right;
	width: 250px;
}

.main_menu li{
	float: left;
	width: 106px;
	height:102px;
	text-align: center;
	list-style-type: none;
}

.main_menu li a{
	float: left;
	width: 106px;
	padding-top: 70px;
	padding-bottom: 11px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase; 
}

#active_menu_link{
	background-image:url(images/active_menu_bkg.png);
	color: #acce00 !important;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
}

.intro{
	height: 453px;
	width: 960px;
	padding-top: 62px;
}

.home_content{
	border-top: solid 1px #333333;
	padding-top: 18px;
	height: 300px;
}

.home_small_pic{
	background-color: #adafae;
	margin-bottom: 15px;
}

.home_small_pic img{
	margin: 8px;
}

h1{
	font-size: 58px;
	font-weight: bold;
	color: #9a9a9a;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	line-height: 48px;
}

#thinH1{
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}

#contact_msg{
	color:#adcd00;
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
}

#grey_msg{
	color: #2e2e2e;
}

h2{
	font-size: 22px;
	font-weight: bold;
	color: #adcd00;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#pink_heading{
	color: #e0007a;
}

#white_msg{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 17px;
}

.home_div{
	float: left;
	width: 290px;
	padding-right: 30px;
}

.communicate{
	height: 124px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding-top: 15px;
}

.contact_btn{
	float: right;
	width: 100px;
	margin-right: 15px;
}

.footer{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}


.contact_box{
	float: right;
	width: 340px;
	margin-top: 112px;
	height: 700px;
}

form{
	margin-top: 20px;
}

label{
	width: 320px;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border: solid 1px #fff;
	padding: 5px;
	width: 330px;
	margin-top: 5px;
	margin-bottom: 10px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: solid 1px #fff;
	padding: 5px;
	width: 330px;
	height: 90px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contact_btn{
	width: 125px !important;
	height: 73px !important;
	float: right;
	margin-top: 10px;
	border: none !important;
}

