* {
	margin: 0;
	padding: 0;
}
html,
body {
	background: #fff url('../images/bg-greybar.gif') repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	height: 100%;
}
a {
	outline: none;
	/*color: #ca362a;*/
	color: #333;
	text-decoration: underline;
	border: 0;
}
img {
	outline: none;
	border: 0;
}
img.imgLeft {
	float: left;
	padding: 0 10px 10px 0;
}
img.imgRight {
	float: right;
	padding: 0 0 10px 10px;
}

.clearer {
	clear: both;
}
.push {
	height: 65px;
	clear: both;
}
#printContent {
	background: #fff url('../images/bg-greybar.gif') repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	margin-left: 25px;
}

/*
* WRAPPER
****************************************************/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
   width: 100%;
	background: url('../images/bg-body.gif') repeat-x;
	margin-bottom: -65px;
}


/*
* BASIC LAYOUT
****************************************************/
#photoTopLeft {
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	width: 309px;
	height: 219px;
	float: left;
}
#logo {
	display: block;
	background: #fff url('../images/logo.jpg') no-repeat 0 0;
	width: 186px;
	height: 219px;
	float: left;
}
#logo a {
	display: block;
	padding: 0;
	margin: 55px 0 0 0;
	width: 150px;
	height: 50px;
	text-indent: -9999px;
}


/*
* TOPMENU
****************************************************/
#topMenu {
	float: left;
	width: 460px;
	list-style-type: none;
}
#topMenu li {
	float: right;
	margin: 5px 10px;
	font-family: Verdana;
}
#topMenu li a {
	display: block;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
#topMenu li a:hover {
	color: #ca362a;
}
#topMenu li a.active {
	color: #ca362a;
	font-weight: bold;
}
#topMenu li.shoppingCart a {
	background: url('../images/shoppingcart.gif') no-repeat;
	padding-left: 26px;
}


/*
* MAINMENU
****************************************************/
#mainMenu {
	position: absolute;
	list-style-type: none;
	width: 616px;
	top: 150px;
	left: 330px;
	margin: 0;
}
#mainMenu li {
	float: left;
	margin-right: 25px;
}
#mainMenu li a {
	display: block;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#mainMenu li a:hover {
	color: #ca362a;
}
#mainMenu li a.active {
	color: #ca362a;
	font-weight: bold;
}


/*
* CONTENT
****************************************************/
#content {
	width: 920px;
	margin-left: 25px;
}


/*
* CONTENT / BREADCRUMB
****************************************************/
#breadCrumb {
	list-style-type: none;
	width: 616px;
	height: 24px;
	margin-left: 300px;
}
#breadCrumb li {
	float: left;
	font-size: 11px;
	color: #999;
	margin: 0 4px;
}
#breadCrumb li a {
	text-decoration: none;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}
#breadCrumb li a.active {
	text-decoration: underline;
}


/*
* CONTENT / LEFTCOLUMN
****************************************************/
#leftColumn {
	width: 284px;
	float: left;
}

#addressBlock {
	padding: 0 20px;
}
#addressBlock h3 {
	color: #ca362a;
	font-size: 13px;
	padding-top: 20px;
}
#addressBlock p {
	line-height: 20px;
	margin-bottom: 10px;
}
#addressBlock span {
	color: #ca362a;
	font-weight: bold;
}
#addressBlock ul {
	list-style-type: none;
}
#addressBlock ul li {
	float: left;
	padding: 5px 10px;
}

#addressBlock h3.columnHeader {
	width: 210px;
	background: url('../images/bg-column-header.gif') 0 0 repeat-x;
	padding: 5px 10px;
	color: #333;
	margin-top: 20px;
	font-weight: normal;
}
#addressBlock #worldmap {
	width: 210px;
	display: block;
	background: url('../images/worldmap.gif') center center no-repeat;
	height: 120px;
}
#addressBlock #shopUSA {
	width: 225px;
	background: url('../images/flag-us.gif') 10px top no-repeat;
}
#addressBlock #shopUSA p {
	padding: 10px 0 40px 110px;
}
#addressBlock #shopUSA p a {
	color: #ca362a;
	font-weight: bold;
}
#addressBlock #shopUSA p a:hover {
	color: #999;
}



