/**************************************************
Site:           www.commercialpackaging.com
Created:        Sep 05 2008
Last Modified:  Nov 07 2008 
------------------------------------------------- 
casey reid, clearfirestudios.com
casey@clearfirestudios.com | Copyright 2008
================================================= */
@import "reset.css";

html{
	background-color: #fff;
}
body{
	background: #162844;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif ;
	text-align: center;
}


/* Common Global Styles ******************************/
/* ================================================= */
h2{
	color: #0c0a40;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3{
	color: #0c0a40;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
h4{
	color: #0c0a40;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
p{
	color: #3e3e4b;
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
a:link, a:visited{
	color: #2669c4;
	text-decoration: none;
}
a:hover{
	color: #98281c;
	text-decoration: underline;
}

ul li, ol li{
	color: #3e3e4b;
	font-size: 12px;
}
strong{font-weight: bold;}

#content ul{
	list-style-type: disc;
}
	#content ul, #content ol{
		margin-left: 15px;
		margin-bottom: 15px;
	}
		#content ul li, #content ol li{
			line-height: 1.3em;
		}
			#content ul li ul{margin-bottom: 0px; list-style-type: circle;}
		
ul.bullets, #content ul.bullets{
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
}
	ul.bullets li, #content ul.bullets li{
		background: url(/images/site/arrow_bullet.png) no-repeat left;
		margin-bottom: 10px;
	}
		ul.bullets li a, #content ul.bullets li a{
			margin-left: 25px;
		}
		
.align-left{float: left;}
	#content img.align-left{margin-right: 30px;}
.align-right{float: right;}
	#content img.align-right{margin-left: 20px;}
.spacer{
	padding: 5px 0;
}
.disclaimer{font-size: 10px;}
.split{
	float: left;
	width: 250px;
}


/* Form Styles ***************************************/
/* ================================================= */
form{
	margin-top: 15px;
}	
	form dl{
		margin-bottom: 10px;
		color: #3e3e4b;
		font-size: 12px;
	}
	form dt{
		margin-bottom: 3px;
		width: 345px;
	}
		form label{font-weight: bold;}
			form label.comments, span.comments{font-weight: normal;}
			form label.error{
				background: url('/images/site/required.png') 0 2px no-repeat;
				color:#8C1000;
				display: block;
				font-size: 12px;
				font-style: italic;
				font-weight: normal;
				margin: 5px 5px 0;
				padding-left: 55px;
			}
	
	form dd{margin-bottom: 15px;}
		form input, form textarea{width: 345px;}
		form dd.radio input{width: 25px;}
			#zip{width: 135px;}
			#submit{width: 135px;}
	
	#content img.required{
		border: none;
		margin: 0 0 -3px 0;
	}
	
	#thanks{
		background: #f4f7fc;
		border: 1px solid #3e3e4b;
		margin-bottom: 10px;
		padding: 10px;
	}
		#thanks p{
			font-weight: bold;
			padding-bottom: 0px;
		}
	#printed-options{
		background: #f4f7fc;
		border: 1px solid #3e3e4b;
		margin-bottom: 10px;
		padding: 10px 10px 0 10px;
	}
	

/* Page / Wrapper Styles *****************************/
/* ================================================= */
#page{
	background: #fff url(/images/site/body_bg.png) repeat-x;
	position: relative;
}

#wrapper{
	background: url(/images/site/wrapper_bg.png) no-repeat;
	margin: 0 auto;
	padding: 0 10px 0 18px;
	position: relative;
	text-align: left;
	width: 949px;
}


/* Sitemap Styles ************************************/
/* ================================================= */
#sitemap{
	background-color: #162844;
	height: 220px;
	margin: 0 auto;
	padding: 10px 10px 0 18px;
	position: relative;
	width: 949px;
	z-index: 200;
}
	#sitemap h3{
		color: #82aadb;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 10px;
		text-decoration: underline;
	}
	#sitemap ul{
		float: left;
		padding-right: 50px;
		*padding-right: 40px; /* IE Fix */
	}
		#sitemap ul.last{padding-right: 0px;}
		#sitemap li{
			font-size: 14px;
			margin-bottom: 3px;
			*margin-bottom: 1px; /* IE Fix */
		}
			#sitemap li a{
				color: #82aadb;
			}
				#sitemap li a:hover{color: #2669c4;}
			#sitemap li ul{
				float: none;
				margin-left: 20px;
			}
				#sitemap li ul li{
					font-size: 12px;
				}


