/* Main content */
body {
	margin: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background: url("images/slice.png") repeat-x;
}

p {
	text-align: justify;
}

ul li {
	text-align: justify;
}

ol li {
	text-align: justify;
}

.all {
	min-width: 1024px;
}

* html .all {
	padding: 0 512px;
}

.all .minwidthie {
	width: 100%;
}

.all .minwidthie_inner {
	margin: 0 -512px;
	position: relative;
	float: left;
}


/* Main links */
a {
	font-weight: bold;
}

a:link {
	color: #94273b;
	text-decoration: none;
}

a:visited {
	color: #94273b;
	text-decoration: none;
}

a:active {
	color: #94273b;
	text-decoration: none;
}

a:hover {
	color: #b19982;
	text-decoration: none;
}


/* Header content */
.header {
	padding-top: 9px;
}

.spacer {
	clear: both;
}

.logo {
	padding-left: 2px;
	float: left;
}


/* Top menu */
.topmenu {
	padding-top: 51px;
	float: right;
}

.topmenu .menuitem {
	background: url("images/tab.png") no-repeat;
	width: 100px;
	height: 27px;
	line-height: 27px;
	margin-left: 2px;
	float: left;
	text-align: center;
}

.topmenu .menuitem a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.topmenu .menuitem a:hover {
	color: #95293d;
}

.topmenu .menuitem_marked {
	background: url("images/tabmark.png") no-repeat;
	width: 100px;
	height: 27px;
	line-height: 27px;
	margin-left: 2px;
	float: left;
	text-align: center;
}

.topmenu .menuitem_marked a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.topmenu .menuitem_marked a:hover {
	color: #15293d;
}

.bar {
	line-height: 33px;
	padding-left: 13px;
	padding-right: 6px;
}

.bar strong {
	font-size: 13px;
	color: #fff;
}

.banner {
	background: url("images/banner.png") center 3px no-repeat;
	padding-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	line-height: 187px;
}


/* Titles */
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #9c3649;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #d7cab2;
}

.content{
	padding-top: 10px;
	width: 100%;
}
	
.left {
	padding-right: 16px;
	padding-left: 5px;
	vertical-align: top;
}


/* Product pictures */
.product {
}

.product img {
	border: 4px solid #94273b;
}

.product strong {
	color: #b19982;
}

.product span {
	color: #94273b;
}


/* Brand links */
.brands {
	background-color: #efe6e6;
	padding: 10px;
}

.brands a {
	background: url("images/plus.png") left no-repeat;
	padding: 0 26px 0 14px;
	color: #962a3e;
	text-decoration: none;
	line-height: 28px;
}

.brands a:hover {
	background: url("images/plus.png") left no-repeat;
	padding: 0 26px 0 14px;
	color: #b19982;
	text-decoration: none;
	line-height: 28px;
}


/* Reference pictures */
.refpic {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 15px;
}

.reftable {
	margin-top: 15px;
}

.reftable .reftableft {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.reftable .reftabright {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Pictures with text floating around */
.floatpic {
	border: 4px solid #94273b;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	margin-bottom: 18px;
	margin-right: 18px;
}


/* Non-floating pictures */
.floatrpic {
	border: 4px solid #94273b;
	margin-top: 9px;
	margin-left: 9px;
	margin-bottom: 18px;
	margin-right: 18px;
	float: right;
}


/* Row of pictures */
.picrow {
	float: left;
	width: 20%;
	padding-top: 15px;
	text-align: left;
}

.picrow .inner {
	padding-right: 1px;
}

.picrow .inner .text {
	padding-right: 30px;
}

.picrow .inner .text strong {
	font-size: 14px;
}


/* Right content */
.right {
	background-color: #f5f4e2;
	padding: 15px;
	vertical-align: top;
	width: 208px;
}

.right ul {
	margin: 0;
	margin-top: 6px;
	padding: 0;
}

.right ul li {
	background: url("images/arrow.png") 0 9px no-repeat;
	text-align: left;
	font-weight: bold;
	line-height: 16px;
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 18px;
}

.right ul li a {
	color: #94273b;
	text-decoration: none;
}

.right ul li a:hover {
	color: #b19982;
	text-decoration: none;
}

.right ul li.cat {
	font-weight: bold;
	background: none;
	color: #b19982;
	padding: 6px 0 0 0;
	margin: 0;
}


/* Footer content */
.footer {
	background-color: #94273b;
	color: #f7f4e1;
	text-align: center;
	padding: 32px 0;
	margin-top: 10px;
	line-height: 18px;
}

.footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	color: #b19982;
	font-weight: bold;
	text-decoration: none;
}
