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

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

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

html {
    height: 100%;
	background: #414141 url(/design/img/html_bg.png) repeat-x;
}

body {
    position: relative;
	width: 100%;
    min-height: 100%;
	min-width: 1200px;
    background: url("/design/img/body_bg.png") repeat-y top center;
}

* html body {
    height: 100%;
}

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

#header {
    position: relative;
	width: 1110px;
    height: 210px;
	margin: 0 auto;
	background: url(/design/img/header_bg.png) repeat-x;
}

#header a.logo {
	position: absolute;
	left: 88px;
	top: 77px;
	width: 314px;
	height: 100px;
	font-size: 40px;
}

#header a.logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 314px;
	height: 100px;
	border: none;
}

#header address {
	position: absolute;
	left: 88px;
	top: 45px;
	width: 320px;
	height: 40px;
}

#header .phone {
	font-family: Georgia, serif;
	font-size: 22pt;
	font-style: normal;
}

#header .phone small {
	font-family: Georgia, serif;
	font-size: 22pt;
	color: #8e8e8e;
}

#header .map {
	margin-left: 10px;
	font-size: 8pt;
	font-style: normal;
	vertical-align: 20%;
	color: #c62026;
}

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

#menu {
}

#nav {
	position: absolute;
	top: 120px;
	left: 460px;
	width: 600px;
	height: 50px;
	padding: 0;
	margin: 0;
}

#nav li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0;
	margin: 0;
	height: 50px;
}

#nav li a {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 15px;
	margin: 0 0 0 2px;
	line-height: 40px;
	font-size: 11pt;
	font-style: italic;
	color: black;
}

#nav li.active {
	background: url(/design/img/menu_red_tick.png) no-repeat center bottom;
}

#nav li.active i {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(/design/img/menu_red.png) no-repeat;
}

#nav li.active i a {
	text-decoration: none;
	background: url(/design/img/menu_red.png) no-repeat right top;
	color: white;
}

#nav li.active ul {
	position: absolute;
	left: -370px;
	top: 60px;
	width: 970px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(/design/img/submenu_bg.png) repeat-x;
}

#nav li.active li {
	margin: 0 0 0 15px;
	height: 30px;
}

#nav li.active li i {
	background: none;
}

#nav li.active li i a {
	padding: 0 15px;
	margin: 0;
	line-height: 25px;
	font-size: 10pt;
	font-style: normal;
	color: white;
	text-decoration: underline;
	background: none;
}

#nav li.active li.active {
	background: url(/design/img/menu_grey_tick.png) no-repeat center bottom;
}

#nav li.active li.active i {
	background: none;
}

#nav li.active li.active i a {
	background: url(/design/img/menu_grey.png) repeat-x;
	text-decoration: none;
	color: black;
}

#bottom_nav {
	position: relative;
	padding: 0;
	margin: 0;
	height: 98px;
	text-align: center;
}

#bottom_nav li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#bottom_nav li a {
	font-size: 8pt;
	font-style: italic;
	margin: 0 15px;
	color: black;
}

#bottom_nav li.active a {
	text-decoration: none;
	color: grey;
}

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

#layout {
    position: relative;
	width: 1110px;
	margin: 0 auto;
    padding: 0 0 220px 0;
	overflow: hidden;
}

#centercol {
	margin: 0 50px 0 100px;
}

#leftcol {
	margin: 0 340px 0 100px;
}

#rightcol {
	width: 260px;
	float: right;
	margin: 0 50px 0 0;
	*margin: 0 25px 0 0;
}

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

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 188px;
	background: url(/design/img/footer_bg.png) repeat-x;
}

#footer_inner {
	position: relative;
	width: 1110px;
	height: 188px;
	margin: 0 auto;
	background: url(/design/img/footer_inner.png) repeat-x;
}

#footer .bottom_nav {
}

#footer .copyright {
	position: absolute;
	top: 116px;
	right: 0;
	width: 490px;
	height: 50px;
	font-size: 8pt;
	font-style: italic;
	color: #959595;
}

#footer .counter {
	position: absolute;
	top: 116px;
	left: 10px;
	width: 100px;
	height: 50px;
}

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

h1 {
	font-family: Georgia, Serif;
    font-size: 22pt;
    font-weight: normal;
}

h2 {
	font-family: Georgia, Serif;
    font-size: 22pt;
    font-weight: normal;
}

h3 {
	font-family: Georgia, Serif;
    font-size: 15pt;
    font-weight: normal;
	color: #ac0000;
}

img.logotype {
	display: block;
	margin: 30px auto;
    border: none;
}

/* LINK */

a {
    color: #ac0000;
}
.super  h2 {display:inline; font-weight: normal; font-size: 9pt;
}
.super strong {
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 9pt;
    #text-transform: uppercase;
    letter-spacing: -1px; 
    display:block;
	      }