/* Header Styles *************************************/
/* ================================================= */
#header{
	margin-bottom: 14px;
	padding: 12px 0 0 7px;
	position: relative;
}	
	#header h1 { 
		background: url('/images/site/logo.gif') no-repeat;
		float: left;
		width: 281px;
	}

		#header h1 a {
			background: url('/images/site/logo.gif') 0 0 no-repeat;
			display: block;
			font-size: 1px;
			height: 134px;
			height: 0px !important;
			height /**/:134px;
			overflow:hidden;
			padding: 134px 0px 0px 0px; 
			width: 281px;
		}
	#header p{
		color: #82aadb;
		float: right;
		padding-bottom: 0px;
	}
		#header p a{
			color: #82aadb;
			text-decoration: underline;
		}
			#header p a:hover{color: #2669c4;}
		#header p span{
			color: #39557f;
			padding: 0 5px;
		}
		
		
/* Main Navigation Styles ****************************/
/* ================================================= */
ul#main-nav{
	float: right;
	position: absolute;
	margin-left: 306px;
	*margin-left: 25px; /* IE Fix */
	top: 104px;
	width: 625px;
}
	ul#main-nav li{
		float: left;
		margin-right: 40px;
	}
		ul#main-nav li.last{margin-right: 0px;}
		
		ul#main-nav li.back {
			background: url(/images/site/nav_hover.png) repeat-x;
			z-index: 8;
			position: absolute;
		}
		
		ul#main-nav li a{
			color: #98281c;
			display: block;
			font-size: 16px;
			height: 35px;
			padding: 8px 15px 0 15px;
			position: relative;
			z-index: 10;
            float: left;
            overflow: hidden;
		}
			ul#main-nav li a span{
				color: #3e3e4b;
				display: block;
				font-size: 12px;
			}
			ul#main-nav li a:hover, ul#main-nav li a.active{
				/*background: url(/images/site/nav_hover.png) repeat-x;*/
				color: #2669c4;
				text-decoration: none;
			}
			
                    
                   
/* Banner Styles *************************************/
/* ================================================= */			
#banner{
	margin-bottom: 20px;
}	
		

/* Content Styles ************************************/
/* ================================================= */
#content{
	float: left;
	margin-left: 20px;
	width: 540px;
}
	#content img{
		border: 1px solid #cfcfd2;
		margin: 0 10px 10px 0;
		padding: 2px;
	}
	
	.toggle span{
		color: #2669c4;
		cursor: pointer;
	}
	
	

/* Sidebar Styles ************************************/
/* ================================================= */
#sidebar{
	float: right;
	padding-right: 20px;
	position: relative;
	width: 270px;
}
	#side-products{
		background: url(/images/site/icon_boxes.png) no-repeat top right;
		position: relative;
	}
		#side-products ul, #side-products li{position: relative;}
	#side-contact{
		/*background: url(/images/site/icon_mailbox.png) no-repeat top right;*/
	}


/* Footer Styles *************************************/
/* ================================================= */
#footer{
	background: url(/images/site/dotted_border.png) repeat-x top;
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
	#footer p{
		padding-bottom: 5px;
		text-align: center;
	}
	#footer a{
		color: #3e3e4b;
		text-decoration: underline;
	}
	
	ul#footer-nav{
		margin-bottom: 5px;
		text-align: center;
	}
		ul#footer-nav li{
			color: #2669c4;
			display: inline;
		}
			ul#footer-nav li span{
				padding: 0 8px;
			}
			ul#footer-nav li a{
				color: #2669c4;
				text-decoration: none;
			}
				ul#footer-nav li a:hover{text-decoration: underline;}

		
		
		
		