/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ================================================= */
/* ------ PAGE LAYOUT ------ */
/* body */
body {
	background-image:url(../jpg/body-background.jpg);
	background-repeat:repeat-x;
	background-color:#7d7b90;
	margin: 20px auto 10px auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
	margin: 0 auto 0 auto;
	text-align:center;
	width: 740px;
}

/* HEADER */
#Header {
	height:107px;
	width: 740px;
}

/* NAVIGATION */
#Navigation {
	text-align:left;
	width:740px;
	border-top: 1px solid #828a7a;
	border-bottom: 1px solid #4f5559;
}
#Navigation div.navigationBorder {
	background-image:url(../jpg/navigation-background.jpg);
	background-repeat:repeat-y;
	background-color: #364125;
	border-right: 1px solid #4f5559;
	border-bottom: 1px solid #273323;
	border-left: 1px solid #4f5559;
	width:738px;
}
#Navigation div.navigationBorder table {
	margin-bottom:0;
}
#Navigation div.navigationBorder td {
	padding:0;
}
#Navigation a {
	margin: 0;
	padding:0;
	text-decoration: none;
}

/* CONTENT */
#Content {
	background-color:#f7f9fb;
	border-right: 1px solid #4f5559;
	border-left: 1px solid #4f5559;
	padding: 8px 1px 15px 1px;
	text-align:left;
	width: 736px;
}

/* FULLWIDTH */
#Content div.fullWidth {
	padding:5px 13px 0 13px;
	width: 710px;
}

#Content div.fullWidthHome {
	padding-top:10px;
	width: 736px;
}


/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	padding-left:9px;
	width: 120px;
}
#Content div.twoColumnLeft div.menu2 {
	background-color: #e9e9e9;
	border: 1px solid #4f5559;
	margin-bottom: 10px;
	width:118px;
}
/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0px;
}
/* title */
#Content div.twoColumnLeft ul.navlist li.title {
	background-image:url(../jpg/leftmenu-title.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#39422d;
	border-top:1px solid #828b7a;
	border-right:1px solid #2c361d;
	border-bottom:1px solid #252e19;
	border-left:1px solid #505a41;
	color: #f4f3f3;
	display: block;
	font-size: 0.75em;
	font-weight:bold;
	margin-bottom:5px;
	padding:4px 2px 5px 2px;
	width:112px;
}
#Content div.twoColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.twoColumnLeft ul.navlist li.main {
	font-size: 0.7em;
	line-height:1.2em;
	width:118px;
}
#Content div.twoColumnLeft ul.navlist li.main a {
	color:#4e4e4e;
	display:block;
	padding:4px 5px 4px 5px;
	text-decoration: none;
	width:108px;
}
#Content div.twoColumnLeft ul.navlist li.main a:link, #Content div.twoColumnLeft ul.navlist li.main a:visited {
}
#Content div.twoColumnLeft ul.navlist li.main a:hover, #Content div.twoColumnLeft ul.navlist li.main a:active {
	color:#fff;
	display: block;
	background-color:#505a41;
}
#Content div.twoColumnLeft ul.navlist li.main a.active {
	background-color: #636d55;
	color:#fff;
	display: block;
	text-decoration: none;
}

#Content div.twoColumnLeft div.leftmenuButtons {
	margin-top:10px;
	text-align:center;
	width: 120px;
}
#Content div.twoColumnLeft div.leftmenuButtons div.button {
	padding:12px 0 8px 0;
	width:120px;
}

/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	margin-top:5px;
	padding-right:10px;
	padding-left:17px;
	width: 580px;
}

/* THREECOLUMN */
/* threeColumnLeft */
#Content div.threeColumnLeft {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
}
/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title */
#Content div.threeColumnLeft ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnLeft ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnLeft ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnLeft ul.navlist li.main a:link, #Content div.threeColumnLeft ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnLeft ul.navlist li.main a:hover, #Content div.threeColumnLeft ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnLeft ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
/* threeColumnCentre */
#Content div.threeColumnCentre {
	float: left;
	margin-left: 10px;
	width: 485px;
}
/* threeColumnRight */
#Content div.threeColumnRight {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
	margin-left: 10px;
}
/* navlist */
#Content div.threeColumnRight ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title */
#Content div.threeColumnRight ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnRight ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnRight ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnRight ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnRight ul.navlist li.main a:link, #Content div.threeColumnRight ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnRight ul.navlist li.main a:hover, #Content div.threeColumnRight ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnRight ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}


/* FOOTER */
#Footer {
	background-color:#e9e9e9;
	border: 1px solid #4f5559;
	color:#4e4e4e;
	font-size:0.8em;
	min-height: 59px;
	text-align:left;
	width:738px;
}
* html #Footer {
	height:59px;
}
#Footer p {
	margin-bottom:0;
}
#Footer div.footerLeft {
	float:left;
	padding:6px 0 4px 13px;
	width:475px;
}
#Footer div.footerLeft div.address {
	float:left;
	padding-right:10px;
	width:170px;
}

#Footer div.footerLeft div.contact {
	float:left;
	padding:0 10px 0 5px;
	width:280px;
}


#Footer div.footerRight {
	float:left;
	margin-top:40px;
	padding-right:10px;
	text-align:right;
	width:240px;
}
* html #Footer div.footerRight {
}


#Footer ul.navlist {
	color:#4e4e4e;
	display:inline;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0px;
}
#Footer ul.navlist li {
	color:#4e4e4e;
	display:inline;
}
#Footer ul.navlist li.separator {
	color:#4e4e4e;
	display:inline;
}

#Footer a {
	color:#4e4e4e;
	text-decoration:underline;
}
#Footer a:hover, #Footer a:active {
	color:#364125;
	text-decoration:underline;
}

/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ================================================= */

/* ----- HOME PAGE ----- */
#HomePage {
	margin-bottom:15px;
	width: 736px;
}

#HomePage div.homeContent {
	padding:0 10px 10px 10px;
	width: 716px;
}
div.homeContent div.homeText {
	float:left;
	font-size:0.85em;
	padding-top:8px;
	padding-right:15px;
	padding-left:7px;
	width:345px;
}
div.homeContent div.homeImage {
	float:left;
	padding-right:3px;
	width:346px;
}


#HomePage div.homeButtons {
	background-color:#dbd8df;
	margin-top:20px;
	padding-top:2px;
	padding-bottom:8px;
	width: 736px;
}
div.homeButtons div.homebtn	{
	float:left;
	text-align:center;
	width:184px;
}

/* ----- OFFERS PAGE ----- */
.offers h2 {
	font-size:0.8em;
}



/* ----- OTHER ----- */
table.tableandcellborder td {
	border-bottom:1px solid #51575c;
	border-left:1px solid #51575c;
	padding:5px 6px 5px 6px;
}
table.tableandcellborder td.nocellpadding {
	border-bottom:1px solid #51575c;
	border-left:1px solid #51575c;
	padding:0;
}

tr.tr1 strong {
	color:#4e4e4e;
}


/* ---- SITEMAP ---- */
#SiteMap * {
	margin:0;
	padding:0;
}
#SiteMap ul {
	margin-left: 40px;
	font-size: 11px;
}
#SiteMap li {
	font-size: 1em;
	margin: 5px 0 5px 0;
}

