@charset "utf-8";
/* CSS Document */

.bad-input {
	color: red; 
	background: yellow;
}

.contact-1 {
	float: left;
}

table.price-and-description {
	border: 1px solid #888; 
	width: 95%;
}

table.price-and-description td {
	border: 1px solid #888; 
	padding: 5px;
	background: #f6f6f6;
}

.error {
	color: red;
}

table.basket {
	width: 95%;
}

table.basket thead th {
	background: #888;
	color: white;
}

table.basket tbody td,
table.basket tbody th,
table.basket tfoot th,
table.basket tfoot td {
	background: #eee;
	color: black;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

table.basket tfoot th,
table.basket tbody th {
	text-align: left;
}

table.basket tbody td:first-child {
	text-align: left;
}

td.unit_price_left {
	border-width: 1px 0px 1px 1px;
}

td.unit_price_mid {
	border-width: 1px 0px 1px 0px;
}

td.unit_price_right {
	border-width: 1px 1px 1px 0px;
	text-align: right;
}

.contact-1 table th {
	text-align: left;
}

a:link img#check-cookie {
	border: none;
}

a:visited img#check-cookie {
	border: none;
}

a:hover img#check-cookie {
	border: none;
}

.bottom-links span {
	font-size: smaller;
}

.left-th th {
	text-align: left;
}

input[type="text"], select {
	width: 200px;
}

.normal-input-width input[type="text"],
.normal-input-width select {
	width: auto;
}

.dac-results-table {
	width: 95%;
}

.basket .item-name {
	text-align: left;
}

.basket tbody th {
	text-align: left;
}

.basket tfoot th {
	text-align: left;
}

/* This is just to make MSIE more sane */
h4 {font-size: 100%;}



/* Main Layout Styles */

body {
	background: #EBEBEB; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666;
}

.right {float: right;}
.left {float: left;}
img {border: none;}
ul, li {margin: 0; padding: 0; list-style: none;}
form {margin: 0; padding: 0;}
a {color:#0088B5; font-weight: bold; }
	a:hover {color: #0078A0; }

#container {
	width: 930px; 
	padding: 15px; 
	-moz-border-radius: 13px; 
	background: #fff; 
	margin: 10px auto; 
	overflow: auto;
}

 #content {
	 width: 930px; 
	 overflow: auto;
 }
	
 #header {width: 930px; height: 100px;}
  .logo {margin: 0 15px; float: left;}
  ul#toplinks {float: right; color: #999; margin: 0; padding: 0; list-style: none;}
  ul#toplinks li {float: right; margin: 3px 0 0 10px;}
  ul#toplinks a { color: #999; font-weight: normal;}
  ul#toplinks a:hover { color: #666; font-weight: normal;}
		
 #nav {
	 padding: 0; 
	 width: 910px; 
	 background: #008DBC url(/host/theme-images/bg_nav.png) repeat-x bottom; 
	 padding: 9px 0 10px 20px; 
	 -moz-border-radius: 10px; 
	 color: #fff; 
	 height: 12px; 
	 margin: 15px 0;
 }
 
  #nav li {padding-right: 20px; float: left; display: block;}
  #nav a {color: #fff; text-decoration: none; font-weight: normal;}
  #nav a:hover {color: #33CCFF; background-color: #33c;}
		
#footer {
	width: 960px; 
	text-align: center; 
	margin: 10px auto; 
	padding-bottom: 15px; 
	clear: both;
}

 #footer ul {width: 400px; margin: 0 auto;}
 #footer li{float: left; margin-right: 20px;}
  #footer li a {color: #999;}
				
