@font-face
{
	font-family: Dekar;
	src: url('fonts/Dekar.otf');
}

@font-face
{
	font-family: DekarLight;
	src: url('fonts/Dekar-Light.otf');
}

body
{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida', Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 13px;
	margin: 0px;
	background: #c1c1c1;
}

.clear
{
	clear: both;
}

h1, h2
{
	color: #333;
	margin: 20px 0px;
}

h3
{
	color: #555;
	margin: 20px 0px;
}

h4
{
	/*font-family: Dekar;*/
	font-size: 1.2em;
	color: #555;
	margin: 20px 0px;
}

h5
{
	/*font-family: Dekar;*/
	font-size: 1.2em;
	color: #777;
	margin: 20px 0px 0px 0px;
}

.dekar
{
	font-family: Dekar;
	font-size: 1em;
	color: #555;
}

a
{
	text-decoration: none;
	color: #777;
}

a#logo
{
	position: absolute;
	bottom: 15px;
	left: 0px;
}

#header-wrapper
{
	width: 100%;
	min-width: 960px;
	background-color: #DFDFDF;
	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -o-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #DFDFDF));
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	background-image: linear-gradient(top, #F2F2F2 0%, #DFDFDF 100%);
	position: relative;
	box-shadow: 0px 0px 8px 0px #000;
	-moz-box-shadow: 0px 0px 8px 0px #000;
	-webkit-box-shadow: 0px 0px 8px 0px #000;
	height: 92px;
	position: relative;
	z-index: 222;
}

#header
{
	width: 960px;
	margin: 0px auto;
	position: relative;
	height: 100px;
}

#main-menu
{
	float: right;
	position: absolute;
	bottom: 25px;
	right: 110px;
}

#feature-area-wrapper
{
	width: 100%;
	min-width: 960px;
	background: url(images/blue-bg.png) top center repeat-x;
	z-index: 000;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 270px;
}

#feature-area
{
	margin: 0px auto;
	position: relative;
	width: 960px;
	z-index: 1;
}

#login-form-wrapper
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #000;
	opacity: 0.7;
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}

#login-form
{
	opacity: 1;
	padding: 10px 5px;
	text-align: center;
}

#content-wrapper
{
	width: 100%;
	background: #fff;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 8px 0px #000;
	-moz-box-shadow: 0px 0px 8px 0px #000;
	-webkit-box-shadow: 0px 0px 8px 0px #000;
	z-index: 3;
	position: relative;
	min-width: 960px;
}

#page
{
	width: 960px;
	margin: 0px auto;
	padding: 10px 0px;
}

#footer-wrapper
{
	height: 26px;
	min-width: 960px;
}

ul#main-menu-links
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

ul#main-menu-links li
{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 0.95em;
}

ul#main-menu-links li a
{	
	color: #888;
}

ul#main-menu-links li a:hover
{	
	color: #333;
}

a:hover
{
	color: #000;
}

#login-link-wrapper
{
	position: absolute;
	bottom: 18px;
	right: 0px;
	font-weight: bold;
	background: #d3d3d3;
	padding: 5px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #5393a4;
}

a.login-link 
{
	color: #1f4a6d;
	
}

#login-form input[type="text"]
{
	display: block;
	margin: 0px 0px 10px 0px;
}

#login-form input[type="password"]
{
	display: block;
	margin: 0px 0px 10px 0px;
}

input.bluebutton
{
	background: #4488aa; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 3%, #4488aa 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#7db9e8), color-stop(97%,#4488aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 3%,#4488aa 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 3%,#4488aa 97%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 3%,#4488aa 97%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#4488aa',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 3%,#4488aa 97%); /* W3C */
	color: white;
	border: 1px solid #227799;
	font-size: 1em;
	padding: 5px 20px 5px 20px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.messages
{
	background: #fff;
}

.small-text
{
	font-size: 0.8em;
}

.smaller-text
{
	font-size: 0.7em;
}

.slightly-small-text
{
	font-size: 0.9em;
}

.light-text
{
	color: #999;
}

.messages.red
{
	border: 1px solid red;
	color: red;
}

.messages.green
{
	border: 1px solid green;
	color: green;
}

.triptych
{
	float: left;
	
}

.triptych.first
{
	width: 460px;
	margin: 0px 20px 0px 0px;
}

.triptych.second
{
	width: 220px;
	margin: 0px 20px 0px 0px;
}

.triptych.third
{
	width: 240px;
	margin: 0px 0px 0px 0px;
}

.triptych.third, .triptych.third h4
{
	text-align: right;
}

.infog
{
	font-size: 3em;
	font-family: Dekar;
	color: #555;
}

.infog_currency
{
	font-size: 3em;
	color: #555;
	font-family: 'Courier New', Courier, monospace;
	margin-right: -5px;
}

.infog-wrapper
{
	margin-top: 0px;
}

.total-debt
{
	font-size: 0.8em;
}

.question-mark-link
{
	font-size: 0.8em;
	cursor: default;
	color: #888;
}

table.team-table
{
	text-align: center;
}

table.team-table tbody
{
	border: 0px solid white;
}

.img-drop-shadow
{
	border: 1px solid #c3c3c3;
	padding: 0px;
	box-shadow: 0px 8px 10px -8px #000000;
	-moz-box-shadow: 0px 8px 10px -8px #000000;
	-webkit-box-shadow: 0px 8px 10px -8px #000000;
}

#footer-wrapper
{	
	/*background: url(images/footer_bg_19.png) top center repeat-x;*/
	width: 100%;
	margin-top: 5px;
}

#footer
{
	margin: 0px auto;
	width: 960px;
	text-align: right;
	color: #777;
	font-size: 0.9em;
}

#footer-table
{
	width: 100%;
}

#footer-table td
{
	vertical-align: top;
}

.footer-left
{
	text-align: left;
}

.footer-right
{
	text-align: right;
}