@charset "utf-8";
/* CSS Document */

/* 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,
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*Styling*/

@font-face {
	font-family: ITC Lubalin Graph;
	src: url(LubalinGraphStd-Book.otf) format("opentype");
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.2;
	}
	
p {
	padding-top:1em;
	}
	
strong {
	font-weight:bold;
	}	
	
a:link {
	text-decoration: none;
	color:#666666;
	}
	
a:visited {
	text-decoration: none;	
	color:#666666;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a:active {
	text-decoration: none;	
	}

#container {
	width: 800px;
	height: 100%;
	margin: auto;
	}
	
#header {
	width: 800px;
	height: 80px;
	margin: auto;
	}
	
#logo {
	width: 270px;
	height: 80px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	clear: both;
	}
	
#logo h1 {
	padding: 0;
	margin: 0;
	padding-top: 22px;
	}
	
#logo img {

	}
	
#menu {
	position:absolute;
	width: 500px;
	height: 80px;
	top: 0px;
	left:50%;
	margin-left:-62px;
	z-index: 1;
	}
	
#menu ul {
	padding: 0;
	margin-left: 85px;
	margin-top: 24px;
	list-style: none;
	}

#menu li {
	float: left;
	width: 100px;
	}
	
#main {
	width: 800px;
	}
	
.cube {
	position:absolute;
	top: 81px;
	left:50%;
	margin-left:87px;
	z-index: -1;
	
	}
	
#main-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	width: 460px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 0px;
	min-height: 200px;
	}
	
#main-text h2 {
	font-family: ITC Lubalin Graph, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:normal;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}
	
#infocontainer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#infocontainer h2 {
	font-family: ITC Lubalin Graph, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:normal;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}

#colcontainer {
	background-image:url(images/containback.png);
	background-repeat:no-repeat;
	height:300px;	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}

#top {
	width: 800px;
	clear:both;
	}
	
#left {
	float: left;
	width: 198px;
	height: 100%;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background-image:url(images/larback.png);
	background-repeat:no-repeat;
	}
	
#right {
	float: right;
	width: 198px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background-image:url(images/larback.png);
	background-repeat:no-repeat;
	}

#right h2 {
	text-align:left;
	}

#middle {
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background-image:url(images/midback.png);
	background-repeat:no-repeat;
	}
	
#middle h2 {
	text-align:left;
	}
	
.ribmid {
	position:relative;
	top: -30px;
	left:163px;
	z-index: -1;
	border:none;
	}

#footer {
	width: 800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 30px;
	height: 30px;
	text-align: center;
	clear: both;
	}

#designerinfo {
	width: 800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	height: 30px;
	text-align: center;
	clear: both;
	}
