/*******************/
/*                 */
/*  Common styles  */
/*                 */
/*******************/

* {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: url(/design/img/back.png) repeat-x;
}

body {
    position: relative;
    min-height: 100%;
    min-width: 988px;
    background: url(/design/img/bg.jpg) no-repeat center top;
}

* html body {
    height: 100%;
}

/******************/
/*                */
/*     Header     */
/*                */
/******************/

#header {
	position: relative;
	width: 988px;
	height: 294px;
	margin: 0 auto;
}

#header a.logo {
	position: absolute;
	top: 25px;
	right: 80px;
	font-family: serif;
	font-size: 20pt;
	text-decoration: none;
	color: black;
}

#header .label {
	position: absolute;
	width: 139px;
	height: 39px;
	padding: 5px 10px 5px 20px;
	font-size: 8pt;
	text-align: right;
	color: white;
	background: url(/design/img/label.png) no-repeat right top;
}

#header .l1 {
	right: 76px;
	top: 120px;
}

#header .l2 {
	right: 76px;
	top: 190px;
}

#header .quicklink1 {
	position: absolute;
	top: 100px;
	left: 110px;
	width: 250px;
	height: 180px;
	overflow: hidden;
	text-indent: -300px;
}

#header .quicklink2 {
	position: absolute;
	top: 100px;
	left: 360px;
	width: 210px;
	height: 180px;
	overflow: hidden;
	text-indent: -300px;
}

#header .quicklink3 {
	position: absolute;
	top: 100px;
	left: 570px;
	width: 170px;
	height: 180px;
	overflow: hidden;
	text-indent: -300px;
}

/****************/
/*              */
/*     Menu     */
/*              */
/****************/

#menu {
	position: relative;
	width: 858px;
	height: 39px;
	margin: 0 auto;
	padding-right: 26px;
	z-index: 2;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}

#footer ul li {
	display: inline-block;
	display: -moz-inline;
	*display: inline;
	*zoom: 1;
	padding: 0;
	margin: 0;
}

#footer ul li a {
	padding: 0 10px;
	line-height: 30px;
	font-family: Arial;
	font-size: 7pt;
	text-transform: uppercase;
	color: #81551c;
}

#footer ul ul {
	display: none;
}

/*****************/
/*               */
/*    Layout     */
/*               */
/*****************/

#layout {
	position: relative;
	width: 858px;
	margin: 43px auto 0 auto;
	padding: 0 26px 104px 0;
	overflow: hidden;
	background: url(/design/img/divider.png) repeat-y 242px 0;
}

#leftcol {
	width: 223px;
	padding: 32px 10px 0px 10px;
	float: left;
}

#rightcol {
	margin: 0 37px 0 280px;
	padding: 0 0 20px 0;
}

#layout address {
	position: relative;
	width: 200px;
	height: 100px;
	margin: 50px 0 0 20px;
	font-style: normal;
}

/******************/
/*                */
/*     Footer     */
/*                */
/******************/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 104px;
    background: url(/design/img/footer.png) repeat-x left bottom;
}

#footer .footer_inner {
	position: relative;
    width: 858px;
	height: 53px;
	margin: 0 auto;
	padding: 10px 26px 0 0;
	background: url(/design/img/footer_inner.png) no-repeat left top;
}

/******************/
/*                */
/*     Content    */
/*                */
/******************/

h1 {
    font-family: serif;
    font-size: 20pt;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h2 {
    font-family: serif;
    font-size: 14pt;
    font-weight: normal;
    margin: 10px 0;
}

/* LINK */

a {
    color: #1591f4;
}

a:hover {
	text-decoration: underline !important;
}

/* CATALOG */

ul.catalog_top {
	margin: 0;
	padding:0;
	list-style: none;
	*zoom: 1;
}

ul.catalog_top li {
	margin: 0;
	padding: 10px;
	background: url(/design/img/dotted.png) no-repeat left bottom;
	*zoom: 1;
}

ul.catalog_top li a {
	display: block;
	padding: 0 0 0 15px;
	font-family: serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #834a00;
	background: url(/design/img/bullet.png) no-repeat left 5px;
}

ul.catalog_top li a:hover {
	text-decoration: underline;
}

div.block {
	margin: 20px 0;
	text-align: center;
}

div.block a {
	display: inline-block;
	display: -moz-inline;
	*display: inline;
	*zoom: 1;
	text-align: center;
	text-decoration: none;
}

div.block a:hover {
	text-decoration: underline;
}

div.block a img {
	display: block;
	margin: 0 2px;
	border: 4px solid #dbdbdb;
}

/* NEWS */

div.newsitem {
    overflow: hidden;
    margin: 0 10px 26px 10px;
    *zoom: 1;
}

div.newsitem div.date {
    margin: 0 4px 0 0;
    padding: 0;
    line-height: 16px;
    font-size: 7pt;
}

div.newsitem a.title {
}

div.newsitem a.allnews {
    padding: 0 0 0 12px;
    background: url(/design/img/w_arrow.png) no-repeat left center
}

div.newsitem p.text {
    margin-bottom: 0;
}


