/* -- Reset the browsers so they all start on the same page
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body { 
  line-height: 1.5; 
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }


/* -- Making the Type Stand Out
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.3em; line-height: 1.25; margin: 1em 0 .2em 0; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
.headline {
	font-size: 2em;
	color: #8d373a;
	margin: 10px 0 .2em 0;
}
p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a           { color: #000; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 
/* Lists
-------------------------------------------------------------- */
li ul, 
li ol       { margin:0 0 0 1em; }
ul, ol      { margin: 0 1em 0em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; border-left: none !important;}
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}


/* --Main Layout
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 798px;
  margin: 10px auto 0;
  border: #000 1px solid;
}
#header {position: relative; width: 798px; height: 206px;}
#header1 {position: absolute; top: 0px; left: 0px; width: 798px; height: 63px; border-bottom: #000 1px solid;}
	#logo {position: absolute; top: 0px; left: 0px; width: 400px; height: 63px; background:transparent url('../i/zed_industries_logo.jpg') no-repeat;
	}
	#ribbons_top {position: absolute; top: 0px; right: 0px; width: 250px; height: 63px; background:transparent url('../i/ribbons_top.jpg') no-repeat;
	}
    .topnav {
		position: absolute;
		top: 5px;
		right: -20px;
	}
	.topnav li {
		display: inline;
		font-size: 12px;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		color: #000000;
		font-style: normal;
		margin-right: 20px;
	}
	.topnav li a {
		color: #000;
	}
	.topnav li a:hover {
		color: #003399;
	}
	.active a {
		color: #003399;
	}
#header2 {position: absolute; top: 64px; left: 0px; width: 798px; height: 25px; border-bottom: #000 1px solid; background-color: #dee3e7;}
	#ribbons_middle {position: absolute; top: 0px; right: 0px; width: 166px; height: 25px; background:transparent url('../i/ribbons_middle.jpg') no-repeat;
	}
	#header_text {position: absolute; top: 3px; left: 0px; width: 632px; height: 22px; margin-left: 10px;}
#header3 {position: absolute; top: 90px; left: 0px; width: 798px; height: 86px; border-bottom: #000 1px solid;}
	#ribbons_bottom {position: absolute; top: 0px; right: 0px; width: 373px; height: 86px; background:transparent url('../i/ribbons_bottom.jpg') no-repeat;
	}
	#header_pic_main {position: absolute; top: 0px; left: 0px; width: 798px; height: 86px; background:transparent url('../i/sponsor_banner.jpg') no-repeat;
	}
	#header_pic_other {position: absolute; top: 0px; left: 0px; width: 462px; height: 86px;}
#header4 {position: absolute; top: 177px; left: 0px; width: 798px; height: 20px; border-bottom: #000 1px solid;}
	.mainnav {
		width: 798px;
		height: 20px;
	}
	.mainnav li
	{
	display: inline;
	padding: 0;
	margin: 0;
	}
    .mainnav li a:hover {
		color: #003399;
	}
	.mainnav li:before { content: "| "; color: #000; }
	.mainnav li:first-child:before { content: ""; }
	.mainnav li a {
		letter-spacing: normal;
		font-size: 12px;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		color: #000000;
		padding: 0 10px;
	}
	.mainnav a#current { color: #000; }
	
#header5 {position: absolute; top: 198px; left: 0px; width: 798px; height: 7px; border-bottom: #000 1px solid; background-color: #285ea8;}
	
#main_body {
	position: relative; 
	width: 798px;  
	margin: 0 auto;
	background:transparent url('../i/lines.gif') repeat-y;
	/*background:transparent url('../i/conbkg.gif') repeat-y;*/
}
#home_body {
	position: relative; 
	width: 798px; 
	margin: 0 auto;
	background: #fff;
}
/*#home_pic {
	position: absolute; top: 0px; left: 0px; width: 798px; min-height: 391px; background:transparent url('../i/home_page.jpg') no-repeat;
	}*/
#home_pic {
	background:transparent url('../i/home_hero.jpg') no-repeat;
	float: right;
	width: 400px;
	height: 332px;
	margin: 0 0 10px 10px;
}	
	.homecon {
/*		position: absolute;
		top: 10px;
		right: 5px;
		height: 380px;*/
		float: left;
		margin-left: 10px;
		width: 370px;
		font-size: 11px;
		line-height: 1.5em;
		
	}
	h2.arrow {
		font-size: 1.3em;
		font-family: "Times New Roman", Times, serif;
		background:transparent url('../i/arrow.gif') no-repeat left;
		padding: 0 0 0 30px;
	}
	
	#arrow1 {position: absolute; top: 16px; right: 279px; width: 22px; height: 20px;}

#footer {position: relative; width: 800px; min-height: 100px; font-size: 12px; font-family: Arial; color: #FFF; text-align: center; margin: 0 auto;}
	#footer_text {position: absolute; top: 20px; left: 0px; width: 800px; height: 16px; background-color: #E6E6EC;}
	
