/* --------------------------------------------------
-----------------------------------------------------
	
	Domain: http://titan.chicodev.com/~flex/
	Stylesheet: /ui/public/stylsheet/main-ie.css
	Author: Brent White / www.ChicoWebDesign.com
	Version: May 06 2009
	
-----------------------------------------------------
-------------------------------------------------- */

/* --------------------------------------------------	
GLOBAL
-------------------------------------------------- */
* {
	outline: none;
	margin: 0;
	padding: 0;
	}
body {
	background: #eae2d5 url(/ui/public/image/layout/body.gif) repeat-x 0 -208px;
	font-family: Arial;
	}
img {
	display: block;
	}
p {
	margin: 0 0 15px 0;
	}
/* --------------------------------------------------	
GLOBAL
-------------------------------------------------- */
.clear {
	clear: both;
	}
	br.clear {
		display: block;
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		visibility: hidden;
		}
/* --------------------------------------------------	
HEADER
-------------------------------------------------- */
#header {
	position: relative;
	z-index: 99;
	background: url(/ui/public/image/layout/body.gif) repeat 50% 0;
	width: 900px;
	height: 169px;
	margin: 0 auto;
	}
	/* --------------------------------------------------	
	HEADER -- LOGO
	-------------------------------------------------- */
	h1#logo {
		position: absolute;
		top: 29px;
		left: 29px;
		background: url(/ui/public/image/layout/flexible-packaging-logo.gif) no-repeat 0 0;
		width: 215px;
		height: 75px;
		padding: 0 0 0 60px;
		}
		h1#logo a {
			display: block;
			line-height: 75px;
			text-indent: -999px;
			overflow: hidden;
			}
	/* --------------------------------------------------	
	HEADER -- P -- PHONE
	-------------------------------------------------- */
	p#phone {
		position: absolute;
		top: 24px;
		right: 216px;
		background: url(/ui/public/image/icons/phone-book-header.gif) no-repeat 0 50%;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		text-align: right;
		padding: 0 0 0 55px;
		}
		p#phone strong {
			font-weight: normal;
			color: #90b2c8;
			}
	/* --------------------------------------------------	
	HEADER -- P -- HOURS
	-------------------------------------------------- */
	p#hours {
		position: absolute;
		top: 20px;
		right: 16px;
		background: url(/ui/public/image/icons/clock-header.gif) no-repeat 0 50%;
		font-size: 10px;
		color: #90b2c8;
		padding: 0 0 0 55px;
		}
		p#hours span {
			display: inline-block;
			width: 60px;
			}
	/* --------------------------------------------------	
	HEADER -- DIV -- SEARCH
	-------------------------------------------------- */
	div#site-search {
		position: absolute;
		right: 20px;
		top: 83px;
		height:42px;
		}
		div#site-search p {
			font-size: 10px;
			color: #90b2c8;
			text-transform: uppercase;
			margin: 0;
			padding: 0;
			}
		div#site-search .input {
			width: 330px;
			border: solid 1px #387C97;
			padding: 3px;
			background: #E8E8E8;
			}
		div#site-search .submit {
			background: #246B87;
			width: 60px;
			border: solid 1px #174B5F;
			padding: 2px;
			color: #fff;
			cursor: pointer;
			}
	/* --------------------------------------------------	
	HEADER -- NAVIGATION
	-------------------------------------------------- */
	ul#navigation {
		position: absolute;
		left: 0;
		top: 129px;
		height: 39px;
		padding: 0 0 0 10px;
		}
		ul#navigation li {
			position: relative;
			float: left;
			list-style: none;
			background: url(/ui/public/image/layout/body.gif) no-repeat 100% -169px;
			padding: 0 5px 0 0;
			color: #317793;
			font-size: 12px;
			line-height: 39px;
			text-transform: uppercase;
			}
			ul#navigation li a, ul#navigation li span {
				display: block;
				float: left;
				padding: 0 10px 0 10px;
				color: #317793;
				font-size: 12px;
				line-height: 39px;
				text-transform: uppercase;
				text-decoration: none;
				}
				ul#navigation li a:hover {
					text-decoration: underline;
					}
				ul#navigation li a:hover.spacer {
					text-decoration: none;
					cursor: default;
					}
			ul#navigation li.active a {
				background: url(/ui/public/image/layout/body.gif) no-repeat 0 -169px;
				color: #fff;
				font-weight: bold;
				}
				ul#navigation li.active a:hover {
					text-decoration: none;
					cursor: default;
					}
			ul#navigation li:hover ul,
			ul#navigation li.hover ul {
				display: block;
				}
				
		ul#navigation li ul {
			display: none;
			position: absolute;
			top: 39px; /* THIS IS EQUIVILENT TO ul#navigation height */
			left: -5px;
			z-index: 100;
			background: #ECECEC;
			width: 200px;
			border: solid #C1BBB0;
			border-width: 0 1px;
			}
			ul#navigation li.active ul {
				background: #256F8C;
				border-color: #0D5A79;
				}
			ul#navigation li ul li {
				float: none;
				background: none;
				padding: 0;
				line-height: 18px;
				border: solid #C1BBB0;
				border-width: 0 0 1px 0;
				}
				ul#navigation li.active ul li {
					border-color: #0D5A79;
					cursor: pointer !important;
					}
				ul#navigation li ul li a, ul#navigation li ul li span {
					float: none;
					background: none !important;
					line-height: 18px;
					padding: 4px 10px !important;
					cursor: pointer !important;
					font-weight: normal !important;
					}
					ul#navigation li.active ul li a:hover {
						background: #fff !important;
						color: #317793;
						}
					ul#navigation li ul li a:hover,
					ul#navigation li ul li a.hover {
						background: #256F8C !important;
						color: #fff;
						text-decoration: none;
						}
					ul#navigation li ul li ul {
						display: none !important;
						top: -1px;
						left: 200px; /* THIS IS EQUIVILENT TO ul#navigation li ul width */
						border-top-width: 1px;
						}
						ul#navigation li ul li:hover ul,
						ul#navigation li ul li.hover ul {
							display: block !important;
							}
						ul#navigation li ul li:hover ul li ul,
						ul#navigation li ul li.hover ul li ul {
							display: none !important;
							}
						ul#navigation li ul li ul li:hover ul,
						ul#navigation li ul li ul li.hover ul {
							display: block !important;
							}
						ul#navigation li ul li ul li:hover ul li ul,
						ul#navigation li ul li ul li.hover ul li ul {
							display: none !important;
							}
						ul#navigation li ul li ul li ul li:hover ul,
						ul#navigation li ul li ul li ul li.hover ul {
							display: block !important;
							}

