/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/page-bg.jpg) repeat-x #ffffff;
	font-family: Tahoma;
	font-size: 16px;
}
	
#container {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
	
#mast {
	width: 980px;
	height: 100px;
	/*float: left;*/
	clear: both;
	background: url(../images/mast-bg-alt.jpg) no-repeat;
}
	
#wrapper {
	width: 960px;
	margin: 0 10px;
	clear: both;
}
	
#main-nav {
	width: 960px;
	height: 34px;
	float: left;
	margin: 10px 0 10px 0;
}
	
#main-content {
	width: 580px;
	float: left;
	margin: 10px;
}
	
#footer-wrap {
	background-color: #00694a; /*removed #397e00*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}	

#footer {
	width: 980px;
	margin: 0 auto 0 auto;
	font-size: 14px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

a:link, a:visited {
	color: #0111c8;
	font-weight: bold;
}
	 
a:hover {
	color: #000066;
}
	 
a:active {
	color: #0111c8;
}

p strong {
	font-size: 18px;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	padding: 4px 0 0 0;
}

h2 {
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	margin: 20px 0 5px 0;
}

ul {
	margin: 20px 0 20px 50px;
}

hr {
	width: 100%;
	color: #CCCCCC;
	clear: both;
}


/*-------------------------------------------------------
	Main-Nav
-------------------------------------------------------*/

#main-nav * {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block; 
}

#main-nav ul {
	float: left;
	margin-left: 300px;
	display: inline; 
	text-align: center;
}

#main-nav li {
	position: relative;
	float: left;
	display: inline; 
	text-align: center;
}

#main-nav a {
	color: white;
	text-decoration: none;
	text-align: center;
	float: left;
	padding-right: 30px;
	padding-left: 30px; 
}

#main-nav a:hover {
	color: #06c;
}

#main-nav li ul {
	position: absolute;
	left: 0;
	width: auto;
	z-index: 50;
	margin-top: 24px;
	margin-left: 0px;
	border-style: none;
	border-width: 0;
	display: none;
	padding-top: 10px; 
}

#main-nav li li {
	float: left;
	clear: both;
	background: #0111c8; 
}

#main-nav li li a {
	color: #ffffff;
	text-align: left;
	width: 200px;
	height: 25px;
	float: left;
	display: block;
	background: #0111c8;
	border: 1px solid #030e86;
	line-height: 23px; 
}

#main-nav li li a:hover {
	color: #ffffff;
	background-color: #00694a; /*removed #397e00*/
	background-image: none;
	border: 1px solid #030e86;
	width: 200px; 
} 

#main-nav li.mainhover ul {
	position: static;
	display: block; 
}

#main-nav li:hover ul {
	display: block; 
}

#main-nav li.mainhover ul {
	position: absolute;
	top: auto;
	left: 0;
	display: block; 
	}

#main-nav a.down-state {
	color: #000066;
	cursor: default; 
}
	
.down {
	background-color: #00694a; /*removed #397e00*/
	border-color: black; 
}
	
.section-parent {
	background-color: #397e00;
	border-color: black;
	cursor: pointer;
}

.section-parent a:hover {
	background-color: #397e00;
	border-color: black;
	cursor: default;
}
	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 3.0 and Opera 9 Hack :( */

#main-nav a {
		padding-right: 17px; }
}

/*-------------------------------------------------------
	Flexible Content Selectors
-------------------------------------------------------*/

.half {
	width: 470px;
	float: left;
	display: inline;
	margin: 10px 0px;	
}

.third {
	width: 306px;
	margin: 20px 0px 10px 0px;
	float: left;
	display: inline;
	text-align: center;
}

.fourth {
	width: 240px;
	margin: 20px 0px 10px 0px;
	display: inline;
	float: left;
	text-align: center;
} 

.blue-hr {
	clear: both;
	height: 34px;
	line-height: 34px;
	background: url(../images/blue-hr-bg.jpg) no-repeat;
	float: left;
	width: 100%;
}

.blue-hr * {
	margin: 0;
	padding: 0;
}

.blue-hr .cap {
	background: url(../images/blue-hr-bg-cap.jpg) no-repeat;
	height: 34px;
	width: 10px;
	float: right;
}

.space {
	margin-right: 20px;
}

.space-l {
	margin-left: 20px;
}

