/* 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: #333;
	font-weight: bold;
}
a:hover {
	color: #99af3b;
}
#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: 55px;
}
.logo {
	margin: 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: #99af3b;
	font-weight: normal;
}
#nav {
	padding: 0;
	width: 910px;
	background: #999 url(./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: #99af3b;
}
#footer {
	width: 960px;
	text-align: center;
	margin: 10px auto;
	padding-bottom: 15px;
	clear: both;
	font-size:10px
}
#footer ul {
	width: 600px;
	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: #3a89c9 url(./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 #9C9C9C;
	padding: 3px 3px;
}
#topbox select {
	margin-left: 3px;
}
#topbox .btn {
	padding: 3px 5px;
	background: #333;
	color: #fff;
	border: none;
	-moz-border-radius: 3px;
	position:absolute;
	margin-left: 5px;
	cursor: pointer;
	width: 60px;
	font-size: 11px;
}
#topbox .btn:hover {
	background: #99af3b;
}
#tbleft {
	float: left;
	width: 450px;
	padding-top: 15px;
}
#tbleft .tld {
	width: 75px;
}
#tbright {
	font-size: 12px;
	float: right;
	width: 400px;
	border-left: 1px solid #d6d6d6;
	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: #a0b534 url(./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 li {
	margin: 5px 0 0 0;
	background: url(./theme-images/bullet.png) no-repeat left center;
	padding: 0 0 0 10px;
	width: 250px;
}
ul#promobox li h3 {
	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: #333;
	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: #99af3b;
}
ul#promobox li.two {
	background: #a0b534 url(./theme-images/bg_promo1.png) repeat-x bottom;
}
ul#promobox li.three {
	margin-right: 0;
		background: #a0b534 url(./theme-images/bg_promo1.png) repeat-x bottom;
}
#newsbox {
	width: 575px;
	padding: 20px;
	background: #f7f7f7;
	float: left;
	-moz-border-radius: 10px;
}
#newsbox p {
	margin: 0;
	padding: 0;
}
#newsbox h5 {
	font-size: 25px;
	letter-spacing: -1px;
	color: #3a89c9;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#newsbox h6 a {
	font-size: 14px;
	letter-spacing: -1px;
	color: #666;
	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: #fdce00 url(./theme-images/bg_promo3.png) repeat-x bottom;
	-moz-border-radius: 10px;
	color: #fff;
}
#quotes p {
	margin: 0;
	padding: 0;
}
#quotes h3 {
	line-height: 1;
	letter-spacing: -1px;
	font-size: 25px;
	margin: 0;
	padding: 0;
}
#quotes li {
	margin-top: 17px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}
#quotes a {
	float: left;
	color: #fff;
	padding: 0;
	margin-top: 15px;
}
/* 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(./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: #99af3b;
	background: #ccc;
	padding: 4px 0 4px 5px;
}
ul#cp {
	width: 710px;
}
ul#cp li a {
	width: 135px;
	height: 105px;
	background: url(./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: #99af3b;
}
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;
	color:#3a89c9
}

h2{color:#99af3b}
h4 {
	font-size: 100%;
}

#infocality{float:left;margin-top:25px}
#cinqdesign{float:right;}
#advert{overflow: hidden;width:100%;}

