/* ===============================================
GULF COAST BAG
--------------------------------------------------
AUTHOR(S): 
	matt@topspotims.com


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

RED				#760c11;
LIGHT BROWN		#9c7a4d;

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

/* ==== mini-reset         ============================== */
body, h1, h2, h3, h4, p, a, form, fieldset, label, ul, li {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}
p {
	font-size: 1.1em;
	line-height: 1.4;
}
a {
	color: #760c11;
}
a:hover {
	text-decoration: none;
}
a.more { 
	font-style: italic;
}
a:focus { 
	border: none; 
	outline: none; 
}

body{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
.clearBoth {
	clear: both;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}
.important {
	color: #760c11;
}

/* ==== wrapper         ============================== */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

/* ==== header         ============================== */
#header {
	overflow: auto;
}
	#logo {
		float: left;
		display: block;
		margin: 5px 0 10px;
		padding: 0;
		width: 297px;
		height: 87px;
		text-indent: -9999px;
		background: transparent url(../images/logo.jpg) no-repeat;
		overflow: hidden;
	}
	p#callUs {
		float: right;
		margin: 50px 0 0;
		padding: 7px 20px;
		font-size: 1.6em;
		font-style: italic;
		background: transparent url(../images/icon_phone.gif) left center no-repeat;
	}

	/* ==== primaryNav         ============================== */
	ul#primaryNav {
		clear: both;
		background: #760c11;
		list-style: none;
		overflow: auto;
	}
		ul#primaryNav li {
			float: left;
			width: auto;
		}
		ul#primaryNav li a {
			position: relative;
			display: block;
			padding: 7px 12px;
			color: #fff;
			font-size: 1.4em;
			font-style: normal;
			text-decoration: none;
		}
		ul#primaryNav li a:hover {
			background: #9c7a4d;
		}

/* ==== banner         ============================== */
#banner {
	margin: 1px 0 0;
	padding: 20px 20px 0 490px;
	height: 122px;
	background: #926830 url(../images/banner.jpg) left top no-repeat;
}
	#banner h1 {
		font-size: 1.8em;
		color: #fff;
	}
	#banner p, #banner p a {
		color: #fff;
	}
	#banner p a:hover {
		text-decoration: none; 
	}
