/* ===============================================
PROJECT TITLE

--------------------------------------------------
AUTHOR(S): 
	wes@topspotims.com


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      #fff;

=================================================*/

body{
	margin: 0;
	padding: 0;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 62.5%;
	background: #f5f5f5 url(../images/bg.jpg) repeat-x left top;
}

.clearBoth {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

a, a:visited {
	color: #168ecc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #6E6E6E;
}

a img { border: 0; }

a.QE_Link { float: right; }

h1 {
	font-size: 1.8em;
	color: #727272;
}
h2 {
	font-size: 1.6em;
	color: #727272;
}
h3 {
	font-size: 1.4em;
	color: #727272;
	margin-bottom: 3px;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;	
}
form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ajaxSearch_form {
	 float:right; 
}

table { border-collapse: collapse; border: 1px solid #bbb; }
table th { background: #6198DF; color: #fff; border: 1px solid #bbb; }
table td { border: 1px solid #bbb; }

#contentBox p, #contentBox ul, #contentBox table, #contentBox table input, #contentBox select, #contentBox textarea, #contentBox ol {
	color: #727272;
	font-size: 1.2em;
	line-height: 1.5;
}
#contentBox table table, #contentBox table.tableborder input, table#search_layout input, #contentBox table ol  { 
	font-size: 1em;
}

table#search_layout td, #search_layout table { border: none; }

#contentBox ul ul { font-size: 1em; }

#innerContent img.floatright { margin: -30px 0 10px 10px; }


/* WRAPPER   ---------------------------------------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* HEADER   ---------------------------------------*/
#headerWrap { background: transparent url(../images/header.jpg) no-repeat left top; }
#header {
	height: 159px;
	position: relative;
}
#logo {
	display: block;
	width: 370px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
}
#phoneNumberWrap {
float:right;
margin:20px 0px 0 0;
}
p.phone {
	font-size: 1.3em;
	color: #fff !important;
	margin: 0;
}

.headRight{
	width:260px;
	float:right;
}

/* GLOBAL NAV   ---------------------------------------*/
#globalNav {
	margin: 10px 0 18px 0;
	padding: 0;
	list-style: none;
	float: right;
}
#globalNav li {
	float: left;
}
#globalNav a {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

#globalNav a:hover {
	text-decoration: underline;
}

#globalNav li.last a { border-right: 0; }

/* PRIMARY NAV   ---------------------------------------*/
ul#primaryNav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 10px;
}
#primaryNav li {
	float: left;
	position: relative;
	overflow: visible;
}
#primaryNav a {
	display: block;
	text-decoration: none;
	color: #168ecc;
	font-size: 1.3em;
}
ul#primaryNav ul { 
	position: absolute;
	z-index: 1500;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #d1d4d6 url(../images/dropdown.jpg) repeat-x left top;
	border: 1px solid #999;
	border-top: 0;
	display: none;
}
#primaryNav li:hover, #primaryNav li.over {
	background: transparent url(../images/nav-hover1.jpg) repeat-x left bottom;
}

#primaryNav ul li:hover, #primaryNav ul li.over  {
	background: transparent url(../images/nav-hover.jpg) repeat-x left bottom;
}

#primaryNav ul li a{
	color:#666;
}

#primaryNav ul li:hover a{
	color:#fff;
}

#primaryNav ul li.last a{
	border-bottom: none;
}

/*
#primaryNav li:hover a, #primaryNav li.sfhover a {
	color: #7b8083;
	background: transparent url(../images/nav-arrow.gif) no-repeat bottom center;
}
*/


#primaryNav li.active a{
	background: transparent url(../images/arrow-active.gif) no-repeat bottom center;
}

/*
#primaryNav li.active a:hover{
	background: transparent url(../images/nav-arrow.gif) no-repeat bottom center;
}
*/