.navigation {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	bottom: auto;
	background-position: center bottom;
}
.header {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-position: left;
}
.content {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.sidenav1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}
.contentheader {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003399;
	font-style: normal;
	bottom: auto;
	background-position: center bottom;
}
.maincon {
	float: right;
	width: 600px;
	padding: 10px 0 20px 10px;
}
.maincon a {
	color: #003399 !important;
}
.leftnav {
	width: 157px;
	padding-right: 30px;
	background:transparent url('../i/grade.png') no-repeat right top;
	min-height: 370px;
}
.leftnav a:link, a:visited {
	color: #000;
}
.leftnav a:hover {
	color: #003399;
}
.leftnav li {
	color: #003399;
}
#search {
	margin: 0 0 0 5px;
}
.search {
	margin: 3px 0 5px 5px;
}
#search_keywords {
	margin: 5px 0 4px 0;
}
#menu_container ul {
	margin: 0 0 0 12px;
}
#menu_container ul li {
	font-family: Times New Roman, Times, serif;
	background:transparent url('../i/bluebox.gif') no-repeat left 3px;
	list-style-type: none;
	padding-left: 15px;
}
#menu_container {
	font-size: 13px;
}
.breadcrumbs {
	display: inline;
	margin: 10px 0 20px 0px;
	list-style-type: none;
}
.breadcrumbs li {
	color: #000;
	display: inline;
	padding-left: 0.7em; 
	padding-right: 0.5em; 
	border-left: 1px solid #b0b0b0;
	font-family: Helvetica, sans-serif,;
}               
.breadcrumbs a {
	color: #003399;
}
.arrows li{
	padding-left: 20px;
	background:transparent url('../i/I_arrow.gif') no-repeat left center;
	list-style-type: none;	
}
.active {
    background-color: #ebebeb;
}

/* Hero
-------------------------------------------------------------- */
.hero {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 423px; 
	height: 86px;
}
.accessories {
	background:transparent url('../i/accessories_top.png') no-repeat;
}
.automation {
	background:transparent url('../i/automation_top.png') no-repeat;
}
.parts-service {
	background:transparent url('../i/parts_top.png') no-repeat;   
}
.packaging-machines {
	background:transparent url('../i/pkg_machines_top.png') no-repeat;	
}   
	.thermoformers {
		background:transparent url('../i/thermo_top.png') no-repeat !important;
	}
	.die-cutting-presses {
		background:transparent url('../i/machine_top.png') no-repeat !important;	
	}
	.skin-packers {
		background:transparent url('../i/skin_top.png') no-repeat !important;	
	}
	.blister-sealers {
		background:transparent url('../i/blister_top.png') no-repeat !important;
	}
	.clamshell-sealers {
	   	background:transparent url('../i/blister_top.png') no-repeat !important; 
	}
	.medical-sealers {
		background:transparent url('../i/blister_top.png') no-repeat !important;
	}  
.tooling {
	 background:transparent url('../i/tooling_top.png') no-repeat;	 
}
.hero_contact {
	background:transparent url('../i/contact_top.png') no-repeat;	
}
.hero_links {
	background:transparent url('../i/links_top.png') no-repeat;
}
.hero_quote {
	background:transparent url('../i/quote_top.jpg') no-repeat;	
}
.hero_sitemap {
	background:transparent url('../i/sitemap_top.jpg') no-repeat;
}
.hero_about {
	background:transparent url('../i/top_design.jpg') no-repeat;
	
}

/* Products
-------------------------------------------------------------- */
#product_category ul {
	list-style-type: none;
	margin: 20px 0;
}
#product_category li {
	margin: 10px 0;
}

/* Misc
-------------------------------------------------------------- */
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}
.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}
.clear { clear:both; }


/* -- Styling Forms
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
/* Form fields------------- */
input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}
input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }
/* Success, notice and error boxes---------------- */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Quote Home Page ---------------------------------*/
/*.quote_leftnav {
    float: left;
}*/
.quote_leftnav_separator {
    float: left;
}
.quote_leftnav_separator img {
    height: 100%;
    width: 22px;
    border-right: 1px solid;
    border-left:  1px solid;
    
}
.table_quote_base_info th {
    width: 168px;
}
.quote_main_form_section th {
    width: 168px;
}
.table_quote_if_wood th {
    width: 168px;
}
table li {
    display: inline;
}
table ul {
    margin-left: 0px;
}

/* -- Sitemap Page
-------------------------------------------------------------*/
.sitemap_left {
    display: block;
    float: left;
    padding: 0 30px 0 10px;
}
.sitemap_right {
    display: block;
    float: left;
}
.sitemap_right ul {
    margin-bottom: 10px;
}
.sitemap_left ul {
    margin-bottom: 10px;
}
.sitemap_right li {
    list-style: none;
}
.sitemap_left li {
    list-style: none;
}

/* -- Flatpage Styling
--------------------------------------------------------------*/
.list_style_none li {
    list-style: none;
}
.list_style_none ul {
    margin-bottom: 10px;
}
.list_header {
    background: none !important;
    padding: 0 !important;
}

/* -- Blog Styling
--------------------------------------------------------------*/
.blog-info {
    margin-left: 10px;
}
.blog-body {
    margin : 10px 0 0 20px;
}
.comments label {
    display: block;
}
.comment-body {
    margin: 0 0 30px 10px;
}
.underline {
    text-decoration: underline
}

/* -- Tiny_mce Styling  
------------------- IMPORTANT ----------------------------
Anything edited here must also be copied to /static/js/tiny_mce.css
to have the style displayed in the editor be consistent
--------------------------------------------------------------*/
/*---  Cool Stuff  ---*/
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

