/* ===============================================
---
==================================================
--------------------------------------------------
BACKGROUND      #;

P NAV NORMAL	#;
P NAV HOVER		#;
=================================================*/

@import "960.css";

/* ==== GLOBALS ============================= */
body, h1, h2, h3, h4, ul, li, a, table, img, p, span, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: url(../images/body-bg.jpg) #afb9c0 repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif
}

a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#main-wrapper {
	margin-bottom: 20px;
	overflow: auto;
}
/* ==== HEADER ======================= */
#header {
	background: url(../images/header-bg.png) center no-repeat;
	height: 99px;
	margin-top: 10px;
}
a#logo {
	background: transparent;
	height: 99px;
	width: 200px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 0;
	left: 0;
}
p#phone {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #FFF;
}

/* search forms */
form#search, #search-404 {
}
	form#search input, #search-404 input {
		padding: 1px 4px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-right: 5px;
		background: url(../images/search-input-bg.jpg) repeat-x;
		color: #5f5f5f;
		width: 140px;
		border-top: 1px solid #fbfdfe;
		border-left: 1px solid #edeff0;
		border-bottom: 1px solid #f1f2f4;
		border-right: 1px solid #edeff0;
	}
		form#search input.submit, #search-404 input.submit {
			background: url(../images/search-btn-bg.jpg) repeat-x;
			color: #FFF;
			font-size: 10px;
			padding: 3px;
			-moz-border-radius: 5px;
			width: auto;
			border: none;
		}
.ajaxSearch_resultLink {
	color: #0e7cbf;
}
/* primary navigation */		
ul#primary-nav {
	list-style: none;
	clear: both;
	height: 60px;
	top: 39px;
	position: absolute;
	margin-left: 15px;
}
	ul#primary-nav li{
		float: left;
		height: 49px;
		padding: 6px 0 5px 0;
		margin: 0 20px;
		position: relative;
	}
		ul#primary-nav li a{
			display: block;
			margin-top: 8px;
			padding: 12px 2px 16px 2px;
			font-size: 13px;
			font-weight: normal;
			color: #6c6c6c;
			text-align: center;
		}
		ul#primary-nav li.active > a {
			color: #FFF;
			text-decoration: none;
			
		}
ul#primary-nav ul {
	position: absolute;
	z-index: 10;
	background: url(../images/bucket-bg.jpg) #eaeff2 top left repeat-x;
	top: auto;
	left: -30px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding: 10px;
	border: 2px solid #BBB;
	border-top: none;
	width: 400px;
	list-style: none;
	display: none;
}
	ul#primary-nav ul li{
		height: auto;
		margin: 0 5px 0 5px;
		padding: 0;
		position: relative;
		float: left;
	}
	ul#primary-nav ul li.last {
	}
		ul#primary-nav ul li > a, ul#primary-nav ul li.active > a{
			height: auto;
			margin: 0;
			padding: 5px 10px 5px 0;
			display: block;
			text-align: left;
			font-weight: normal;
			color: #0e7cbf;
		}
ul#primary-nav ul li ul{
	left: 0;
	position: relative;
	list-style: disc;
	border: none;
	border-top: 1px solid #DDD;
	padding: 5px;;
	overflow: auto;
	background: none;
	width: 180px;
	display: block;
}
	ul#primary-nav ul li ul li {
		float: left;
		margin: 0;
		display: block;
		clear: both;
	}
		ul#primary-nav ul li ul li a, ul#primary-nav ul ul li.active a{
			height: auto;
			width: auto;
			color: #333;
			font-size: 12px;
			font-weight: normal;
			border: none;
			padding: 5px 0 5px 10px;
			background: url(../images/tab-arrow.gif) 0 6px no-repeat;
		}

/* addSpans() styles */		
ul#primary-nav li.active span {
	position: absolute;
	width: 23px;
	height: 52px;
	color: #333;
	padding: 0;
	margin: 0;
	display: block;
}
	ul#primary-nav li.active span#left {
		background: url(../images/prim-nav-left-active.png) top right no-repeat;
	}
	ul#primary-nav li.active span#right {
		background: url(../images/prim-nav-right-active.png) top right no-repeat;
	}

/* ==== BANNER ======================= */		
#banner.home {
	background: url(../images/home-banner-bg.jpg) center no-repeat;
	height: 263px;
}
	#banner.home h1 {
		padding-top: 20px;
		color: #c11010;
		font-size: 30px;
		font-weight: 100;
		padding-left: 20px;
	}
	#banner.home p {
		clear: both;
		font-size: 12px;
		color: #707070;
		width:420px;
		padding-left:20px;
		margin-left:0;
		margin-bottom: 10px;
		float:left;
		position:relative;
	}
#banner.internal {
	width: 940px;
	height: 172px;
}

