* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background: #EBEBEB url(../images/backgrounds/wrapper_v2.png) repeat-y 50% 50%;
	text-align: left;
}
a {
	color: #CC0000;
}
/* use for any image replacement (links, headings, etc) */
.ir {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
}
.clear {
	clear: both;
}

/* image replace headings & sub-headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	line-height: 20px;
	font-family: 'EuropeNormal', sans-serif;
	font-size-adjust: 0.52;
	margin: 15px 0 15px 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;	
}
h1 {
	font-size: 22px;
	color: #DF0C19;
}
h1 span {
	color: #464646;
}
h2 {
	font-size: 17px;	
	margin-top: 4px;
	margin-bottom: 10px;
}
h3 {
	color: #555;
	font-size: 17px;
	margin-bottom: 10px;
	margin-top:5px;
	line-height: 24px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	clear: left;
	margin-bottom: 10px;
	color: #BD0D1A;
}
h5 {
	font-size: 14px;
}
h5#foot {
	background: url(../images/headings/h5-footer.gif) no-repeat 0 0;
	height: 15px;
	margin-bottom: 5px;
}
p {
	margin: 0 0 10px 15px;
}
p.intro {
	font-size: 15px;
	font-weight: normal;
	color: #777;
	padding: 10px 30px 10px 0;
	line-height: 20px;
}
p.intro a {
	text-decoration: none;	
}
.small {
	font-size: 11px;
	color: #999;
}
ul {
	margin: 0 15px 0 35px;
	list-style: square;
}
ol {
	margin: 0 15px 0 35px;
	list-style: decimal;
}
ul li, ol li {
	padding: 0 0 10px 0;
}
ul.plain {
	margin: 0 15px;
	list-style: none;
}

ul.tick {
	margin: 0 20px;
	list-style: none;
}
ul.tick li {
	background: url(../images/icons/tick.gif) no-repeat 0 0;
	padding-left: 30px;
	padding: 3px 0 10px 30px;
}
input.text, textarea.text, select.text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	border: 1px solid #D4D4D4;
	padding: 3px 5px;
}
input.text:focus, textarea.text:focus, select.text:focus {
	border-color: #FECB30;
	background: #FFFCE4;
}
a.button {
	width: 140px;
	height: 35px;
	text-decoration: none;
	display: block;
	cursor:pointer;
	text-indent: -4000px;
	background: url(../images/buttons/send.jpg) no-repeat 0 0;
}
a.subscribe {
	background: url(../images/buttons/subscribe.jpg) no-repeat 0 0;
}
a.survey {
	width: 150px;
	background: url(../images/buttons/survey.jpg) no-repeat 0 0;
}
a.unsubscribe {
	background: url(../images/buttons/unsubscribe.jpg) no-repeat 0 0;
}
a.button:hover {
	background-position: 0 -35px;
}
a.download {
	height: 45px;
	width: 160px;
	background: url(../images/buttons/download.jpg) no-repeat 0 0;
}
a.download:hover {
	background-position: 0 -45px;
}
a.feature {
	width: 230px;
	height: 92px;
	float: right;
}
a.complete_self_survey {
	width: 252px;
	margin: 15px 0 10px 0;
	background: url(../images/buttons/complete_self_survey.jpg) no-repeat 0 0;
}
a.request_quotation {
	width: 252px;
	background: url(../images/buttons/request_quotation.jpg) no-repeat 0 0;
}
a.view_details {
	width: 252px;
	margin: 15px 0 10px 0;
	background: url(../images/buttons/view.jpg) no-repeat 0 0;
}
a#feature-you {
	background: url(../images/buttons/feature_you.jpg) no-repeat top right;	
}
a#teckentrup-approved {
	width: 115px;
	height: 115px;
	background: url(../images/logos/teckentrup-approved.gif) no-repeat top right;	
}
a.feature:hover {
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;	
}
.oops {
	color: #CC0000;
}
input.oops, textarea.oops, select.oops {
	border-color: #CC0000;
}

/* navigational lists */
ul.nav, ul.nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#wrap {
	width: 1020px;
	text-align: left;
	margin: auto;
}

#header {
	width: 970px;
	height: 135px;
	background: #EBEBEB url(../images/header/sectional/header.jpg) no-repeat 0 0;
	margin-left: 30px;
	position: relative;
}

#header a#logo {
	width: 95px;
	height: 135px;
	background: url(../images/header/home.jpg) no-repeat -200px 0;
	position: absolute;
	left: 0;
	top: 0;
}

