* {
	margin:0;
	padding:0;
}

body {
	padding:0px;
	margin:0px 0 0 0;
	font:12px Tahoma, sans-serif;
	color:#333333;
    text-align:center;
	background: #ffffff;
	behavior:url("_js/csshover.htc");
}

div {
	font-size: 1em;
}

img {
	border:0px;
}

p{
	line-height:13px;
	margin-bottom:5px;
}

a,
a:link 
a:active {
	font-weight:normal;
	color: #000000;
	outline:none;
}

a:visited {
	font-weight:normal;
	text-decoration: underline;
	color: #000000; /* a different color can be used for visited links */
}

a:hover {
	text-decoration: underline;
	color:#6f9f0e;
}

h1,h2,h3{
	color:#ff0000;
	font-size:14px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:5px;
}

ul,ol{
	padding-left:16px;
	margin-bottom:10px;
	color:#333333;
	font-size:12px;
	line-height:16px;
	clear:left;
}

ul ul{
	padding-left:16px;
	margin-top:5px;
}

table{
	color:#000000;
	padding:0px;
	border-collapse:collapse;
	color:#333333;
	font-size:12px;
	line-height:16px;
	clear:both;
	border:1px solid #dddddd;
}

td{
	vertical-align:top;
	padding:1px 5px 3px 5px;
	border:1px solid #dddddd;
}

tr.headline{
	background-color:#f0f0f0;
	border-spacing:0px;
	font-weight:bold;
}

td.partner{
	padding:10px 5px 10px 5px;
}


/* ////////////////////////////////////////////////////
BASIC LAYOUT DIVS
//////////////////////////////////////////////////// */

div#page-center{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position:relative;
	width: 980px;
	max-width:980px;
	min-width:980px;
}

div#page-wrapper-outer{
	padding: 0;
	position:relative;
	width: 980px;
	max-width:980px;
	min-width:980px;
	border: 1px solid #d4d2d2;
	background-color:#ffffff;
	z-index:999;
	margin-top:10px;
	background: #f0f0f0 url(../_img/bg-top.gif) repeat-x top left;
	float:left;
}

div#page-wrapper-header{
	float:left;
	width: 890px;
	max-width:890px;
	min-width:890px;
	height:37px;
	background: #e9e8e8 url(../_img/bg-head.gif) repeat-x top left;
	margin-left:45px;
	_margin-left:22px;
}

div#page-wrapper-inner{
	margin-left:45px;
	_margin-left:22px;
	float:left;
	width: 890px;
	max-width:890px;
	min-width:890px;
	border: 1px solid #d4d2d2;
	z-index:999;
	background: #ffffff;
	position:relative;
	background-color:#f0efef;
	
}

div#page-footer{
	width:100%;
	height:160px;
	background-color:#ed7703;
	margin-top:-116px;
	z-index:-999;
	float:left;
	background: #f0f0f0 url(../_img/bg-bottom.gif) repeat-x top left;
	color:#ffffff;
}

div#maincontainer{
	float:left;
	width:100%;
}


/* ////////////////////////////////////////////////////
OUTER HEADER
ELEMENTS
//////////////////////////////////////////////////// */

div#page-wrapper-header h1{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	padding-top:9px;
	margin:0px;
}

div#page-wrapper-header .box-right{
	float:right;
	height:20px;
	width:auto;
	margin-top:-17px;
}

div#page-wrapper-header div.box-right span.icon-bar{
	display:block;
	margin-left:5px;
	padding-top:4px;
	float:left;
}

/* ////////////////////////////////////////////////////
PAGE FOOTER
ELEMENTS
//////////////////////////////////////////////////// */

div#page-footer div.box-left,div#page-footer div.box-right{
	float:left;
	margin-top:127px;
	margin-left:43px;
	_margin-left:22px;
}

div#page-footer div.box-right{
	float:right;
	margin-left:0px;
	margin-right:43px;
	_margin-right:22px;
}

div#page-footer a{
	color:#ffffff;
	text-decoration:none;
}

div#page-footer a:hover{
	color:#cccccc;
}

/* Copyright note */
div.footer-copyright{
	width:100%;
	text-align:center;
	padding-top:4px;
	padding-bottom:10px;
	float:left;
}

div.footer-copyright a{
	font-size:11px;
	color:#777777;
	text-decoration:none;
}

div.footer-copyright a:hover{
	color:#ed7703;
}

/* ////////////////////////////////////////////////////
TOP MENUE
//////////////////////////////////////////////////// */

div#topmenu{
	float:left;
	width:100%;
	height:30px;
	background: #f0f0f0 url(../_img/bg-menu.gif) repeat-x top left;
	border-bottom:1px solid #d6d4d4;
}

