/* @group Basic Formatting */

body {
	font: 17px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*body.home {
	background: url(../img/boltexmetalbg.jpg) repeat-x fixed 0 bottom;
}*/

/* @end */

/* @group Basic Structure */

#wrapper {
	width: 925px;
	margin: 0 auto;
}

#header {
	clear: both;
	color: #012380;
}

#header .banner {
	padding-bottom: 21px;	
}

h1, h2 {
	color: #012830;
}

h1 {
	text-indent: -9999px;
	background: url(../img/boltex_logo.png	) no-repeat;
	width: 221px;
	height: 43px;
	margin-top: 10px;
}

#head {
	clear: both;
}

#content {
	clear: left;
	margin-top: 20px;
	width: 655px;
	margin-bottom: 15px;
	margin-left: 270px;
}

#forgingcontact, flangescontact {
	float: left;
	width: 295px;
}

#content #forgingcontact {
	margin: 0 25px 0 0;
}

#datafields {
	clear: both;
}

#footer, #footerhome {
	margin-top: 15px;
	clear: both;
}

#footer {
	padding: 5px;
	text-align: right;
	border-top: 1px dotted #4c4c4c;
}

#footerhome {
	text-align: center;
	margin-top: 15px;
	clear: both;
	padding: 25px;
	background-color: #012380;
	color: #fff;
}


#footerhome a {
	color: #fff;
	padding: 2px;
}

#footerhome a:hover {
	background-color: #000;
}

#canadatable tr:hover {
	background-color: #f2f2f2;
}

#canadatable tr.headerrow:hover {
	background-color: transparent;
}

#canadatable td {
	vertical-align: middle;
}

td.flagcell {
	padding: 10px;
}

td.provincecell {
	width: 300px;
}

.refmanual {
	float: left;
	overflow: auto;
	width: 245px;
	clear: right;
	margin-top: 21px;
	margin-left: -270px;
}

.selectionbox {
	float: right;
	padding: 0 0 .5em 1.25em;
}

.selectionbox select {
	width: 225px;
}

/* @end */

/* @group Navigation */

#navigation {float: left;}

ul#forginglist, ul#flangeslist {
	font-size: 11px;
	line-height: 14px;
	padding-top: 183px;
}

ul#splashforginglist, ul#splashflangeslist {
	font-size: 11px;
	line-height: 14px;
	padding-top: 429px;
	width: 452px;
}

ul#splashforginglist {
	background: url(../img/splashcustomforgings.png) no-repeat;
	float: left;
}

ul#splashflangeslist {
	background: url(../img/splashflanges.png) no-repeat;
	float: left;
	margin-left: 21px;
}

.dropdown {
	width: 432px;
	margin-right: 10px;
	margin-left: 10px;
}

ul#forginglist {
	width: 452px;
	background: url(../img/forgings_button.png) no-repeat;
	float: left;
}

ul#forginglist .dropdown, ul#splashforginglist .dropdown {
	background: url(../img/forging_dropdown.png) no-repeat;
	height: 75px;
}

.dropdown {
	padding: 8px;
}

ul.leftlist, ul.rightlist {
	float: left;
	width: 203px;
}

ul#flangeslist {
	width: 452px;
	background: url(../img/flanges_button.png) no-repeat;
	float: left;
	margin-left: 21px;
}

ul#flangeslist .dropdown, ul#splashflangeslist .dropdown {
	background: url(../img/flanges_dropdown.png) no-repeat;
	height: 130px;
}

ul.subnavi {
	height: 25px;
	padding-left: 0 !important;
	font-size: .85em;
	line-height: 1.5em;
}

ul.subnavi li {
	display: block;
	float: left;
	list-style-type: none;
	background-color: #012380;
	padding: 0 5px 0 5px;
}

ul.subnavi.indstandard li {
	width: 300px;
	display: inline;
}

ul.subnavi li a {
	color: #fff;
	padding: .5em;
}

ul.subnavi li:hover {
	background-color: #000;
}

ul.subnavi li a:hover {
	background-color: transparent;
}

/* @end */

/* @group Typography Changes */

h2 {
	font-size: 2.9em;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	margin-bottom: 25px;
	line-height: 60px;
}

h3 {
	font-size: 1.2em;
	padding-top: 15px;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 1em;
	line-height: 1em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header h4 {
	text-transform: lowercase;
}

h4.reference {
	background: #012380;
	margin-bottom: 0;
	padding-top: .5em;
	color: #fff;
	padding-bottom: .5em;
	padding-left: .5em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1em;
}

#content p, #content ul {
	margin-bottom: 10px;
}

