@charset "UTF-8";

/* CSS Document */

/*===================================
	GLOBAL
===================================*/

/* START: Zeroer */

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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: helvetica;
	text-align: left;
}

/* END: Zeroer */

body {
	background: url(../images/background_body.jpg) no-repeat #0d0f10 center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: transparent;
}

h1 {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
}

h1 small {
	text-transform: uppercase;
	font-size: 33px;
	color: #b79d49;
	font-weight: normal;
	text-align: left;
}

h2 {
	text-transform: uppercase;
	color: #666666;
	
}

h2 small {
	text-transform: uppercase;
	color: #000000;

}

h3 small {
	color: #A01519;
	font-weight: normal;

}

h3 {
	text-transform: uppercase;
	color: #A01519;
	font-size: 15px;
}

dt {
	font-weight: bold;
}

.field {
	border: 1px solid #eee;
	padding: 3px;
	color: #999;
	font-size: 13px;
	margin-bottom: 10px;
}

input.field {
	background: url(../images/form_bg.gif) repeat-x #48494d;
}

textarea.field {
	background: url(../images/form_textarea_bg.gif) repeat-x #48494d;
	overflow: auto;
}

input.submit_button {
	width: 82px;
	height: 24px;
	cursor: pointer;
	border: none;
	background: url(../images/button_submit.gif) no-repeat;
	text-indent: -9999px;
}

input.continue_button {
	width: 82px;
	height: 24px;
	cursor: pointer;
	border: none;
	background: url(../images/tag_continue.gif) no-repeat;
}

.second_promo_last .continue_button {
	position: absolute;
	bottom: 10px;
	right: 0;
}

/*===================================
	HEADER
===================================*/

.header_container {
	z-index: 999;
	position: relative;
	width: 792px;
	height: 317px;
	background: url(../images/header_bg.jpg) no-repeat center top;
	padding: 29px;
	padding-top: 25px;
}

.flash_container {
	height: 264px;
	width: 792px;
	background: url(../images/temp_flash_replacement.jpg) no-repeat;
	padding-bottom: 1px;
	border-bottom: 1px solid #A01519;
	margin-bottom: 1px;
}

#textbox {
	float: right;
	margin-right: 44px;
	margin-top: 25px;
	width: 350px;
	height: 180px
}

#textbox h1 {
	color: #ffffff !important;
	font-size: 20px;
	text-align: center !important;
	padding: 5px 20px;
}

/*----------------------------------
		NAVIGATION
	----------------------------------*/

.header_container table {
	z-index: 999;
	width: 792px;
	height: 50px;
	background: url(../images/nav_bg.gif);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.header_container td {
	background: url(../images/nav_border.gif) no-repeat left 11px;
	padding: 0 1em 0 1em;
	text-align: center;
}

.header_container td.first {
	background: none;
}

.header_container td a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	height: auto;
	text-align: center;
	color: #fff;
	padding: 16px 0 16px 0;
	line-height: 16px;
}

.header_container td a:hover {
	background: url(../images/nav_triangle.gif) no-repeat bottom;
	color: #b79d49;
}

.header_container td a.current {
	background: url(../images/nav_triangle.gif) no-repeat bottom;
}

/*----------------------------------
		NAVIGATION 
	----------------------------------*/

div.firstexp {
	z-index: 10;
	display: none;
	position: absolute;
	left: 29px;
	top: 335px;
}

div.exp {
	z-index: 10;
	display: none;
}

div.pos2 {
	position: absolute;
	left: 115px;
	top: 335px;
}

div.pos3 {
	position: absolute;
	left: 240px;
	top: 335px;
}

div.pos4 {
	position: absolute;
	left: 388px;
	top: 335px;
}

div.pos5 {
	position: absolute;
	left: 560px;
	top: 335px;
}

div.pos6 {
	position: absolute;
	left: 680px;
	top: 335px;
}

p.button {
	color: black;
	background: url('http://www.bradymining.com/images/menubkg.gif') repeat;
	padding: 0 15px 3px 15px;
	display: block;
}

.header_container p.button a:hover {
	background: url('http://www.bradymining.com/images/menuhover.gif') no-repeat left;
}

a.menuitem:link, a.menuitem:visited, a.menuitem:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #4e5158;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background: url('http://www.bradymining.com/images/menubkg.gif') repeat;
	display: block;
}

a.menuitem:hover {
	color: #b79d49;
}

/*===================================
	CONTENT
===================================*/

.content_container {
	position: relative;
	z-index: 1;
	width: 842px;
	background: url(../images/content_shadow.gif) no-repeat;
	padding: 4px 4px 0 4px;
	margin-top: 12px;
	left: 0%;
}

.content {
	float: left;
	position: relative;
	width: 806px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(../images/content_bg.jpg) repeat-x #d5d3d4;
	padding: 18px;
	color: #333;
}

