body {
	background-color: #000;
	margin: 25px;
}
#logo {
	position: absolute;
	margin-left:25px;
	top:6px;
	z-index:500px;
}
#container {
	border:1px solid #767676;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}
#header {
	padding-left:225px;
	height:84px;
	line-height:70px;
	background:url(../images/common/header-bg.jpg) repeat-x;
}
#header #minicart {
	float:right;
	margin-top:-74px;
	line-height:12px;
}
#header #minicart .mincart {
	font-family:"Century Gothic";
	font-size:10px;
	color:#fff;
}
#header #minicart .mincart a {
	color:#fff;
}
#header #minicart .mincart a:hover {
	color: #CC0000;
}
#content {
	display:block;
	background:#fff;
}
#content #left {
	display:block;
	float:left;
	width:360px;
	margin-top:50px;
	padding:0 20px 10px 20px;
}
#content #left #menu a {
	display:block;
	width:179px;
	float:left;
	height:26px;
	background:url(../images/common/menu.jpg) repeat-x 0 -26px;
	font-family: "Century Gothic";
	font-size:12px;
	color:#fff;
	line-height:22px;
	text-decoration:none;
	text-align:center;
}
#content #left #menu a:hover {
	background:url(../images/common/menu.jpg) repeat-x 0 0;
}
#content #left #menu .menumargin {
	margin:0 1px 0 0;	
}
#content #left #wording {
	clear:both;
	height:auto;
	font-family: "Century Gothic";
	font-size:13px;
	color:#666;
}
#content #left #wording ul {
	margin:0;
	padding:0;
	float:left;
}
#content #left #wording li {
	list-style:none;
}
#content #left #wording li a {
	display:block;
	padding:5px 15px;
	width:210px;
	height:16px;
	line-height:16px;
	background: url(../images/common/menu.jpg) repeat-x 0 -25px;
	text-decoration:none;
	font-family:"Century Gothic";
	font-size:12px;
	color:#fff;
}
#content #left #wording li a:hover {
	background: url(../images/common/menu.jpg) repeat-x 0 1px;
	color: #fff;
}
#content #left #wording li a.allproducts {
	background: url(../images/common/menu.jpg) repeat-x 0 1px;
	color: #fff;
}
#content #left #wording li.navigation {
	margin-top:15px;
	display:block;
	padding:5px 15px;
	width:210px;
	height:16px;
	line-height:16px;
	background: #CC0000;
	text-decoration:none;
	font-family:"Century Gothic";
	font-size:12px;
	color:#fff;
	font-weight:700;
}
#content #left #catalogue {
	clear:both;
	display:block;
	height:37px;
	background: url(../images/common/menu2.jpg) repeat-x;
	text-align:center;
	font-family:"Century Gothic";
	font-size:13px;
	color:#fff;
}
#content #left #catalogue #title {
	float:left;
	width:100px;
	line-height:37px;
	text-align:right;
}
#content #left #catalogue #field {
	float:left;
	width:150px;
	margin-top:6px;
}
#content #left #catalogue #button {
	float:left;
}
#content #left #catalogue input {
	background:#777;
	border:0 none;
	height:20px;
	width:140px;
	font-family:"Century Gothic";
	font-size:13px;
	color:#fff;
}
#content #right {
	display:block;
	float:left;
	width:580px;
	margin-top: 20px;
	padding:0 20px 10px 0;
}
#footer {
	clear:both;
	height:43px;
	background:url(../images/common/footer-bg.jpg) repeat-x;
	line-height:40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:20px;
	font-size:10px;
	color:#ccc;
	font-weight:700;
}
#footer a {
	color:#ccc;
	text-decoration:none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration:underline;
}


#contactform label{
	float: left;
	width: 170px;
	font-family:"Century Gothic";
	font-size:13px;
	font-weight: normal;
}

#contactform input, textarea, select {
	width: 175px;
	margin-bottom: 5px;
	border:1px solid #CCCCCC;
	font-family:"Century Gothic";
	font-size:12px;
}

#contactform textarea{
	border:1px solid #CCCCCC;
	width: 175px;
	height: 150px;
}

#submitbutton{
	margin-top: 5px;
	margin-left:170px;
	width: 90px;
	background-color:#E8E8E8;
}
.largeWhite {
	font-family:"Century Gothic";
	font-size:35px;
	color:#fff;
	font-weight:normal;
}
.mediumWhite {
	margin-left:50px;
	font-family:"Century Gothic";
	font-size:20px;
	color:#fff;
	font-weight:normal;
}
.cobhl {
	font-family:"Century Gothic";
	font-size:13px;
	color:#fff;
	background:#2F2F2F;
}
.cobll input, textarea, select {
	border:1px solid #202020;
}
.normalText {
	font-family: "Century Gothic";
	font-size:13px;
	color:#666;
}
.sentText {
	font-family: "Century Gothic";
	font-size:13px;
	color: #990000;
}
td {
	font-family:"Century Gothic";
	font-size:12px;
	color:#333;
}
td a {
	color:#333;
	text-decoration:none;
}
td a:hover {
	color: #CC0000;
	text-decoration: underline;
}