/*******************************/
/*           colours           */
/*  Main Green: #6eab23        */
/*  Dark Green: #55851b		   */
/*  Highlight Green: #8bd92c   */
/*******************************/
@import "thickbox.css";
* {
	margin: 0;padding: 0; }

body {
	font-family: Calibri, Arial, Helvetica;
	font-size: 14px;
	color: #222;
	background: #fff; }

h1 {
	font-size: 24px;	
	line-height: 36px;	
	margin: 9px 0 0 0; }

h2 {
	font-size: 18px;	
	line-height: 18px;	
	margin: 18px 0 0 0; }

h3 {
	font-size: 16px;	
	line-height: 18px;	
	margin: 18px 0 0 0; }

h4 {
	font-size: 14px;	
	line-height: 18px;	
	margin: 18px 0 0 0; }


h5 {
	font-size: 12px;	
	line-height: 18px;	
	font-weight: bold;	
	margin: 18px 0 0 0; }

p {
	margin: 0 0 18px 0; /* previously 0 0 10px 0 */
	line-height: 18px; /* new */ }

li {
	line-height: 18px; }

a {
	color: #0099cc;	
	text-decoration: none; }

a:hover {
	color: #ff0000; }

img {
	border: none; }


form ul {
	list-style: none; }

label {
	display: block;	
	float: left;	
	width: 150px; }

input[type="text"] {
	width: 200px;	
	margin-bottom: 5px; }

textarea {
	width: 200px; }

select {
	margin-bottom: 5px; }

fieldset {
	border: none; }

fieldset legend {
	display: none; }


address {
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 10px; }

abbr, acronym {
	cursor: help; }

blockquote {
	overflow: hidden;
	width: 500px;
	margin: 0 auto;
	text-align: right; }

blockquote cite {
	display: block;
	text-align: right; }

/* Main Layout */
div#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
	overflow: hidden; }

div#sidebar {
	float: left;
	width: 200px; }

div#content div#sidebar ul {
	list-style: none; }

div#sidebar ul#category-menu {
	border-bottom: 1px solid #ccc;
	margin: 0 10px 10px 0; }

div#sidebar ul#category-menu li {
	border-top: 1px solid #ccc; }

div#sidebar ul#category-menu li a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold; }

div#siteseal {
	text-align: center;
	padding: 5px 0 0 0; }

div#content {
	overflow: hidden;
	min-height: 550px; }

div#main-content {
	border-bottom: 1px solid white;
	margin-left: 200px;
	width: 760px;
	overflow: hidden; }

div#sidebar {
	}

/* End Main Layout */

/* SUCKERFISH MENUS */

ul#main-nav, ul#main-nav ul, ul#featured-nav {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 1000; }

ul#main-nav {
	margin: 35px 0 0 185px;
	overflow: hidden; }

ul#featured-nav {
	float: right;
	margin-top: -24px;
	text-align: right; }

ul#main-nav h3, ul#featured-nav h3 {
	margin: 0 0 5px 0; }

ul#main-nav a, ul#featured-nav a {
	border-bottom: 1px solid #fff;
	color: #000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	width: 10em; }

ul#main-nav a:hover, ul#featured-nav a:hover {
	border-bottom: 1px solid #000; }

ul#main-nav li, ul#featured-nav li {
	float: left;
	width: 10em; }

ul#main-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em; }

ul#main-nav li:hover ul {
	left: auto; }

ul#main-nav ul a {
	padding: 5px 0 5px 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse; }

ul#main-nav li ul ul {
	margin: -1.5em 0 0 10em; }

ul#main-nav li:hover ul ul, ul#main-nav li.sfhover ul ul {
	left: -999em; }

ul#main-nav li:hover ul, ul#main-nav li li:hover ul, ul#main-nav li.sfhover ul, ul#main-nav li li.sfhover ul {
	left: auto; }

ul#main-nav ul li {
	}


/* END SUCKERFISH */

div#masthead {
	border-bottom: 10px solid #6eab23;
	overflow: hidden; }

img#logo {
	float: left;
	margin: 0 0 5px 0; }

ul#user-menu {
	list-style: none;
	float: right; }

ul#user-menu li {
	float: left;
	margin: 0 0 0 10px; }

div#content {
	}

div#content ul {
	margin: 0 0 18px 0; }

div#content dl dt {
	font-weight: bold;
	margin: 0 0 5px 0; }

div#content dl dd {
	margin: 0 0 10px 0; }