#primaryNav a span {
	display: block;
	padding: 10px 15px;
	background: transparent url(../images/nav-separator.jpg) no-repeat right bottom;
}
#primaryNav li.last a span { background: none; }
#primaryNav ul a { background: none !important; min-width: 200px; border-bottom: 1px solid #bbb; }
/* #primaryNav ul a:hover { background: #31a8ce url(../images/hover.jpg) repeat-x left top; color: #fff; } */
#primaryNav ul a:hover { background-image: none; }
#primaryNav ul a span { background-image: none !important; }
#primaryNav li:hover ul, #primaryNav li.sfhover ul { left: -2px; }
#primaryNav ul li { float: none; }

/* BANNER   ---------------------------------------*/
#banner {
	height: 136px;
	position: relative;
	background: transparent url(../images/banner-industries.jpg) no-repeat left top;
}
#index #banner {
	height: 241px;
	background: transparent url(../images/banner-home.jpg) no-repeat left top;
	position: relative;
}
#services #banner {
	background: transparent url(../images/banner-services.jpg) no-repeat left top;
}
#breadcrumbs {
	height: 22px;
	background: #fafcfb url(../images/breadcrumbs.jpg) repeat-x left top;
	margin: 0 30px 0 0;
	padding: 8px 0 0;
	color: #727272;
	font-size: 1.2em;
	width: 900px;
}
#breadcrumbs a {
	color: #168ECC;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

#breadcrumbs .B_lastCrumb{
	font-weight: bold;
}

/* BEARING CONFIGURATOR   ---------------------------------------*/	
#configuratorWrapper {
	width: 298px;
	height: 253px;
	background: transparent url(../images/configurator2.jpg) no-repeat left top;
	position: absolute;
	top: 98px;
	right: 30px;
	z-index: 1;
}
#configurator p.heading {
	color: #fff;
	font-size: 1.8em;
	padding: 18px 0 0 20px;
}
#configurator p.subheading { color: #727272; font-size: 1.2em; }
#configurator label { color: #727272; }
#configurator fieldset { width: 160px; float: right; clear: right; margin-right: 20px; }
#configurator input { width: 40px; }
#configurator fieldset.first ol li { float: left; }
#configurator fieldset.first { padding: 0 0 5px; margin-bottom: 5px; border-bottom: 2px solid #aaa; }
#configurator fieldset.first li input { width: 15px; }
#configurator label span { display: block; }
#configurator fieldset.last label { float: left; clear: left; margin-bottom: 3px; }
#configurator fieldset.last input { float: right; clear: right; }
#configurator input.submit { 
	display: block;
	width: 58px;
	height: 30px;
	background: transparent url(../images/submit.jpg) no-repeat left top;
	border: 0;
	color: #fff;
	margin: 5px 0 0 0;
	position: relative;
	left: 5px;
}

#configuratorWrapper #configurator p {
	line-height: 1.2em;
}
	
/* CONTENT   ---------------------------------------*/
#content {
	padding: 1px 0 0 30px;
	background: transparent url(../images/content.jpg) repeat-y left top;
	overflow: auto;
}
#homeLeft {
	clear: left;
}
#homeLeft, #homeRight {
	width: 460px;
	float: left;
}
#homeRight {
	width: 455px;
	margin-left: 15px;
}
#homeRight div.section {
	width: 220px;
	float: left;
}
#left {
	width: 729px;
	float: left;
	clear: left;
	margin: 30px 0 0;
}
#bearing-search-results #left, #bearing-quote-cart #left, #quote-cart #left, #page-part #left, #customer-information #left, #request-quote #left { width: 937px; }
#right {
	width: 185px;
	float: left;
	margin: 30px 0 0 10px;
}
#bottombar {
	padding: 10px 0 0;
	clear: both;
}
#bottombar img {
	margin: 0 2px;
}
#homeLeft h1 {
	color: #727272;
	height: 30px;
	width: 452px;
	margin-bottom: 5px;
	background: transparent url(../images/home-h1.jpg) no-repeat left bottom;
	padding: 6px 0 0 10px;
	text-align: center;
}

#homeLeft h1 a:hover, #homeRight h2 a:hover{
	color: #6e6e6e;
	text-decoration: underline;
}

