/* ===============================================
JAMISON PRODUCTS
--------------------------------------------------
AUTHOR(S): matt@topspotims.com


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND-TOP      #fff;
BACKGROUND-NAV		#e1e1e1;
BACKGROUND-BODY		#265f7b;
BACKGROUND-FOOTER	#005793;

NAV FONT:			#333333;
NAV BG HOVER:		#6dd0f7;
GLOBAL NAV HOVER:   #005793;
CONTENT HOVER:		#fff568;

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

body{
	background: #606a72 url(../images/bg.gif) top repeat-x;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 62.4%;
}

.clearBoth { clear: both; }
.floatRight { float: right; }
.floatLeft { float: left; }
.resetList, .resetList li ul { margin: 0; padding: 0; }
.resetList li {
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
a.rfq {
	display: block !important;
	margin: 10px 0;
	padding: 0;
	width: 173px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	background:  url(../images/rfq-btn.png) top no-repeat;
}
a.rfq:hover {
	background-position: 0 -36px !important;
}
img { 
	border: none; 
}
a:focus { 
	outline: none; 
	border: none; 
}


/* ==== HEADER         ============================== */
#header{
	width: 100%;
	height: 183px;
	/* background: #fff url(../images/header_bg.jpg) repeat-x; */
}
	#headerWrapper{
		margin: 0 auto;
		width: 900px;
	}
	#logo a {
		float: left;
		width: 280px;
		height: 85px;
		background: transparent url(../images/logo.jpg) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	#globalNav {
		float: right;
		margin: 35px 0 0 0;
		color: #000000;
		font-size: 1.2em;
	}
	#globalNav li {
		border-right: 1px #333333 solid;
	}
	#globalNav li.last {
		border: 0;
	}
	#globalNav li a{
		margin: 0;
		padding: 0 5px;
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	}
	#globalNav li a:hover{
		color: #005793;
		text-decoration: underline;
	}
	#callUs {
		clear: right;
		float: right;
		margin: 127px 10px 0 0;
		padding: 0;
		color: #ffffff;
		font-size: 1.6em;
		font-weight: bold;
		font-style: italic; 
	}
	#banner { 
		margin: 0; 
		padding: 0; 
		clear: both;
		width: 900px; 
		height: 149px;
		background: transparent url(../images/header.jpg) no-repeat;
	}

/* ==== PRIMARY NAV    ============================== */
#primaryNav{
	clear: both;
	height: 45px;
	font-size: 1.27em;
	background: #e1e1e1 url(../images/nav_bg.gif) repeat-x;
}
	#primaryNav li{
		float: left;
		position: relative;
		background: #e1e1e1 url(../images/nav_bg.gif) repeat-x;
		z-index: 1; 
	}
	#primaryNav li a{
		display: block;
		margin: 1px 0 0 0;
		padding: 9px 15px;
		color: #333333;
		text-decoration: none;
		font-weight: bold;
	}
	#primaryNav li a:hover{
		background: #00538e url(../images/nav_hover.gif) repeat-x !important;
		color: #fff;
	}
	#primaryNav li.active > a{
		background: #cbcbcb url(../images/nav_active.gif) repeat-x;
		color: #005793;
	}
	#primaryNav li ul{
		display: none;
		position: absolute;
		top: 2.6em;
		left: 0;
		width: 190px;
		background: #e1e1e1;
		font-size: 1em;
		z-index: 2;
	}
		#primaryNav li ul li a{
			border-top: 1px #f1f1f1 solid;
			width: 170px;
			padding: 6px 10px;
			font-size: .9em;
		}
		#primaryNav li ul li.parent > a{
			background: url(../images/parent-nav.png) 95% center no-repeat;
		}
		#primaryNav li ul li.parent > a:hover{
			/* background-color: ; */
		}
			#primaryNav li ul li ul{
				display: none;
				position: absolute;
				top: 0;
				left: 190px;
				width: 190px;
				background: #e1e1e1;
				font-size: 1em;
				z-index: 5;
			}

/* ==== CONTENT    ============================== */
#content{
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: auto;
}
#content a {
	color: #fff568;
	/*font-style: italic;*/
}
#content a:hover {
	text-decoration: underline;
}
#contentWrapper{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	color: #fff;
	overflow: auto;
	background: #fff; 
}
#contentWrapper.internal{
	background: #6295ad;
}
/* ==== CONTENT - HOME    ============================== */

