body {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	text-align: left;
	background: #ffffff;
	color: #525253;
	font-size: 12px;
	margin: auto;
	text-align: center;
	background-image:url('../img/bg.jpg');
	background-repeat: repeat-x;
	display: block;
	/*bordesr: 1px solid #ff0000;*/
}



#top {
	height: 24px;
	width: 100%;
	background-color: #161515;
	color: #fff;
	margin: 0px;
	float:left;
	clear: both;
}

#top ul, #nav ul {
	margin: 0px 20px;
	padding: 0;
	float:left;
}

#top li {
	list-style: none;
	display: inline;
	background-image: url("../img/top_circle.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	margin-right: 10px;
	height: 24px;
	float: left;
}

#top a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
}

#header {
	width: 920px;
	height: 50px;
	margin-top: 10px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
	float:left;
}

#logo {
	width: 300px;
	height:50px;
	float:left;
	background-image: url("../img/logo2.jpg");
	background-repeat: no-repeat;
}

#nav {
	/*height: 91px;*/
	margin-top: 26px;
	padding-left: 20px;
	float:left;
}

#main {
	width: 920px;
	height: 280px;
	text-align: left;
	float: left;
	clear: both;
}

#main {
	margin-top: 20px;
}

#full, #full p {
	width:100%;
	text-align: left;
	float: left;
	margin-bottom: 0px;
}

.clearfix {
	display: inline-block;
}

.left, .middle {
	width: 280px;
	height: 270px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	position: relative;
}

#left p {
	font-size: 11px;
}

.right {
	width: 280px;
	height: 200px;
	text-align: left;
	margin-top: 10px;
	padding: 10px;
	float: left;
}

#left_large {
	width: 600px;
	padding: 10px;
	float:left;
	text-align: left;
}

#left_large_sub {
	width: 600px;
	float: left;
	text-align: left;
}

.darker {
	color: #444;
	font-size: 15px;
	font-weight: bold;
}

#right_large {
	width: 550px;
	text-align: left;
	margin-top: 85px;
	float: left;
	padding: 25px;
}

#right_large p {
	font-size: 13px;
}

.left_sub {
	width:100%;
	margin-top: 0px;
	padding: 10px;
	text-align: left;
	float:left;
}

.full_sub {
	width:100%;
	/*margin-top: 20px;*/
	float:left;
}

.full_sub img {
	margin-top: 65px;
	
}

#pull_quote {
	height: auto;
	text-align: left;
	margin-bottom: 30px;
}

#footer {
	border-top: 1px solid #ededed;
	background: transparent url("../img/footer_red.gif") top left no-repeat;
	margin: 20px 0;
	height: 50px;
	width: 100%;
	/*padding-left: 100px;*/
	padding-top: 5px;
	text-align: left;
	float: left;
	font-size: 11px;
	clear: both;
}

#footer_c {
	padding-left: 100px;
}

#contact {
	width: 110px;
	height: 40px;
	position:absolute;
	left:55%;
	top:-3px;
	background-image: url("../img/contact_us.png");
}

#contact:hover {
	position:absolute;
	top:0px;
}

#button {
	background-color: #a60003;
	float:right;
	padding: 8px;
}

.left #button, .middle #button {
	position: absolute;
	bottom: 0;
	right: 0;
}

.tweet a {
	color: #a60003;
}

.tweet_text {
	font-size: 14px;
	line-height: 1.5em;
	color: #6e6f71;
}

#case {
	width:300px;
	height: 102px;
	position: relative;
	margin-bottom: 10px;
}

img {
	margin-bottom: 10px;
}

/*----------LISTS STUFF-----*/

#nav li {
	display: inline;
	margin: 0 10px;
}

#nav li.active {
	padding: 8px;
	background-color: #a60003;
}

#nav a {
	font-size: 14px;
	font-weight: normal;
	color: #525253;
	text-decoration: none;
}

#nav a.active, #nav a.active:hover{
	color: #fff;
}

#nav a:hover, #sub_nav a:hover {
	color: #a60003;
}

#sub_nav li {
	display: inline;
	margin: 0 0px;
}

#sub_nav a {
	color: #6e6f71;
}

#sub_nav li {
	padding: 10px;
	background-color: #ddd;
}

ul {
	padding: 0px;
	margin: 10px 0;
}

li {
	list-style: none;
}

/*------FORM------------*/

fieldset {
	border: none;
}

div.box {
	/*margin:0 0;*/
	width:400px;
	/*background:#222222;*/
	/*border:1px solid #262626;*/
}

div.box h1 { 
	/*color:#ffffff;*/
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0 5px 5px;
	/*border-bottom:1px solid #161712;*/
	/*border-top:1px solid #161712;*/
}

div.box label {
	width:100%;
	display: block;
	padding:10px 0 10px 0;
	color: #ff0000;
	float: right;
	text-align: right;
	/*background:#1C1C1C;*/
	/*border-top:1px solid #262626;*/
	/*border-bottom:1px solid #161712;*/
}

div.box label span {
	display: block;
	color:#bbbbbb;
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
}

div.box input {
	padding:10px 10px;
	width:200px;
	/*
	background:#262626;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
	*/
}

div.box .message {
	padding:10px 10px;
	width:200px;
	overflow:hidden;
	height:150px;
	/*
	background:#262626;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
	*/
}

div.box .button
{
	margin:0 0px 20px 0;
	padding:4px 7px;
	border:0px;
	float: right;
	width:100px;
	color: #fff;
	background-color: #a60003;
	/*
	border-bottom: 1px double #660000;
	border-top: 1px double #660000;
	border-left:1px double #FF0033;
	border-right:1px double #FF0033;
	*/
}

/*------TYPOGRAPHY------*/

h1 {
	color: #555;
	margin: 20px 0px;
	/*border-bottom: 1px solid #eee;*/
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	color: #aaa;
	margin: 10px 0px;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #6e6f71;
	margin: 10px 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0;
	line-height: 2em;
}

h4 {
	color: #6e6f71;
	margin: 20px 0px;
	border-bottom: 1px solid #eee;
	font-size: 22px;
	font-weight: normal;	
}

h5 {
	color: #888;
	margin: 0px;
	/*border-bottom: 1px solid #eee;*/
	font-size: 24px;
	font-weight: bold;
}

a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px transparent #fff;
}

p {
	color: #6e6f71;
	font-size: 13px;
	line-height: 1.7em;
}

.red {
	font-weight: bold;
	font-size: 27pt;
	color: #842727;
}

.grey {
	font-weight: bold;
	font-size: 27pt;
	color: #888;
}

img {
	border: 0;
}