.space-bot {
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.float-r {
	float: right;
}

.float-l {
	float: left;
}

.box-blue {
	width: 298px;
	height: 200px;
	border: 4px #004c57 solid;
}

.box-blue img {
	float: left;
	display: inline;
}

.box-green {
	width: 298px;
	height: 200px;
	border: 4px #0a5804 solid;
}

.box-red {
	width: 298px;
	height: 200px;
	border: 4px #b00e08 solid;
}

.box-img {
	border: 4px #012fff solid;
}

.box-img-vert {
	width: 198px;
	height: 300px;
	border: 4px #012fff solid;
	text-align: center;
}

.box-img-vert-wide {
	width: 213px;
	height: 274px;
	border: 4px #012fff solid;
	text-align: center;
	margin-top: 20px;
	float: left;
}

.box-img-vert-wide img {
	width: 213px;
	height: 274px;
	}

.detail {
	text-align: center;
	font-size: 14px;
}

.img-detail {
	text-align: left;
	font-size: 14px;
}

.type {
	font-size: 14px;
	width: 450px;
	margin: 20px 0 20px 290px;
}

.divider {
	background: #d7d7da;
}

.top-space {
	padding: 10px 0 0 0;
}

.section .center {
	text-align: center;
}

p .section .center {
	text-align: center;
}

.centered-760 {
	margin: 20px auto 20px auto;
	width: 760px;
}

.centered-630 {
	width: 630px;
	margin: 20px auto 20px auto;
}

.image-with-caption li {
	display: inline;
	list-style: none;
	text-align: center;
	width: 200px;
}

.image-with-caption img {
	clear: right;
	}
	
.space-fix {
	margin-left: 45px;
}

/*-------------------------------------------------------
	Specific Content Areas
-------------------------------------------------------*/

#footer {
	color: #ffffff;
	padding-top: 5px;
	font-weight: bold; 
}

#footer p{
	color: #000000;
	padding-top: 5px; 
}

#footer ul {
	list-style: none:
}

#footer li {
	list-style: none;
	display: inline;
}

#main-nav a:link, #main-nav a:visited {
	color: #ffffff;
	font-weight: bold;
}
	 
#main-nav a:hover {
	color: #CCCCCC;
}
	 
#main-nav a:active {
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	font-weight: bold;
}
	 
#footer a:hover {
	color: #CCCCCC;
}
	 
#footer a:active {
	color: #ffffff;
}

h1 a:link, h1 a:visited {
	color: #ffffff;
	font-weight: bold;
}
	 
h1 a:hover {
	color: #CCCCCC;
}
	 
h1 a:active {
	color: #ffffff;
}

.section p {
	margin: 4px 0 4px 0;
	text-align: left;
}

#logo-link a {
	width: 400px;
	height: 60px;
	float: left;
	text-indent: -999em;
	margin: 40px 0 0 0;
}

.product {
	color: #333333;
	}

.price {
	text-align: center;
}

.price td {
	padding: 4px;
	}
	
.shaded {
	background: #CAD7D9;
	}
	
.back {
	float: right;
	clear: both;
	margin: 10px 0;
}

.lined {
	border-bottom: 1px #999999 solid;
}

.design-types {
	list-style: none;
	float: left;
	width: 200px;
	margin: 20px 0px 20px 20px;
	padding: 0;
	display: inline;
	text-align: left;
	font-size: 14px;
}

.design-types li {
	list-style: none;
	margin-left: 25px;
	text-indent: -25px;
	margin-bottom: 6px;
	line-height: 15px;
}

.design-types li a {
	text-decoration: none;
}

.design-types li a:hover {
	text-decoration: underline;
}

.section h1 {
	text-align: center;
}

.center-footer {
	margin: 0px auto 0px auto;
	width: 600px;
}

.about-info {
	width: 170px;
	margin: 20px auto;
	text-align: right;
	list-style: none;
}

.about-emails {
	width: 313px;
	margin: 20px auto;
	text-align: right;
	list-style: none;
}

.home-h1 {
	width: 812px;
	height: 34px;
	background: url(../images/home-h1-bg.jpg) no-repeat;
	margin: 0 auto;
}

#caps-button, #beverage-insulators-button {
	cursor: default;
	}

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact_form * {
	list-style-type: none;
}

#contact_form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

#contact_form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact_form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}


	
	
/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*---------------------------------------------------------------------------------------------------------------------------------
															LIGHTBOX
---------------------------------------------------------------------------------------------------------------------------------*/

#lightbox	{	
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0; }
	
#lightbox img	{ 
	width: auto;
	height: auto; }
	
#lightbox a img	{ 
	border: none; }

#outerImageContainer{ 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto; }
	
#imageContainer{ 
	padding: 10px; }

#loading	{ 
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0; }

#hoverNav	{ 
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10; }
	
#imageContainer>#hoverNav	{ 
	left: 0; }
	
#hoverNav a	{ 
	outline: none; }

#prevLink, #nextLink	{ 
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; }
	
#prevLink { 
	left: 0; 
	float: left; }
	
#nextLink { 
	right: 0; 
	float: right; }
	
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; }
	
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	; }

#imageData	{	
	padding:0 10px;
	color: #666; }
	
#imageData #imageDetails	{ 
	width: 70%;
	float: left;
	text-align: left; }	

#imageData #caption	{ 
	font-weight: bold;	}
	
#imageData #numberDisplay	{ 
	display: block;
	clear: left;
	padding-bottom: 1.0em;	}			

#imageData #bottomNavClose	{ 
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none; }	 	

#overlay	{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000; }
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#main-nav.blue-hr p {
	margin-left: 275px;
}