/* --------------------------------------------------
SITE OFFLINE
---------------------------------------------------*/
#site-offline-notice { 
	width: 900px;
	margin: 5px auto;
	background: #fff;
	text-align: center;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #989898;
	}

/* --------------------------------------------------	
CONTENT
-------------------------------------------------- */
.content-wrapper {
	background: url(/ui/public/image/layout/content.gif) no-repeat 0 0;
	width: 900px;
	margin: 10px auto 0;
	padding: 30px 30px 0;
	}
	.content {
		background: #fff;
		min-height: 80px;
		height: auto !important;
		height: 80px;
		padding: 0 30px 30px;
		}
		.content h1,
		.content h2,
		.content h3 {
			line-height: 36px;
			font-weight: bold;
			font-style: italic;
			color: #317793;
			}
		.content h1 {
			font-size: 30px;
			}
		.content h2 {
			font-size: 24px;
			}
			.content h2 span {
				text-transform: uppercase;
				font-size: 12px;
				color: #31934a;
				}
		.content h3 {
			font-size: 20px;
			}
		.content h4,
		.content h5,
		.content h6 {
			font-size: 16px;
			line-height: 36px;
			font-weight: bold;
			font-style: italic;
			color: #317793;
			}
		.content p {
			font-size: 12px;
			line-height: 18px;
			color: #666666;
			}
		.content a {
			font-weight: bold;
			font-style: italic;
			color: #317793;
			text-decoration: none;
			}
			.content a:hover {
				text-decoration: underline;
				}
		.content ul {
			padding: 0 0 0 15px;
			}
		.content ol {
			
			}
			.content li {
				list-style-position: outside;
				font-size: 12px;
				line-height: 18px;
				color: #666;
				}
		.content .left-column {
			float: left;
			width: 270px;
			padding: 0 20px 0 0;
			}
		.content .right-column {
			float: left;
			width: 550px;
			padding: 0;
			}