div.secondary-content {
	border: 1px solid #6eab23;
	float: left;
	margin-top: 10px;
	width: 475px; }


div.secondary-content h3 {
	background: #6eab23;
	border-bottom: 1px solid #6eab23;
	color: #fff;
	margin: 0 0 10px 0;
	text-align: center;
	text-shadow: #2B470A 1px 1px 1px; }

div.secondary-content p {
	margin: 0 10px; }

div#news {
	margin-right: 3px; }

div#news ul {
	list-style: disc;
	margin-left: 20px; }

div#news ul li {
	margin-bottom: 2px; }

div#latest {
	margin-left: 3px; }

div#latest h3 {
	margin-bottom: 0; }
	
p#breadcrumb {
	font-size: 11px;
	margin: 5px 0 5px 0; }


/*   PRODUCT CSS    */

div.product {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	overflow: hidden; }

div.product-image {
	float: left; }

div.product-boilerplate {
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 300px; }
	
div.product-image div.product-boilerplate {
	float: none; }

div.product-boilerplate div {
	float: right; }
	
div.product-boilerplate p {
	}

div.product-description {
	margin: 0 0 20px 325px;
	overflow: hidden
	padding: 0 10px 0 0;;
	width: 425px; }

div.product-description p {
	}

p.product-price {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	float: left; }

fieldset#product-bottom-button {
	float: right;
	width: 200px; }


p.product-price span, p.product-price span.exc-vat span {
	display: block; }

p.product-price span.inc-vat {
	color: red;
	font-size: 12px;
	line-height: 18px; }

p.product-price span#exvat, p.product-price span#incvat, p.product-price span#bottom-exvat, p.product-price span#bottom-incvat {
	display: inline; }


div#ubuntu {
	background: url(../images/ubuntu.png) no-repeat top left;
	height: 45px;
	margin-left: 410px;
	width: 100px; }

span.sub {
	display: block;
	font-weight: bold;
	font-size: 10px;
	margin: -10px 0 0 0; }

div#ubuntu span {
	display: inline-block;
	text-indent: -999px; }

label.quantity {
	width: 75px; }

input.product-quantity {
	width: 20px;
	margin-bottom: 5px; }

a.more-info {
	background: url(../images/more.png) no-repeat;
	display: block;
	float: right;
	height: 50px;
	width: 175px; }

a.more-info span {
	margin-left: -9999px; }

div.clear {
	clear: both; }

div#tabs > ul {
	list-style: none;
	clear: both;
	margin: 0; }

div#tabs > ul li {
	float: left;
	margin: 0 2px 1px 0; }

div#tabs > ul li a {
	background: #6eab23;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 15px 2px 15px;
	text-shadow: #2B470A 1px 1px 1px; }

div#tabs li#config-button a, div#tabs li#moreinfo-button a {
	background: #2E5B89;
	text-shadow: #0B2B4B 1px 1px 1px; }

div#moreinfo div {
	/*border-bottom: 1px solid #55851b;*/
	overflow: hidden;	
	padding: 10px;
	border-bottom: 1px solid #55851b; }
	
div#moreinfo div img {
	float: left;	
	margin: 0 18px 18px 0; }
	
div#tabs > ul li a:hover, div#tabs > ul li a:focus {
	background: #8bd92c; }

div.tab-box {
	clear: both;
	border: 1px solid #6eab23;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px; }

div.tab-box ul {
	list-style-position: inside; }

div#specification dt {
	float: left;
	width: 110px; }

div#specification table tr td {
	vertical-align: top; }

div#specification table tr td {
	padding: 2px 0 2px 5px; }

div#specification table tr td.heading {
	color:rgb(110, 171, 35); 
	font-weight: bold;
	padding: 2px 5px 2px 0;
	text-align: right; }
	
div#specification table tr.alt td {
	background: rgb(220, 230, 203); }
	
div#tabs dt {
	font-weight: bold;/* float: left;width: 125px; */
}

div#tabs dd {
	margin-bottom: 5px; }

div#icons {
	margin-left: 410px;
	overflow: hidden;
	width: 320px; }

div#server-icons {
	float: right; 
	text-align: right;
	width: 425px; }

div.icon {
	float: left;
	height: 70px;
	margin-right: 5px;
	width: 75px; }