#contentBody {
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 692px;
	overflow: auto;
	color: #000000; 
}
	#contentBody h1 {
		margin: 10px 0;
		padding: 0;
		font-size: 2em;
		font-weight: bold;
		color: #005793; 
	}
	#contentBody h1.homepage-title { 
		display: block; 
		width: 458px; 
		height: 35px; 
		background: URL(/images/homepage-title.gif) top left no-repeat transparent; 
		text-indent: -9999px; 
	}
	#contentBody h2 {
		margin: 15px 0 5px 0;
		padding: 0;
		font-size: 1.4em;
		font-weight: bold;
		text-decoration: underline;
	}
	#contentBody p {
		margin: 8px 0;
		padding: 0;
		font-size: 1.2em;
		line-height: 1.4;
	}
	#contact-us #contentBody p {
		padding-left: 1em;
	}
	#contentBody ul#buckets {
		position: relative;
		margin: 10px 0;
		padding: 0;
		width: 691px;
		height: 198px;
		background: transparent url(../images/buckets_bg.jpg) no-repeat;
	}
		#contentBody ul#buckets li {
			float: left;
			display: block;
			overflow: auto;
			text-align: center;
		}
		#contentBody ul#buckets li.category a {
			display: block;
			width: 225px;
			height: 145px;
			color: #fff;
			text-decoration: none;
			font-style: normal;
			border: none;
		}
		#contentBody ul#buckets li.category a img {
			border: none;
		}
		#contentBody ul#buckets li.cat02 h2, #contentBody ul#buckets li.cat02 img { 
			margin-left: 5px; 
		}
		#contentBody ul#buckets li.cat03 h2, #contentBody ul#buckets li.cat03 img { 
			margin-left: 8px; 
		}
		#contentBody ul#buckets li h2 {
			margin: 0 auto;
			padding: 7px 0;	
			font-size: 1.4em;
			font-weight: bold;
			color: #fff; 
			text-decoration: none; 
		}
		#contentBody ul#buckets li p{
			padding: 3px 15px;
			font-size: 1.2em;
		}
		#contentBody ul#buckets li.content01, #contentBody ul#buckets li.content02, #contentBody ul#buckets li.content03 {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 691px;
			height: 53px;
			text-align: left;
			overflow: hidden;
			color: #fff; 
		}
		#contentBody ul#buckets li.content01 {
			background: #004c81;
		}
		#contentBody ul#buckets li.content02 {
			background: #5d9072;
			display: none;
		}
		#contentBody ul#buckets li.content03 {
			background: #6398b1;
			display: none;
		}
	
	#contentCenter ul.thumbs li {
		background: none;
	}
	#contentCenter ul.thumbs li img {
		/* border: 2px solid #595959; */
	}


/* ==== CONTENT SIDEBAR - HOME       ============================== */
#sidebar{
	float: right;
	margin: 15px 0 0 0;
	padding: 0 7px 20px 7px;
}
	#sidebar .sideContent {
		margin: 25px 0 0 0;
		padding: 0 0 7px 0;
		width: 170px;
		display: block;
		background: #005693 url(../images/sidebar_bottom.gif) bottom no-repeat;
	}
	#sidebar .sideContent h1 {
		margin: 0;
		padding: 12px 10px 6px 10px;
		font-size: 1.57em;
		font-weight: normal;
		background: transparent url(../images/sidebar_top.gif) top no-repeat;
	}
	#sidebar .sideContent p {
		margin: 0;
		padding: 8px 10px;
		font-size: 1.1em;
		line-height: 1.5;
	}
	#sidebarRight .tech a, #sidebarRight .tech { 
		color: #000000; 
	}

/* ==== CONTENT SITEMAP - HOME       ============================== */
#sitemap #contentBody ul{
	margin: 0 0 0 2em;
	padding: 0;
	list-style: disc;
	}
	#sitemap #contentBody ul li{
		margin: 0;
		padding: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	#sitemap #contentBody ul li ul li{
		font-weight: bold;
		font-size: 12px; 
	}
	#sitemap #contentBody ul li.active ul li{
		display: block;
	}
	#sitemap #contentBody ul li ul li ul li {
		font-weight: normal;
	}
	#sitemap #contentBody ul li a{
		font-style: normal;
		text-decoration: none;
		color: #103763; 
	}
	#sitemap #contentBody ul li a:hover{
		text-decoration: underline;
	}

