html, body, form, fieldset, div {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#header {
	height: 120px;
	margin: 0 auto;
	width: 950px;
}

#logo {
	background-color: transparent;
	background-image: url(../img/logo.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', enabled=true, sizingMethod=scale);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0;
	height: 80px;
	width: 260px;
}

#logo span {
	display: none;
}

#header_right {
	float: right;
	height: 80px;
	width: 260px;
}

#header_right {
	float: right;
	height: 80px;
	width: 210px;
}

#header_left_right {
	padding: 6px 0;
	height: 80px;
}

#main {
	background-color: #fff;
	background-image: url(../img/mainnav-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #b4b4b4;
}

#container {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}


#MainMenu {
	background-color:red;
	clear: both;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#MainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#MainMenu li {
	background: url(../img/mainnav-sep.gif) no-repeat right bottom;
	cursor: pointer;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 2px 0 0;
}

#MainMenu li ul {
	width: 160px;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 160px;
}

#MainMenu li ul ul {
	margin: -30px 0 0 160px; /* third-and-above-level lists */
}

#MainMenu li li {
	padding: 0 10px 0 0;
	margin: 0;
	width: 150px;
}

#MainMenu ul a {
}

#MainMenu li:hover ul ul, #MainMenu li:hover ul ul ul,
#MainMenu li.sfhover ul ul, #MainMenu li.havechildsfhover ul ul, #MainMenu li.havechild-activesfhover ul ul, #MainMenu li.activesfhover ul ul,
#MainMenu li.sfhover ul ul ul, #MainMenu li.havechildsfhover ul ul ul, #MainMenu li.havechild-activesfhover ul ul ul, #MainMenu li.activesfhover ul ul ul {
	left: -999px;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#MainMenu li:hover ul, #MainMenu li li:hover ul, #MainMenu li li li:hover ul,
#MainMenu li.sfhover ul, #MainMenu li.havechildsfhover ul, #MainMenu li.havechild-activesfhover ul, #MainMenu li.activesfhover ul,
#MainMenu li li.sfhover ul, #MainMenu li li.havesubchildsfhover ul, #MainMenu li li.havesubchild-activesfhover ul, #MainMenu li li.activesfhover ul,
#MainMenu li li li.sfhover ul, #MainMenu li li li.havesubchildsfhover ul, #MainMenu li li li.havesubchild-activesfhover ul, #MainMenu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#MainMenu li a {
	display: block;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#MainMenu li a span {
	display: block;
	padding: 5px 15px 5px;
}

#MainMenu li.havechild a:hover,
#MainMenu li.havechild a:active,
#MainMenu li.havechild a:focus,
#MainMenu li:hover a {
	background: url(../img/tab-right.gif) no-repeat right top #030303;
	color: #FFFFFF;
}

#MainMenu li.havechild a:hover span,
#MainMenu li.havechild a:active span,
#MainMenu li.havechild a:focus span,
#MainMenu li:hover a span{
	background: url(../img/tab-left.gif) no-repeat left top;
}

#MainMenu li.havechild li a:hover,
#MainMenu li.havechild li a:active,
#MainMenu li.havechild li a:focus,
#MainMenu li:hover li a {
	background:none;
}

#MainMenu li.havechild li a:hover span,
#MainMenu li.havechild li a:active span,
#MainMenu li.havechild li a:focus span,
#MainMenu li:hover li a span{
	background:none;
}

#MainMenu li:hover,
#MainMenu li.sfhover,
#MainMenu li.havechildsfhover,
#MainMenu li.havechild-activesfhover {
	color: #333333;
}

#MainMenu li a.active,
#MainMenu li a.active:hover,
#MainMenu li a.active:active,
#MainMenu li a.active:focus {
	background: url(../img/tab-right.gif) no-repeat right top #030303;
}

#MainMenu li a.active span,
#MainMenu li a.active:hover span,
#MainMenu li a.active:active span,
#MainMenu li a.active:focus span{
	background: url(../img/tab-left.gif) no-repeat left top;
	color: #FFFFFF;
}

/* 2nd level and above */
#MainMenu li ul {
	background: url(../img/grad-1.gif) repeat-x bottom #440001;
}


#MainMenu li ul li {
	border-bottom: 1px solid #333333;
	border-right: none;
	background: none;
}

#MainMenu li ul li span {
	padding: 0;
}

#MainMenu li ul a {
	border: none;
	margin: 0;
	padding: 8px 10px;
	line-height: normal;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	font-size: 92%;
}

#MainMenu li.havesubchild,
#MainMenu li.havesubchild-active {
	background: url(../img/arrow.png) no-repeat 94% 50%;
}