#header a#logo:hover {
	background-position: 0 0;
}

#header ul.nav {
	float: right;
	display: block;
	margin-top: 5px;
	height: 20px;
}

#header ul.nav li {
	padding: 0 10px 0 6px;
	border-right: 1px solid #B20913;
	line-height: 12px;
}

#header ul.nav li.last {
	border-right: 0;
	padding-right: 25px;
}	

#header ul.nav li a {
	color: #FFF;
	font-size: 11px;
}

#header ul.nav li a:hover {
	color: #FFFF99;
	text-decoration: none;
}

#header ul#tabs {
	float: right;
	display: block;
	margin: 65px 0 0 0;
	height: 45px;
	width: 450px;
	clear: both;
}
#header ul#tabs li {
	padding: 0;
	display: inline;
	margin: 0;
	list-style: none;
}

#header ul#tabs li a {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	width: 265px;
	float: left;
	height: 45px;
}

#header ul#tabs li a.sectional {
	background: url(../images/header/sectional/sectional_tab.jpg) no-repeat 0 0;
}

#header ul#tabs li a.steel {
	width: 185px;
	background: url(../images/header/sectional/steel_tab.jpg) no-repeat 0 0;
}

#header ul#tabs li a#steel:hover {
	background-position: 0 -45px;
}


/* MAST HEADER */

#mast {
	width: 970px;
	height: 220px;
	margin-left: 30px;
	z-index: 0;
	background: #CCC;
	white-space: nowrap;
}

#mast .ir {
	margin: 0;
	padding: 0;
}

#mast #doorsets {
	float: right;
	width: 320px;
}


#mast #doorsets a#steel-doorsets {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
	height: 220px;
	background-image: url(../images/home/steel-doorsets.jpg);
}

#mast #doorsets a#opening-doors {
	width: 100px;
	float: left;
	height: 220px;
	margin: 0;
	background-image: url(../images/home/steel-door.jpg);
}

#mast #doorsets a#opening-doors:hover {
	background-position: 0 -220px;	
}


/* STYLES FOR SLIDING CONTENT IN MASTHEAD */

#slider {
	width: 650px;
	height: 220px;
	position: relative;
	float: left;
}
#slider .hide {
	display: none;	
}

/* this is turned off in IE6 as it can't cope with PNGs */
#slider #ds, #slider #slides {
	background: url(../images/home/mast-dropshadow.png) no-repeat 0 0;
	height: 220px;
	width: 650px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

#slider #slides {
	z-index: 2;
	background: none;
}

#slider #slides li a, #slider #slides li a h1 {
	text-decoration: none;
}

#slider #slides li h1 {
	background: #000;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;	
	text-align: left;
	float: left;
	line-height: 20px;
	color: #CCC;
	margin: 120px 0 0 0;
	padding: 5px 20px 20px 15px;
	font-size: 18px;
	width: auto;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
}
#slider #slides li h1 span {
	color: #FFF;
}
#slider #slides li.carteck13 {
	background:  url(../images/home/carteck13.jpg) no-repeat 0 0;
}
#slider #slides li.automation {
	background:  url(../images/home/automation.jpg) no-repeat 0 0;
}
#slider #slides li.service {
	background:  url(../images/home/service-jp.jpg) no-repeat 0 0;
}
#slider #slides li.kai_jim {
	background:  url(../images/home/kai_and_jim.jpg) no-repeat 0 0;
}
#slider #slides li.woodgrain {
	background:  url(../images/home/woodgrain.jpg) no-repeat 0 0;
}
#slider #slides li.hormann {
	background:  url(../images/home/hormann.jpg) no-repeat 0 0;
}
#slider #slides li.sidehinged {
	background:  url(../images/home/side-hinged.jpg) no-repeat 0 0;
}
#slider #slides li.promo {
	background:  url(../images/home/summer_promo.jpg) no-repeat 0 0;
}

#slider #slides li.georgian {
	background:  url(../images/mast/georgian_blank.jpg) no-repeat 0 0;
}
#slider #slides li.ribbed {
	background:  url(../images/mast/ribbed_blank.jpg) no-repeat 0 0;
}
#slider #slides li.unribbed {
	background:  url(../images/mast/unribbed_blank.jpg) no-repeat 0 0;
}
#slider #slides li.centre {
	background:  url(../images/mast/centreribbed_blank.jpg) no-repeat 0 0;
}

