/* zindustry */
/* Main.css */
/* 1/23/2009
/* Dustin Evans - zindustry
--------------------------------------- */

/* Reset
--------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
	color:#403d37;
	background: #EBEBEB;
	padding:25px;
	}
	
/* Structure & Layout
--------------------------------------- */

#frame {
	width: 920px;
	padding: 30px; margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	border: solid 1px #D5D5D5;
	-webkit-box-shadow: 0px 0px 4px #CFCFCF;
	-moz-box-shadow: 0px 0px 4px #CFCFCF;
	box-shadow: 0px 0px 4px #CFCFCF;  
	background: #F9F9F9;
	}

#header {
	width: 920px;
	padding: 0; margin: 0 0 30px 0;
	float:left;
	}
	
#headerLeft {
	width: 250px; height: 62px;
	padding: 0; margin: 0;
	float: left;
	background: url(zin-logo.png) left top no-repeat;
	}

#headerLeft h1 {
	padding: 0; margin: 0;
	}
	
#headerLeft h1 a {
	width: 250px; height: 62px;
	padding: 0; margin: 0;
	float:left;
	text-indent: -9999px;
	overflow: hidden;
	}
	
#headerRight {
	width: 640px;
	padding: 0; margin: 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
	
#headerRight span.left {
	width: 210px;
	padding: 0; margin: 10px 0 0 0;
	float: left;
	}
	
#headerRight span.right {
	width: 310px;
	padding: 0; margin: 10px 0 0 0;
	float: left;
	}
	
#content {
	width: 920px;
	float: left;
	}
	
#main-content {
	width: 640px;
	padding: 0 0 0 30px; margin: 0;
	float: right;
	}
	
#sidebar {
	width: 250px;
	float:left;
	}
	
#sidebar h2 {
	border: none;
	}
	
#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 16px 0;
	}

/* Global Elements
--------------------------------------- */
	
a, a:link {
	color: #0080B4;
	text-decoration:none;
	}
	
a:hover {
	color: #fff;
	text-decoration:none;
	background: #111;
	}
	
p {
	padding:0 0 16px 0;
	}

ul {
	list-style-image: none;
	list-style-type: disc;
	margin: 0 30px 16px 30px;
	color:#454545;
	}
	
li {
	color:#454545;
	padding: 1px 0;
	}
	
blockquote {
	padding: 5px 15px 5px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	}
	
strong {
	font-size: 12px;
	color: #000;
	}
	
h1, h2, h3, h4 {
	margin:0;
	padding:0 0 5px 0;
	color:#333;
	}
	
h1 { 
	font-size:14px; 
	}
	
h2 { 
	font-size: 13px; 
	text-transform:uppercase; 
	padding:0 0 2px 0;
	margin: 0 0 8px 0;
	letter-spacing: 1px;
	color: #CC0000;
	}
	
h3 { 
	font-size:13px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h4 {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 30px;
	}

br, br.clear {
	clear:both;
	}