#MainMenu li ul a:hover,
#MainMenu li ul a:active,
#MainMenu li ul a:focus,
#MainMenu ul li:hover,
#MainMenu ul li.sfhover,
#MainMenu ul li.havesubchildsfhover,
#MainMenu ul li.havesubchild-activesfhover,
#MainMenu ul ul li:hover,
#MainMenu ul ul li.sfhover,
#MainMenu ul ul li.havesubchildsfhover,
#MainMenu ul ul li.havesubchild-activesfhover {
	background: #333333;
	color: #FFFFFF;
}

#MainMenu ul li a.active,
#MainMenu ul li a.active:hover,
#MainMenu ul li a.active:active,
#MainMenu ul li a.active:focus {
	background: none !important;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}



#MainMenu li.havechild a:hover,
#MainMenu li.havechild a:active,
#MainMenu li.havechild a:focus,
#MainMenu li:hover a {
	background: url(../img/tab-right.gif) no-repeat right top #770006;
}

#MainMenu li.havechild a:hover span,
#MainMenu li.havechild a:active span,
#MainMenu li.havechild a:focus span,
#MainMenu li:hover a span{
	background: url(../img/tab-left.gif) no-repeat left top;
}

#MainMenu li a.active,
#MainMenu li a.active:hover,
#MainMenu li a.active:active,
#MainMenu li a.active:focus {
	background: url(../img/tab-right.gif) no-repeat right top #770006;
}

#MainMenu li a.active span,
#MainMenu li a.active:hover span,
#MainMenu li a.active:active span,
#MainMenu li a.active:focus span{
	background: url(../img/tab-left.gif) no-repeat left top;
	color: #FFFFFF;
}

#MainMenu li ul {
	/*background: url(../img/grad-1.gif) repeat-x bottom #770006;*/
}

#MainMenu li ul li {
	border-bottom: 1px solid #5A0B0C;
}

#MainMenu li ul a:hover,
#MainMenu li ul a:active,
#MainMenu li ul a:focus,
#MainMenu ul li:hover,
#MainMenu ul li.sfhover,
#MainMenu ul li.havesubchildsfhover,
#MainMenu ul li.havesubchild-activesfhover,
#MainMenu ul ul li:hover,
#MainMenu ul ul li.sfhover,
#MainMenu ul ul li.havesubchildsfhover,
#MainMenu ul ul li.havesubchild-activesfhover {
	background: #651213;
}

#body {
	margin: 5px auto;
	width: 950px;
}

#banner {
	height: 290px;
	margin: 0 0 5px 0;
	width: 950px;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 570px;
}

.wrap-center {
	background-image: url(../img/box-center.gif);
	background-position: center;
	background-repeat: left repeat-y;
}

.wrap-top {
	background-image: url(../img/box-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.wrap-bottom {
	background-image: url(../img/box-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#column {
	float: right;
	width: 375px;
}

#left_right {
	float: left;
	width: 355px;
}

#left, #right {
	float: left;
	width: 175px;
}

#right {
	margin-left: 5px;
}

h1 {
	color: #e8000e;
	font-size: 20px;
	line-height: 30px;
	padding: 0 5px;
	margin: 0 0 5px 0;
}

h2 {
	color: #ff0000;
	font-size: 16px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

h3 {
	color: #05A8D9;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.pad {
	padding: 5px;
}

.item_content img {
	float: left;
	margin-right: 5px;
}

#footer {
	background-color: #000;
	color: #666;
	text-align: center;
	line-height: 22px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#copyright {
	background-color: #333;
	color: #999;
	line-height: 22px;
}

#copyright a {
	color: #eee;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

#content div.module {
	clear: both;
	padding: 0 9px 9px 9px;
}

#content ul {
	margin-left: 20px;
	padding: 0;
	list-style: square;
}

#column div.module h2 {
	font-size: 100%;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	margin: 0 -10px 5px;
	height: 30px;
	line-height: 32px;
	text-indent: 10px;
}


#column div.module {
	background: url(../img/bor_br.gif) no-repeat right bottom !important;
	margin: 0 0 5px 0;
	width: 100%;
	float: left;
	clear: both;
}

#column div.module div {
	background: url(../img/bor_bl.gif) no-repeat left bottom;
	margin: 0;
}

#column div.module div div {
	background: url(../img/bor_tr.gif) no-repeat right top;
}

#column div.module div div div {
	background: url(../img/bor_tl.gif) no-repeat left top;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	display: block;
}

#column div.module div div div div {
	background: none;
	padding: 0;
}

#column div.module div div div div div {
	background: auto;
}

#news {
	height: 190px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0;
	width: 100%;
}

#news div div {
	background-image: url(../img/bg_news.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	height: 180px;
	margin: 0;
	padding:0;
}

