body, html {
	margin: 0px;
	padding: 0px;
	background-color: #53443a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.onepxwidth {
    width:1px;
}
img {
    border: 0px;
}

/* Top Bar */
.topBarContainer {
	background-color: #53443a;
	clear: both;
	height: 20px;
}
.topBar {
	padding: auto;
	margin: auto;
	padding-top: 5px;
	width: 1041px;
	color: white; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.topBar .leftText {
	float: left;
	padding-left: 30px;
}
.topBar .rightText {
	float: right;
	padding-right: 30px;
}

/* Header */
.headerContainer {
	clear: both;
	height: 144px;
	background-image: url(layout_images/headerBackGrey.jpg);
	background-repeat: repeat-x;
}
.headerContainer .header {
	padding: auto;
	margin: auto;
	background-image: url(layout_images/headerBackOrgange.jpg);
	background-repeat: repeat-x;
	width: 1041px;
	height: 144px;
}
.header .leftBorder {
	float: left;
	width: 5px;
}
.header .rightBorder {
	float: right;
	width: 5px;
}
.header .logo {
	width: 248px;
	float: left;
	margin-left: 50px;
}

.header .mainNavigation {
	width: 444px;
	height: 144px;
	float: right;
}

.mainNavigation ul {
    margin-top: 119px;
	margin-left: 15px;
	padding: 0px;
	padding-top:5px;
	height: 20px;
	background-color: #fdf4ed;
	color: #524c4c;
	font-weight: bold;
}
.mainNavigation ul li {
	list-style: none;
	padding: 10px;
	display: inline;
}

/* Content */
.contentContainer {
	background-color:#F3F1EF;
	clear: both;
}
.contentContainer .content {
	margin: auto;
	padding: auto;
	width: 1041px;
	min-height:200px;
	background-image:url(layout_images/contentBg.jpg);
	background-repeat:repeat-y;
}


/* Boxes */
.boxContainer {
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}
.box, .filledBox {
	border: 1px solid #ddd;
	padding: 2px;
	margin-bottom: 10px;
}
.boxTitle {
	height: 17px;
	background-color: #53443a;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 6px;
}
.boxContent {
	padding: 8px;
}

.centerContainer {
	width: 642px;
	padding-top: 8px;
}

.boxContainerLeft {
	margin-left: 5px;
}

.box ul {
	list-style-image: url(layout_images/bullet.png);
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
.box ul li {
	padding: 0px;
	margin: 0px;
	text-indent: -0.4em;
}

.filledBox {
	background-color: #937864;
	color: white;
	padding: 8px;
	line-height: 16px;
}

.boxInput {
    width: 140px;
}

/* Bottom */
.bottomBar {
	clear: both;
	height: 50px;
	text-align: center;
	margin-top:5px;
	color: white;
}
.bottomBar a {
    color: white;
}

/* Links */

a {
	color: #000;
	text-decoration: none;
}
a:HOVER {
	color: red;
}

.mainNavigation a {
	color: #524c4c;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
.mainNavigation a:HOVER {
	color: red;
}
.topBar a {
	color: white;
}
.topBar a:HOVER {
	color: red;
}
.boxTitle a {
	color: white;
}
.boxTitle a:HOVER {
	color: red;
}
.button, .buttonBig {
	background-image:url(layout_images/button.png);
	background-repeat:no-repeat;
	width:82px;
	height:22px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	border: 0px;
	color: white;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-top:5px;
}
.buttonBig {
	background-image:url(layout_images/buttonBig.png);
	background-repeat:no-repeat;
	width:160px;
}
.filledBox  a {
	color: white;
}
h1 a, h2 a {
	color: red;
}

/* Headlines */
h1, h2, h3 {
    font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
    color: red;
	margin: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 13px;
	color: black;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4,span.productOldPrice {
	font-size: 11px;
	color: #737373;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Detail Layer */
div.productOverview {
	background-color: #ebebeb;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.ss_content {
    padding: 3px;
    border: 1px solid #DDDDDD;
}

/* Categories */
div.categoryContainer {
	padding: 10px;
	border: 1px solid #DFDFDF;
	margin-bottom:5px;
}
div.categoryProductImage {
	width: 200px;
	overflow: hidden;
	float: left;
}
div.categoryDescription {
	width: 410px;
	float: left;
	padding: 5px;
}

.copyright {
    display:none;
    visibility:hidden;
}