/* --------------------------------------------------	
BANNER
-------------------------------------------------- */
#banner {
	position: relative;
	z-index: 0;
	background: #ececec;
	width: 550px;
	height: 250px;
	overflow: hidden;
	}
	#banner a img {
		border: none;
		}
	#banner-navigation {
		position: absolute;
		bottom:0;
		left: 0;
		right: 0;
		background: url(/ui/public/image/layout/banner.gif) repeat-x 0 0;
		padding: 0 10px;
		}
	#controls-prev,
	#controls-prev a,
	#controls-next,
	#controls-next a,
	.banner-images,
	.banner-images li,
	.banner-images li a {
		display: block;
		float: left;
		background-image: url(/ui/public/image/layout/banner.gif);
		background-repeat: no-repeat;
		height: 33px;
		}
	#controls-adv,
	#controls-adv a {
		display: block;
		float: right;
		background-image: url(/ui/public/image/layout/banner.gif);
		background-repeat: no-repeat;
		height: 33px;
		}
	#controls-adv a {
		width: 19px;
		overflow: hidden;
		text-indent: -999px;
		}
		#controls-adv a.pause {
			background-position: 0 -165px;
			}
		#controls-adv a.play {
			background-position: 0 -198px;
			}
	#controls-prev a,
	#controls-next a {
		width: 19px;
		overflow: hidden;
		text-indent: -999px;
		}
		#controls-prev a {
			background-position: 0 -33px;
			}
		#controls-next a {
			background-position: 0 -66px;
			}
		.banner-images li {
			float: left;
			list-style: none;
			}
			.banner-images li a {
				display: block;
				background-position: 0 -132px;
				width: 19px;
				overflow: hidden;
				text-indent: -999px;
				}
			.banner-images li.selected a {
				background-position: 0 -99px;
				}
	#banner #caption {
		position: absolute;
		top:0;
		right: 0;
		background: #fff;
		width: 190px;
		height: 217px;
		padding: 20px;
		overflow: hidden;
		}
		#banner #caption h1,
		#banner #caption h2,
		#banner #caption h3,
		#banner #caption h4,
		#banner #caption h5,
		#banner #caption h6 {
			font-size: 18px;
			font-style: italic;
			font-weight: bold;
			color: #0a3344;
			}
		#banner #caption p,
		#banner #caption a {
			font-size: 12px;
			line-height: 18px;
			color: #0a3344;
			}
		#banner #caption a {
			font-weight: bold;
			text-decoration: none;
			}
			#banner #caption a:hover {
				text-decoration: underline;
				}
	#banner-loader {
		background: url(/ui/public/image/layout/banner-load.gif) no-repeat 0 0;
		width: 30px;
		height: 30px;
		margin: 100px auto 0;
		}
	#banner .pagination {
		display: none;
		}
/* --------------------------------------------------	
QUICKLINKS
-------------------------------------------------- */
ul.quicklinks {
	
	}
	ul.quicklinks li {
		list-style: none;
		float: left;
		padding: 0 8px 0 0;
		}
		ul.quicklinks li.last {
			padding: 0;
			}
		ul.quicklinks li a {
			display: block;
			width: 200px;
			overflow: hidden;
			position: relative;
			font-weight: bold;
			font-size: 12px;
			color: #002333;
			text-decoration: none;
			}
			ul.quicklinks li a:hover {
				text-decoration: underline;
				}
			ul.quicklinks li a img {
				border: none;
				}
			ul.quicklinks li a span {
				display: block;
				position: absolute;
				left: 0;
				bottom: 0;
				width: 180px;
				padding: 24px 10px 6px;
				line-height: 18px;
				background: #f0f0f0;
				cursor: pointer;
				}
