/***************************************************************************/
/*--- MADE BY: Ignition Industries ----------------------------------------*/
/*--- COPYRIGHT © Ignition Industries 2008. All Rights Reserved -----------*/
/*--- FILE: ignition.css --------------------------------------------------*/
/***************************************************************************/

/***************************************************************************/
/*--- DOCUMENT SETUP ------------------------------------------------------*/
/***************************************************************************/
/*--- RESET ELEMENTS ---*/
@import url("reset.css");
/*--- HTML & BODY ---*/
html{
	background-color:#fff;
}
body{
	font-family:arial,verdana,sans-serif;
	background-color:#fff;
	font-size:13px;
	color:#fff;
	text-align:left;
}
img{ border:0; }
hr{
	height:0px;
	size:0px;
	border:none;
	border-bottom:1px dashed #E44140;
}
acronym{
	border-bottom:1px dotted #666;
	cursor:help;
}
a:link, a:visited{
	color:#E50000;
	text-decoration:underline;
}
a:hover, a:visited:hover{
	text-decoration:none;
}
strong{
	font-weight:bold;
}
/*--- CONTENT ---*/
#container{
	width:100%;
	font-size:16px;
}
#content{
	background:#E50000 url(../images/interface/bg_x-tile.gif) repeat-x;
}
#content-inner{
	width:835px;
	/*margin:0 auto;*/
	margin-left:53px;
	/*padding:60px 0 20px 0;*/
	padding:25px 0 20px 0;
	text-align:left;
}
#content em{
	font-size:24px;
}
#branding{
	width:66px;
	height:74px;
	background:transparent url(../images/interface/logo.png) no-repeat;
	text-indent:-9000px;
	float:left;
	margin-right:7px;
}
/*--- NAV ---*/
.nav{
	float:right;
	clear:right;
	width:740px;
	margin:0;
	padding:34px 0 0 0;
}
.nav li{
	display:inline;
	margin-right:30px;
}
.nav a:link, .nav a:visited{
	font-weight:normal;
	font-size:1.05em;
	color:#fff;
	text-decoration:none;
	padding:0 0 2px 0;
	border:none;
}
.nav a:hover, .nav a:visited:hover{
	border-bottom:3px solid #FE0000;
}
.nav li.active a:link, .nav li.active a:visited{
	border-bottom:3px solid #FE0000;
}
.header{
	float:right;
	clear:right;
	width:740px;
	padding:0;
	margin:58px 0 13px 0;
}
.copy{
	float:right;
	width:750px;
	margin:0;
	padding:10px 0 0 0;
}
#content p{
	line-height:29px;
}
/*--- FEATURES ---*/
#features{
	background:#fff;
	color:#606060;
	background:#fff url(../images/interface/features_x-tile.gif) repeat-x;
	margin-bottom:30px;
}
#features-inner{
	width:835px;
	margin-left:60px;
	text-align:left;
	padding:20px 0 0 0;
}
#features h2{
	color:#E50000;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	margin:0 0 9px 0;
	clear:both;
}
.feature{
	width:240px;
	float:left;
	margin:0 10px 0 0;
}
.small{
	width:240px;
}
.med{
	width:490px;
}
.feature-image{
	margin:0 0 7px 0;
}
.feature-image img, .feature-image a:link img, .feature-image a:visited img{
	border-bottom:3px solid transparent;
}
.feature-image a:hover img, .feature-image a:visited:hover img{
	border-bottom:3px solid #E50000;	
}
.feature-title{
	font-size:15px;
	margin:0 0 5px 0;
}
.feature-title a:link, .feature-title a:visited{
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
.feature-title a:hover, .feature-title a:visited:hover{
	text-decoration:none;
	border-bottom:1px transparent;
}
.feature-title em{
	color:#D10000;
}
.feature-description{
	font-size:12px;
}
.contact{
	float:left;
	margin-right:30px;
	font-size:13px;
}
/*--- CONTROLS ---*/
.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.space{
	width:740px;
	height:1px;
	border-bottom:1px solid #ccc;
	margin:15px 0 15px 0;
}
.pad{
	clear:both;
	width:100%;
	height:1px;
	margin:0px 0 15px 0;
}
.inline{
	display:inline;
}
/* HEADER */
div.header a:link, div.header a:visited{
	color:#fff;
}
div.header a:link:hover, div.header a:visited:hover{
	color:#fff;
}
/* FORMS */
label{
	font-size:13px;
	margin:0 0 5px 0;
	min-width:20px;
}
label.error{
	background-color:#E50000;
	padding:2px 5px 2px 4px;
	color:#fff;
}
label.error span.required{
	color:#fff;
}
input.text, input.text-error{
	display:block;
	border:1px solid #bbb;
	padding:8px;
	font-size:14px;
	width:500px;
	margin:0 0 15px 0;
}
input.text{
	margin-top:5px;
}
input.text-error{
	border:2px solid #E50000;
	width:498px;
}
input.text-indent{
	margin-left:16px;
}
input.radio, label.radio{}
input.checkbox{
	margin:12px 0 2px 0;
}
select{
	font-size:13px;
	margin:0 0 15px 0;
}
textarea{
	display:block;
	border:1px solid #bbb;
	padding:8px;
	font-size:14px;
	width:500px;
	height:125px;
	margin:5px 0 15px 0;
}
textarea.text-error{
	border:2px solid #E50000;
	width:498px;
	margin-top:0;
}
textarea.questionnaire_extended{
	width:722px;
}
input.submit{
	margin:0 0 15px 0;
}
p.label{
	width:450px;
}
ul.questionnaire{}
ul.questionnaire li{
	font-size:13px;
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 10px 20px;
}
span.required{
	color:#999;
	font-style:italic;
	font-size:12px;
}
/* NOTICES */
div.notice-success, div.notice-error{
	width:500px;
	padding:8px;
	margin:0 0 25px 0;
}
div.notice-error{
	border:1px solid #ffcfcf;
	background-color:#fef9f9;
	color:#ee3224;
}
div.notice-success{
	color:#598613;
	border:1px solid #b9df80;
	background-color:#eafdcc;
}
div.notice-error-header{
	padding-bottom:10px;
}
div.notice-item{
	padding:0 5px 2px 20px;
}
div.notice-error ul{
	margin:0 0 10px 0;
	padding:0;
}
div.notice-error ul li{
	font-size:0.9em;
	list-style-type:disc;
	list-style-position:inside;
	padding:0 0 0 15px;
	margin:0 0 0 0px;
}
div.form p{
	margin:3px 0 15px 0;
	font-weight:bold;
	background-color:#f9f9f9;
	width:502px;
	padding:8px;
	border:1px solid #eee;
	border-left:none;
	border-right:none;
}