/* main stuff */

html {
	background-color: #4a4d58;
	overflow-y: scroll;
}

body {
	margin: 0px;
	font-family: sans-serif;
	font-size: 16px;
	color: #2a3a5a;
}

p {
	line-height: 21px;
	padding: 0px;
	margin: 14px 0px 20px 0px;
}

p a {
	font-weight: bold;
	color: #2a3a5a;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

#main_content ul {
	list-style-position: outside;
	padding-left: 30px;
}

#main_content li {
	padding-bottom: 3px;
}

#main_content ul a {
	color: #14621d;
	text-decoration: none;
}

img {
	border-width: 0px;
}

h2.img, h3.img {
	text-indent: -1000px;
	background-repeat: no-repeat;
	height: 23px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

h2.img {
	margin-bottom: 12px;
}

h2 {
	color: #314ea1;
	font-size: 18px;
	font-weight: bold;
	margin: 26px 0px 5px 0px;
}

h3 {
	color: #2a3a5a;
	font-size: 16px;
	font-weight: bold;
	margin: 14px 0px 5px 0px;
}

/* curves */

span.corners span {
	height: 16px;
	width: 16px;
	position: absolute;
	background-image: url("../img/curves.png");
	font-size: 0px;
	z-index: 4;
}

span.ne {
	top: -8px;
	right: -8px;
	background-position: bottom left;
}

span.se {
	bottom: -8px;
	right: -8px;
	background-position: top left;
}

span.sw {
	bottom: -8px;
	left: -8px;
	background-position: top right;
}

span.nw {
	top: -8px;
	left: -8px;
	background-position: bottom right;
}

span.curves span.c {
	height: 8px;
	width: 8px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
}
span.curves span span {
	height: 16px;
	width: 16px;
	background-image: url("../img/curves.png");
	overflow: hidden;
	display: block;
	position: relative;
}

span.curves span.ne { top: 0; right: 0; }
span.curves span.ne span { top: -100%; left: 0; }

span.curves span.se { bottom: 0; right: 0; }
span.curves span.se span { top: 0; left: 0; }

span.curves span.sw { bottom: 0; left: 0; }
span.curves span.sw span { top: 0; left: -100%; }

span.curves span.nw { top: 0; left: 0; }
span.curves span.nw span { top: -100%; left: -100%; }

/* page elements */

#page {
	margin: 0px auto 0px auto;
	width: 900px;
}

#toplinks {
	text-align: right;
	padding-top: 4px;
	padding-right: 47px;
	height: 25px;
	color: white;
	font-size: 13px;
}

#header {
	position: relative;
	height: 170px;
	background-color: white;
	background-image: url("../img/outer_curves.png");
	background-repeat: no-repeat;
	background-position: 0px -8px;
}

#menu {
	position: relative;
	height: 44px;
	background-color : white;
	padding-left: 13px;
	padding-right: 13px;
	z-index: 5;
}

#main {
	background-color: white;
	position: relative;
	padding: 0px 13px 0px 13px;
	width: 874px;
	z-index: 1;
}

#fore_footer {
	position: relative;
	background-color: white;
	height: 155px;
	padding: 10px 13px 22px 13px;
}

#footer_div {
	height: 1px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	background-color: #d9e4e8;
	border-left: 13px solid white;
	border-right: 13px solid white;
}

#footer {
	position: relative;
	background: white url("../img/outer_curves.png") no-repeat 0px 122px;
	height: 128px;
	padding: 2px 13px 0px 13px;
	font-size: 14px;
	color: #314ea1;
}

#footer_links {
	position: absolute;
	right: 17px;
	top: 96px;
}
#footer #footer_links a {
	font-weight: normal;
	text-decoration: underline;
	color: #314ea1;
	font-size: 13px;
}

#footer img#cards {
	position: absolute;
	left: 55px;
	top: 86px;
}

#bottom {
	height: 50px;
}

/* toplinks */

#toplinks a {
	color: white;
}

/* header */

#logo {
	position: absolute;
	top: 30px;
	left: 56px;
}

#img_supply_install_repair {
	position: absolute;
	top: 30px;
	right: 46px;
}

#img_phone_number {
	position: absolute;
	top: 21px;
	right: 15px;
}

/* menu */

#menu div {
	position: relative;
	height: 34px;
	background-image: url("../img/menu_bg.png");
	z-index: 6;
}

