﻿/* CSS */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin: 0;
	min-height: 100%;
	height: 100%;
}
html>body body {
	height: auto;
}

a {
	outline:none;
}

/* LAYOUT */

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
	margin-left: -385px;
	left: 50%;
	min-height: 100%;
	height: 100%;
}
html>body #container {
	height: auto;
}

#main-container {
	width: 770px;
	margin-bottom: 38px;
}


#header {
	background: #000000 url(images/header.gif) no-repeat top center;
	height: 128px;
	width: 770px;
	overflow: hidden;
}
#header h1 {
	visibility: hidden;
}

/* FOOTER */

#footer {
	clear:both;
	background: #000000 url(images/footer-break.gif) repeat-x top left;
	font-size: 10px;
	position: absolute;
	width: 770px;
	margin-left: -385px;
	left: 50%;
	bottom: 0;
	height: 91px;
	overflow: hidden;
	padding: 0;
}
#footercontent {
	width: 770px;
	height: 71px;
	font-size: 10px;
	line-height: 15px;
	padding: 0 0 20px 0;
	color: #a9aeb8;
}

#footer-d {
	background: #000000 url(images/footer-d.gif);
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 61px;
	margin-right: 20px;
}
#footer-gw {
	background: #000000 url(images/footer-gw.gif);
	position: absolute;
	top: 0;
	left: 30px;
	width: 128px;
	height: 61px;
	margin-right: 20px;
}
#footer-jr {
	background: #000000 url(images/footer-jr.gif);
	position: absolute;
	top: 0;
	left: 95px;
	width: 140px;
	height: 61px;
	margin-right: 20px;
}
#footer-am {
	background: #000000 url(images/footer-am.gif);
	position: absolute;
	top: 0;
	left: 200px;
	width: 120px;
	height: 61px;
	margin-right: 20px;
}
#footer-ds {
	background: #000000 url(images/footer-ds.gif);
	position: absolute;
	top: 0;
	left: 360px;
	width: 112px;
	height: 61px;
	margin-right: 10px;
}
#footer-se {
	background: #000000 url(images/footer-se.gif);
	position: absolute;
	top: 0;
	left: 510px;
	width: 94px;
	height: 61px;
	margin-right: 10px;
}
#footer-mj {
	background: #000000 url(images/footer-mj.gif);
	position: absolute;
	top: 0;
	left: 621px;
	width: 159px;
	height: 61px;
	margin-right: 0;
}
#footer-shoc {
	background: #000000 url(images/footer-shoc.gif);
	position: absolute;
	top: 0;
	left: 640px;
	width: 111px;
	height: 61px;
	margin-right: 0;
}


/* CONTENT */
#content {
	width: 320px;
	/* must have some padding at the bottom*/
	padding: 0px 20px 115px 40px;
	margin: 0 0 0 380px;
	background-color: #000000;
}
#left-column{
	background: #000000;
	float: left;
	width: 380px;
	min-height: 100%;
}
#right-column {
	margin-left: 150px;

	width: 150px;
	float: right;
	background: #deecfc;
}

#home-img {
	background: #000000;
	height: 572px;
	width: 381px;
	margin-bottom: 100px;
}
#designer {
	width: 245px;
	position: absolute;
}
.designer-text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 10px 0 15px 14px;
	background: url(images/designer-r.gif) bottom no-repeat;
	margin-bottom: 10px;
}
html>/**/body .designer-text{
	padding: 0px 0 5px 14px;
}
.designer-img {
	margin-top: 15px;
}
html>/**/body .designer-img {
	margin-top: 17px;
}
#designer-ds {
	background: #000000 url(images/designer-ds.gif) bottom no-repeat;
	width: 245px;
	min-height: 80px;
	padding: 28px 0 5px 95px;
	margin-top: 10px;
}
#designer-se {
	background: #000000 url(images/designer-se.gif) bottom no-repeat;
	width: 245px;
	min-height: 80px;
	padding: 28px 0 5px 95px;
	margin-top: 10px;
}
#designer-d {
	background: #000000 url(images/designer-d.gif) bottom no-repeat;
	width: 245px;
	min-height: 80px;
	padding: 28px 0 5px 95px;
	margin-top: 10px;
}
#designer-mj {
	background: #000000 url(images/designer-mj.gif) bottom no-repeat;
	width: 245px;
	padding: 28px 0 5px 95px;
	margin-top: 10px;
}
#designer-am {
	background: #000000 url(images/designer-am.gif) bottom no-repeat;
	width: 245px;
	padding: 28px 0 5px 95px;
	margin-top: 10px;
}
#designer-jr {
	background: #000000 url(images/designer-jr.gif) bottom no-repeat;
	width: 245px;
	padding: 28px 0 5px 95px;
	margin-top: 10px;
}