/* ==== CONTENT REQUEST A QUOTE - HOME       ============================== */
#request-a-quote #contentBody ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#request-a-quote #contentBody ul li {
		float: left;
		width: 260px;
	}
	#request-a-quote #contentBody ul li.message {
		width: 520px;
	}
	#request-a-quote #contentBody form{
		margin: 0;
		padding: 0;
	}
	#request-a-quote #contentBody form h2{
		margin: 3px 0;
	
	}
	#request-a-quote #contentBody form fieldset{
		margin: 0;
		padding: 10px 0;
		border: 0;
	}
	#request-a-quote #contentBody form label{
		display: block;
		margin: 7px 0 0 0;
		padding: 0;
		font-size: 1.4em;
	}
	#request-a-quote #contentBody form input, #request-a-quote #contentBody form textarea{
		padding: 5px;
		border: 1px solid #6892b2;
		border-top: 2px solid #2f4250;
		font-size: 1.2em;
		width: 220px;
	}
	#request-a-quote #contentBody form textarea{
		width: 480px;
		height: 125px;
		font-family: Lucida Grande, Verdana, Arial, sans-serif;
	}
	#request-a-quote #contentBody form input.submit{
		margin: 7px 0;
		padding: 4px 7px;
		color: #fff;
		background: #6dd0f7 url(../images/button.gif) repeat-x;
		border: none;
		width: auto;
	}
	#request-a-quote #contentBody form input.submit:hover{
		background: #6dd0f7 url(../images/button_roll.gif) repeat-x;
		color: #0002;
		cursor: pointer;
	}

/* ==== CONTENT - INTERNAL    ============================== */
#contentContainer {
	float: right;
	margin: 0;
	padding: 0;
	width: 740px;
	background: #fff;
}
#contentContainerWide { 
	float: right; 
	margin: 0; 
	padding: 0; 
	width: 900px; 
	background: #fff; 
}
#contentCenter ul.noStyle, #contentCenter ul.noStyle li { 
	list-style: none; 
	background: none; 
}
#ball-valves table, #pipeline-supply table { 
	border: 1px solid #808080; 
	text-align: center; 
	margin-left: 4em; 
}
	#ball-valves table td, #ball-valves table th, #pipeline-supply table td, #pipeline-supply table th { 
		border: 1px solid #b0b0b0; 
		padding: 2px 4px; 
	}

#contentCenter ul.gallery { 
	margin: 0; 
	padding: 0; 
}
#contentCenter ul.gallery li { 
	float: left; 
	width: 90px; 
	height: 120px;
	margin-right: 10px; 
	font-size: 10px; 
}
#contentCenter ul.gallery img { 
	width: 90px; 
	height: 90px; 
}

/* ==== CONTENT - INTERNAL COLUMNS   ============================== */
#contentCenter {
	float: left;
	padding: 10px 20px;
	width: 505px;
	color: #000;
	font-size: 1.2em; 
}
	#contentCenter.wide { 
		width: 660px; 
	}
	#contentCenter a{
		color: #005793;
		text-decoration: none;
	}
	#contentCenter h1 {
		margin: 7px 0;
		padding: 0;
		font-size: 1.6em;
		font-weight: bold;
	}
	#contentCenter p {
		line-height: 1.5;
	}
	#contentCenter .prodFeatures {	
		background: #dad8e3 url(../images/plus.jpg) top right no-repeat;
		float: left;
		margin: 0.5em 0 1em 0;
		padding: 0.5em;
		width: 275px;
		cursor: pointer; 
		border: 1px solid #a0a0a0; 
	}
		.prodFeatures ul.features { 
			clear: both; 
		}
		
		#contentCenter .minus{
			background: #dad8e3 url(../images/minus.jpg) top right no-repeat;
			float: left;
			margin: 0.5em 0 1em 0;
			padding: 0.5em;
			width: 275px;
			cursor: pointer; 
			border: 1px solid #a0a0a0; 
		}
			
	#contentCenter h2 { 
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		font-size: 1.4em;
		clear: left; 
	}
	#contentCenter .prodFeatures h2 {
		margin: 0; 
		padding: 0; 
		color: #005793;
	}
	#contentCenter table tr td { 
		vertical-align: top; 
	}
	#contentCenter ul { 
		list-style: none; 
	}
	#contentCenter ul li {
		display: block;
		margin: 4px 0;
		padding: 0 0 0 10px;
		background: transparent url(../images/star.gif) no-repeat 0px 3px;
	}
	#contentCenter .prodImg {
		float: right;
		margin: 0 0 1em 1em;
		padding: 7px;
		border: 1px #e1e1e1 solid;
	}
	#contentCenter .prodImg h2 {
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1em; 
	}
	#contentCenter .prodImg p {
		margin: 0.25em 0 0 0;
		padding: 0;
		font-style: italic;
		font-size: 0.90em; 
	}
	#contentCenter ul.pdf { 
		list-style: none; 
		padding-left: 30px; 
		margin: 0; 
		float: left; 
		background: none; 
	}
	#contentCenter ul.pdf li { 
		display: block; 
		background: url(../images/pdf_icon.gif) no-repeat top left transparent;
		padding: 0.25em 0 0.25em 22px; 
		margin: 3px 0; 
	}