#footer p, #footerhome p {
	font-size: 12px;
	line-height: 12px;
}

#mininav {
	font-size: .75em;
	text-transform: lowercase;
	margin-bottom: -15px;
	text-align: right;
	color: #012380;
}

#mininav a {
	color: #012380;
}

#content ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 25px;
}

#content ul.registration {
	list-style-type: none;
	padding-left: normal;
}

li.title {
	text-indent: -9999px;
	height: 0;
}

li.emphasize a {
	font-weight: bold;
	text-transform: uppercase;
	color: #f00;
	font-size: 13px;
}

li.emphasize a:hover {
	color: #fff;
}

a {
	color: #5c5c5c;
	text-decoration: none;
	border-color: #afafaf;
}

a:hover {
	color: #fff;
	background-color: #3a3a3a;
}

#navigation a {
	color: #000;
}

#navigation a:hover, #mininav a:hover {
	color: #fff;
}

a.downloadlink {
	color: blue;
	font-weight: bold;
	font-size: 1.5em;
}

a.downloadlink:hover {
	color: white;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

table.reference {
	font-size: .7em;
	line-height: 125%;
	vertical-align: top;
}

table.dimensionalreferenceheader {
	width: 100%; 
	font-size: .85em;
	line-height: normal;
	margin-top: 2em;
}

table tr.toprow td {
	background-color: #012380;
	color: #fff;
	font-weight: bold;
}

table.dimensionalreferenceheader tr:hover td, table.dimensionalreferenceheader tr:hover td {
	background-color: #989898;
}

tr.minibreakdown:hover td {
	background: transparent;
}

table.dimensionalreferenceheader tr.minibreakdown td {
	font-size: .7em;
	background-color: #012380;
	color: #fff;
}

table.dimensionalreferenceheader td {
	text-align: center; vertical-align: middle;
	width: 14.28%; height: 25px;
	border: 2px solid #fff;
}

table.referenceclear {
	font-size: .85em;
	width: 100%;
}

table.referenceclear td {
	width: 12.5%;
	text-align: center;
	border: 1px solid #999;
	line-height: normal;
	padding: .25em;
}

table.reference td {
	padding: 1em 0.5em;
	border: 1px solid #fff;
	text-align: center;
}

td.column1 {
	width: 30px !important;
	text-align: center;
	font-weight: bold;
}

td.column2 {
	width: 115px !important;
}

td.column3 {
	width: 250px !important;
}

td.column4, td.column5 {
	width: 125px !important;
	
}

tr.oddrow td {
	background-color: #f3f3f3;
}

tr.evenrow td {
	background-color: #c1c1c1;
}

table.reference tr.oddrow:hover td, table.reference tr.evenrow:hover td {
	background: #5e5e5e;
	color: #fff;
}

table.reference td {
	width: 6%;
}

.disclaimer {
	font-size: .6em; line-height: 1.5em;
	font-style: italic;
	background-color: #d5d5d5;
	border: 1px solid #5e5e5e;
	padding: 15px;
}

/* @end */

/* @group Decoration */

.pullout, .insetright {
	margin-top: 9px;
}

#content img.pullout {
	clear: both;
	float: left;
	margin-left: -200px;
}

#content img.insetright {
	float: right;
	clear: right;
}

.flagcell img {
	border: 1px solid #5a5a5a;
}

.manuals {
	padding-left: 40px;
	background: url(../img/pdficon.png) no-repeat;
	height: 33px;
}

.toprow {
	font-size: 10px;
	font-weight: bold;
	color: white;
}

tr.tableheader td:hover {
	color: white;
	background-color: #012380;
}

td.nohover {
	background-color: #e8e9f3;
	font-weight: bold;
	font-size: 2em;
	vertical-align: middle;
}

td.nohover:hover {
	color: #000;
}

td.tabbar1, td.tabbar2 {
	background-repeat: repeat-y;
	background-position: center;
}

td.tabbar1 {
	background-image: url(../img/tabbar1.png);
}

td.tabbar2 {
	background-image: url(../img/tabbar2.png);
}

table.displaycenter {
	margin: 0 auto;
}

table.displaycenter td {
	
}

table.reference tbody tr td em {
	display: block;
	text-align: right;
	font-size: .85em;
}

/* @end */