/* --------------------------------------------------	
FIELDSET
-------------------------------------------------- */
fieldset {
	border: 0;
	padding: 20px 0 0 0;
	}
	fieldset legend {
		display:none;
		}
	fieldset div {
		padding: 0 0 15px;
		}
		fieldset div label {
			cursor:pointer;
			float:left;
			width:125px;
			font-size: 14px;
			color: #317793;
			line-height: 20px;
			}
		fieldset div .input,
		fieldset div .textarea {
			width: 30%;
			padding: 4px;
			border: solid 1px #ccc;
			}
/* --------------------------------------------------	
FORM STATUS
-------------------------------------------------- */
.form-status {
	font-weight:bold;
	padding:15px;
	}
	.form-status.pass {

		}
	.form-status.error {
		color:red;
		}
/* --------------------------------------------------	
PRODUCTS -- PRODUCT IMAGE
-------------------------------------------------- */
a.product-image {
	position: relative;
	float: left;
	display: block;
	padding: 8px 30px 20px 0;
	}
	a.product-image img {
		border: none;
		padding: 5px;
		background: #eee;
		}
		a:hover.product-image img {
			background: #317793
			}
	a.product-image .tape {
		position: absolute;
		float: none;
		border: none;
		padding: 0;
		background: none !important;
		}
	a.product-image .tape.top-scotch {
		top: -8px;
		left: -15px;
		}
	a.product-image .tape.bot-scotch {
		right: 16px;
		bottom: 10px;
		}
/* --------------------------------------------------	
PRODUCTS -- PRODUCT DETAILS -- IMAGE THUMBS
-------------------------------------------------- */
#product-thumbs {
	margin: 20px 0 0;
	padding: 20px 0 0 55px;
	}
	#product-thumbs li {
		float: left;
		list-style: none;
		}
/* --------------------------------------------------	
PRODUCTS -- PRODUCT LIST
-------------------------------------------------- */
#product-list {
	border-top: solid 5px #eee;
	}
	#product-list li {
		list-style: none;
		padding: 20px 0 30px;
		border-bottom: solid 5px #eee;
		}
		#product-list li .product-list-description {
			
			}
/* --------------------------------------------------	
OUR TEAM
-------------------------------------------------- */
#our-team {
	padding: 30px 0 0;
	}
	#our-team li {
		padding: 0 5% 30px;
		list-style: none;
		float: left;
		width: 40%;
		}
	#our-team li img {
		padding: 0 10px 0 0;
		}
/* --------------------------------------------------	
SEARCH RESULTS
-------------------------------------------------- */
#searchresults {
	border: solid 1px #eee;
	}
	#searchresults li {
		list-style: none;
		background: #f9f9f9;
		padding: 10px 20px 0;
		border: solid #eee;
		border-width: 0 0 2px 20px;
		}
		#searchresults li h2 {
			line-height: 24px !important;
			padding: 10px 0 !important;
			}
		#searchresults li p {
			padding: 0 0 10px !important;
			}