#menu ul {
	height: 34px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 25px;
}

#menu li {
	height: 34px;
	float: left;
	padding-right: 1px;
	background-image: url("../img/menu_sep.png");
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	z-index: 7;
}

#menu a {
	display: block;
	color: white;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 0 17px 0 16px;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	background-image: url("../img/menu_bg.png");
}

#menu li.selected a {
	font-weight: bold;
	background-color: #314ea1;
	background-image: none;
}

#menu li.menu_on a {
	background-color: #314ea1;
	background-image: none;
}

#menu a:hover {
	background-color: #314ea1;
	background-image: none;
}

/* sub menu */

#menu ul li ul {
	position: absolute;
	top: 34px;
	left: 0px;
	height: auto;
	display: none;
	padding: 0px;
	background-color: #314ea1;
	background-image: none;
	z-index: 8;
}

#menu ul li ul li {
	float: left;
	background-color: #314ea1;
	background-image: none;
	padding-right: 0px;
	margin: 0px;
	height: auto;
}

#menu ul li ul li a {
	background-color: #314ea1;
	background-image: none;
	font-size: 13px;
	padding: 0 4px 0 16px;
	width: 200px;
	font-weight: normal;
}
#menu ul li ul li a:hover {
	background-color: #3656b4;
}

#menu ul li.selected ul li a {
	font-weight: normal;
}

#menu ul li ul li.sep {
	height: 3px;
	width: 198px;
	background-color: #2d4896;
	font-size: 1px;
}

/* main - front page */

#page_pic {
	position: relative;
	float: right;
}

#page_pic_view {
	position: relative;
	float: right;
	height: 140px;
	width: 256px;
	background-color: #e3e3e3;
	margin-top: 10px;
	clear: right;
}

#page_pic_view img {
	display: block;
}

#page_pic_view #button_view_product {
	position: absolute;
	right: 12px;
	bottom: 8px;
}

#page_pic_view p {
	margin: 0px;
	padding-top: 19px;
	padding-left: 19px;
	padding-right: 12px;
}

#front_page_bluebox {
	position: relative;
	float: left;
	width: 295px;
	height: 264px;
	background-color: #e3e3e3;
	padding-left: 42px;
	padding-right: 20px;
}

h2#h2_welcome {
	background-image: url("../img/h2_welcome.png");
	margin-top: 26px;
	margin-bottom: 16px;
}

img#button_about_us {
	position: absolute;
	bottom: 8px;
	right: 7px;
}


#slideshow {
	width: 506px;
	height: 264px;
	float: right;
	position: relative;
}

.slideshow_frame {
	width: 506px;
	height: 264px;
	display: none;
	background-color: #e3e3e3;
}

.slideshow_frame img {
	float: left;
}

.slideshow_frame p {
	float: right;
	margin: 0px;
	padding: 20px 10px 0px 20px;
	font-size: 24px;
	line-height: normal;
	position: absolute;
	width: 200px;
	top: 0px;
	right: 0px;
}

.slideshow_frame img.button_view_product {
	position: absolute;
	right: 12px;
	bottom: 8px;
}

.slideshow_frame strong.price {
	font-size: 33px;
	display: block;
	color: #e21e1e;
}

div.jqslideshow_navigation {
	display: none;
}

/* main */

#main_content {
	padding-top: 22px;
	padding-left: 42px;
	padding-bottom: 16px;
	width: 545px;
	float: left;
}

#main_content p.intro {
	font-weight: bold;
	color: #2a3a5a;
	font-size: 17px;
}

