html {
	padding: 0;
	margin: 0;
	border: 0;
	background: #ebebeb;
	font-family: verdana, sans-serif;
	font-size: 90%;
}

body {
	text-align: center;
	margin-top: 0px;
	background-image: url('../gfx/bodyback.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}


a, a:link, a:active, a:visited {
	color: #0749A6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 126px;
	font-size: 110%;
	z-index: 5;
	background-image: url('../gfx/head.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#header img.logo {
	border: none;
	position: absolute;
	top: 51px;
	left: 43px;
}

#topmenu {
	position: absolute;
	width: 1000px;
	height: 116px;
	top: 126px;
	left: 0px;
	background-image: url('../gfx/menu.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 6;
	text-align: left;
}

#topmenu a.topmenu, a.topright, a.topright2 {
	color: #4B8DEA;
	font-weight: bold;
	font-size: 92%;
	text-decoration: none;
	position: relative;
	top: 53px;
	left: 20px;
	display: block;
	float: left;
	width: 130px;
	height: 20px;
	text-align: center;
	background-color: transparent;
	margin: 0px;
	margin-left: 20px;
	margin-right: 5px;
}

#topmenu a.topright {
	position: absolute;
	width: 94px;
	top: 9px;
	right: 48px;
	left: auto;
}

#topmenu a.topright2 {
	position: absolute;
	width: 94px;
	top: 9px;
	right: 160px;
	left: auto;
}

#topmenu a:hover {
	text-decoration: underline;
}

#outer {
	position: relative;
	width: 100%;
	border-top: 240px solid #ebebeb;
	padding: 0px;
	margin: 0px;
}

#main {
	position: relative;
	border-top: 2px solid #ebebeb;
	border-left: 214px solid #ebebeb;
	border-right: 33px solid #ebebeb;
	display: block;
	overflow: visible;
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 31px;
	background-image: url('../gfx/foot.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left; 0px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 8pt;
	color: #fff;
	text-align: left;
}


#left {
	position: relative;
	float: left;
	width: 188px;
	display: inline;
	margin-top: 0px;
	margin-left: -184px;
}

.component {
	position: relative;
	background-color: #FFF;
	margin: 4px;
	margin-top: 0px;
}

.component div.tl, .component div.tr, .component div.bl, .component div.br {
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	background-image: url(../gfx/roundcorners.jpg);
}

.component div.tl {
	top: 0px;
	left: 0px;
	background-position: top left;
}

.component div.tr {
	top: 0px;
	right: 0px;
	background-position: top right;
}

.component div.bl {
	bottom: 0px;
	left: 0px;
	background-position: bottom left;
}

.component div.br {
	bottom: 0px;
	right: 0px;
	background-position: bottom right;
}

.component div.compcont {
	z-index: 10;
}

a img {
	border: none;
}

div.mainhead {
	width: 100%;
	height: 44px;
	background-image: url(../gfx/offersheadback.jpg);
	background-repeat: repeat-x;
	position: relative;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 42px;
	vertical-align: middle;
	color: #555;
}

div.mainhead span {
	position: relative;
	left: 14px;
}

div.mainhead div.l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 44px;
	background-image: url(../gfx/offersheadcorners.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div.mainhead div.r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	height: 44px;
	background-image: url(../gfx/offersheadcorners.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


div.orangehead {
	width: 100%;
	height: 44px;
	background-image: url(../gfx/orangeheadback.jpg);
	background-repeat: repeat-x;
	position: relative;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 42px;
	vertical-align: middle;
	color: #222;
}

div.orangehead span {
	position: relative;
	left: 14px;
}

div.orangehead div.l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 44px;
	background-image: url(../gfx/orangeheadcorners.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div.orangehead div.r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	height: 44px;
	background-image: url(../gfx/orangeheadcorners.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.logoimage {
}

* html .logoimage {
}

.biglogoimage {
	max-width: 120px;
	max-height: 40px;
}

* html .biglogoimage {
	width: 120px;
	height: 40px;
}


.offerlogoimage {
	max-width: 180px;
	max-height: 140px;
}

* html .offerlogoimage {
	max-width: 180px;
	max-height: 140px;
}
