/* Colours:
 *
 * orange (navigation bg):  #FF9F00
 * dark orange (link):      #FF7E00
 * bright grey (box bg):    #EAEAEA
 *
 */

/* ----- general ----------------------------------------------------------B- */
* {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    padding: 0;
    border: none;
    margin: 0;
}

body {
    text-align: center; /* for older ie */
	background-color: #FEFEFE;
	color: #333333;
    padding: 0 0 20px 0;
}

a {
    text-decoration: underline;
    background-color: inherit;
    color: #000000;
}

a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #DF2F3c;
}

.clear {
    clear: both;
}

#main {
    overflow: hidden;
    text-align: left; /* set back */
    width: 950px;
    margin: 0 auto;
}
/* ----- general ----------------------------------------------------------E- */

/* ----- header -----------------------------------------------------------B- */
#header {
    overflow: hidden;
    background: url('../images/bgheader.gif') repeat-x left top;
    height: 130px;
    padding-left: 28px;
}

#header #logo {
    float: left;
    width: 200px;
    margin-top: 10px;
	border: 1px solid #CCCCCC;
	height: 120px;
	text-align:center;
	background-color: #FFFFFF;
}

#header #logo img {
	margin-top: 25px;
}

#header #ad {
    float: left;
	padding-top: 5px;
	padding-left: 65px;
	width: 550px;
}

#header #ad span {
}

/* ----- header -----------------------------------------------------------E- */

/* ----- navigation -------------------------------------------------------B- */
#mainnavigation {
    float: left;
	overflow: hidden;
	height: 30px;
	margin-top: 20px;
}

#mainnavigation ul {
    list-style: none;
    padding: 0;
}

#mainnavigation ul li {
    display: inline;
}

#mainnavigation ul li a {
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
	border-right: 2px solid #333333;
    background-color: inherit;
	color: #F9F9F9;
    width: 125px;
    height: 30px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

#mainnavigation ul li a:hover {
	background:url(../images/bgdarkred.gif) repeat-x;
    color: #FFCC33;
}

#mainnavigation ul li.active a,
#mainnavigation ul li.active a:hover {
	background:url(../images/bgdarkred.gif) repeat-x;
	color: #FFCC33;
	height: 30px;
	padding-top: 5px;
}
/* ----- subnavigation -------------------------------------------------------E- */

#left {
	width: 200px;
	float: left;
}

#left h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 0 15px;
	background:url(../images/bgred.gif) repeat-x;
	height: 25px;
	color: #F9F9F9;
}

#left .subnavigation {
	border-bottom: 1px solid #CCCCCC;
}

#left .subnavigation ul {
    list-style: none;
    padding: 10px 15px 10px 15px;

}

#left .subnavigation ul li {
}

#left .subnavigation ul li a {
	padding: 4px 10px 4px 10px;
	margin: 0;
    color: #333333;
	display: block;
	border-bottom: 1px solid #F1F1F1;
	background: #DFDFDF;
	text-decoration: none;
}

#left .subnavigation ul li a:hover {
	color: #DF2F3C;
	background-color: #CDCDCD;
}

#left .subnavigation ul li.active a,
#left .subnavigation ul li.active a:hover {
	background: #CDCDCD;
	color: #DF2F3C;
}

#left .box {
	border-bottom: 1px solid #CCCCCC;
}

#left .box ul {
    list-style: none;
    padding: 10px 15px 15px 15px;
}

#left .box ul li {
    padding-bottom: 3px;
    margin-bottom: 6px;
	border-bottom: 1px solid #DF2F3C;
}

#left .box ul li a {
    text-decoration: none;
    color: #000000;
}

#left .box ul li a:hover {
    text-decoration: none;
    color: #DF2F3C;
}

/* ----- content ----------------------------------------------------------B- */
#content {
	border: 1px solid #CCCCCC;
	background:url(../images/bgcontent.gif) repeat-y;
	margin: 0 28px 10px 28px;
}

#content .teaser {
    display: block;
}

#content .mb {
	margin-bottom: 1.1em;
}

#content .middle {
    float: left;
    width: 522px;
    padding: 0 15px 10px 15px;
}

#content .middle h1 {
	font-size: 150%;
	height: 28px;
	background: #DFDFDF;
	margin: 0 -14px 10px -14px;
	padding: 3px 0 0 15px;
}

#content .middle h2 {
    font-size: 120%;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 0.5em;
}

#content .middle h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0.1em;
	line-height: 140%;
}

#content .middle p {
	line-height: 140%;
	margin-bottom: 1.1em;
	border-bottom: 1px solid #E33B48;
	padding-bottom: 0.5em;
}

#content .middle table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.1em;
}

#content .middle table tr th {
    font-weight: normal;
    font-style: italic;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

#content .middle table tr td {
    vertical-align: top;
    padding-right: 0.8em;
    padding-bottom: 0.5em;
}

#content .middle table tr td p {
    font-weight: bold;
    margin-bottom: 5px;
}

#content .middle table tr td.last {
    width: 150px;
    padding-right: 0;
}

#content .middle ul {
    list-style: square;
    margin-left: 15px;
}

#content .middle ul li {
    margin-bottom: 3px;
}

#content .right {
	float: left;
	width: 140px;
	text-align: center;
}

#content .right h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 0 15px;
	background:url(../images/bgred.gif) repeat-x;
	height: 25px;
	color: #F9F9F9;
	margin: 0 0 20px 0;
	text-align: left;
}

#content .right img {
	margin: 0 0 10px 0;
}

/* ----- content ----------------------------------------------------------E- */

/* ----- footer -----------------------------------------------------------B- */
#footer {
    overflow: hidden;
	height: 40px;
	background-color: #E4E4E4;
	border-top: 2px solid #333333;
}

#footer p {
	padding: 5px 0 0 30px;
}
/* ----- footer -----------------------------------------------------------E- */

/* ----- form -------------------------------------------------------------B- */

form fieldset {
    border: none;
}

form label {
    float: left;
    display: block;
    width: 100px;
}

form input, form textarea {
    float: left;
    display: block;
    width: 300px;
    border: 1px solid #000000;
}

form label, form input, form textarea {
    margin: 0px 0px 5px 0px;
}

form textarea {
    height: 120px;
}

form br {
    clear: left;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #F1F1F1;
    color: inherit;
}

form .button {
    width: auto;
    margin: 0px 0px 0px 100px;
    background-color: #DF2F3C;
    color: #FFFFFF;
}

div.error {
    color: #FF0000;
    margin: 0px 0px 10px 100px;
}

div.error ul {
    list-style-type: none;
}

input.error {
    border: 1px solid #FF0000;
}

/* ----- form -------------------------------------------------------------E- */