#index h2 {
	height: 30px;
	width: 209px;
	background: transparent url(../images/index-h2.jpg) no-repeat left top;
	padding: 6px 0 0 10px;
	color: #727272;
	margin-bottom: 5px;
	text-align: center;
}
div.bucket {
	border: 1px solid #fff;
	background: #f6f7f8 url(../images/bucket.jpg) repeat-x left bottom;
	padding: 10px;
}
div.bucket ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.bucket ul a {
	display: block;
	color: #3895c3;
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px 0 2px 14px;
	border-bottom: 2px solid #f1f3f5;
	background: #f8f9fa url(../images/arrow-blue.gif) no-repeat 3px center;
}

div.bucket ul a:hover {
	background: #f8f9fa url(../images/arrow-grey.jpg) no-repeat 3px center;
	color: #6e6e6e;
}


div.bucket.large ul a { min-width: 195px; }
div.bucket.large { overflow: auto; }
div.bucket.large ul.first { margin-right: 10px; }
.section.last { margin-left: 10px; }
#contentBox { 
	padding: 0 0 20px;
	overflow: auto;
}
#contentBox.buttons, #contentBox.sub {
	padding: 0 0 20px;
}
#contentBox #innerContent { margin: 0 15px; }
#contentBox.sub #innerContent {
	margin: 0;
	width: 480px !important;
	float: left !important;
}
#contentWrap { background: #fff; }
#topnav {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
	overflow: auto;
	background: transparent url(../images/topnav.jpg) repeat-x left bottom;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
#topnav li { float: left; margin-right: 7px; }
#topnav a { 
	display: block;
	height: 26px;
	background: transparent url(../images/oval-right.jpg) no-repeat right top;
	font-size: 0.95em;
	color: #65acd1;
	text-decoration: none;
	outline: none;
}
#topnav a span {
	display: block;
	height: 21px;
	background: transparent url(../images/oval-left.jpg) no-repeat left top;
	padding: 3px 8px 0;
}
#topnav a:hover { background: transparent url(../images/oval-right-hover.jpg) no-repeat right top; color: #ccc; }
#topnav a:hover span { background: transparent url(../images/oval-left-hover.jpg) no-repeat left top; } 
#topnav li.current a, #topnav li.active a { background: transparent url(../images/oval-right-hover.jpg) no-repeat right top; color: #b8b5b5; }
#topnav li.current a span, #topnav li.active a span { background:  transparent url(../images/oval-left-hover.jpg) no-repeat left top; }
#subnav {
	width: 200px;
	float: left;
	margin: 2px 15px 5px 2px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav ul a {
	display: block;
	color: #168ecc;
	text-decoration: none;
	padding: 3px 0 3px 14px;
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
}

#subnav h2{
	margin: 9px 0 0 0;
	background: #999;
	color:#fff;
	padding: 4px 0;
	text-align: center;
}
#subnav h2 a{
	color:#ffffff;
}

#subnav ul li a:hover, #subnav ul li a.current:hover, #subnav ul li.current ul li a:hover{
	color:#666;
	background: #f8f9fa url(../images/arrow-grey.jpg) no-repeat 3px center;
}


#subnav ul li ul a{
	font-size: .9em;
	padding-left: 30px;
}

#subnav ul li.current a { background: #fff url(../images/arrow-blue.gif) no-repeat 3px center; font-weight: bold;}
#subnav ul li.current ul li a{ background: #fff; font-weight: normal;}
#index h1 { clear: left; color: #1e1d1d; }
#index p { color: #1e1d1d; font-size: 1.2em; line-height: 1.5; }
#index p.co-description { margin-right: 270px; }
#index #rfq {
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 197px;
	background: transparent url(../images/rfq.jpg) no-repeat left top;
	float: right;
	margin-right: 50px;
	overflow: hidden;
}

#index #rfq:hover{
	background: transparent url(../images/rfq-hover.jpg) no-repeat left top;
}