/* ==== BUCKETS ======================= */
#buckets-wrapper {
	overflow: auto;
	padding-left: 20px;
}
	a.bucket-title {
		color: #000;
		text-decoration: none;
		float: left;
		width: 420px;
		margin-left: 20px;
		text-shadow:0 1px 2px #999999;
	}
	a.bucket-title:hover {
		color: #0e7cbf;
		text-decoration: underline;
	}
.bucket {
	width: 420px;
	float: left;
	margin-left: 20px;
	background: url(../images/bucket-bg.jpg) #eaeff2 top left repeat-x;
	border: 1px solid #c9d2d3;
	display: inline;
}
	.bucket div {
		padding: 8px;
		overflow: auto;
	}
	.bucket div img {
		float: left;
		border: 1px solid #d6d6d6;
		margin-right: 10px;
	}
	/* Buckets List*/	
	.bucket div ul {
		list-style-image: url(../images/bucket-arrow.gif);
		list-style-position: inside;
	}
		.bucket div ul li {
			margin-top: 11px;
		}
			.bucket div ul li a {
				color: #0e7cbf;
				font-size: 10px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
	/* Tabs List*/		
	ul.tabs {
		list-style: none;
		width: 420px;
		float: left;
		margin-top: 9px;
	}
		ul.tabs li {
			float: left;
			width: 209px;
			height: 20px;
			text-align: center;
			background: #f2f4f5;
			border-top: 1px solid #c9d2d3;
			border-left: 1px solid #c9d2d3;
		}
		ul.tabs li.active {
			background: transparent;
			border: none;
			width: 210px;
		}
			ul.tabs li a {
				text-align: center;
				color: #2e6ea0;
				font-size: 12px;
				padding-top: 4px;
				padding-left: 13px;
				background: url(../images/tab-arrow.gif) 2px 4px no-repeat;
			}
			ul.tabs li.active a {
				background: url(../images/tab-active-arrow.gif) -1px 7px no-repeat;
				color: #666;
				font-weight: bold;
				text-decoration: none;
				cursor: default;
			}
/* ==== CONTENT ======================= */
#content {
	overflow: auto;
}
#content {
	background: #FFF;
	padding: 25px 0;
	border-bottom: 1px solid #e8e8e8;
}
	#content h2 {
		color: #3c4043;
		font-weight: 400;
	}
	
/* ==== DETAIL ======================= */
#content.internal {
	background: url(../images/content-internal-bg.jpg) #FFF repeat-x;
	padding: 5px 0;
}
/* left sidebar */
#sidebar-left-wrapper {
	float: left;
	background: #f7f7f7;
	width: 170px;
	border: 1px solid #d6d6d6;
	margin:5px 0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
}
/* secondary nav */
ul#secondary-nav {
	list-style: none;
	padding: 15px 10px 10px;
}
	ul#secondary-nav li {
		margin-bottom: 25px;
	}
		ul#secondary-nav li a{
			font-size: 16px;
			font-weight: 500;
			color: #7d8a94;
		}
ul#secondary-nav ul {
	list-style: none;
}
	ul#secondary-nav ul li {
		border-top: 1px dotted #d6d6d6;
		margin: 0;
	}
	ul#secondary-nav ul li.first {
		margin-top: 4px;
	}
	ul#secondary-nav ul li.last {
		border-bottom: 1px dotted #d6d6d6;
	}
		ul#secondary-nav ul li a{
			font-family: Verdana, Arial, sans-serif;
			color: #959595;
			font-size: 10px;
			background: url(../images/secondary-nav-arrow.jpg) no-repeat;
			padding: 3px 0 3px 10px;
			display: block;
			margin: 3px 0;
		}
		ul#secondary-nav ul li.active a {
			color: #2488c5;
			text-decoration: none;
		}
/* center content */
#center-wrapper {
	float: left;
	width: 480px;
	margin: 25px 30px 0 20px;
	display: inline;
}
#center-wrapper.two-column {
	width: 672px;
	margin: 25px 30px 0 10px;
}
#center-wrapper.no-column {
	width: 900px;
	margin: 10px;
}
	#center-wrapper h1 {
		font-size: 24px;
		color: #c11010;
		font-weight: 300;
		text-shadow:1px 1px 3px #999;
	}
	#center-wrapper h2 {
		color: #292929;
		font-size: 18px;
		margin-top: 15px;
	}
	#center-wrapper p, #center-wrapper li {
		margin-top: 8px;
		font-size: 12px;
		color: #707070;
		font-family: Arial, Verdana, sans-serif;
	}
	#center-wrapper ul {
		list-style-position: inside;
	}
	#center-wrapper ul li {
		margin-left: 1em;
	}