h2#h2_about { background-image: url("../img/h2_about.png"); }
h2#h2_error { background-image: url("../img/h2_error.png"); }
h2#h2_stairlifts { background-image: url("../img/h2_stairlifts.png"); }
h2#h2_straight_stairlifts { background-image: url("../img/h2_straight_stairlifts.png"); }
h2#h2_curved_stairlifts { background-image: url("../img/h2_curved_stairlifts.png"); }
h2#h2_recon_stairlifts { background-image: url("../img/h2_recon_stairlifts.png"); }
h2#h2_services { background-image: url("../img/h2_services.png"); }
h2#h2_contact_us { background-image: url("../img/h2_contact_us.png"); }
h2#h2_enquiry_form { background-image: url("../img/h2_enquiry_form.png"); }
h2#h2_privacy_policy { background-image: url("../img/h2_privacy_policy.png"); }
h2#h2_accessibility { background-image: url("../img/h2_accessibility.png"); }
h2#h2_site_map { background-image: url("../img/h2_site_map.png"); }
h2#h2_testimonials { background-image: url("../img/h2_testimonials.png"); }
h2#h2_hinge_track_system { background-image: url("../img/h2_hinge_track_system.png"); }
h2#h2_stairlift_measuring { background-image: url("../img/h2_stairlift_measuring.png"); }
h2#h2_stairlift_repairs { background-image: url("../img/h2_stairlift_repairs.png"); }
h2#h2_faq { background-image: url("../img/h2_faq.png"); }
h2#h2_warranty { background-image: url("../img/h2_warranty.png"); }
h2#h2_comparison { background-image: url("../img/h2_comparison.png"); }


/* fore footer */

#why_choose_us {
	position: relative;
	width: 271px;
	height: 156px;
	background-color: #314ea1;
	float: right;
	padding-left: 15px;
}

#why_choose_us span.sw,
#why_choose_us span.nw {
	display: none;
}

h3#h3_why_choose_us {
	background-image: url("../img/h3_why_choose_us.png");
	margin: 13px 0px 9px 0px;
}

#why_choose_us ul {
	color: white;
	font-weight: bold;
	font-size: 14px;
	list-style-position: outside;
	list-style-type: none;
}
#why_choose_us li {
	background-image: url("../img/blue_bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 6px 19px;
}


#why_choose_us.full {
	width: 491px;
	height: 156px;
	padding-left: 15px;
}
#why_choose_us.full.fcontact {
	width: 504px;
	height: 156px;
	padding-left: 15px;
}
#why_choose_us.full.fright {
	width: 590px;
	height: 156px;
	padding-left: 15px;
}
#why_choose_us.full.fleft {
	width: 491px;
	height: 156px;
	padding-left: 15px;
	float: left;
	width: 592px;
}

#why_choose_us.full span.sw,
#why_choose_us.full span.nw {
	display: block;
}
#why_choose_us.full ul {
	float: right;
	padding-right: 20px;
	padding-top: 32px;
}
#why_choose_us.full.fright ul {
	padding-right: 80px;
}
#why_choose_us.full.fleft ul {
	padding-right: 84px;
}
#why_choose_us.full h3#h3_why_choose_us {
	background-image: url("../img/h3_why_choose_us_white.png");
	margin: 35px 0px 9px 20px;
	float: left;
	width: 175px;
}


#special_offer {
	position: relative;
	width: 178px;
	height: 156px;
	padding-right: 20px;
	padding-left: 22px;
	background-color: #14621d;
	background-image: url("../img/blue_sep.png");
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
}

#special_offer p {
	line-height: normal;
}

h3#h3_special_offer {
	background-image: url("../img/h3_special_offer.png");
	margin: 13px 0px 9px 0px;
}


#special_offer a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#special_offer a.price {
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
	color: #e21e1e;
}

#unicorn_bars {
	float: left;
	width: 358px;
	height: 156px;
}

#unicorn_bars ul {
	width: 358px;
	list-style-position: outside;
	list-style-type: none;
}

#unicorn_bars li {
	width: 358px;
	height: 51px;
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	float: left;
}

#unicorn_bars a {
	position: relative;
	display: block;
	width: 294px;
	height: 33px;
	background-image: url("../img/unicorn_bar.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 64px;
	padding-top: 18px;
	overflow: hidden;
}
#unicorn_bars a:hover {
	background-position: 0px -51px;
}

#unicorn_bars a img {
	position: relative;
	top: -100px;
}
#unicorn_bars a:hover img {
	position: relative;
	top: 0px;
}

/* footer */

#footer img#footer_logo {
	position: absolute;
	right: 17px;
	top: 13px;
}

#footer p {
	margin: 0px;
	padding-left: 46px;
	padding-top: 18px;
	line-height: normal;
}

#footer p.footer_line_2 {
	font-size: 17px;
	padding-top: 10px;
}

#footer a {
	color: #14621d;
	text-decoration: none;
	font-weight: bold;
}

#footer strong {
	color: #14621d;
}

/* toplinks */

#bottom a {
	color: white;
}

/* spec (top) */

#spec_top {
	height: 70px;
	overflow: visible;
}

