﻿
#wrapper
{
    width:100%;
    background-color: #FFFFFF; 
    font-size: 1.2em;
}

#header
{
	height: 60px;
}

#header-navi
{
	margin-top: 4px;
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}

#header-navi ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

#header-navi ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	padding-top: 11px;
}

#header-navi ul li a, #header-navi ul li a:visited {
	display: block;
	margin: 0;
	padding: 3px 15px;
	color:#000;
	text-decoration:none;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #ffffff;
	line-height:1.3em;
	font-weight:bold;
	font-size: 0.9em;
}

#header-navi ul li.first a,
#header-navi ul li.first a:visited
{
	border-left: 0;
}

#header-navi ul li.last a,
#header-navi ul li.last a:visited
{
	border-right: 0;
}

#content .top-logo 
{
	margin-bottom: 15px;
}

#content
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	padding-top: 10px;
}

#content
{
	min-height: 300px;
	padding-bottom: 20px;
	position: relative;
}

#content-search 
{
	float: right;
	position: absolute;
	right: 0;
	top: -17px;
	background: url(../images/layout/header-search-bg.gif) no-repeat left center;
	width: 299px;
	height: 50px;
	padding-top: 10px;
}

.search-button 
{
	width: 65px;
	height: 22px;
}

#content-search .search-field, 
#content-search .search-button
{
	float: right;
	margin-right: 5px;
	margin-top: 1px;
}

#content-search .search-button
{
	margin-right: 22px;
}

#content-search .search-field 
{
	width: 179px;
	height: 22px;
	background: url(../images/layout/search-field.gif) no-repeat white;
	border: 0;
	padding-left: 6px;
}

#content-search .search-field input
{
	width: 175px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	border: 0;
	background: none;
	color: #7c7c7c;
	font-size: 1.0em;
}

#content-advertisements 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 10px;
}

.campaign-box 
{
	float: left;
	margin-right: 10px;
	height: 265px;
	background: url(../images/layout/campaign-shadow.gif) no-repeat bottom left;
}

.campaign-box-last 
{
	margin: 0;
}

.campaign-content 
{
	width: 220px;
	height: 200px;
	background: url(../images/layout/campaign-box.gif) no-repeat top left;
	padding: 5px;
}

.search-field-footer, .search-button-footer
{
	float: right;
	margin-left: 4px;
}

.search-field-footer
{
	width: 165px;
	height: 20px;
	background: url(../images/layout/search-field-footer.gif) no-repeat;
	border: 0;
}

.search-field-footer input
{
	width: 155px;
	padding: 0;
	margin: 0;
	margin-top: 4px;
	margin-left: 5px;
	border: 0;
	background: none;
	color: #7c7c7c;
	font-size: 1.1em;
}

#footer-container 
{
	height: 150px;
	background: url(../images/layout/footer-bg.gif) repeat-x #b0b0b0;
}

#footer-content
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	color: #5d5c5c;
}

#footer-content .info-block
{
	width: 280px;
	float: left;
	margin-right: 40px;
}

#footer-content .info-block h4 
{
    font-size: 1em;
	font-weight: normal;
	color: #5d5c5c;
	border-bottom: 1px solid #8f8e8e;
	margin: 0;
}

#footer-content ul.info-link-list
{
	width: 125px;
	float: left;
	margin: 0;
	margin-top: 5px;
}

#footer-content ul.info-link-list li
{
	list-style-type: none;
	background: url(../images/layout/footer-arrow.gif) no-repeat left 0.5em;
	padding-left: 10px;
}

#footer-content a 
{
	color: white;
	text-decoration: none;
}

#footer-content a:hover 
{
	text-decoration: underline;
}

#footer-search 
{
	float: right;
	width: 250px;
}

#footer-copyright 
{
	width: 240px;
	margin-top: 15px;
	text-align: right;
}

.frontpage-campaigns 
{
	float: left;
	margin-top: 45px;
}

.frontpage-flash-higher 
{
	width: 950px;
	height: 280px;
	background: #eee;
	color: #ddd;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;	
}

.frontpage-flash-lower
{
	float: right;
	margin-left: 10px;
}

h1 , h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}

h1, h2, h3, h4, h5, h6 
{
	color: #9f9f9f;
}

h1
{
	font-size: 1.7em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.4em;
}


/* column container */
.column-three
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
	/* background: #ff9; Right column background colour */
}
/* holy grail 3 column settings */
.column-three .colmid
{
	float: left;
	width: 200%;
	margin-left: -150px; /* Width of right column */
	position: relative;
	right: 100%;
	/* background: #fff; Centre column background colour */
}
.column-three .colleft
{
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 390px; /* Left column width + right column width */
	/* background: #FFD8B7; Left column background colour */
}
.column-three .col1wrap
{
	float: left;
	width: 50%;
	position: relative;
	right: 240px; /* Width of left column */
	padding-bottom: 1em; /* Centre column bottom padding. Leave it out if it's zero */
}

/* CENTER COLUMN */
.column-three .col1
{
	margin: 0;
	margin-left: 265px; /* left column width + centre column left padding width */
	margin-right: 175px; /* right column width + centre column right padding width */
	position: relative;
	left: 200%;
	overflow: hidden;
}

/* LEFT COLUMN */
.column-three .col2
{
	float: right; /* This overrides the float:left above */
	width: 240px; /* Width of left column content (left column width minus left and right padding) */
	position: relative;
	right: 0px; /* Width of the left-had side padding on the left column */
}

/* RIGHT COLUMN */
.column-three .col3
{
	float: right; /* This overrides the float:left above */
	width: 150px; /* Width of right column content (right column width minus left and right padding) */
	margin-right: 0; /* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	left: 50%;
}

.column-two .contentwrapper {
    float: left;
    width: 100%;
}

.column-two .contentcolumn {
    margin-left: 260px; /*Set left margin to LeftColumnWidth*/
}

.column-two .leftcolumn {
    float: left;
    width: 240px; /*Width of left column*/
    margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
} 

.column-one 
{
}


.breadcrumbs 
{
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.breadcrumbs a, .breadcrumbs a:visited
{
	text-decoration: none;
}

.breadcrumbs a:hover 
{
	text-decoration: underline;
}