a#full_banner {
	padding-left: 30px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	display:block;
}

/* HOMEPAGE */

div#styles_and_finishes, div#colours {
	width: 320px;	
	float: left;
}
div#colours {
	width: 360px;	
}
div#styles_and_finishes img, div#colours img {
	margin-left: 15px;
}
div#styles_and_finishes img.right, div#colours img.right {
	padding: 0;
}
div#styles_and_finishes img.right {
	padding-right: 10px;	
}

div#why_choose {
	width: 680px;
	float: left;
	margin-top: 10px;
	clear: both;
}

div#why_choose .headings {
	background: #5E5E5E url(../images/headings/h3-repeat.jpg) repeat-x 0 0;
	border: 2px solid #666;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	padding: 5px 15px 10px;
	width: 330px;
	float: left;
	border-left: 0;
}
div#why_choose .headings h3, div#why_choose .headings h5 {
	color: #FFF;
	margin: 0;
	background: none;
	float: left;
	padding: 0;
}

div#why_choose .headings h5 {
	color: #CCC;
	margin: 0;
}

div#why_choose ul {
	list-style: none;
	float: left;
	width: 350px;
	margin: 10px 15px;
}

div#why_choose ul li {
	padding-left: 25px;
	background: url(../images/icons/bullet.gif) no-repeat 0 3px;	
}

div#why_choose ul li a {
	color: #222;	
}

div#feature_slider {
	position: relative;	
}

div#feature_slides {
	width: 285px;
	float: right;
}

div#feature_slides ul li {
	background: none;
}

div#feature_slides li h6 {
	font-size: 18px;
	color: #C1101B;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}

div#feature_slides li p {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

div.divider {
	padding: 10px 0;
	float: left;
	width: 680px;
}

div.divider div.bubble {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	padding: 0 10px 0 0;
	border: 2px solid #DADADA;
	float: left;
	width: 390px;
	margin-left: 15px;
}

div.divider div.full {
	width: 640px;
}

div.divider div.third {
	width: 230px;
}
div.divider div.half {
	width: 310px;
}
div.divider div.twothirds {
	width: 390px;
}
div.divider div#size_options {
	width: 510px;
}

div.divider div#specials.bubble {
	width: 230px;
	background: url(../images/special-offers/save.gif) no-repeat top right;
}

div.divider div.m160 {
	min-height: 160px;	
}

div.divider div.m270 {
	min-height: 270px;	
}

div.divider h4 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;	
}

div.divider h4 span {
	color: #666;
}

div.divider h5 {
	margin-top: 0;	
	margin-bottom: 10px;
}

div.divider div#news {
	width: 650px;
}

div.news_item {
	width: 320px;
	float: left;
	margin-top: 15px;
}
div.news_item strong {
	color: #C1101B;
}

a.learn_more {
	width: 120px;
	height: 35px;
	background: url(../images/buttons/learn.jpg) no-repeat 0 0;	
}
a.learn_more:hover {
	opacity: 0.7;	
}

#right div.news_item {
	width: auto;
	float: left;
	margin-top: 15px;
}

/* RHS COLUMN STYLING & NAV */

/* SIDE NAV */

#content #right ul.nav {	
}

#content #right ul.nav li a {
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	background: none;
	height: auto;
	border: 2px solid #E5E5E5;
	border-color: none;
	padding: 5px 15px;	
	margin-bottom: 5px;
}

#content #right ul.nav li a.active, #content #right ul.nav li a.active:hover, #content #right ul.nav li a:hover {
	background: #DF0C19 url(/images/backgrounds/redbutton.jpg) repeat-x 0 0;
	border: 2px solid #DF0C19;
	text-decoration: none;
	font-weight: bold;
	height: auto;
}

#content {
	width: 970px;
	text-align: left;
	margin-left: 30px;
	float: left;
}
#content #right {
	width: 280px;
	float: left;
	padding: 15px 0;
}

#content #right h6 {
	margin: 0 0 0 45px;
	font-size: 13px;
}
#content #right p {
	margin: 0 0 10px 45px;
}

/* SIDE NAV */