div#vga { background: url(../images/icons.png) 0 0 no-repeat; }
div#vga-optional { background: url(../images/icons.png) 0 -70px no-repeat; }
div#dvi { background: url(../images/icons.png) -75px 0 no-repeat; }
div#dvi-optional { background: url(../images/icons.png) -75px -70px no-repeat; }
div#hdmi { background: url(../images/icons.png) -150px 0 no-repeat; }
div#hdmi-optional { background: url(../images/icons.png) -150px -70px no-repeat; }
div#wireless { background: url(../images/icons.png) -225px 0 no-repeat; }
div#wireless-optional { background: url(../images/icons.png) -225px -70px no-repeat; }
div#bluetooth { background: url(../images/icons.png) -300px 0 no-repeat; }
div#tvtuner-optional { background: url(../images/icons.png) -375px -70px no-repeat; }
div#bluetooth { background: url(../images/icons.png) -300px 0 no-repeat; }
div#bluetooth-optional { background: url(../images/icons.png) -300px -70px no-repeat; }
div#esata { background: url(../images/icons.png) -450px 0 no-repeat; }
div#esata-optional { background: url(../images/icons.png) -450px -70px no-repeat; }


div#info {
	float: left;
	width: 400px; }

div#server-info {
	float: left;
	width: 300px; }

div#info h3 {
	margin-top: 10px; }

div#info ul {
	list-style: inside; }

div#pictures div {
	float: left;
	margin-right: 15px; }

div#configurator ul {
	list-style: none; }

div#configurator ul li {
	line-height: 24px; }

div#configurator h2, div#card-details-holder h2 {
	background: #6eab23;	
	color: #fff;	
	margin: 10px 0;	
	padding: 0 0 0 10px;
	text-shadow: #2B470A 1px 1px 1px; }

fieldset#product-top-button {
	clear: both; }
	
form#configurator_form legend {
	display: none; }

div#description p {
	margin: 0 0 12px 0; }

div#description ul {
	list-style: disc;
	margin: 0 0 10px 15px; }

div#description dt {
	font-weight: bold; }

div#description dd {
	margin-bottom: 12px; }


form#addcart {
	clear: both;
	float: right;
	margin-top: 10px; }

input.add {
	height: 50px;
	width: 175px; }

div#footer {
	overflow: hidden;
	background: #6eab23;
	color: #fff;
	clear: both;
	margin-top: 10px; }

div#footer a {
	color: #fff;
	text-shadow: #2B470A 1px 1px 1px; }

div#footer ul {
	list-style: none;
	padding: 9px;
	overflow: hidden;
	margin: 0 auto; }

div#footer ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #fff; }

div#footer a:hover {
	border-bottom: 1px solid #fff; }

ul#footer-links a {
	font-size: 13px; }

img#vmware, img#ethical, img#energystar, img#sheffield {
	float: right;
	padding: 9px 0 9px 10px; }

img#ukas9001 {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 114px; }
	
	
/* Jquery */
.ui-tabs-hide { display: none; }
/* end Jquery */

div#cart-holder {
	float: left;
	margin-bottom: 20px;
	width: 300px; }

div#customer-details {
	margin: 0 0 0 325px; }

table#cart {
	font-size: 14px; }

table#cart th h2 {
	background: #6eab23;color: #fff;font-size: 14px; }

table#cart col.quantity {
	width: 30px; }

table#cart col.item {
	width: 200px; }

table#cart col.price {
	width: 45px; }

table#cart col.price tr td {
	text-align: right; }

table#cart tr.totals th {
	text-align: right;padding-right: 10px; }

div#tabs ul{
	overflow: hidden; }


form li {
	margin-bottom: 5px; }

form#checkout fieldset, form#card-form fieldset{
	width: 700px; }

form#checkout label, form#card-form label, form#warranty label {
	display: inline;
	float: none;
	font-size: 14px;
	width: auto; }

form#checkout label.main, form#card-form label.main, form#warranty label.main {
	display: block;
	font-weight: bold;
	width: auto; }

label.forcheckbox {
	font-weight: bold; }

label.sub, form#card-form.sub, form#warranty label.sub {
	display: block;
	font-size: 10px; }

form#warranty label.sub {
	text-align: right;
	margin: -8px 0 5px 0; }

label.error, label.error {
	color: red; }

form#checkout ul, form#card-form ul, form#warranty ul {
	list-style: none; }

form#checkout li, form#card-form li, form#warranty li{
	clear: both;
	margin-bottom: 5px;
	overflow: hidden; }

form#checkout li span, form#card-form li span {
	display: block;
	float: left;
	width: 345px; }

form#checkout li span.second-span, form#card-form li span.second-span {
	margin-left: 5px;
	padding-left: 5px; }


