body {
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #58585a;
	font-size: 0.7em;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2 a {
	text-decoration: none;	
}

h2 a:hover {
	text-decoration: underline;			
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: underline;
	color: #ef3e35;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 30px auto 0 auto;
}

#header {
	position: relative;
	border-bottom: 8px solid #ffffff;
	background-color: #ffffff;
	background-image: url(/images/brand-box-pay-monthly-websites.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 177px;
}

#header .basket {
	position: absolute; 
	width: 175px; 
	right: 5px; top: 5px;	
}

#header .basket .basket-title {
	background-color: #ef3e35;
	color: #ffffff;
	text-align: center; 
	font-weight: bold; 
	padding: 5px 0;
}

#header .basket .basket-body {
	background-color: #ffffff; 
	font-size: 0.9em; 
	padding: 5px 10px;
}

#header .basket .basket-links {
	text-align: right;
}

#header .basket .basket-links a {
	margin-left: 5px;	
}

#header .basket .basket-body .left {
	float: left;
	margin-bottom: 5px;
}

#header .basket .basket-body .right {
	float: right;
	margin-bottom: 5px;
}

table.basket {
	border-collapse: collapse;
	width: 100%;
}

table.basket tr th {
	background-color: #ef3e35;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
}

table.basket tr .price {
	width: 60px;
}

table.basket tr .remove {
	width: 60px;
	text-align: center;
}

table.basket tr td {
	padding: 10px 20px;	
}

table.basket tr.total td {
	border-top: 1px solid #ef3e35;
	border-bottom: 1px solid #ef3e35;
}

table.basket tr.total td.total {
	text-align: right;
	font-weight: bold;
}

.table-basket-links {
	text-align: right;	
}

.table-basket-links a {
	background-color: #ef3e35;
	color: #ffffff;	
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

.table-basket-links a:hover {
	text-decoration: underline;
}

#header #logo {
	text-indent: -9999px;
}

#header #logo a {
	background-image: url(/images/brand-box-small-business-website-design-logo.gif);
	background-repeat: no-repeat;
	display: block;
	width: 170px;
	height: 170px;
	float: left;
}

#header #search-box {
	position: absolute; 
	right: 0; 
	bottom: 0; 
	background-color: #ffffff; 
	padding: 5px 5px 0 5px;
}

input.text-field, #search-field {
	color: #58585a;
	font-size: 0.9em;
	font-style: italic;
	padding: 5px;
}

#header #search-box input.button, #search-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 3px 0;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ef3e35;
	color: #ffffff;
}

#column-container {background-color: #ffffff}

#content-left {
	width: 180px;background-color: #ef3e35;
}

ul#vertical-nav {
	border-top: 1px solid #ffffff;
	list-style: none !important;
	margin: 0 !important;
}

ul#vertical-nav li {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

ul#vertical-nav li a {
	display: block;
	background-color: #ef3e35;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0 6px;
	padding: 10px 0 10px 15px;
}

ul#vertical-nav li a:hover {
	background-color: #58585a;
}

ul#vertical-nav li a.active {
	background-color: #58585a;
}

ul#vertical-nav li ul {
	list-style: none !important;
	margin: 0 !important;	
}




#column-container ul#horizontal-nav, #column-container ul#horizontal-nav-secondary {
	background-color: #ef3e35;
	height: 2.5em;
	overflow: hidden;
}

#column-container ul#horizontal-nav li, #column-container ul#horizontal-nav-secondary li {
	float: left;
}

#column-container ul#horizontal-nav li a, #column-container ul#horizontal-nav-secondary li a {
	background-color: #ef3e35;
	color: #ffffff;
	text-decoration: none;
	line-height: 2.5em;
	padding: 0.87em;
}

#column-container ul#horizontal-nav li a:hover, #column-container ul#horizontal-nav-secondary li a:hover {
	background-color: #58585a;
}

#column-container ul#horizontal-nav li a.active, #column-container ul#horizontal-nav-secondary li a.active {
	background-color: #58585a;
}


#column-container ul#horizontal-nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	margin-left: 0.87em;
	border-top: 1px solid #ffffff;
	z-index: 99;
}

#column-container ul#horizontal-nav li:hover ul, #column-container ul#horizontal-nav li.sfhover ul {
	left: auto;
}

#column-container ul#horizontal-nav li ul li a {
	display: block;
	line-height: normal;
	width: 12.9em;
	padding: 0.87em 0.4em 0.87em 1.7em;
	background-image: url(/images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: 0.4em 1.1em;
}




#content-right {
width: 960px;
float: left;
background-color: #ffffff;
}

#content-right ul {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 1em;
}

#content-right ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 1em;
}

#content-right table {
	margin-bottom: 1em;	
}

#news-column {
	float: left;
	width: 140px; 
	padding: 11px 20px; 
	background-color:#ffffff;
}

#news-column p#title{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#news-column .news-item {
	border-top: 1px solid #ffffff;
	padding: 10px 0;
}

#news-column .news-item a {
	color: #58585a;
	text-decoration: none;
}

#news-column .news-item a:hover {
	text-decoration: underline;
}

#footer {
	margin-top: 10px;
	color: #1c1414;
	background-color: ;
	text-align: right;
}

#footer a {
	color: #1c1414;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.clear-both {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

#contact-form, #write-review {
	background-color: #eeeeee;
	border: 1px solid #ef3e35; 
}

.field-title {
	display: block; 
	width: 200px; 
	float: left;
}

input, select {
	border: 1px solid #666666;
}

textarea {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#newsletter-box {
	background-color: #ffffff;
	padding: 20px 10px;
}

#newsletter-box p {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#newsletter-button {
	background-color: #ef3e35; 
	color: #ffffff;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	width: 35px;
	height: 2.3em;
	text-align: center;
}

.buy-button {
	background-color: #ef3e35; 
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

#advert-box {
	background-color: #ffffff;
	padding: 20px 10px;
}

#slideshow {
	/*background-color: #ffffff;*/	
}

.product {
	float: left; 
	width: 205px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.product a {
	text-decoration: none;	
}

.product a:hover {
	text-decoration: underline;	
}

.product span {
	font-size: 1.1em;
	font-weight: bold;
}

.product img {
	width: 205px; 
	margin-top: 10px;
}

.product .more-details {
	margin-top: 10px;
	float: left;
	margin-left: 5px;
}

.product .more-details a {
	color: #000000;	
}

.product .price {
	margin-top: 10px;
	float: right;	
	margin-right: 5px;
}

.special-offer {
	/*float: left;*/
	margin-bottom: 1em; 
	font-size: 1.6em;	
}

.price-and-buy {
	text-align: right; 
	font-weight: bold; 
	margin-bottom: 1em; 
	font-size: 1.6em;	
}

.price-and-buy span {
	margin-right: 20px;
}

.featured-product {
	width: 205px; 	
}

.featured-product img {
	width: 205px; 	
	margin-bottom: 1em;
}

.featured-product .more-link {
	float: left;	
}

.featured-product .buy-link {
	float: right;	
}

a:hover .product span {
	text-decoration: underline;
}

.product img {
	margin-bottom: 5px;	
}

#order-summary {
	table-collapse: collapse;	
}

#order-summary th {
	background-color: #666666;
	color: #ffffff;
	padding: 5px 10px;
	font-weight: bold;
}

#order-summary td {
	padding: 5px 10px;	
}
