/* commented backslash hack v2 \*/ 
html, body{height:100%; min-height: 100%;} 
/* end hack */ 
html,body {
    margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {		
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 75%;
}

.mainBody {		
    background-color: #dad4d4;
    text-align: center;
}

.selected {
    text-decoration: underline;
}

p {
    font-family: tahoma, arial, hevetica, sans-serif;
}

table {
    font-family: tahoma, arial, hevetica, sans-serif;
    font-size: 100%;
}

a {
    color: #7a181a;
    text-decoration: underline;
}

a:hover {
    color: #7a181a;
    text-decoration: none;
}

h1, h2, h3, h5 {
    color: #e02f25;
}

h4 {
    font-size: 120%;
}
		
#container {
	margin-left:auto;
	margin-right:auto;
	width: 760px; 
	min-height:100%;
	text-align: left;
	background-color: #ffffff;
	border-left: 2px solid #404040;
	border-right: 2px solid #404040;
    position:relative;
}

*html #container {
	height: 100%;
}

#header {
	width:100%;
	margin: 0px 0px 5px 0px;
	position:relative;
	padding-top: 10px;
}

#content {
	width: 90%;
	margin: 0 auto;
	border: 0px solid red;
	padding: 5px 15px 5px 15px;
}

#footer	{
	position:absolute;
	bottom:0;
	width:100%;
	height: 24px;
	text-align: left;
	border: 0px solid green;
}

#footer p {
    margin:0;
    padding:0
}

#clearfooter {
    height:67px;
    width:100%;
    clear:both
}

.menu {
    list-style-type: none;
    min-height: 230px;
    padding-bottom: 10px;
}

.menu li {
    background: url(images/img-navbar.gif) no-repeat;
    padding: 5px 0px 5px 10px;
    margin: 10px 0px -5px 0px;
    color: #ffffff;
    position: relative;
}

.menu li a {
    color: #ffffff;
    text-decoration: none;
}

.menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.menu ul li {
    margin-left: -20px;
    background: url(images/img-navbarshort.gif) no-repeat;
}

#headerImage {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 230px;
}

#logo {
    position: absolute;
    z-index: 90;
    top: 15px;
    left: 475px;
}

.imgBorder {
    border: 3px solid #000000;
}

#contentImages {
    float: left;
    width: 35%;
    text-align: center;
    border: 0px solid purple;
}

#contentText {
    float: right;
    width: 61%;
    border: 0px solid orange;
}

.list {
    list-style-type: none;
}

.list li {
    background: url(images/img-bullet.gif) no-repeat;
    background-position: 0px 4px;
    padding-top: 0px;
    line-height: 20px;
    padding-left: 30px;
}

.inputFields {
    font-family: tahoma, arial, hevetica, sans-serif;
    width: 170px;
    border: 1px solid #404040;
}

.formtext {
    font-family: tahoma, arial, hevetica, sans-serif;
    width: 170px;
    border: 1px solid #404040;
}

.errorformtext {
    font-family: tahoma, arial, hevetica, sans-serif;
    width: 170px;
    background-color: #dad4d4;
    border: 1px solid #404040;
}

.selectField {
    font-family: tahoma, arial, hevetica, sans-serif;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #404040;
}

.selectContainer {
    border: 1px solid #404040;  
    position: relative; 
    overflow: hidden;
    width: 172px; height: 19px;    /* width and height of the border around the select list */
    #height: 20px;
}

.calendarBorder {
    background-color: #404040;  /* site dark colour e.g. titlebar */
}

.calendarWeekday {
    background-color: #e02e25;  /* site light colour e.g. infotabcontent */
    color: #ffffff;
    font-weight: bold;
}

.calendarToday {
    background-color: #cbe7ff;
}

.calendarWeekend {
    background-color: #dad4d4;  /* same as blockColour0 */
}

.submitButton {
    background-color: #dad4d4;
    color: #000000;
    border: 1px solid #404040;
    font-family: tahoma, arial, hevetica, sans-serif;
}

.formTable td {
    padding-bottom: 5px;
}

.specialOffers {
    border: 1px solid #e02f25;
    text-align: center;
    margin-bottom: 20px;
    width: 190px;
}

.specialOffersTitle {
    background-color: #e02f25;
    color: #ffffff;
    font-size: 150%;
    padding: 4px;
    padding-left: 6px;
    margin-bottom: 15px;
    text-align: left;
}