/*
* HOME PAGE
*********************************************/
div.newProduct {
	float: left;
	margin: 10px 10px 0 0;
	width: 290px;
	border: 0;
	padding-bottom: 5px;
}
div.newProduct a {
	display: block;
	background: #f9f9f9;
	width: 290px;
	font-size: 10px;
	height: 80px;
	text-decoration: none;
}
div.newProduct a:hover {
	background: #eee;
}
div.newProduct a span {
	text-transform: uppercase;
	font-weight: bold;
}
div.newProduct a img {
	width: 80px;
	float: left;
	padding-right: 20px;
}
#rightColumn div.newProduct p {
	float: left;
	width: 180px;
	padding-top: 8px;
	margin-bottom: 0;
}
div.newProduct div.prices {
	padding: 40px 10px 0 0;
}
div.newProduct span.offerPrice {
	float: right;
	color: #ca362a;
	font-size: 16px;
}
div.newProduct span.price {
	float: right;
	color: #aaa;
	font-size: 11px;
	margin-left: 5px;
	text-decoration: line-through;
}

/*
* CONTENT / RIGHTCOLUMN
****************************************************/
#rightColumn {
	width: 616px;
	float: left;
	margin: 10px 0 10px 20px;
}
#rightColumn h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
}
#rightColumn p {
	margin: 0 0 16px 0;
	font-size: 11px;
	line-height: 16px;
}
#rightColumn h3 {
	border-bottom: 1px solid #333;
	font-size: 11px;
	padding-bottom: 2px;
}
#rightColumn p.meta {
	color: #999;
	margin-bottom: 5px;
}


/*
* NEWS
****************************************************/
#rightColumn div.newsItem {
	padding-bottom: 10px;
}
#rightColumn div.newsItem h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
#newsList {
	list-style-type: square;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
#newsList li {
	line-height: 16px;
	margin-left: 20px;
}

/*
* FOOTER
*********************************************/
#footer {
	width: 920px;
	height: 65px;
	clear: both;
}
#footerLogo {
	display: block;
	background: url('../images/logo-s-mann.gif') no-repeat;
	width: 166px;
	height: 45px;
	margin: 10px 0 0 40px;
	float: left;
}
#footer p {
	font-family: Verdana;
	padding: 22px 0 10px 328px;
	color: #999;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
#footer a {
	color: #666;
}


/*
* SITEMAP
*********************************************/
#sitemap {
	list-style-type: square;
	padding-left: 20px;
}
#sitemap ul {
	padding-left: 20px;
}
#sitemap li {
	line-height: 20px;
}


/*
* DISTRIBUTORLIST
*********************************************/
ul.distributorList {
	list-style-type: none;
	margin: 0 0 50px 0
}
ul.distributorList li {
	line-height: 22px;
	clear: both;
}
ul.distributorList li a {
	text-decoration: none;
	font-weight: bold;
}
ul.distributorList li span {
	display: block;
	float: left;
}
ul.distributorList li span.distributor {
	width: 210px;
}
ul.distributorList li span.url {
	width: 200px;
}
ul.distributorList li span.phone {
	width: 200px;
}


/*
* FORM ELEMENTS
*********************************************/
#paymentOptions fieldset,
#contactForm fieldset {
	background: #eee;
	padding: 20px;
	border: 1px solid #ccc;
}
label {
	display: block;
	width: 150px;
	float: left;
	line-height: 28px;
}
textarea, select, input {
	border: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 3px;
	margin: 4px 4px 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	width: 412px;
	float: left;
}
input.frmText2 {
	width: 60px;
}
input.frmText3 {
	width: 340px;
}
input.frmButton {
	width: 100px;
	border: 1px solid #999;
	float: right;
}
select.frmSelectCountryShipping {
	padding: 1px;
	float: none;
	margin: 2px 0;
	width: 220px;
}

.error {
	font-weight: bold;
	color: #c00;
	line-height: 32px;
}
input.radio {
	width: 16px;
	border: 0;
	margin-top: 6px;
}
input.checkbox {
	width: 16px;
	margin-top: 0;
	border: 0;
}

#paymentOptions fieldset label {
	padding: 0 0 10px 95px;
	clear: both;
}
#paymentOptions fieldset label.paypal { background: url('../images/logo-paypal.png') 0 4px no-repeat; }
#paymentOptions fieldset label.mastercard { background: url('../images/logo-mastercard.gif') 40px 0 no-repeat; }
#paymentOptions fieldset label.visa { background: url('../images/logo-visa.gif') 40px 0 no-repeat; }
#paymentOptions fieldset label.transfer { background: url('../images/logo-transfer.png') 40px 0 no-repeat; }