/* ==== contentWrapper         ============================== */
#contentWrapper {
	clear: both;
	margin: 10px 0 0;
	/* overflow: auto; */
}
	/* ==== contentBody         ============================== */
	#contentBody {
		float: left;
		width: 730px;
		margin-bottom: 1em; 
	}
	#contact-us #contentBody, #about-us #contentBody { 
		font-size: 1.1em; 
	}
	#contentBody.internal {
		float: left;
		width: 545px;
		font-size: 1.1em; 
	}
		#contentBody h1 {
			font-size: 1.6em;
			font-weight: bold;
		}
		#contentBody h2 {
			font-size: 1.3em;
			font-weight: bold;
		}
		#contentBody p {
			margin: 5px 0;
		}
		#contentBody img, iframe { 
			border: 1px solid #503000; 
		}
		#contentBody img.floatright { 
			margin-left: 1.5em; 
		}
		#contentBody img.floatleft { 
			margin-right: 1.5em; 
		}
	
	/* ==== buckets         ============================== */
	#contentBody ul#buckets {
		margin: 0;
		overflow: auto;
		list-style: none;
	}
		ul#buckets li {
			padding: 3px 0 0 200px;
			width: 160px;
			border: 1px solid #dad8ce;
			border-top: 3px solid #48340d;
			background: #f3eed2;
		}
		ul#buckets li h2 {
			font-size: 1.3em;
		}
		ul#buckets li.applications {
			float: left;
			background: #f3eed2 url(../images/buckets_applications.jpg) left top no-repeat;
		}
		ul#buckets li.types {
			float: right;
			background: #f3eed2 url(../images/buckets_types.jpg) left top no-repeat;
		}
		ul#buckets li ul {
			margin: 5px 0 5px;
			list-style-position: inside;
			list-style-image: url(../images/buckets_bullet.gif);
		}
			ul#buckets li ul li {
				padding: 2px 0;
				border: none;
				width: auto;
				color: #760c11;
				font-size: 1.2em;
			}
	
	/* ==== secondaryBuckets         ============================== */
	ul#secondaryBuckets {
		margin: 15px 0 0;
		background: #ebebeb;
		list-style: none;
		overflow: auto;
	}
		ul#secondaryBuckets li {
			float: left;
			padding: 20px 13px;
			width: 21%;
			font-size: 1em;
			cursor: pointer;
		}
		ul#secondaryBuckets li.active {
			background: #cbcbcb;
		}
		ul#secondaryBuckets li h3 {
			font-weight: bold;
		}
		ul#secondaryBuckets li p {
		}
	
	/* ==== secondaryNav         ============================== */
	#secondaryNav {
		float: left;
		margin-top: -10px;
		padding: 127px 10px 0 5px;
		width: 170px;
		background: transparent url(../images/secondaryNav_bg.gif) top left no-repeat;
	}
		#secondaryNav h3 {
			font-size: 1.3em;
			font-weight: bold;
		}
		#secondaryNav ul {
			margin: 7px 0 0 3px;
			list-style-position: inside;
		}
			#secondaryNav ul li {
				padding: 2px 0;
			}
			#secondaryNav ul li.active a {
				color: #760c11;
			}
			#secondaryNav ul li a {
				color: #000;
				font-size: 1.2em;
				font-style: normal;
			}
			#secondaryNav ul li a.active, #secondaryNav ul li a:hover {
				color: #760c11;
			}	
	
	
	/* ==== sidebar         ============================== */
	#sidebar {
		float: right;
		width: 157px;
	}
		#sidebar a.rfq {
			display: block;
			margin: 0 0 10px;
			width: 157px;
			height: 31px;
			text-indent: -9999px;
			background: transparent url(../images/button_rfq.gif) top no-repeat;
			overflow: hidden;
		}
		#sidebar a.rfq:hover {
			background-position: 0 -31px;
		}
		#sidebar a.sandbagAd {
			display: block;
			margin: 0 0 10px;
			width: 157px;
			height: 254px;
			text-indent: -9999px;
			background: transparent url(../images/button_sandbag_ad.gif) top no-repeat;
			overflow: hidden;
		}
		#sidebar form {
			padding: 7px;
			background: #f3eed2;
		}
		#sidebar form h3 {
			margin: 2px 0;
			font-weight: bold;
		}
		#sidebar label {
			display: block;
		}
		#sidebar input, #sidebar textarea {
			padding: 2px;
			border: 1px solid #363636;
			width: 135px;
		}
		#sidebar input.submit {
			width: auto;
			padding: 5px 14px;
			border: none;
			background: #760c11;
			color: #fff;
		}
		#sidebar input.submit:hover {
			background: #9c7a4d;
			cursor: pointer;
		}
		#sandbag_number {
			color: white;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			font-style: italic;
			margin-top: -100px;
			position: relative;
			text-align: center;
		}

	/* ==== Request A Quote         ============================== */
	form {
		margin: 10px 0;
	}
	form label {
		display: block;
		margin: .2em 0;
		font-size: 1.3em;
	}
	form input, form textarea {
		display: block;
		padding: .4em;
		font-size: 1.2em;
		width: 200px;
		border: 1px solid #ccc;
	}
	form input.submit {
		width: auto;
		margin: 7px 0 0;
		padding: 5px 14px;
		border: none;
		background: #760c11;
		color: #fff;
	}
	form input.submit:hover {
		background: #9c7a4d;
		cursor: pointer;
	}

	
/* ==== content        ============================== */
#contentBody.internal { 
	font-size: 1.2em; 
}

#contentBody.internal ul { 
	margin-left: 2.3em; 
}
#contentBody.internal ul li { 
	padding: .2em 0;
}
#contentBody.internal h2 {
	margin: 0.4em 0;
	font-size: 1.3em;
	font-weight: bold;
}

#contact-us div.floatleft { 
	margin-right: 3em; 
}
#contact-us div.floatleft h2 { 
	padding: 0.5em 0 0.25em 0; 
	font-size: 1.4em; 
}

/* ==== footer         ============================== */
#footer {
	clear: both;
	margin: 10px 0 0;
	padding: 7px 9px;
	background: #48340d;
	overflow: auto;
}
	#footer p {
		color: #fff;
	}
	#footer p span {
		padding: 0 5px;
	}
	#footer p a { 
		color: #fff0d0; 
		font-style: normal; 
	}
	
	