/* Homepage Styles */

	#topbox {width: 890px; padding: 20px; -moz-border-radius: 10px; background: #00ACE6 url(/host/theme-images/bg_fptopbox.png) repeat-x bottom; overflow: auto; color: #fff;}
		#topbox h4 {color: #fff; font-size: 20px; letter-spacing: -1px; margin: 0; padding: 0 0 5px 0; }
		#topbox input {border: 1px solid #0093C4; padding: 3px 3px; }
		#topbox select {margin-left: 3px;}
		#topbox .btn {padding: 3px 5px; background: #004055; color: #fff; border: none; -moz-border-radius: 3px; position:absolute; margin-left: 5px; cursor: pointer; width: 60px; font-size: 11px;}
			#topbox .btn:hover {background: #005773; }
		#tbleft {float: left; width: 450px; padding-top: 15px;}
			#tbleft .tld {width: 75px;}
		
		#tbright {font-size: 12px; float: right; width: 400px; border-left: 1px solid #00ACE5; padding-left: 15px;}
			#tbright #boxleft {float: left; width: 225px;}
			#tbright input {width: 145px; margin: 5px 0 0 5px;}
			#tbright p {float: right; margin: 0; padding: 0;}
			#tbright p.link {float: left; margin: 13px 0 0 10px; font-size: 11px; padding: 0;}
			#tbright a {color: #fff; text-decoration: underline;}


	ul#promobox {width: 930px; position: relative; float: left; margin-bottom: 15px;}
		ul#promobox p {margin: 0; padding: 0;}
		ul#promobox li {width: 270px; padding: 20px 10px 20px 20px; float: left; background: #008DBC url(/host/theme-images/bg_promo1.png) repeat-x bottom; margin: 15px 15px 0 0; -moz-border-radius: 10px; color: #fff; }
			ul#promobox ul {margin: 0 0 10px 0;}
			ul#promobox li ul.footlinks li {display:inline; width: 90px; padding-top: 50px;}
			ul#promobox li.two ul.footlinks li {padding-top: 0px;}
			ul#promobox li.three ul.footlinks li {padding-top: 86px;}
			ul#promobox li ul li {margin: 5px 0 0 0; background: url(/host/theme-images/bullet.png) no-repeat left center; padding: 0 0 0 10px; width: 250px;}
			ul#promobox li h2 {line-height: 1; color: #fff; letter-spacing: -1px; font-size: 25px; float: left; margin: 0; padding: 0 0 3px 0;}
			ul#promobox li .pricebox {line-height: 1; float: right; text-align: center; padding-right: 10px;}
			ul#promobox li .pricebox .lrg {line-height: 1; letter-spacing: -1px; font-size: 35px; font-weight: bold; margin: 0; padding: 0;}
			
			ul#promobox a {background: #004055; color: #fff; float: left; margin: 15px 10px 0 0; padding: 5px 10px; text-decoration: none; -moz-border-radius: 5px; font-weight: normal;}
			ul#promobox a:hover {background: #005773;}
			
		ul#promobox li.two{background: #00ACE6 url(/host/theme-images/bg_promo2.png) repeat-x bottom;}
		ul#promobox li.three {margin-right: 0; background: #09C1FF url(/host/theme-images/bg_promo3.png) repeat-x bottom;}


	ul#promobox1 {width: 930px; position: relative; float: left; margin-bottom: 0px;}
		ul#promobox1 p {margin: 0; padding: 0; }
		ul#promobox1 li {width: 270px; padding: 20px 10px 20px 20px; float: left; background: #008DBC url(/host/theme-images/bg_promo1.png) repeat-x bottom; margin: 15px 0 0 0; -moz-border-radius: 10px; color: #fff; }
			ul#promobox1 ul {margin: 0 0 10px 0;}
			ul#promobox1 li ul li {margin: 5px 0 0 0; background: url(/host/theme-images/bullet.png) no-repeat left center; padding: 0 0 0 10px; width: 250px;}
			ul#promobox1 li h2 {line-height: 1; color: #fff; letter-spacing: -1px; font-size: 25px; float: left; margin: 0; padding: 0 0 3px 0;}
			ul#promobox1 li h1 {font-size: 25px; letter-spacing: -1px; color: #006C91; margin: 0; padding: 0; line-height: 1;}
			ul#promobox1 li .pricebox {line-height: 1; float: right; text-align: center; padding-right: 10px;}
			ul#promobox1 li .pricebox .lrg {line-height: 1; letter-spacing: -1px; font-size: 35px; font-weight: bold; margin: 0; padding: 0;}
			
			ul#promobox1 a {background: #004055; color: #fff; float: left; margin: 15px 10px 0 0; padding: 5px 10px; text-decoration: none; -moz-border-radius: 5px; font-weight: normal;}
			ul#promobox1 a:hover {background: #005773;}
			
		ul#promobox1 li.infobox {width: 889px; padding: 20px; background: #f7f7f7; float: left; -moz-border-radius: 10px;}
		ul#promobox1 li.infobox p {color: #000000; padding: 20px 10px 20px 10px; }
		ul#promobox1 li.three {margin-right: 0; background: #09C1FF url(/host/theme-images/bg_promo3.png) repeat-x bottom;}
	
	#newsbox {width: 575px; padding: 20px; background: #f7f7f7; float: left; -moz-border-radius: 10px;}
		#newsbox p {margin: 0; padding: 0;}
		#newsbox h2 {font-size: 25px; letter-spacing: -1px; color: #006C91; margin: 0; padding: 0; line-height: 1;}
		#newsbox h6 a {font-size: 14px; letter-spacing: -1px; color: #006C91; margin: 0; padding: 0; line-height: 1;}
		#newsbox h6 {margin-bottom: 2px; padding: 0; line-height: 1;}
		#newsbox li {margin-top: 15px; line-height: 1.5em;}
		#newsbox .rss a{float: right; margin: 3px 8px 0 0; color: #999; font-weight: normal;}



		#quotes {width: 260px; padding: 20px; float: right; background: #09C1FF url(/host/theme-images/bg_promo3.png) repeat-x bottom; -moz-border-radius: 10px; color: #fff;}
		#quotes p {margin: 0; padding: 10px;}
		#quotes h2 {line-height: 1; letter-spacing: -1px; font-size: 25px; margin: 0; padding: 0;}
		#quotes li ul.footlinks li {display:inline; width: 90px; padding-top: 0px;}
		#quotes a {background: #004055; color: #fff; float: left; margin: 15px 10px 0 0; padding: 5px 10px; text-decoration: none; -moz-border-radius: 5px; font-weight: normal;}
		#quotes a:hover {background: #005773;}