#sidebarRight {
	float: right;
	width: 175px;
	padding: 0 10px;
	margin-top: 20px;
}
	
	#sidebarRight .sideContent {
		margin: 30px 0 20px 0;
		padding: 0 0 7px 0;
		width: 167px;
		display: block;
		background: #ededed url(../images/sidebar2_bottom.gif) bottom no-repeat;
		color: #000;
	}
	#sidebarRight .sideContent h1 {
		margin: 0;
		padding: 12px 10px 6px 10px;
		font-size: 1.65em;
		font-weight: bold;
		color: #0068a3;
		background: transparent url(../images/sidebar2_top.gif) top no-repeat;
	}
	#sidebarRight .sideContent fieldset {
		margin: 0;
		padding: 0 8px;
		border: none;
	}
	#sidebarRight .sideContent label {
		display: block;
		padding: .7em 0 .4em 0;
		font-size: 1.2em;
	}
	#sidebarRight .sideContent input, #sidebarRight .sideContent textarea {
		clear: both;
		margin: 0;
		padding: 2px;
		border: 1px #747474 solid;
		width: 140px;
	}
	#sidebarRight .sideContent textarea {
		height: 70px;
	}
	#sidebarRight .sideContent input.submit {
		margin: 7px 0;
		padding: 4px 7px;
		width: 7em;
		color: #fff;
		background: #6dd0f7 url(../images/button.gif) repeat-x;
		border: none;
	}
	#sidebarRight .sideContent input.submit:hover {
		background: #6dd0f7 url(../images/button_roll.gif) repeat-x;
		color: #000;
		cursor: pointer;
	}
#sidebarLeft {
	float: left;
	width: 140px;
	height: 100%;
	padding: 0 10px;
	background: #6295ad;
	overflow: auto;
}

	#sidebarLeft h2{
		margin: 20px 0 10px;
		padding: 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	#sidebarLeft ul{
		margin: 7px 0;
		padding: 0;
		list-style-type:  none;
	}
	#sidebarLeft ul li a {
		display: block;
		padding: 5px 3px;
		color: #fff;
		text-decoration: none;
		font-style: normal;
	}
	#sidebarLeft ul a:hover {
		background-color: #7ba8c5;
		text-decoration: none;
	}
	#sidebarLeft ul li{
		display: block;
		font-size: 1.1em;
	}
	#sidebarLeft ul li ul {
		margin: 0;
		list-style-type: none;
	}
	#sidebarLeft ul li ul li{
		display: block;
		font-size: 1em;
		text-indent: 15px;
	}
	#sidebarLeft li.active > a { 
		font-weight: bold; 
		background: #7ba8c5 url(../images/sidebar-nav-hover.gif) right center no-repeat;
	}

/* ==== FOOTER         ============================== */
#footer{
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	/* width: 100%; */
	width: 900px;
	overflow: auto;
	background: #005792;
	border-top: 2px #6295ad solid;
}
#footerWrapper{
	margin: 0 auto;
	padding: 0 7px;
	color: #fff;
	overflow: auto;	
}
	#footerWrapper p {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
	}
	#footerWrapper ul {
		float: right;
		margin: 0;
		color: #fff;
		font-size: 1.1em;
	}
	#footerWrapper li {
		border-right: 1px #fff solid;
	}
	#footerWrapper li.last {
		border: 0;
	}
	#footerWrapper li a{
		margin: 0;
		padding: 0 5px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}
	#footerWrapper li a:hover{
		text-decoration: underline;
	}