* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	font-size: 9pt;
	color: white;
	background: url("images/bcg.jpg")
}

h1 {
	color: white;
	font-family: Arial;
	font-size: 22pt;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid white;
	text-align: center;
}

h2 {
	color: white;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;	
	margin-bottom: .5em;
	margin-top: .8em;
	text-align: left;
}

table {
	border-collapse: collapse;
}

img {
	border: 0 none;
}

a {
	color: white;
}

#wrapper {
	margin: auto;
	max-width: 1050px;
	min-width: 980px;
	padding: 0 1%;
}

*html #wrapper {
	width: expression((document.documentElement.clientWidth || document.body.clientWidt) < 980? '980px' : (document.documentElement.clientWidth || document.body.clientWidt)>1050? '1050px' : '100%');
}


/* MENU BAR */


#menu-bar {
	height: 51px;
	font-weight: bold;
}

#menu-bar .l {
	float: left;
	width: 8px;
	height: 51px;
	background: url("images/menu-l.png") repeat-x;
}

#menu-bar .r {
	float: right;
	width: 8px;
	height: 51px;
	background: url("images/menu-r.png") repeat-x;
}

#menu-bar .c {	
	margin: 0 8px;
	padding: 0 22px;
	background: url("images/menu.png") repeat-x;
}

#menu-bar table {
	height: 51px;
	font-family: Arial;	
	font-size: 14pt;
}

#menu-bar table td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

#menu-bar table td.space {
	width: 15%;
	background: url(images/menu-space.png) no-repeat center;
}

#menu-bar table td a {
	text-decoration: none;
	color: white;
}

#menu-bar table td a:hover {
	text-decoration: underline;
}


/* HEADER */


#header {
	position: relative;
	padding-top: 12px;
}

#header a {
	text-decoration: none;
}

#logo {
	position: absolute;
	left: 40px;
	top: 40px;
}

#header .t {
	height: 8px;
	overflow: hidden;
}

#header .t .l {
	float: left;
	width: 8px;
	height: 8px;
	background: url("images/header-t-l.png") no-repeat;
}

*html #header .t .l {
	margin-right: -8px;
}

#header .t .r {
	float: right;
	width: 8px;
	height: 8px;
	background: url("images/header-t-r.png") no-repeat;
}

*html #header .t .r {
	margin-left: -8px;
}

#header .t .c {
	margin: 0 8px;
	height: 8px;
	background-color: #396DAA;
}

#header .m {
	height: 567px;
	border-left: 8px solid #396DAA;
	border-right: 8px solid #396DAA;
	background: #396DAA;
}

#header .b {
	height: 8px;
	overflow: hidden;
}

#header .b .l {
	float: left;
	width: 8px;
	height: 8px;
	background: url("images/header-b-l.png") no-repeat;
}

*html #header .b .l {
	margin-right: -8px;
}

#header .b .r {
	float: right;
	width: 8px;
	height: 8px;
	background: url("images/header-b-r.png") no-repeat;
}

*html #header .b .r {
	margin-left: -8px;
}

#header .b .c {
	margin: 0 8px;
	height: 8px;
	background-color: #396DAA;
}

.regular #header .m {
	height: 257px;
	padding-top: 15px
}

#slide {
	margin-left: 320px;
	background: white;
	overflow: hidden;
}

#slide-content {
	padding-left: 80px;
	height: 237px;
	text-align: center;
}

*html #slide {
	overflow: visible;
	height: 1%;
}

#col-left {
	width: 53px;
	height: 237px;
	float: left;
	cursor: pointer;
	background: url(images/col-left.png);
}

#col-right {
	width: 53px;
	height: 237px;
	float: right;
	cursor: pointer;
	background: url(images/col-right.png);
}


/* WORKAREA */


#workarea {
	overflow: hidden;
	padding-top: 8px;
}

*html #workarea {
	overflow: visible;
	height: 1%;
}

#workarea .col-left {
	float: left;
	width: 240px;
}

#catalog {
	height: 360px;
	padding: 20px 30px;
	overflow: hidden;
	background: url("images/catalog.png");
}

#catalog ul {
	font-size: 11pt;
	list-style: none;
}

#catalog ul li {
	padding-bottom: .6em;
}

#catalog ul li a {
	text-decoration: none;
	color: white;
}

#catalog ul li a:hover {
	text-decoration: underline;
}

#news {
	margin-top: 19px;
	height: 298px;
	padding: 20px 30px;
	background: url("images/news.png");
	overflow: hidden;
	color: white;
	font-size: 9pt;
}

#news .blue {
	color: gray;
}

#news li.blue {
	padding-bottom: 1.6em;
	border-bottom: 1px solid white;
}

#news ul {
	list-style: none;	
}