/* Control Panel Styles */	

ul#menu {width: 160px; padding: 15px; margin-right: 15px; background: #f4f4f4; -moz-border-radius: 5px; float: left;}
	ul#menu li {margin: 0; background: url(/host/theme-images/bullet_menu.png) no-repeat left center; padding-left: 10px; width: 155px;}
		ul#menu li a {color: #666; font-weight: bold; display: block; padding: 4px 0 4px 5px;}
		ul#menu li a:hover {color: #333; background: #ccc; padding: 4px 0 4px 5px; }
		
ul#cp {width: 710px;}
	ul#cp li a{width: 135px; height: 105px; background: url(/host/theme-images/bg_cp.png) no-repeat; text-align: center; float: left; margin: 0 7px 20px 0; font-size: 11px; font-weight: bold; display: block; color: #666; text-decoration: none; border: none;}
	ul#cp li {display: inline; }
	ul#cp li.end {margin-right: 0; }
	ul#cp li a:hover {color: #999;}
		ul#cp img {margin: 7px auto 3px auto;}
		
.bad-input {color: red; background: yellow}
.contact-1 {float: left}
table.price-and-description {border: 1px solid #888; width: 95%}
table.price-and-description td {border: 1px solid #888; padding: 5px;background: #f6f6f6}
.error {color: red}
table.basket {width: 100%; border-collapse: collapse; border: 1px solid #ccc; border-spacing: 2;}
	
table.basket thead th {
	background: #888;
	color: white;
}
table.basket tbody td,
table.basket tbody th,
table.basket tfoot th,
table.basket tfoot td {
	background: #eee;
	color: black;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

table.basket tfoot th,
table.basket tbody th {
	text-align: left;
}

table.basket tbody td:first-child {
	text-align: left;
}
td.unit_price_left {
	border-width: 1px 0px 1px 1px;
}
td.unit_price_mid {
	border-width: 1px 0px 1px 0px;
}
td.unit_price_right {
	border-width: 1px 1px 1px 0px;
	text-align: right;
}

.contact-1 table th {
	text-align: left;
}
a:link img#check-cookie { border: none; }
a:visited img#check-cookie { border: none; }
a:hover img#check-cookie { border: none; }
.bottom-links span {font-size: smaller;}
.left-th th {text-align: left;}
input[type="text"]{width: 200px; border: 1px solid #ccc; padding: 3px;}
select {width: 200px;}
.normal-input-width input[type="text"],
.normal-input-width select {width: auto;}
.dac-results-table {width: 100%; border: 1px solid #ccc; border-collapse: collapse; border-spacing: 2;}
.dac-results-table td, th {padding: 5px;}

.basket .item-name {text-align: left; padding: 5px;}
.basket tbody th {text-align: left;}
.basket tfoot th {text-align: left;}

/* This is just to make MSIE more sane */
h1 {margin: 0; padding: 0; font-size: 24px; letter-spacing: -1px; font-weight: bold; }
h4 {font-size: 100%;}

/* our additions */
a:hover {
	text-decoration: none;
}