ul#sidePaymentOptions {
	padding: 10px 0 0 0;
	height: 50px;
}
ul#sidePaymentOptions li {
	text-indent: -9999px;
	width: 32px;
}
ul#sidePaymentOptions li.paypal { background: url('../images/logo-paypal.png') 0 4px no-repeat; width: 68px; }
ul#sidePaymentOptions li.mastercard { background: url('../images/logo-mastercard.gif') no-repeat; }
ul#sidePaymentOptions li.visa { background: url('../images/logo-visa.gif') no-repeat; }
ul#sidePaymentOptions li.transfer { background: url('../images/logo-transfer.png') no-repeat; }

p.grey {
	color: #999;
}

/*
* PRODUCT PAGE
*********************************************/
div.categoryItem {
	width: 200px;
	height: 210px;
	float: left;
}
div.categoryItem span,
div.categoryItem img {
	display: block;
	background: #ccc;
	border: 1px solid #999;
	width: 160px;
	height: 160px;
	margin-bottom: 5px;
}
div.categoryItem a img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
div.categoryItem a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
}


div.categoryItem span {
	text-align: center;
	color: #fff;
	height: 90px;
	padding-top: 70px;
	text-decoration: none;
}

div.categoryItem p {
	width: 160px;
	text-transform: uppercase;
	text-align: center;
}
div.categoryItem a {
	color: #333;
}
div.product {
	margin-bottom: 20px;
}
div.product ul.productImages {
	display: block;
	float: left;
	width: 285px;
	list-style-type: none;
	padding-left: 18px;
}
div.product ul.productImages li {
	float: left;
	border: 1px solid #333;
	margin-right: 10px;
	width: 80px;
	height: 80px;
}
div.product ul.productImages li.image1 {	background: #ccc; }
div.product ul.productImages li.image2 {	background: #999; }
div.product ul.productImages li.image3 {	background: #666; }

div.product h2 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	font-size: 12px;
	padding: 2px 3px;
	float: left;
	width: 610px;
}
div.product p {
	float: left;
	width: 460px;
	padding: 6px 3px 2px 3px;
	color: #999;
	line-height: 18px;
}
div.product h2 span {
	float: right;
}
div.product h2 span.priceVAT {
	color: #999;
}

div.offerPriceBlock {
	float: right;
	width: 140px;
	text-align: right;
	margin-top: 15px;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

div.offerPriceBlock span.offerPrice {
	color: #ca362a;
	font-size: 16px;
	font-weight: bold;
}
div.offerPriceBlock span.offerPriceVAT {
	color: #999;
	font-size: 14px;
}




div.product h2.downloads,
div.product h2.productInfo {
	margin: 20px 0 0 303px;
}
div.product ul.downloads,
div.product div.productText {
	margin-left: 303px;
}
div.product ul.downloads {
	padding: 0;
	list-style-type: square;
	margin: 0 0 0 320px;
}
div.product ul.downloads li {
	line-height: 24px;
}

div.product div.productText p {
	width: 610px;
}

div.product ul.productOptions {
	float: right;
	list-style-type: none;
	width: 60px;
	padding-top: 20px;
}
div.product ul.productOptions li {
	float: left;
	margin: 0 5px 0 5px;
}
div.product ul.productOptions li a {
	display: block;
	height: 16px;
	text-indent: -9999px;
}
div.product ul.productOptions li a.cart {
	background: url('../images/icon_cart.gif') no-repeat;
	width: 22px;
}
div.product ul.productOptions li a.info {
	background: url('../images/icon_info.gif') no-repeat;
	width: 16px;
}
p.VATNote {
	text-align: right;
	width: 920px;
	font-style: italic;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #999;
}


/*
* CART / PAYMENT
*********************************************/
table {
	margin: 0;
	padding: 0;
}
td {
	margin: 0;
	padding: 3px 5px;
}
th {
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	height: 30px;
}
td.grey {
	background: #eee;
	border-bottom: 1px solid #ccc;
	height: 30px;
}
td.white {
	background: #fff;
	border-bottom: 1px solid #ccc;
	height: 30px;
}
input.cartQuantity {
	width: 30px;
	text-align: right;
}
#cartOptions {
	display: block;
	list-style-type: none;
	margin-top: 30px;
	border-top: 1px solid #999;
	padding-top: 5px;
}
#cartOptions li {
	width: 204px;
	float: left;
}
#cartOptions li a {
	text-decoration: none;
	font-weight: bold;
}
#cartOptions li.continue { text-align: left; }
#cartOptions li.empty { text-align: center; }
#cartOptions li.finalize { text-align: right; }

p.print a {
	background: url('../images/icon_print.gif') no-repeat;
	padding: 5px 6px 7px 32px;
	float: right;
}