@charset "UTF-8";


/* CSS 121 */
/* Standardises Styles Across Browsers */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

body { line-height:1; }

h1, h2, h3, h4, h5, h6, p { padding:0.5em 0px; }

article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; outline:none; }

ins { background-color:#000; color:#FFF; text-decoration:none; }

mark { background-color:#000; color:#FFF; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* Site Styles */

html { 
	background-color: #A5CAD9; 
	color: rgb(62,94,150); 
	font-family: "GothamLight",Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	height: 100%;
}

body {
	background-image: url(../images/bg-page.png);
	background-repeat: repeat-x;
	height: 100%;
}

/*
body * {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: 1px rgba(0,0,0,0);
}
*/

* html #container {	height: 100%; }

strong {
	font-family: "GothamBold",Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#container { 
	background-image: url(../images/bg-container.png);
	background-repeat: repeat;
	margin: 0px auto; 
	min-height: 100%;
	padding: 0px 10px; 
	position: relative;
	width:760px;
}

div#inner {
	margin: 99px auto 0px auto;
	width: 600px;
}

#container div#nav ul { 
	height: 73px; 
	list-style:none; 
	margin: 0px; 
	white-space:nowrap; 
}

#container div#nav ul li { 
	display:block;
	float:left;
	height: 73px; 
	margin: 0px;
	padding: 0px 20px;
	position: relative; 
}

#container div#nav ul li.first {
	padding-left: 0px;
}

#container div#nav ul li.last {
	padding-right: 0px;
}

#container div#nav ul li img.on { 
	display:none; 
}

#container div#content {
	margin: 50px 0px;
}

#container div#content h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 110%;
	padding-top: 0px;
}

#container div#content h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 17px;
	padding-top: 0px;
}

#container div#content h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 0px;
}

#container div#content label { 
	float:left; 
	font-family: "GothamBook",Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	padding-right: 38px;
	padding-top: 4px; 
	text-transform: uppercase;
	width:182px; 
}

#content input[type=text] { 
	background-color: transparent;
	background-image: url(../images/bg-input.png);
	background-repeat: no-repeat;
	border: none;
	color: rgb(161,191,202);
	font-size:14px;
	margin:0; 
	padding:4px 10px; 
	height:14px; 
	outline:none;
	width:358px;
}

#content input[type=submit] {
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/btn-submit.png) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
}

#container div#content div.text {
	border-bottom: 7px solid rgb(62,94,150);
	border-top: 7px solid rgb(62,94,150);
	padding: 10px 0px;
	position: relative;
}

#container div#content div.text div.result {
	display: none;
}

#container div#content div.text div.close {
	right: 0;
	top: -12px;
	position: absolute;
}

#container div#content div.left { 
	float: left; 
	width: 182px; 
}

#container div#content div.left ul { 
	list-style: none;
	white-space: nowrap;
	width: 182px;
}

#container div#content div.left ul li {
	clear: left;
	font-size: 17px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#container div#content div.left ul li#explainigt {
	margin-bottom: 10px !important;
}

#container div#content div.left ul li.selected {
	color: rgb(62,94,150);
}

#container div#content div.left ul li img { 
	float: right;
}

div#slides {
	height: 200px;
	position: relative;
}

div#slides h2 {
	line-height: 22px !important;
}

div#slides div {
	position: absolute;
	width: 376px;
}

#container div#explained {
	background-color: rgb(255,255,0);
	background-image: url(../images/bg-explained.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: rgb(62,94,150);
	display: none;
	font-size: 14px;
	height: 0px;
	line-height: 17px;
	overflow: hidden;
	padding: 8px 8px;
}

#container div#explained h2 {
	font-family: "GothamLight",Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#container div.text {
	display: none;
}

#container div.selected {
	display: block;
}

#container div#content div.right { 
	margin: 0px 0px 0px 224px; 
}

div#content div.right.talk {
	font-size: 11px;
	padding-top: 10px;
}

#container div#footer { 
	clear: left;
}

#container div#footer div.left {
	float: left; 
	width: 400px; 
}

#container div#footer a {
	color: rgb(62,94,150);; 
	text-decoration: none;
}

#container div#footer div.left p.visit {
	font-family: "GothamBook",Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
#container div#footer div.left span.jhatty {
	font-family: "GothamMedium",Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
}

#container div#footer div.right {
	margin: 10px 0px 0px 415px; 
	padding-top: 13px;
}