#spec_top h2 {
	float: left;
	color: #2a3a5a;
	font-size: 22px;
	line-height: 66px;
	margin: 0;
	position: relative;
	top: 10px;
}
#spec_top h2 img {
	margin-right: 16px;
}

#spec_top a.warranty {
	float: right;
	height: 70px;
	overflow: hidden;
	text-decoration: none;
	color: #505050;
	font-size: 16px;
}
#spec_top a.warranty span {
	line-height: 66px;
	margin-right: 10px;
	float: left;
}
#spec_top a.warranty img {
	margin-right: 10px;
	float: left;
}

/* spec (left) */

#spec_left {
	float: left;
	padding-top: 29px;
	width: 256px;
}

#spec_left #spec_left_photo {
	position: relative;
	float: left;
}

#spec_left #spec_left_photo img {
	display: block;
}

#spec_left #spec_left_contact {
	position: relative;
	float: left;
	height: 140px;
	width: 256px;
	background-color: #e3e3e3;
	margin-top: 10px;
}

#spec_left #spec_left_contact img#button_contact_us {
	position: absolute;
	right: 12px;
	bottom: 8px;
}

#spec_left #spec_left_contact p {
	margin: 0px;
	padding-top: 19px;
	padding-left: 19px;
	padding-right: 12px;
}

/* spec (right) */

#spec_right {
	float: right;
	width: 608px;
}

#spec_right ul#spec_tabs {
	height: 29px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 17px;
}

#spec_right ul#spec_tabs li {
	float: left;
	height: 29px;
	margin-right: 1px;
}

#spec_description li {
	margin: 8px 0;
}

#spec_right ul#spec_tabs a {
	float: left;
	height: 29px;
	padding-left: 18px;
	text-align: center;
	color: #314ea1;
	font-size: 14px;
	text-decoration: none;
	background-image: url("../img/spec_tabs.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#spec_right ul#spec_tabs a span {
	display: block;
	float: left;
	height: 23px;
	padding-top: 6px;
	padding-right: 18px;
	background-image: url("../img/spec_tabs.png");
	background-position: top right;
}

#spec_right ul#spec_tabs li.selected a,
#spec_right ul#spec_tabs a:hover {
	background-position: bottom left;
	color: white;
	cursor: pointer;
}

#spec_right ul#spec_tabs li.selected a span,
#spec_right ul#spec_tabs a:hover span {
	background-position: bottom right;
}

#spec_right div.box {
	padding: 24px 28px 0px 34px;
	height: auto !important;
	height: 270px;
	min-height: 270px;
	background-image: url("../img/spec_box.png");
	background-repeat: no-repeat;
}

#spec_right p {
	font-size: 14px;
	line-height: 17px;
	margin: 9px 0px 13px 0px;
}
#spec_right p.intro {
	font-weight: bold;
	color: #2a3a5a;
	font-size: 14px;
}
#spec_right p.price {
	font-weight: bold;
	color: #e21e1e;
	font-size: 24px;
	line-height: normal;
	margin: 14px 0px 14px 0px;
}

#spec_right ul {
	font-size: 14px;
	padding-left: 18px;
}

#spec_right table {
	margin-top: 18px;
	margin-bottom: 18px;
	border-collapse: collapse;
	width: 100%;
}

#spec_right td {
	padding: 4px 10px 4px 6px;
	font-size: 14px;
}

#spec_right td.first {
	width: 50%;
}
#spec_right tr.alt {
	background-color: #e3e3e3;
}
#spec_right td.letter {
	padding: 4px 6px 4px 6px;
	font-weight: bold;
	background-color: #2a3a5a;
	color: white;
	text-align: center;
}
#spec_right tr.alt td.letter {
	background-color: #1f2d4a;
}

h3#h3_description {
	background-image: url("../img/h3_description.png");
}
h3#h3_features {
	background-image: url("../img/h3_features.png");
}
h3#h3_price_and_service {
	background-image: url("../img/h3_price_and_service.png");
}
h3#h3_dimensions {
	background-image: url("../img/h3_dimensions.png");
}
h3#h3_technical_detail {
	background-image: url("../img/h3_technical_detail.png");
}
h3#h3_seat_colours {
	background-image: url("../img/h3_seat_colours.png");
}

div.spec_pane {
	display: none;
}
div.spec_pane.visible {
	display: block;
}