#news ul li {
	padding-bottom: 1.6em;
}

#news ul li.blue {
	padding-top: 1em;
	font-weight: bold;
	color: white;
}

#news ul li.blue a {
	color: white;
}

#workarea .col-right {
	float: right;
	width: 240px;
}

#brands {	
	height: 710px;
	padding: 20px 30px;
	text-align: center;
	overflow: hidden;
	background: url("images/brands.png");	
}

#brands h1 {
	color: black;
	border-bottom: 2px solid #7C97B7;
}

#brands img {
	margin-bottom: 1em;
}

#workarea .col-center {
	margin: 0 264px;
}

#content {
}

#content .t {	
	overflow: hidden;
	height: 8px;
}

#content .t .l {
	float: left;
	width: 8px;
	height: 8px;
	background: url("images/content-t-l.png") no-repeat right bottom;
}

*html #content .t .l {
	margin-right: -8px;
}

#content .t .r {
	float: right;
	width: 8px;
	height: 8px;
	background: url("images/content-t-r.png") no-repeat left bottom;
}

*html #content .t .r {
	margin-left: -8px;
}

#content .t .c {
	margin: 0 8px;
	background-color: #396DAA;
	height: 8px;
}

#content .m {
	min-height: 729px;
	padding: 11px 30px;
	background-color: #396DAA;	
}

#content .main {
	min-height: 729px;
	padding: 11px 0;
	background-color: #396DAA;	
}

#content .main h1 {
	padding: 0 30px 10px 30px
}

#content .main h2 {
	padding: 5px 30px;
	background-color: #0B3D79;
}

#content .main p  {
	padding: .4em 30px;
	font-size: 8pt;
}

*html #content .m {
	
}

#content .b {
	height: 8px;
	overflow: hidden;	
}

#content .b .l {
	float: left;
	width: 9px;
	height: 9px;
	background: url("images/content-b-l.png") no-repeat;
}

*html #content .b .l {
	margin-right: -9px;
	overflow: hidden;
}

#content .b .r {
	float: right;
	width: 8px;
	height: 8px;
	background: url("images/content-b-r.png") no-repeat;
}

*html #content .b .r {
	margin-left: -8px;
	overflow: hidden;
}

#content .b .c {
	margin: 0 8px;
	height: 8px;
	background-color: #396DAA;
}


/* FOOTER */


#footer {
	padding-top: 35px;
}

#footer .t {	
	height: 8px;
	overflow: hidden;
}

#footer .t .l {
	float: left;
	width: 8px;
	height: 8px;
	background: url("images/footer-t-l.png");
}

*html #footer .t .l {
	margin-right: -8px;
}

#footer .t .r {
	float: right;
	width: 8px;
	height: 8px;
	background: url("images/footer-t-r.png");
}

*html #footer .t .r {
	margin-left: -8px;
}

#footer .t .c {
	margin: 0 8px;
	height: 8px;
	background: url("images/footer-t-c.png");
}

#footer .m {
	padding-top: 20px;
	height: 100px;
	background: url("images/footer.png") repeat-x;
}

#footer .m .l {
	float: left;
	padding-left: 30px;	
}

#footer .m .l img {
	margin-right: 10px;
	margin-top: -5px;
}

#footer .m .r {
	float: right;
	padding-right: 30px;
}

#footer .m .r a {
	color: white;
}

#seosky {
	font-weight: bold;
	color: #00FF18;	
}

#seosky span {
	color: #016DFF;
}



/* TEXT */

.text ul, .text ol {
	padding-left: 2em;
	padding-bottom: 1.5em;
}

.text p {
	padding-bottom: 1.2em;
}

.photos {
	overflow: hidden;
}

*html .photos {
	overflow: visible;
	height: 1%;
}

.photos img {
	float: left;
	margin: 0 24px 24px 0;
	border: 1px solid white;
}

#order table {
	width: 80%;
}

#order table td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}

#order table td.param {
	padding-right: 10px;
	white-space: nowrap;
}

#order table td.value, #order table td.value input, #order table td.value textarea  {
	width: 100%;
}

.red {
	color: red;
}

.overflow-hidden {
	overflow: hidden;
}

*html .overflow-hidden {
	overflow: visible;
	height: 1%;
}

.catalog-list {
	overflow: hidden;
	text-align: center;
}

*html .catalog-list {
	overflow: visible;
	height: 1%;
}

.catalog-list img {	
	margin-right: 15px;
}

.catalog-item h4 {
	padding-bottom: 5px;
}

.catalog-item .price {
	padding-top: .6em;
	font-size: 11pt;
	font-weight: bold;		
	color: #542437;
}

.catalog-item .zoom {
	overflow: hidden;
	padding-top: .5em;
}

.catalog-item .zoom {
	margin-right: 10px;
}
