/*******************/
/*                 */
/*  Common styles  */
/*                 */
/*******************/

* {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
	background: url("/design/img/bg_right.jpg") repeat-x;
}

body {
    position: relative;
    width: 1000px;
    min-height: 100%;
    min-width: 1000px;
	background: url(/design/img/faux.png) repeat-y 264px;
	z-index: 1;
}

* html body {
    height: 100%;
}

#faux {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("/design/img/background.jpg") no-repeat;
	z-index: -1;
}

/******************/
/*                */
/*     Header     */
/*                */
/******************/

#header {
    position: relative;
    height: 120px;
    background: url("/design/img/background.jpg") no-repeat;
}

#header div.icons {
	position: absolute;
	top: 28px;
	left: 10px;
	width: 216px;
	height: 22px;
}

#header div.icons a img {
	border: none;
}

#header a.logo {
	position: absolute;
	top: 43px;
	left: 260px;
	width: 238px;
	height: 55px;
}

#header a.logo img {
	border: none;
}

#header address {
	position: absolute;
	top: 28px;
	left: 642px;
	height: 70px;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	border-left: 2px solid #9d0a0e;
}

#header address a {
	font-size: 12px;
}

/*****************/
/*               */
/*    Layout     */
/*               */
/*****************/

#layout {
    position: relative;
    padding: 0 0 40px 0;
	overflow: auto;
	*zoom: 1;
}

#centercol {
	position: relative;
    width: 682px;
    float: left;
    margin: 40px 0 0 264px;
	padding-top: 10px;
	z-index: 2;
}

* html #centercol {
    margin-left: 132px;
}

#leftcol {
    width: 264px;
    float: left;
    margin-left: -946px;
	z-index: 2;
}

/******************/
/*                */
/*     Footer     */
/*                */
/******************/

#footer {
    position: absolute;
	left: 0;
    bottom: 0;
    width: 1000px;
    height: 29px;
    background: url("/design/img/footer.png") no-repeat 25px 0;
}

#phone {
	position: absolute;
	left: 35px;
	bottom: 60px;
	width: 180px;
	font-family: serif;
	font-size: 14pt;
	color: #7a6454;
}

#phone big {
	font-family: serif;
	font-size: 24pt;
}

/****************/
/*              */
/*     Menu     */
/*              */
/****************/

#menu {
	position: absolute;
	top: 122px;
	left: 264px;
	width: 682px;
	height: 40px;
	background: url(/design/img/menu_bg.png) repeat-x;
	z-index: 3;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0 4px;
	padding: 0;
}

#menu ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 16px;
	height: 40px;
	font-size: 10pt;
	line-height: 33px;
	text-decoration: none;
	color: white;
}

#menu ul li.active {
	background: url(/design/img/menu_item_left.png) no-repeat;
}

#menu ul li.active a {
	background: url(/design/img/menu_item_right.png) no-repeat right;
	color: black;
}

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

#menu ul li.active a:hover {
	text-decoration: none;
}

/* SIDE NAVIGATION */

#leftcol ul {
	margin: 0 66px 0 32px;
	padding: 0;
	list-style: none;
}

#leftcol ul li {
	margin: 0;
	padding: 14px 0 5px 0;
	background: url(/design/img/dot_line.png) repeat-x left bottom;
}

#leftcol ul li a {
	display: block;
	width: 158px;
	padding: 0 4px;
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
	color: black;
}

#leftcol ul li.active a {
	background: url(/design/img/catalog_item.png) repeat-x;
}

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

#leftcol ul li.active a:hover {
	text-decoration: none;
}

/******************/
/*                */
/*     Content    */
/*                */
/******************/

div.content {
	margin: 50px;
}

.dot_line {
	background: url(/design/img/dot_line.png) repeat-x bottom;
}

h1 {
	font-family: serif;
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
    color: #9d0a0e;
}

/* LINK */

a {
    color: #9d0a0e;
}

a: visited {
    color: #4b4b4b;
}