.content a {
	color: #A01519;
}

.content a:hover {
	text-decoration: none;
}

.promo_image {
	float: left;
	border: 2px solid #091827;
}

.small_image {
	float: left;
	border: 3px solid #959496;
}

.tag_links {
	cursor: pointer;
	height: 24px;
	width: 82px;
	text-transform: uppercase;
	color: #A01519;
}

.techentry {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #959496;
}

/*----------------------------------
		HOME
	----------------------------------*/

.first_promo {
	position: relative;
	height: 230px;
	width: 784px;
	padding: 10px;
	background: url(../images/home_promo_bg.gif) repeat-x;
	color: #c1c1c1;
	background-color: #121518;
}

.first_promo .promo_image {
	margin-right: 25px;
}

.first_promo h1 {
	margin: 0
}

.first_promo p {
	margin-right: 15px;
	line-height: 20px;
}

.first_promo .tag_links {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.second_promos {
	position: relative;
	width: 804px;
	height: 245px;
	margin-top: 25px;
	font-size: 11px;
}

.second_promos h2 {
	font-size: 29px;
	margin: 0 0 12px 0;
}

.second_promos h3 small {
	font-size: 16px;
	margin: 0 0 12px 0;
}

.second_promos .field {
	padding-left: 10px;
	width: 224px;
}

.second_promos .promo_image {
	margin: 0 10px 30px 0;
}

.second_promo {
	float: left;
	position: relative;
	width: 244px;
	height: 232px;
	padding: 8px 10px 10px 18px;
	border-left: 1px solid #A01519;
	background: url(../images/home_promos_redarrow.gif) no-repeat left 11px;
}

.second_promo p {
	margin-bottom: 10px;
	line-height: 10px;
	font-size: ;
}

.second_promo .tag_links {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.second_promo_last {
	width: 238px;
	padding-right: 0;
}

.second_promo_last .tag_links {
	position: absolute;
	bottom: 10px;
	right: 0;
}

/*----------------------------------
		INNER: Left Column
	----------------------------------*/

.column_left {
	float: left;
	position: relative;
	width: 202px;
	min-height: 478px;
	padding: 16px;
	margin-right: 20px;
	background: url(../images/column_left_bg.gif) repeat-x;
}

.column_left .promo_image {
	clear: both;
	margin: -5px -5px 23px -5px;
}

.column_left h2 {
	margin-bottom: 12px;
}

.column_left p {
	line-height: 20px;
}

.column_left .tag_links {
	position: absolute;
	bottom: none;
	right: 10px;
	margin-top: 10px;
}

/*----------------------------------
		INNER: Main Column
	----------------------------------*/

.column_main {
	float: left;
	position: relative;
	width: 548px;
	padding: 8px 0 20px 0;
}

.column_main h1 {
	margin-bottom: 20px;
}

.column_main h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.column_main h4 {
	font-size: 12px;
	margin-bottom: 10px;
}

.column_main p, dd {
	line-height: 18px;
	margin-bottom: 10px;
}

.column_main ul {
	margin: 0 0 10px 0;
	padding: 0;
	padding-left: 15px;
}

.column_main li {
	line-height: 20px;
}

.column_main ul.contact_info {
	padding: 0;
	margin-bottom: 15px;
}

.column_main ul.contact_info li {
	list-style-type: none;
}

.column_main label {
	display: block;
	font-weight: bold;
	width: 100%;
	padding-bottom: 2px;
}

.column_main .field {
	margin-bottom: 15px;
}

.column_main textarea.field {
	height: 74px;
}

.editorial_image_left {
	float: left;
	clear: right;
	border: 5px solid #091827;
	margin: 0 10px 0 0;
}

.editorial_image_right {
	float: right;
	clear: left;
	border: 5px solid #091827;
	margin: 0 0 0 10px;
}

#mainpic {
	width: 100px height:280px;
	padding-left: 20px;
	float: right;
}

/*===================================
	FOOTER
===================================*/

.footer_container {
	float: left;
	position: relative;
	width: 842px;
	margin: 40px 4px 30px 4px;
	font-size: 11px;
	color: #5c666c;
}

.footer_nav {
	width: 842px;
	text-align: center;
	color: #d5d3d4;
}

.footer_nav li {
	list-style-type: none;
	display: inline;
}

.footer_nav li a {
	color: #d5d3d4;
}

.footer_nav li a:hover {
	text-decoration: none;
}

.legal {
	width: auto;
	margin-top: 10px;
	text-align: center;
	color: #5c666c;
}

/*===================================
	MODIFIERS
===================================*/

/*----| Width Mods |----*/

.field_xsmall {
	
}

.field_small {
	
}

.field_medium {
	
}

.field_large {
	width: 450px;
	margin-right: 50px;
}

.field_xlarge {
	
}