/* ////////////////////////////////////////////////////
MAIN CONTENT
//////////////////////////////////////////////////// */

div#maincontent{
	width:590px;
	padding:15px;
	float:left;
	background-color:#ffffff;
}

div#maincontent p{
	color:#333333;
	font-size:12px;
	line-height:16px;
	margin-bottom:10px;
clear:left;
}

div#maincontent h1{
	color:#c96c10;
	font-size:16px;
	font-weight:bold;
	width:100%;
	border-top:1px dotted #c5c5c5;
	border-bottom:1px dotted #c5c5c5;
	padding:4px 0px 4px 0px;
	float:left;
}

div#maincontent h2{
	width:100%;
	color:#c96c10;
	font-size:14px;
	font-weight:bold;
	padding:4px 0px 8px 0px;
	margin:0px;
	float:left;
}

div#maincontent h3{
	width:100%;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding:4px 0px 8px 0px;
	margin:0px;
	float:left;
}

div#maincontent p.small{
	font-size:11px;
	line-height:14px;
	margin-bottom:11px;
	color:#666666;
	margin-top:-3px;
}



div#maincontent span.font-black{
	color:#333333;
}

/* ////////////////////////////////////////////////////
SIDEBAR
//////////////////////////////////////////////////// */

div#sidebar{
	width:270px;
	_width:210px;
	background-color:#f0efef;
	position:relative;
	z-order:2;
	float:left;

	/*
	position:absolute;
	left:620px;
	top:32px;
	*/
}


/* ////////////////////////////////////////////////////
MISC
//////////////////////////////////////////////////// */


div.form-box{
	background-color:#f0f0f0;
	float:left;
	clear:right;
	border:1px solid #dddddd;
	padding:10px;
	margin-bottom:15px;
	position:relative;
}

a.tooltip{
	position:relative;
	z-index:2000;
	text-decoration:none;
}

a.tooltip span{
	display:none;
}

a.tooltip:hover{
	font-size:100%;
}

a.tooltip:hover span{
	display:block;
	position:absolute;
	top:-35px;
	left:0px;
	color:#333333;
	font-size:11px;
	line-height:13px;
	width:155px;
	border:1px solid #d6d4d4;
	background-color:#f0efef;
	padding:3px;
	z-index:2000;
}

div.button-bar,div.button-bar-round{
	width:100%;
	clear:both;
	float:left;
	padding-bottom:5px;
}

div.button-bar-round{
	text-align:right;
}

/* Button: standard, grey */
a.button-standard:link, a.button-standard:visited{
	height:21px;
	line-height:21px;
	color:#333333;
	text-decoration:none;
	border:1px solid #c6c6c6;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	background: #f0f0f0 url(../_img/bg-btn-standard.gif) repeat-x top left;
	margin:0px;
	position:relative;
}

a.button-standard:hover{
	background: #f0f0f0 url(../_img/bg-btn-standard-over.gif) repeat-x top left;
	text-decoration:none;
}

/* */

a.button-round:link, a.button-round:visited{
	color:#333333;
	text-decoration:none;
	line-height: 25px;
	padding-bottom:5px;
	background: #ffffff url(../_img/bg-btn-round.gif) no-repeat top right;
	margin:0px;
	position:relative;
	padding-right:29px;
	padding-top:0px;
	float:right;
	height:20px;

	_padding-bottom:1px;

}

a.button-round:hover{
	background: #ffffff url(../_img/bg-btn-round-over.gif) no-repeat top right;
	text-decoration:none;
	color:#666666;
}

/* */

span.paragraph-cleared{
	display:block;
	width:100%;
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

span.icon-in-paragraph{
	padding-top:1px;
	display:block;
	width:15px;
	clear:none;
	float:left;
}

div.clearfix {display: inline-block;}  /* for IE/Mac */

div.separator-line{
	width:100%;
	height:1px;
	clear:both;
	float:left;
	position:relative;
}

.spacer{
	width:100%;
	height:10px;
	margin:0;
	clear:both;
	float:left;
}

.v-distance-30,.v-distance-10,.v-distance-50,.v-distance-5{
	width:100%;
	height:30px;
	margin:0;
	clear:both;
	float:left;
	position:relative;
}

.v-distance-10{height:10px;}
.v-distance-50{height:50px;}
.v-distance-5{height:5px;}

span.color-green{
	color:#83b817;
}

span.color-red{
	color:#ff0000;
}

span.color-orange{
	color:#c96c10;
}

/* ////////////////////////////////////////////////////
IMAGE PRELOADING
//////////////////////////////////////////////////// */

.hidden-image {
	display:none;
}
 