#content #right ul {
	width: 220px;
	list-style: none;
	margin: 0 0 20px 28px;
	display: block;
	clear: both;
}
#content #right ul li { 
	padding-left: 0;
	padding-bottom: 0;
}
#content #right ul li a {
	display: block;
	padding: 8px 25px 0 15px;
	height: 32px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	margin: 0;
	clear: both;
	float: left;
}
#content #right ul li a.active, #content #right ul li a.active:hover, #content #right ul li a:hover {
	color: #FFF;
	background: #A30619 url(../images/backgrounds/redbutton.jpg) repeat-x 0 0;
}
#content #right ul li.vid a.active, #content #right ul li.vid a.active:hover, #content #right ul li.vid a:hover {
	background: url(../images/sidenav/backgroundVideo.jpg) no-repeat top right;
	padding-right:50px
}
#content #right ul li.sub a.video:hover, #content #right ul li.sub a.video {
	background:url(/images/sidenav/subVideo.gif) no-repeat scroll right top transparent;
	padding-right:45px;
}
#content #right ul li.vid a:hover{
	background:url(../images/sidenav/backgroundVideo.jpg) no-repeat scroll right top;
	padding-right:50px
}

#content #right ul li.vid a:hover{
	background:url(../images/generic/grey_buttonVideo.gif) no-repeat scroll right top;
	padding-right:50px
}

#charity #content #right ul li a.active, #content #right ul li a:hover {
	color: #FFF;
	background: url(../images/generic/grey_button.gif) no-repeat top right;
	height:32px;
}


#content #right ul li a:hover {
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;	
}

#content #right ul li.sub a {
	padding: 4px 25px 3px 25px;
	font-size: 11px;
	color: #333;
	margin: 0;
}
#content #right ul li.sub a.active:hover{
 color: #333;	
}
#content #right ul li.first a {
	margin-top: 5px;
}
#content #right ul li.last a {
	margin-bottom: 5px;
}
#content #right ul li.sub a:hover, #content #right ul li.sub a.active {
	padding: 4px 25px 3px 25px;
	background: url(../images/sidenav/sub.gif) no-repeat top right;
}
#content #right ul li.sub a:hover {
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;
}
#content #right .feature {
	width: 273px;
	clear: both;
	margin: 15px 0 0 0px;
	padding-bottom: 5px;
	background: url(../images/features/background.jpg) no-repeat bottom left;
}

#content #right .feature h6 {
	width: 273px;
	margin: 0;
	height: 65px;
	background: url(../images/features/h6-colours.jpg) no-repeat bottom left;
}
#content #right .first h6 {
	height: 80px;
}
#content #right .feature h6.guarantee {
	background-image: url(../images/features/h6-guarantee.jpg);
}
#content #right .feature h6.safety {
	background-image: url(../images/features/h6-safety.jpg);
}
#content #right .feature h6.brochures {
	background-image: url(../images/features/h6-brochures.jpg);
}
#content #right .feature h6.offers {
	background-image: url(../images/features/h6-offers.jpg);
}
#content #right .feature h6.fitting {
	background-image: url(../images/features/h6-fitting.jpg);
}
#content #right .feature h6.survey {
	background-image: url(../images/features/h6-selfsurvey.jpg);
}
#content #right .feature h6.quotation {
	background-image: url(../images/features/h6-quotation.jpg);
}
#content #right .feature h6.approved {
	background-image: url(../images/features/h6-approved.jpg);
}
#content #right .feature h6.find {
	background-image: url(../images/features/h6-find.jpg);
}
#content #right .feature p {
	font-size: 11px;
	padding: 0 15px 0 17px;
}
#content #right .feature a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
#content #right .feature a:hover {
	color: #999999;
}

#content #right .redbutton, #content #right .bluebutton {
	background: #A30619 url(../images/backgrounds/redbutton.jpg) repeat-x 0 0;
	border: 2px solid #A30619;
	border-left: 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	padding: 5px 15px 10px;
	width: 202px;
	margin: 15px 0 10px 28px;
	float: left;
	clear: left;
}
#content #right .bluebutton {
	background: #0C1948 url(../images/backgrounds/bluebutton.jpg) repeat-x 0 0;
	border-color: #26438A;
	margin-bottom: 15px;
}

#content #right .redbutton h5, #content #right .redbutton h5 a, #content #right .bluebutton h5, #content #right .bluebutton h5 a {
	color: #FFF;
	font-size: 17px;
	margin: 0;
	text-decoration: none;
}

#content #right .redbutton p, #content #right .bluebutton p {
	color: #FFF;
	margin: 5px 0 5px 0;
}