/* --------------------------------------------------	
FOOTER
-------------------------------------------------- */
#footer {
	position: relative;
	width: 900px;
	height: 200px;
	margin: 10px auto 30px;
	background: #f0f0f0 url(/ui/public/image/layout/footer.gif) no-repeat 50% 100%;
	}
	/* --------------------------------------------------	
	FOOTER -- SPECIAL OFFER
	-------------------------------------------------- */
	a#footer-special-offer {
		position: absolute;
		top: -20px;
		left: 675px;
		display: block;
		width: 174px;
		height: 150px;
		}
		a#footer-special-offer img {
			border: none;
			width: 174px;
			height: 150px;
			}
	/* --------------------------------------------------	
	FOOTER -- LOGOS
	-------------------------------------------------- */
	a#footer-south-pack-logo {
		background: url(/ui/public/image/layout/bg_south_pack.jpg) no-repeat 0 0;
		position: absolute;
		top: 15px;
		right: 321px;
		display: block;
		width: 83px;
		height: 124px;
		}
		a#footer-south-pack-logo img {
			margin: 4px 0 0 4px;
			border: none;
			}
	a#footer-gic-logo {
		position: absolute;
		top: 15px;
		right: 231px;
		display: block;
		}
		a#footer-gic-logo img {
			border: none;
			}
	/* --------------------------------------------------	
	FOOTER -- NAVIGATION
	-------------------------------------------------- */
	#footer-navigation {
		height: 38px;
		background: #fff;
		border-bottom: solid 2px #dcdcdc;
		padding: 0 10px;
		}
		#footer-navigation li {
			list-style: none;
			float: left;
			}
			#footer-navigation li a {
				display: block;
				float: left;
				background:  url(/ui/public/image/layout/footer-navigation.gif) no-repeat 100% 14px;
				font-size: 10px;
				line-height: 38px;
				color: #90b2c8;
				text-decoration: none;
				text-transform:  uppercase;
				padding: 0 6px 0 4px;
				}
				#footer-navigation li:last-child a {
					background: none;
					}
				#footer-navigation li a:hover {
					text-decoration: underline;
					}
	
	/* --------------------------------------------------	
	FOOTER -- P -- PHONE
	-------------------------------------------------- */
	p#footer-phone {
		float: left;
		background: url(/ui/public/image/icons/phone-book-footer.gif) no-repeat 35px 30px;
		height: 49px;
		font-size: 14px;
		color: #317793;
		text-transform: uppercase;
		padding: 40px 0 0 95px;
		}
		p#footer-phone strong {
			font-weight: normal;
			color: #90b2c8;
			}
	/* --------------------------------------------------	
	FOOTER -- P -- HOURS
	-------------------------------------------------- */
	p#footer-hours {
		float: left;
		background: url(/ui/public/image/icons/clock-footer.gif) no-repeat 35px 30px;
		height: 49px;
		font-size: 10px;
		color: #90b2c8;
		padding: 35px 0 0 95px;
		}
		p#footer-hours strong {
			font-size: 12px;
			color: #666666;
			}
		p#footer-hours span {
			display: inline-block;
			width: 60px;
			}




.pagination {
	padding: 10px 0;
	height: 20px;
}

.pagination p { float: left; }

.pagination ul {
	list-style:none;
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}

.pagination ul li {
	display: inline;
}

.pagination ul li a {
	margin: 3px; padding: 3px;
	text-decoration: none;
}

.pagination ul li.active a {
	background: #d5d5d5;
}

.pagination ul li a:hover {
	background: #ddd;
}

ul.manufacturers { 
	list-style: none; 
	margin: 20px 0 0 0; padding: 0;
}
ul.manufacturers li {
	float: left;
	background: url(/ui/public/image/layout/manufacturers-trans.png) no-repeat top left;
	padding: 7px 30px 33px 10px;
}
ul.manufacturers li a img {
	border: 0;
	width: 127px; height: 127px;
}
	
.right { float: right; }
.left { float: left; }
/*
a.thickbox {
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #c1bbb0;
	background: #eae2d5;
	}
	a.thickbox img {
		border: none;
		}
*/

fieldset#contact-us div {
	float: left;
	width: 350px;
	}
fieldset#contact-us div label {
	display:block !important;
	width:100%;
	}
fieldset#contact-us div .input.long {
	width:90%;
	}
fieldset#contact-us div ul {
	list-style:none;
	}
fieldset#contact-us div ul li {
	width:48%;
	float:left;
	padding: 10px 0 0 0;
	}
fieldset#contact-us div ul li label {
	float: left;
	width: 80%;
	padding: 0 0 0 10px;
	}
fieldset#contact-us div ul li .checkbox {
	float: left;
	}