p.address { 
	width: 130px;
	float: left;
	margin: 0 0 20px;
	border-left: 2px solid #eee;
	padding-left: 10px;
}

/* QUICK FORM   ---------------------------------------*/
#quickform {
	width: 181px;
	padding: 0 0 15px 20px;
	background: #efefef;
}
#quickform h2 { margin-top: 0; padding-top: 10px; }
#quickform ol { overflow: auto; }
#quickform ol li {
	margin: 0 0 10px 0;
}
#quickform li.last { clear: left; }
#quickform textarea, #quickform input { border: 1px solid #bbb; width: 150px; padding: 2px; color: #727272; }
#quickform textarea { height: 60px; }
#quickform label, #quickform h2 { color: #727272; }
#quickform label { 
	font-size: 1.2em;
	display: block;
}
#quickform input.submit, #ajaxSearch_submit { width: auto !important; color: #fff; padding: 1px 3px; background: #1e4274; cursor: pointer;}
#quickform input.submit:hover, #ajaxSearch_submit:hover {background: #666;}
#quickform p.required { font-size: 1.1em; color: #AF4C4C; }


input.submit{
	 cursor: pointer;
}

#innerContent #quickform{
	width: 331px;
}

#innerContent #quickform textarea { 
	height: 90px;
	width: 300px; 
}


/*
#ajaxSearch_form{
	margin-top: 3px;
}

#ajaxSearch_form input, #ajaxSearch_form input{
	
font-size: 0.8em;
}*/
/* RFQ FORM   ---------------------------------------*/
#innerContent #mainRFQ label { 
	background: #000;
	
}

#innerContent #mainRFQ input, #innerContent #mainRFQ textarea {
	padding: 3px;
	color: #727272;
	border: 1px solid #999;
	margin-bottom: 5px;
	background: #000;
	
}
#innerContent #mainRFQ textarea { 
	padding: 3px;
	color: #727272;
	border: 1px solid #999;
	height: 150px;
	width: 400px;
}
#innerContent #mainRFQ .submit {
	background: #1E4274;
	color: #fff;
}

/* CONTACT FORM   ---------------------------------------*/
#contactForm{
	float:left;
	margin-right:30px;
}
#contactForm label span{
	color:red;
}
#contactForm label{
	color:#727272;
	font-size:1.2em; 
}
#contactForm input{
	padding:1px;
	margin-bottom:5px;
	width:15em;
	color:#727272;
}
#contactForm select{
	padding:1px;
	margin-bottom:5px;
	width:17.2em; 
}
#contactForm textarea{
	padding:1px;
	margin-bottom:8px;
	width:20.4em;  
	height:9em;
	font-size:11pt;
}
#contactForm .submit-btn {
	width:5em;
	color:#000000;
}

/* FOOTER   ---------------------------------------*/
#footer {
	background: transparent url(../images/footer.jpg) repeat-y	left top;
	padding: 15px 35px;
	border-bottom: 5px solid #ece9ef;
	overflow: auto;
}
#footer p {
	float: left;
	color: #727272;
	margin: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer ul li {
	float: left;
}
#footer ul a {
	color: #727272;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #727272;
	line-height: 1;
}

#footer ul a:hover{
	text-decoration: underline;
}

#footer ul li.last a { border: 0; }

#contentBox .ajaxSearch_result{
	font-family: Georgia;
	font-size:  1.2em;
	margin-top: 15px;
}

#contentBox .ajaxSearch_result div p{
	font-size: .8em;
	padding: 0 15px;
	padding-bottom: 6px;
	margin:0 0 8px 0;
}

#contentBox .ajaxSearch_result div{
	border-bottom: 1px solid #ccc;
}

#contentBox .ajaxSearch_paging{
	clear: both;
	margin:8px 0;
	padding: 8px 0;
}

a.pdf{
	height:20px;
	line-height: 20px;
	padding: 5px 0 5px 23px;
	background: transparent url(../images/pdf-icon.gif) left no-repeat;
	margin: 0 0 2px 10px;
	font-size: 1.1em;
	clear: both;
}


