@charset "UTF-8";
/************************************
CSS DOCUMENT
Site Design by: The Image Distillery
Hand Coded by: Jason M. Klug
Date: July 2009
www.idistillery.com
************************************/

body {
	margin: 0px;
	padding: 0px;
	background-image: url('http://www.companymag.com/images/bg_top_gradient.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #c1c1c1;
	}
a img {
	border: none;
	}
a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #426efb;
	text-decoration: none;
	}
#page {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	}

#header {
	margin: 0px;
	text-align: left;
	background-image: url('http://www.companymag.com/images/bg_block_black_trans50.png');
	height: 60px;
	width: 1000px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	}

#header a:link {
	color: #ffffff;
	text-decoration: none;
	border: none;
	}
#header a:visited {
	color: #ffffff;
	text-decoration: none;
	border: none;
	}
#header a:hover {
	color: #4888ff;
	text-decoration: none;
	border: none;
	}

#header ul {
	margin: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	list-style: none;
	color: #ffffff;
	}
#header ul li {
	margin: 0px 10px 0px 10px;
	display: inline;
	position: relative;
	top: 25px;
	right: 5px;
	}
#header p {
	text-align: right;
	font-size: 32px;
	color: #ffffff;
	font-family: Impact, Helvetica, "Helvetica Neue Bold Condensed";
	margin: -15px 15px 0px 0px;
	letter-spacing: .07em;
	}

#logo_area {
	float: left;
	margin: 0px;
	}
#logo {
	width: 294px;
	}
#logo p {
	margin: 10px 0px;
	height: 85px;
	width: 366px;
	background-image: url('http://www.companymag.com/images/logo_main.png');
	background-repeat: no-repeat;
	}
#logo p a {

	}
#logo p span {
	display: none;
	}
	
#sheet #main {
	float: left;
	position: relative;
	width: 1000px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	}

#sheet #main #paper_previs #previs {
	margin-top: 25px;
	}
#sheet #main .banner#orange {
	margin: 45px 0px 0px -5px;
	}
.banner#orange h2, .banner#blue h2 {
	width: 240px;
	height: 50px;
	}

#sheet #foot {
	float: left;
	position: relative;
	width: 1000px;
	background-image: url('http://www.companymag.com/images/bg_main_transition.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #333333;
	margin: 0px;
	}
#foot ul {
	float: left;
	width: 580px;
	margin: 40px 15px 0px 0px;
	list-style: none;
	}
#foot ul li {
	display: inline;
	margin: 0px 5px;
	}
#foot ul li a:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	}
#foot ul li a:visited {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	}
#foot ul li a:hover {
	color: #426efb;
	font-family: Arial, Helvetica, sans-serif;
	}
#foot #copyright_contact {
	float: left;
	margin: 15px 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	}
#created_by {
	position: absolute;
	bottom: 8px;
	right: 25px;
	background-image: url('http://www.companymag.com/images/tid_logo_bw.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
	}
#created_by a img {
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 1px;
	border: none;
	}
#created_by:hover a img {
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 0px;
	border: 1px dotted #3684d7;
	}
#created_by p {
	margin: 2px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	color: #f2f2f2;
	}
#created_by p em {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	}
#created_by:hover p em {
	color: #3684d7;
	}