#content #right .bluebutton ul {
	list-style: none;	
	margin: 0;
	float: none;
}
#content #right .bluebutton ul li {
	background: url(../images/icons/white_bullet.gif) no-repeat 0 3px;
	margin: 0;
	float: none;
	padding: 0 0 5px 25px;
	
}
#content #right .bluebutton ul li a {
	background: none;
	font-weight: normal;
	float: none;
	color: #FFF;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	display: inline;
	height: auto;
}

#content #right .redbutton div.quotation {
	background: url(../images/icons/quotation.gif) no-repeat 155px 10px;	
}

#content #right .redbutton div.tape {
	background: url(../images/icons/tape.gif) no-repeat 90px 10px;	
}


#content #right .redbutton p a {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}

div#why_choose .headings h3, div#why_choose .headings h5 {
	color: #FFF;
	margin: 0;
	background: none;
	float: left;
	padding: 0;
}

#content #left {
	padding: 0 10px 20px 0;
	width: 680px;
	float: left;
}

#content #left ul#breadcrumb {
	display: block;
	background: url(../images/backgrounds/you-are-here.gif) no-repeat 0 0;
	width: 680px;
	margin: 0 0 10px 0;
	list-style: none;
	height: 25px;
}

#content #left ul#breadcrumb.mast {
	margin-bottom: 0;	
}

#content #left ul#breadcrumb li {
	display: inline;
	font-size: 11px;
	float: left;
	padding: 2px 8px 2px 13px;
	background: url(../images/backgrounds/crumb.jpg) no-repeat top left;
}
#content #left ul#breadcrumb li a {
	color: #999999;
}
#content #left ul#breadcrumb li a:hover {
	color: #666666;
}
#content #left ul#breadcrumb li.first {
	padding-left: 105px;
	background: none;
}


/* downlaod file box */

#content #left #download {
	width: 570px;
	background: url(../images/backgrounds/download.jpg) no-repeat 0 30px;
	margin: 10px 15px;
	height: 140px;
}
#content #left #download p {
	padding: 40px 0 0 0;
}
#content #left #download a.download {
	margin-left: 10px;
}
#content #left #download img {
	float: right;
}

/* colours table */
table.colours td {
	height: 60px;
	width: 60px;
	border: 1px solid #FFF;
	padding: 0 5px 5px 5px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
}
table.colours td.dark {
	color: #444;
	border: 1px solid #CCC;
}
table.colours td span {
	font-weight: normal;
	font-size: 10px;
}

/* brochures table */
table.brochures td {
	padding: 0 5px 5px 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FFF;
}
table.brochures td span {
	font-size: 11px;
	color: #999999;
}
table.colours td.dark {
	color: #444;
	border: 1px solid #CCC;
}

/* contact forms / tables */
form table, table.form {
	margin: 0 0 10px 15px;
}
form table td, form table th, table.form td, , table.form th {
	text-align: left;
	padding: 0 10px 10px 0;
}
form table th, form table td span, table.form th, table.form td span {
	font-weight: normal;
	font-size: 11px;
}
form table th label, table.form th label {
	font-weight: bold;
	font-size: 12px;
}
form table td table, table.form td table {
	margin: 0;
}
form table td table th, form table td table td, table.form td table th, table.form td table td {
	padding: 0 5px 0 0;
}
form table td table th, table.form td table th {
	padding-right: 20px;
	font-weight: normal;
}

/* useful links */

div.useful_link {
	margin: 0 10px 10px 10px;
	padding: 10px 10px 10px 5px;
	border: 1px solid #F5F5F5;
	border-left: 0;
	border-right: 0;
}
div.useful_link h5 {
	font-size: 14px;
	margin: 0;
}
div.useful_link p {
	margin: 0 0 5px 0;
}
div.useful_link p a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
div.useful_link a img {
	float: right;
	margin-left: 10px;
}


/* gakkery lists / images */

ul.gallery {
	list-style: none;
	margin: 0 0 0 10px;
}
ul.gallery li {
	padding: 0 5px 20px 0;
	float: left;
}
ul.gallery li a img {
	background: #CF141F;
	padding: 1px;
	margin: 4px;
}
ul.gallery li a:hover img {
	padding: 5px;
	margin: 0;
}

img.right {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	clear: right;
}

.bfeature {
	border: 1px dotted #CC0000;
	width: 290px;
	padding: 10px 15px;
	margin: 0 4px 15px 4px;
	float: left;
}
.bfeature h5 { margin-top: 0;}
.full {
	width: 628px;
}
html>body .bfeature {
	margin: 0 8px 15px 8px;
}
.bfeature p {
	margin-left: 0;
}
.bfeature img {
	float: right;
	padding-left: 10px;
}
.bfeature img.left {
	float: left;
	padding-left: 0;
	padding-right: 10px;
}
.bfeature h5 {
	font-size: 14px;
	margin-left: 0;
}
/* footer */