form#checkout label span.req, form#card-form label span.req , span.req {
	color: #ff0000;display: inline;float: none;padding: 0 0 0 5px; }

form#checkout input, form#card-form input {
	font-size: 14px;
	width: 700px; }

form#checkout input.checkbox {
	width: 25px; }

form#checkout select, form#card-form select {
	font-size: 14px; }

form#checkout input.submit, form#card-form input.submit {
	width: auto; }

form#checkout span input, form#card-form span input {
	width: 345px; }

div#customer-details {
	overflow: hidden; }

div#card-details-holder {
	clear: both;
	margin-top: 20px; }

/* SLIDER CSS */

div#slide {
	background: url(../images/slides/root/empty_panel_web.jpg) top left no-repeat;
	margin: 0 0 10px 0; }

.slidecontentwrapper {
	height: 350px;
	overflow: hidden;
	position: relative; /* Do not change this value */
	width: 960px; /* Set height to be able to contain height of largest content shown*/ }

body#home-users .slidecontentwrapper, body#business .slidecontentwrapper {
	height: 277px;
	width: 760px; /* Set height to be able to contain height of largest content shown*/
}

.slidecontent { /*style for each slide content DIV within wrapper.*/
	background: white;
	position: absolute; /* Do not change this value */
	visibility: hidden;
	width: 960px; }

body#home-users .slidecontent, body#business .slidecontent{ /*style for each slide content DIV within wrapper.*/
	width: 760px; }
/*
 Total slidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.slidecontenttoggler{ /*style for DIV used to contain toggler links. */
	z-index: 750;
	width: 960px;
	margin-top: 6px;
	text-align: right;
	position: absolute; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

body#home-users .slidecontenttoggler, body#business .slidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 760px; }
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.slidecontenttoggler a { /*style for every navigational link within toggler */
display: -moz-inline-box;display: inline-block;border: 1px solid black;color: #2e6ab1;padding: 1px 3px;margin-right: 3px;font-weight: bold;text-decoration: none; }

.slidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;color: #ffffff; }

.slidecontenttoggler a:hover{
	background: #E4EFFA;color: #ffffff; }

.slidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background: #6EAB23; }

.slidecontenttoggler a.prev, .slidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background: #6EAB23; }

.slidecontenttoggler a.prev:hover, .slidecontenttoggler a.next:hover{
	background: #1A48A4;color: white; }


/* PAGES CSS */

div.feature {
	background: url(../images/server_box_back.png) bottom right no-repeat;width: 225px;float: left;margin: 0 40px 0 0; }

div.feature p {
	margin-bottom: 0; }

div.feature.last {
	margin: 0 0 0 0; }

div.feature div {
	padding: 0 5px 0 0; }

div#content ol {
	margin-left: 25px; }

div#contact-details {
	margin: 5px 600px 0 0;width: 360px; }

div#contact-details form ul {
	list-style: none; }

input.submit {
	padding: 3px 5px; }

ol.footnotes {
	font-size: 10px; }

img.news-image {
	float: left;margin: 0 10px 10px 0; }

ul#news-items li {
	overflow: hidden;border-bottom: 1px dotted #6eab23; }

ul#news-items li#main-item {
	border-bottom: 2px solid #6EAB23; }

table#server-table td {
	padding-left: 20px; }

table#server-table h2 {
	color: #6eab23;font-size: 14px; }

table#server-table h3 {
	font-size: 13px; }

table#server-table th {
	text-align: right;padding-bottom: 20px; }

div.server {
	width: 220px;height: /* 300px */ 200px;background: url(../images/server_box_back.png) no-repeat bottom right;margin: 0 0 20px 0; }

div.dirty-fix {
	height: /* 280px */ 180px;padding-right: 5px; }

div.dirty-fix h3 {
	margin-top: 0; }

div.dirty-fix p {
	margin-bottom: 0; }

table#server-table td.blank div.server {
	background: url(../images/server_box_back_9w.png) no-repeat bottom right; }

a.server-button, a.seemore {
	display: block;text-align: right;height: 20px; }

p#weee, p#copyright {
	font-size: 10px;padding-top: 5px;margin-bottom: 0; }

p#copyright {
	text-align: center;clear: both; }

table#power td {
	padding: 0 5px; }

label.desc {
	line-height: 150%;padding: 0 0 1px 0;border: none;color: #222;display: block;font-size: 13px;font-weight: bold; }

label.small {
	float: none;width: auto;font-size: 10px; }

label.choice {
	float: none;display: inline-block;clear: left;padding-left: 10px; }

form#rsvp li span {
	display: block; }