#spec_feature_list {
	float: right;
	width: 360px;
	margin-top: 4px;
	padding-left: 190px;
	position: relative;
	overflow: hidden;
}

#spec_feature_list a {
	display: block;
	padding: 7px 9px 6px 9px;
	font-size: 13px;
	color: #314ea1;
	text-decoration: none;
}

#spec_feature_list img {
	position: absolute;
	left: -500px;
	top: -500px;
}

#spec_feature_list a strong {
	font-size: 15px;
}
#spec_feature_list a.selected,
#spec_feature_list a:hover {
	background-color: #e3e3e3;
}

#spec_feature_list a.selected img,
#spec_feature_list a:hover img {
	left: 0px;
	top: 0px;
}

/* spec curve price */

#curved_prices_left {
	margin-top: 16px;
	width: 152px;
	float: left;
}

#curved_prices_right {
	margin-top: 16px;
	width: 352px;
	padding-left: 200px;
	float: left;
	position: relative;
	overflow: hidden;
}


#curved_prices_right a {
	display: block;
	padding: 7px 9px 6px 9px;
	font-size: 13px;
	color: #314ea1;
	text-decoration: none;
}
#curved_prices_right a strong {
	font-size: 15px;
}
#curved_prices_right a span {
	display: none;
}
#curved_prices_right img {
	position: absolute;
	left: -500px;
	top: -500px;
}

#curved_prices_right a.selected,
#curved_prices_right a:hover {
	background-color: #e3e3e3;
}
#curved_prices_right a.selected span,
#curved_prices_right a:hover span {
	display: inline;
}
#curved_prices_right a.selected img,
#curved_prices_right a:hover img {
	left: 10px;
	top: 0px;
}

#curved_prices_right a span strong {
	color: #e21e1e;
	font-size: 13px;
}



/* contact */

#contact_form_container {
	width: 520px;
	float: right;
	margin-top: 22px;
}

#contact_left {
	float: left;
	margin-top: 22px;
	width: 263px;
	padding-left: 43px;
}




/* testimonial */

img.testimonial_pic {
	float: left;
	padding-right: 19px;
}

p.testimonial {
	float: left;
	clear: left;
	margin-top: 0px;
	font-size: 15px;
	width: 520px;
}

p.testimonial.alt {
	background-color: #e3e3e3;
	width: 520px;
	padding: 12px 25px 12px 15px;
	position: relative;
	left: -15px;
}

span.testimonial_signed {
	display: block;
	padding-top: 8px;
	font-weight: bold;
	font-size: 16px;
}

span.quotemark {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 2px;
}




/* misc */

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

p.tip {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
}

span.asterisk {
	font-size: 20px;
	font-weight: bold;
	line-height: 12px;
	color: #0f4e7b;
}





/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 348px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
}

form div.field_input {
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

input.text {
	width: 260px;
}

input.text:active,
input.text:focus,
textarea:active,
textarea:focus {
	border-color: #0f4e7b;
}

/* measuring guide */

#measuring_guide {
	position: relative;
}

div.measuring_guide_frame {
	width: 607px;
	padding-bottom: 40px;
	background-color: white;
	clear: both;
}
#measuring_guide div.jqslideshow_navigation {
	display: inline;
}

div.jqslideshow_navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #314ea1;
	height: 30px;
	width: 300px;
}

div.jqslideshow_navigation table {
	color: white;
	font-family: sans-serif;
	height: 30px;
	width: 100%;
}

div.jqslideshow_navigation td {
}

div.jqslideshow_navigation td a {
	width: 100%;
	display: block;
	height: 24px;
	padding-top: 6px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #314ea1;
}

div.jqslideshow_navigation a:hover {
	background-color: #5676b4;
}

div.jqslideshow_navigation a.jqslideshow_selected {
	background-color: #5676b4;
}

/* repairs */

p.logos img {
	margin-right: 10px;
}

/* Warranty */

#warranty_container {
	width: 561px;
	padding-top: 10px;
	padding-bottom: 14px;
	overflow: auto;
	position: relative;
	left: -20px;
}

div.warranty_level {
	display: inline;
	float: left;
	width: 157px;
	margin-left: 10px;
	padding: 10px;
	background: #efefef;
	position: relative;
}
div.warranty_level h3 {
	margin: 4px 0 10px 0;
	font-size: 18px;
}