#wrap-foot {
	width: 100%;
	clear: both;
	background: #F5F5F5 url(../images/backgrounds/footer-x_v2.jpg) repeat-x 0 0;
}

#footer {
	width: 990px;
	height: 115px;
	font-size: 11px; 
	color: #B5B6B8;
	padding: 35px 0 0 30px;
	background: url(../images/backgrounds/footer_v2.jpg) no-repeat 0 0; 
	margin: auto;
}

#footer ul li {
	padding: 0 5px 0 8px;
	border-left: 1px solid #E4AFB4;
}

#footer ul li:first-child {
	border: 0;
	padding-left: 15px;
}

#footer ul li a {
	color: #C44651;
	font-size: 11px;
}

#footer ul li a:hover {
	color: #999;
}

#footer p {
	margin: 10px 0 5px 15px;	
}

#footer p a {
	color: #999;
}

#credits {
	width: 960px;
	height: 90px;
	margin: auto;
	color: #B5B6B8;
	font-size: 11px;
}
#credits a {
	width: 236px;
	height: 20px;
	float: right;
	background: url(../images/backgrounds/developed-by-native.gif) no-repeat 0 0; 
}
#credits a:hover {
	background-position: 0 -20px;
}

div#map {
	width: 650px;
	height: 400px;
	margin: 0 0 0 15px;
	border: 2px solid #CCCCCC;
}
#installer-map {
	width: 300px;
	height: 350px;
	margin: 0 0 10px 15px;
	border: 2px solid #CCCCCC;
	border-left: 0;
	position: relative;
	left: 0;
}
html>body #installer-map {
	left: 350px;
}
html>body #installer-map { *left: 0; }

.map-msg, .installer-map-msg {
	background: #666666;
	color: #FFFFFF;
	width: 634px;
	padding: 10px;
	font-size: 11px;
	margin: 0 0 10px 15px;
}
.map-msg a {
	color: #FFFF99;
}
.map-result {
	width: 632px;
	clear: both;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin: 0 10px 12px 15px;
}
.map-first {
	border: 1px solid #CCC;
	background: #FAFAFA;
}
.map-result p {
	width: 280px;
	margin: 0;
	padding: 0 0 10px 0;
}
.map-result p strong {
	font-size: 14px;
}
.map-result p.left {
	float: left;
}
.map-result p.right {
	float: right;
}
.map-result p.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

#installer-details {
	float: left;
	width: 310px;
	height: 330px;
	border: 2px solid #E5E5E5;
	border-right: 0;
	padding: 10px;
	margin: 0 10px 12px 7px;
}
html>body #installer-details {
	margin: 0 0 0 15px;
	width: 330px;
}
#installer-details h1 {
	font-size: 14px;
	margin-bottom: 0;
}
#installer-details img {
	margin: 5px 0 10px 13px;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	overflow: auto;
	margin: 10px 10px 15px 10px;
	color: #CC0000;
}

.gds {
	padding: 10px;
	border: 1px solid #E5E5E5;
	float: right;
	margin: 0 10px 10px 10px;
}

#donated a {
	background:url("../images/generic/donated.gif") no-repeat scroll 0 0 transparent;
	height:20px;
	width:165px;
}
#donated a:hover {
	background-position: 0 -20px;
}

ul.sitemap {
	float: left;
	width: 42%;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 15px;
}

ul.sitemap li {
	list-style: none;
	background: url(../images/icons/page.png) no-repeat 0 0;
	padding: 5px 0 15px 35px;
}

ul.sitemap li.title {
	background: none;
	padding-left: 0;
}
ul.sitemap li.title h4 {
	margin-left: 0;	
	margin-top: 0;
	font-size: 16px;
}
ul.sitemap li ul {
	padding-left: 5px;	
}

ul.sitemap li ul li {
	padding-left: 10px;
	list-style: square;
	background: none;
	padding-bottom: 5px;
}

/* Technical Data Table(s) */

table.technical {
	margin: 17px;	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
}

table.technical th, table.technical td {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
}

table.technical th {
	font-weight: bold;
	padding-left: 0;
	padding-right: 20px;
}

table.technical td {
	padding-left: 0;
	padding-right: 20px;
}