input.field {
	}

input.text, input.file, textarea.textarea, select.select {
	color: #333;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 2px 0; }

input.text, textarea.textarea, .firefox select.select{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd; }

input.text, input.file{
	padding: 2px 0 2px 0; }

input.small, select.small{
	width: 150px; }
	
input.medium, select.medium, textarea.medium{
	width: 200px; }
	
input.large, select.large {
	width: 350px; }

input.auto, select.auto {
	width: auto; }

img.award-pic {
	clear: both;
	float: right;
	margin: 0 0 13px 13px; }

ul#awards li {
	overflow: hidden;margin-bottom: 13px; }

img.about-pic {
	float: left;margin: 0 13px 13px 0; }

div.home-block {
	width: 470px; }

div.home-block img.float {
	float: right;padding: 0 0 0 18px; }


div.home-block.left {
	float: left; }

div.home-block.right {
	float: right; }

div.home-block.large {
	clear: both;
	border-top: 1px solid #6EAB23;
	padding: 3px 0 0 0;
	width: 100%; }
	
div.home-block.large h3 {
	font-family: "Gill Sans MT", Calibri, Arial, Helvetica;
	text-shadow: #2B470A 1px 1px 1px;
	font-size: 24px;
	line-height: 36px;
	color: #6EAB23;
}

div#content div.home-block p:first {
	margin-top: 0;	
}

img#fixmequick {
	float: right;margin-right: 50px; }

div#carbon-plate {
	float: right;width: 300px;border: 1px solid #999;padding: 18px;margin-left: 18px;font-style: italic;text-align: right;color: #444; }

div#carbon-plate img {
	float: right;padding: 18px; }

dl.spec {
	margin: -10px 0 0 150px;font-size: 12px; }

div#content dl.spec dt {
	display: inline-block;width: 25px;margin: 0 10px 0 0; }

div#content dl.spec dd {
	display: inline-block;margin: 0 20px 0 0; }

form.loginForm {
	margin-top: 20px; }

/* slider */
map area {
	border: none; }

img {
	border: none; }

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -8000px; }
		
div#es5, div#est {
	/*float: right;*/
	height: 62px;
	padding-left: 5px;
	width: 58px; }
	
div#es5 {
	background: url(../images/es5_logo.png) no-repeat; }
	
div#est {
	background: url(../images/est_logo.png) no-repeat; }

div#es5 span, div#est span {
	margin-left: -9999px; }

div#loan {
	background: url(../images/carbontrustproduct.png) top left no-repeat;
	line-height: 10px;
	margin-right: 12px;
	padding-left: 98px;
	width: 62px;
}

div#loan span {
	font-size: 10px; }


/* Easy Slider */

#sliderwrapper {
	width: 760px;	
position: relative; }

#sliderwrapper.wide {
	width: 960px; }

#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin: 0;padding: 0;list-style: none; }

#slider2 {
	margin-top: 1em; }

#slider ul.wide li, #slider2 ul.wide li { 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width: 960px;height: 350px;overflow: hidden; 
}

#slider ul li, #slider2 ul li { 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width: 760px;height: 277px;overflow: hidden; 
}

#prevBtn, #nextBtn, #slider1next, #slider1prev { 
display: block;width: 30px;height: 77px;position: absolute;left: -30px;top: 71px;z-index: 1000; }	

#nextBtn, #slider1next {
	left: 960px; }			

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {  
display: block;position: relative;width: 30px;height: 77px;background: url(../images/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a { 
background: url(../images/btn_next.gif) no-repeat 0 0;	
}	

/* numeric controls */	

div#content ol#controls {
	margin: 5px 0 18px 0;padding: 0;height: 20px;position: absolute;top: 0;right: 0; }

ol#controls li {
	margin: 0 5px 0 0; 
padding: 0;float: left;list-style: none;height: 15px;line-height: 15px; }

ol#controls li a {
	border: 1px solid #ccc;
	background: #6eab23;
	color: #2e6ab1;
	float: left;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	text-decoration: none; }

ol#controls li a img {
	border: none; }

ol#controls li a:hover {
	background: #2e6ab1;
	color: #fff; }

ol#controls li.current a {
	background: #8bd92c;
	color: #fff; }

ol#controls li a: focus, #prevBtn a: focus, #nextBtn a: focus {
	outline: none; }

ul#associatelinks {}
	
