/***********************************************
Screen Stylesheet
Printgenie
Author: Jeff Lowder
Contact Number: 0419 350 760
Date Started: 28/10/06
***********************************************/

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
	text-align: center;
    font-size: .8em;
}
#banner {
	height: 143px;
	width: 950px;
	background: transparent url(../images/lowdercreative_banner.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
    position: relative;
}
#banner  p {
    margin: 0;
    padding: 0;
}
#content {
	width: 910px;
	text-align: left;
	padding: 0 20px;
}
a:link, a:visited { text-decoration: none; color: #e84028; }
a:hover{ text-decoration: underline; color: #000; }
#logo { position: absolute; margin-left: 17px; margin-top: 33px; height: 82px; width: 368px; }
#logo span { position: absolute; left: -2000px; }

h1, h2, h3 {
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 22px;
}
h1 {
	color: #E84028;
}
h2 {
	font-size: 18px;
    margin-top: 2px;
}
h3 {
	font-size: 13px;
    color: #e84028;
    margin-bottom: 0;
}
p#contact {
	text-align: right;
    position: absolute;
    top: 36px;
    right: 20px;
    color: #fff;
}
p#contact a {
    color: #fff;
}
div.col {
    float: left;
    width: 300px;
    padding: 10px;
    text-align: left;
}
div.col_2 {
    float: left;
    width: 540px;
    padding: 10px 10px 10px 40px;
    text-align: left;
}
p {
    margin: 0 0 1em 0;
}


dl {
    padding: 5px;
    line-height: 16px;
    border-bottom: 1px solid #efefef;
}

dl dt {
    float: left;
    width: 120px;
    height: 120px;
}
dl dd {
    margin-left: 145px;
}

div#footer {
    text-align: left;
    border-top: 1px solid #e84028;
    padding: 10px;
}
div#footer p {
    font-size: 11px;
}

p#contact a.vcard {
	height:28px;
	line-height:28px;
	padding-left:30px;
	background: transparent url(../images/vcard.png) no-repeat 0 50%;
}
.hide { height: 0; width: 0; overflow: hidden; position: absolute; display: none; }
/**
 * Clearing Hack
 */
.row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.row { display: inline-block; }
/* Hides from IE-mac \*/
* html .row { height: 1%; }
.row { display: block; }
/* End hide from IE-mac */