#news div div img {
	float: right;
	margin: 0 0 0 5px;
}

#news div div strong {
	display: block;
	text-align: left;
}

#news div div strong a {
	color: #CC0000;
	text-decoration: underline;	
}

#news div div strong a:hover {
	color: red;
	text-decoration: none;	
}

#news div div p {
	text-align:justify;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

#news div div a.read_more {
	clear:left;
	background-image:url(../img/li-news.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#CC0000;
	font-size:11px;
	padding-left:10px;
	text-decoration:none;
}

#news .publish_date {
	clear: both;
	color: red;
	float: none;
}


#languages {
	clear:both;
	float:right;
	height:20px;
	line-height:20px;
	margin:5px 10px;
	padding:0;
}

#languages div {
	float:right;
}

#languages a {
	color:#FF0000;
	text-decoration:none;
}
fieldset {
	-moz-border-radius:3px 3px 3px 3px;
	border: none;
	display:block;
	margin:0 6px;
}
fieldset legend {
	-moz-border-radius:3px 3px 3px 3px;
	border:none;
	color:#FF0000;
	font-weight:bold;
	margin-left:5px;
	padding:5px;
}
.input label {
float:left;
margin-right:10px;
padding-top:2px;
text-align:left;
width:42%;
}
fieldset label {
	display:-moz-stack;
	font-weight:bold;
	margin-left:20px;
}
#languages a:hover {
	text-decoration:underline;
}
#SearchForm {
	float:left;
	width:210px;
}
#SearchForm label, #SearchForm input {
	margin-bottom:5px;
}

#SearchForm label {
	font-weight:bold;
}

#query {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg_search.png', enabled=true, sizingMethod=scale);
	background-image:url(../img/bg_search.png);
	background-position:2px center;
	background-repeat:no-repeat;
	color:#CC0000;
	margin-right:5px;
	padding-left:20px;
	width:100px;
}

#SearchSubmit {
	color:#CC0000;
	width:70px;
}

#query, #SearchSubmit {
	float:left;
}

.partner {
	border: 1px solid #ccc;
	float: left;
	height: 130px;
	margin: 5px;
	text-align: center;
	width: 270px;
}

.partner strong {
	color: #cc0000;
}

.pad {
	padding: 5px;
}

.brands {
	margin-left: 2px;
	text-align: center;
}

.brand {
	float: left;
	text-align: center;
	margin: 4px 2px;
	width: 120px;
}

.brand a img {
	border: 1px solid #7A9CAA;
}

.brand a:hover img {
	border-color: #d6e1e5;
}

.product_category {
	background-color: #fff;
	border: 1px solid #000;
	clear: both;
	margin: 5px;
	padding: 5px;
	width: 600px;
}

.product_category strong {
	float: left;
}

.product_category span {
	float: left;
}

.product_category .category {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
	height: 80px;
	margin-right: 5px;
	width: 270px;
}

.product_category .brand {
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #ccc;
	display: block;
	float: left;
	height: 40px;
	margin: 5px 5px 0 0;
	padding: 2px;
	width: 100px;
}

.product {
	background-color: #eee;
	float: left;
	margin: 5px;
	padding: 0;
	text-align: center;
	width: 270px;
}

.product .product_link {
	background-color: #A0B3BE;
	color: #000;
	display: block;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin:0;
	width: 270px;
	text-decoration: none;
}

.paint_link {
	background-color: #A0B3BE;
	color: #000;
	display: block;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin:0;
	width: 50px;
	text-decoration: none;
}

.paint_pic {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	margin: 0;
	width: 50px;
}

.product .product_pic {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	margin: 0;
	width: 270px;
}

.product .product_more {
	background-color: #4FBBBC;
	background-image: url('../../img/icons/zoom.png');
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 0;
	text-decoration: none;
	width: 270px;
}

.product .product_pic img {
	height: 100px;
	width: 240px;
}

.product_big_pic {
	background-color: #fff;
	border: 1px solid #999;
	float: left;
	margin-top: 10px;
	text-align:center;
	width: 290px;
}

.product_description {
	background-color: #fff;
	float: left;
	text-align: justify;
	border: 1px solid #999;
	padding: 40px 0 0 10px;
	width: 250px;
}

.product_big_pic img {
	width: 270px;
}

.product_big_pic .brand_pic {
	margin: 5px auto;
	width: 240px;
}

.product_big_pic span {
	background-color: #fff;
	border-bottom: 1px solid #999;
	color: #6FC2C7;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: 320px;
}

.product_big_model {
	clear:right;
	float:left;
	margin: 5px;
	text-align: center;
	width: 320px;
}

.product_big_model img {
	width: 320px;
}

.workshopUsers p {
	padding-top: 10px;	
}