h2.tier-heading {
	background: #6eab23;
	color: #fff;
	line-height: 24px;
	padding: 0 0 0 5px;
	text-shadow: #2B470A 1px 1px 1px; }

li.associate {
	border-bottom: 1px solid #6eab23;
	padding: 18px 0 18px 0;
	overflow: hidden; }

div.associate-images {
	width: 300px;
	float: left;
	text-align: center; }
	
img.cert-image {
	padding: 0 5px; }
	
div.associate-details {
	margin: 0 0 0 300px;
	padding: 0 0 0 18px; }
	
div#content ul.associates-icons { /* damn you specificity */
	float: right;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0; }
	
ul.associates-icons li {
	float: left;
	padding-left: 2px;
	text-align: right;
	width: 45px; }

span.associates-url {
	display: block; }
	
div.associate-details h3 {
	margin-top: 0; }


form#warranty {
	margin-top: 10px;
	overflow: hidden; }

form#warranty fieldset {
	}

form#warranty fieldset.controls {
	clear: both;
	float: none;
	width: auto; }

form#warranty li span {
	display: block;
	float: left; }

ul#serials {
	overflow: hidden; }

ul#serials li {
	display: inline; }

ul#serials li input.serial {
	font-size: 18px;
	width: 90px; }
	
ul#warranty-customer-details {
	overflow: hidden;	
}

ul#warranty-customer-details li {
	display: inline-block;
	min-height: 250px;
	width: 310px; }

ul#warranty-customer-details input[type=text] {
	font-size: 18px
	width: 305px;; }

input#submit {
	padding: 5px 10px; }

form#associateform {
	float: left;
	width: 400px; }

ul#associateschoice {
	list-style: none; }

ul#associateschoice li {
	float: left; }

ul#associateschoice li a {
	background: #6eab23;
	display: block;
	overflow: hidden;
	padding: 0 0 0 10px;
	text-shadow: #2B470A 1px 1px 1px;
	width: 460px; }

ul#associateschoice li a:hover {
	background: #55851b;
	}

ul#associateschoice li a {
	color: #fff; }

ul#associateschoice li:first-child {
	margin: 0 20px 0 0; }

div#associates-why {
	margin-left: 400px; }
	
form#warrantyform {
	margin-top: 10px; }
	
form#warrantyform fieldset {
	float: left;
	width: 450px; }
	
form#warrantyform legend {
	display: inline; 
	font-weight: bold; }
	
form#warrantyform li.fmqli input {
	text-align: center;
	width: 15px; }
	
form#warrantyform label.small {
	display: inline;
	float: none;
	font-size: 10px; }
	
form#warrantyform label.error, label.error {
	color: red;	display: block; 
	float: none; }
	
form#warrantyform input.error {
	border: 1px solid #ff0000; }

form#warrantyform2 {
	margin-top: 10px; }
	
form#warrantyform2 fieldset {
	float: left;
	width: 450px; }
	
form#warrantyform2 legend {
	display: inline; 
	font-weight: bold; }
	
form#warrantyform2 li.fmqli input {
	text-align: center;
	width: 15px; }
	
form#warrantyform2 label.small {
	display: inline;
	float: none;
	font-size: 10px; }
	
form#warrantyform2 label.error, label.error {
	color: red;	display: block; 
	float: none; }
	
form#warrantyform2 input.error {
	border: 1px solid #ff0000; }

h1#carbonhead {
	height: 277px;	width: 960px; 
	background: url(../images/carbon_trust_panel_small.jpg) no-repeat top left; }

h1#carbonhead span {
	margin-left: -9999px; }
	
ul#carbonpoints li {
	min-height: 100px; }

ul#carbonpoints li span {
	display: block;
	float: left;	
	margin: 0 20px 0 0;
	height: 100px;	
	width: 100px; }
	
li#point1 span { background: url(../images/carbon-trust-sprite.png) 0 0 no-repeat; }
li#point2 span { background: url(../images/carbon-trust-sprite.png) -100px 0 no-repeat; }
li#point3 span { background: url(../images/carbon-trust-sprite.png) -200px 0 no-repeat; }
li#point4 span { background: url(../images/carbon-trust-sprite.png) -300px 0 no-repeat; }
li#point5 span { background: url(../images/carbon-trust-sprite.png) -400px 0 no-repeat; }


form.loginForm {
	margin: 0 auto;
	width: 385px; }
	
form.loginForm fieldset {
	border: 5px solid #6eab23;
	padding: 10px; }

/* // Easy Slider */
/***************************testing*********************************/