div.bronze h3 {
	color: #934703;
}
div.silver h3 {
	color: #868686;
}
div.gold h3 {
	color: #fea100;
}

#warranty_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}
#warranty_container ul li {
	color: #252525;
	padding: 4px 0 4px 17px;
	margin: 0;
	line-height: 14px;
}

div.bronze li {
	background: url("../img/bullet_bronze.png") no-repeat 1px 6px;
}
div.silver li {
	background: url("../img/bullet_silver.png") no-repeat 1px 6px;
}
div.gold li {
	background: url("../img/bullet_gold.png") no-repeat 1px 6px;
}

#warranty_container p {
	color: #5c5c5c;
	font-size: 11px;
	line-height: 16px;
}

/* Comparison Chart */

#comparisonChart {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 30px 0 50px 0;
}

#comparisonChart th {
	width: 87px;
	background: #e6e6e6;
	color: #141414;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
	padding: 16px 10px 16px 16px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#comparisonChart td {
	width: 94px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 8px 0;
	font-size: 13px;
	color: #484848;
}

#comparisonChart td.header {
	color: white;
	background: url("../img/comparison/comparisonHeader.png") no-repeat 1px 0;
	padding: 1px 0 0 0;
	width: 94px;
	height: 162px;
	border-width: 0;
	vertical-align: top;
}
#comparisonChart td.curved {
	background: url("../img/comparison/comparisonHeader2.png") no-repeat 2px 0;
}
#comparisonChart td.header span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px 8px 0 8px;
}

/* Deal of the Month */

#dotm ul {
	padding-left: 22px;
	margin-top: 14px;
}

#dotm h2 {
	margin: 0;
	text-align: right;
	color: white;
	padding-right: 120px;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	height: 36px;
	background: url("../img/dotm/dotm.png");
}
#dotm h2 span {
	display: none;
}
#dotm_inner {
	border-left: 14px solid #cc0000;
	padding-left: 28px;
	height: 1%;
}
#dotm_inner:after { content: " "; display: block; clear: both; height: 0; overflow: hidden; }

#dotm_photo {
	float: right;
	margin-top: 10px;
}

#dotm_logo {
	margin: 0;
	padding: 24px 0 20px 0;
}

#dotm_price_includes ul {
	margin: 0; padding: 0;
	list-style-type: none;
	color: #003366;
	font-size: 24px;
	font-weight: bold;
}
#dotm_price_includes ul li {
	padding: 7px 0 4px 46px;
	background: url("../img/dotm/bullet.png") no-repeat;
}

#dotm_price_block {
	text-align: center;
	color: black;
	font-size: 12px;
	width: 360px;
}

#dotm_rrp {
	font-weight: bold;
	margin-bottom: 0;
}

#dotm_only {
	font-weight: bold;
	margin: 2px 0;
	width: 220px;
	height: 100px;
	margin: 0 auto;
	background: url("../img/dotm/price.png");
	line-height: 76px;
	color: white;
	font-weight: bold;
	font-size: 24px;
}

#dotm_offer_ends {
	margin-top: 0;
	font-size: 13px;
}

#dotm_choices {
	float: right;
	clear: right;
	width: 420px;
	overflow: hidden;
}
#dotm_choices p {
	margin: 2px 0;
}

#dotm_choices ul {
	margin: 0; padding: 0;
	list-style-type: none;
	width: 500px;
}
#dotm_choices li {
	width: 76px;
	float: left;
	overflow: hidden;
	font-size: 13px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	color: #808080;
}

#dotm_ratings {
	float: right;
	margin-left: 20px;
}

#dotm_diagram {
	display: block;
	margin: 36px auto 0 auto;
}

#dotm ul.dotm_features {
	margin: 0; padding: 0;
	list-style-type: none;
	width: 900px;
}
ul.dotm_features li p {
	font-size: 13px;
	line-height: normal;
	margin-top: 0;
}
ul.dotm_features li {
	margin: 0; padding: 0;
	float: left;
	width: 264px;
	margin-right: 10px;
}
ul.dotm_features li img {
	float: left;
	margin-right: 10px;
}
ul.dotm_features li div {
	float: left;
	margin-right: 10px;
	width: 120px;
}
ul.dotm_features h4 {
	margin: 10px 0 6px 0;
	font-size: 14px;
	color: #808080;
}
