@import "reset.css";
@import "spryaccordion.css";
/********************************/
/* Ironhide Manufacturing, Inc.	*/
/* Stylesheet				    */
/********************************/
/* General Formatting			*/
body {
	font-family: Century Gothic, Arial, sans-serif;
	color: #404041;
	font-size: 14px;
	word-spacing: 2px;
	line-height: 20px;
	background: none repeat scroll 0 0 #000000;
}
h2 {
	color: #002a5c;
	font-family: impact;
	font-size: 30px;
	letter-spacing: 0.0625em;
}
h3 {
	color: #002a5c;
	font-family: impact;
	font-size: 24px;
	letter-spacing: 0.0625em;
}
h4 {
	color: #002a5c;
	font-family: impact;
	font-size: 20px;
	letter-spacing: 0.0625em;
}
input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	border-color: #acacad;
}
textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.space {
	margin: 10px 0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.floatLeft {
	float: left;
}
.clear {
	clear:both;	
}
.btn {
	background-color: #0e2748;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;
	padding: 11px 25px;
	text-decoration: none;
	text-shadow: 0 1px 0 #0e2748;
}
.btn:hover {
	background: #404041;
	border: solid 2px #d1d2d4;
	color: #FFF;
}
a {
	color: #404041;
	text-decoration: none !important;
}
a:hover {
	color: #002a5c;
	text-decoration: underline !important;
}
/********************************/
/* Layout						*/
#wrapper {
	max-width: 2000px;
	margin: 0 auto;
}
#main {
	/* background-image: url(../images/content_background.png);
	height: 1101px; 
	background-repeat:repeat-x; */
}
/********************************/
/* Header						*/
#header {
	background-image: url(../images/header_sm_bkgnd.png);
	background-repeat: repeat-x;
}
#header1 {
	background-image: url(../images/header_wide_bkgnd.png);
	background-repeat: repeat-x;
}
#header_top {
	width: 1280px;
	height: 75px;
	margin: 0 auto;
}
#header_top #logo {
	padding: 10px 0 0 170px;
	float: left;
}
#header_body {
	background-image: url(../images/header_bkgnd.png);
	background-color: #080907;
 	height: 275px;
	width: 1280px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#banner {
	padding: 26px 0 0 150px;	
}
#slogan {
	text-align:right;
	color: #8d8e90;
	font-family: impact;
	font-size: 20px;
	padding: 20px 180px 0 0;
	line-height: 25px;
}
/********************************/
/* MainNav				*/
#mainNav ul {
	width: auto;
}
#mainNav ul li a {
	float: left;
	height: auto;
	color: #ffffff;
	font-size: .875em;
	font-weight: bold;
	display: block;
	padding: 22px 24px 12px 12px;
}
/********************************/
/* DIV positions				*/
.div_left {
	float:left;
}
.div_right {
	float: right;
}
.divleft1 a {
	color: 	#FFFFFF;
}
.divleft1 a:hover {
	color: 	#8d8e90;
}
/********************************/
/* Content						*/
#content {
	background-image: url(../images/body_bkgnd.png);
	margin: 0 auto;
	background-repeat: repeat-y;
	min-height: 200px;
	background-position:center;
	padding: 0 15px 15px; 
}
#content .features ol {
	list-style: disc;
	margin-left: 30px;
}
#content .applications ol {
	list-style: disc;
	margin-left: 30px;
}
#content .applications ol li {
	width: 300px;
	float: left;
}
#content .features h4 {
	letter-spacing: 0.125em;
}
#content table {
	margin-top: 20px;
	width: 100%;
	border: solid #f1f2f2 1px;
}
#content table td {
	padding: 5px;
	border: solid #f1f2f2 1px;
}
#content table td.header {
	background-color: #f1f2f2;
}
#content .details img {
	float: right;
	margin: 0 30px;
}
/********************************/
/* content_container			*/
#content_container {
	margin: 0 auto;
	width: 978px;
}
/********************************/
/* content_header				*/
#content_header {
	background-image: url(../images/body_header.png);
	width: 977px;
	height: 88px;
}
/********************************/
/* content_body					*/
#content_body {
    float: left;
    width: 79%;
}
/********************************/
/* content_footer				*/
#content_footer {
	background-image: url(../images/body_footer.png);
	width: 977px;
	height: 156px;
}
#content_footer1 {
	background-image: url(../images/body_footer1.png);
	width: 977px;
	height: 156px;
}
/********************************/
/* captcha_input				*/
.captcha_input {
	float: left;
}
.captcha {
	float: right;
	width: 170px;
}
.message {
	background-color: #f1f2f2;
	padding: 5px;
	font-weight: bold;
}
/********************************/
/* Sidebar						*/
#sidebar {
    float: left;
    margin-left: 9px;
    width: 20%;
}
/********************************/
/* Module						*/
#badge {
	margin: 12px 0 0 0;
	text-align: center;
}
#badge a {
	display: none;
}
#badge a.requestaquote {
	background-color: #0e2748;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;
	padding: 11px 25px;
	text-decoration: none;
	text-shadow: 0 1px 0 #0e2748;
}
.module {
	margin: 0 0 12px 0;
}
.module h2 {
	color: #ffffff;
	font-size: .875em;
	font-weight: bold;
	background-color: #0e2748;
	padding: 6px 12px;
	margin: 12px 0;
	letter-spacing: 0.0625em;
}
.module h3 {
	font-size: 1.30em;
	font-weight: normal;
	margin-left: 0;
	letter-spacing: 0.0625em;
}
.module p {
	padding: 12px 12px 0 12px;
}
.module li {
	font-size: .75em;
	font-weight: bold;
	border-bottom: solid 1px #c0c8ce;
}
.module li a {
	display: block;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
}
.module li a:hover {
	background-color: #0e2748;
	color: #ffffff;
}
/********************************/
/* Footer						*/
#footer {
	background-image: url(../images/footer_bkgnd.png);
	height: 154px;
	background-position:center;
}
#footer_body {
	width: 1000px;
	margin: 0 auto;
}
#footer_body .logo {
	text-align: center;
	padding: 30px 0 0 0;
}
#footer_body .text {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	/* padding: 24px 0 0 0; */
}
#footer_body .text a {
	color: #FFFFFF;
	font-size: 12px;
}
/********************************/
/* breadcrumb					*/
#breadcrumb {
    font-size: 1.25em;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
}
/********************************/
/* result						*/
.result {
    padding: 20px 10px;
}
.result h2 {
    border-bottom: 1px solid #c0c8ce;
    color: #002a5c;
    font-family: century gothic;
    font-size: 20px;
    letter-spacing: normal;
    padding: 0 0 10px 10px;
}
.excerpt {
	padding: 15px 10px;
	border-bottom: solid 1px #c0c8ce;
}
.excerpt img {
    float: left;
    margin: 0 10px;
    padding: 0 20px 0 0;
}
.readmore {
    padding-top: 10px;
    text-align: right;
}
.readmore a {
    background-color: #0e2748;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #0e2748;
}
/********************************/
/* Requst A Quote Button		*/
.requestaquote {
	background-color:#0e2748;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	padding:11px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0e2748;
}
.requestaquote:hover {
	background-color:#404041;
	color: #ffffff;
}
.requestaquote:active {
	position:relative;
	top:1px;
}
#contactus {
	padding: 20px;
}