/* right sidebar */
#sidebar-right-wrapper {
	float: left;
	width: 212px;
}
a#rfq-btn {
	margin: 15px 0 23px 20px;
	display: block;
	width: 179px;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/rfq-btn.jpg) no-repeat;
}
a#rfq-btn:hover {
	background: url(../images/rfq-btn.jpg) 0 -36px no-repeat; 	
}

#quick-rfq-form, #rfq-form, #contact {
	background: url(../images/quick-rfq-bg.jpg) #f2f2f2 top left repeat-x;
	padding: 7px 20px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d6d6d6;
}
#rfq-form,
#contact {
	width: 170px;
}
	#quick-rfq-form span.title,
	#contact span.title {
		font-size: 18px;
		color: #c11010;
		margin-bottom: 8px;
		display: block;
		font-weight: 300;
	}
	#quick-rfq-form span, #rfq-form em, #rfq-form span.req,
	#contact span, #contact em, #contact span.req{
		color: #c11010;
	}
	
	#quick-rfq-form label, #rfq-form label,
	#contact label {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #565656;
		display: block;
	}
	#rfq-form em, #rfq-form label,
	#contact em, #contact label {
		font-size: 12px;
	}
	#quick-rfq-form input, #quick-rfq-form textarea, #rfq-form input, #rfq-form textarea,
	#contact input, #contact textarea {
		padding: 3px 4px;
		border-bottom: 1px solid #e6e6e6;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 162px;
	}
	#quick-rfq-form textarea,
	#contact textarea{
		height: 90px;
	}
	#quick-rfq-form input.submit, #rfq-form input.submit,
	#contact input.submit {
		margin-top: 6px;
		background: url(../images/search-btn-bg.jpg) repeat-x;
		color: #FFF;
		font-size: 10px;
		padding: 3px 5px;
		width: auto;
		float: right;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
div.errors {
	border: 1px solid #bbb;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 10px;
	background: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.errors strong {
	font-size: 16px;
	color: #BB0000;
}
/* breadcrumbs */
#breadcrumbs {
	float: left;
	margin-left: 20px;
	width: 500px;
	font-size: 12px;
	display: inline;
}
#breadcrumbs a {
	margin: 0 5px;
}
#breadcrumbs .B_homeCrumb, #breadcrumbs span.b_homeCrumb a {
		color: #000;
		margin-left: 0;
}
.B_crumb {
	color: #333;
}
.B_currentCrumb {
	color: #666;
	margin-left: 5px;
}
/* ==== LANDING ======================= */
.internal-bucket {
	background: url(../images/internal-bucket-bg.jpg) top left repeat-x;
	/*height: 150px; -- uncomment when images come*/
	width: 203px;
	padding: 10px;
	border: 1px solid #d3d3d3;
	margin: 10px 15px 0 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
}
	.internal-bucket a.title{
		font-size: 14px;
		color: #393939;
		font-weight: 300;
		display: block;
		margin: 0 0 5px 0;
		background: url(../images/internal-bucket-arrow.png) right 4px no-repeat;
		text-decoration: none;
		text-shadow:0 1px 1px #999999;
	}
	.internal-bucket a.title:hover {
		background: url(../images/internal-bucket-arrow.png) right -26px no-repeat;
		font-weight: 500;
	}
	.internal-bucket img {
		border: 1px solid #d3d3d3;
	}
	.internal-bucket a:hover img {
		border-color: #8a8a8a;
	}

/* ==== FOOTER ======================= */
#footer {
	position: relative;
	background: #f2f2f2;
	border-top: 1px solid #FFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
p#address {
	padding: 20px;
	color: #8a96a0;
	font-size: 11px;
}
p#address span {
	color: #4f606d;
	font-size: 14px;
	font-weight: bold;
}
a#pactive-logo {
	position: absolute;
	top: 20px;
	left: 280px;
}
#aib-logo {
	position: absolute;
	top: 10px;
	left: 440px;
}

ul#footer-nav {
	float: right;
	list-style: none;
	margin-top: 25px;
	padding-right: 15px;
}
	ul#footer-nav li {
		float: left;
	}
		ul#footer-nav li a {
			font-size: 11px;
			color: #8a96a0;
			border-right: 1px solid #8a96a0;
			padding: 0 4px;
		}
		ul#footer-nav li.last a {
			border: none;
		}
p#credits {
	clear: both;
        color:#8a96a0;
        font-size:11px;
        padding:0 0 10px 30px;
        text-align: right;
    
}
#contact {float:left;}
#map-address {float:left;width:650px;margin:0 0 0 20px;}
address {font-size:13px;margin:1em 0;}

a.brochurePDF {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 25px;
	color: #C11010;
	display: block;
	text-align: center;
	border: 1px solid #BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	a.brochurePDF:hover {
		color: #FFF;
		background: #C11010;
		font-weight: bold;
		text-decoration: none;
	}