﻿@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('/css/fonts/helveticaneuemedium-webfont.eot');
    src: url('/css/fonts/helveticaneuemedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneuemedium-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneuemedium-webfont.ttf') format('truetype'),
         url('/css/fonts/helveticaneuemedium-webfont.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('/css/fonts/helveticaneuelight-webfont.eot');
    src: url('/css/fonts/helveticaneuelight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneuelight-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneuelight-webfont.ttf') format('truetype'),
         url('/css/fonts/helveticaneuelight-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('/css/fonts/helveticaneueultralight-webfont.eot');
    src: url('/css/fonts/helveticaneueultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/helveticaneueultralight-webfont.woff') format('woff'),
         url('/css/fonts/helveticaneueultralight-webfont.ttf') format('truetype'),
         url('/css/fonts/helveticaneueultralight-webfont.svg#HelveticaNeueUltraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zeeRegular';
    src: url('/css/fonts/zee-webfont.eot');
    src: url('/css/fonts/zee-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/zee-webfont.woff') format('woff'),
         url('/css/fonts/zee-webfont.ttf') format('truetype'),
         url('/css/fonts/zee-webfont.svg#zeeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



BODY
{
    font-family: HelveticaNeueLight,Arial,sans-serif;
    font-size: 12px;
    background: transparent;
    margin: 0px;
    color: #A09F9F;
}

input, select, textarea
{
    font-family: Arial, sans-serif;
    font-size: 1em;
    background: transparent url(/images/layout/back_input.png) repeat;
    color: #A09F9F;
    border-top: 2px solid #232628;
    border-bottom: 2px solid #232628;
    border-left: 1px solid #232628;
    border-right: 1px solid #232628;
}

A
{
    text-decoration: none;
    color: #af0000;
}

A:HOVER
{
    color: #af0000;
}

A.menu
{
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: #A09F9F;
    font-family: HelveticaNeueLight,Arial,sans-serif;
    font-size:13px;
    letter-spacing: -0.5px;
    /*margin-left: -23px;*/
}

A.menu.selected, A.menu:HOVER
{
    color: red;
    text-decoration: underline;
}

.validationSummary
{
    background-color: #FBDDDD;
    border: 1px solid #B10000;
    color: #B10000;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 530px;
    position: fixed;
    margin-left: 73px;
}

.validationSummary UL
{
    display: none;
}

DIV.sticker
{
    background: transparent none no-repeat scroll 0 0;
    height: 148px;
    position: absolute;
    right: 100px;
    top: 450px;
    width: 194px;
}


.customButton {
	display: block;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}

.customButton { color: #696969; }

.customButtom:HOVER { color: #B22222; }

.customButton .customButton_left, .customButton .customButton_right {
	float: left;
	display: block;
	width: 7px;
	height: 30px;
}

.customButton .customButton_left_arrow, .customButton .customButton_right_arrow {
	float: left;
	display: block;
	width: 19px;
	height: 30px;
}

.customButton .customButton_left {
	background: transparent url(/images/layout/button/button_left.png) no-repeat;
}

.customButton .customButton_right {
	background: transparent url(/images/layout/button/button_right.png) no-repeat;
}

.customButton .customButton_left_arrow {
	background: transparent url(/images/layout/button/button_left_arrow.png) no-repeat;
}

.customButton .customButton_right_arrow {
	background: transparent url(/images/layout/button/button_right_arrow.png) no-repeat;
}

.customButton .customButton_content {
	background: transparent url(/images/layout/button/button_content.png) repeat-x;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 25px;
	padding: 0 15px;
}


A.promo01 
{
    display: block;
    width: 123px;
    height: 68px;
    /*margin-left: 56px;*/
    position: absolute;
    left: 560px;
    top: 450px;
}

A.promo02 
{
    display: block;
    width: 194px;
    height: 107px;
    position: absolute;
    top: 485px;
    left: 700px;
}

A.promo03 
{
    display: block;
    width: 194px;
    height: 107px;
    position: absolute;
    top: 450px;
    left: 192px;
}

A.promo04
{
    display: block;
    width: 336px;
    height: 94px;
    position: absolute;
    top: 450px;
    left: 192px;
}

.title
{
    color: Silver;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    /*text-shadow: 0px 1px 0px silver;*/
}

.subtitle
{
    font-family: HelveticaNeueLight, Arial, Verdana, Serif;
    font-size: 18px;
    color: #a09f9f;
    letter-spacing: -0.8px;
    
    /*text-shadow: 0px 1px 0px silver;*/
}

.line
{
    color: #af0000;
    border-bottom: 1px solid #af0000;
    width:100%;
    margin-top: 5px;
    margin-bottom: 20px;
    /*background: transparent url(./images/layout/line.png) repeat-x;*/
}


.text
{
    font-size: 15px;
    line-height: 15px;
    color: #a09f9f;
    letter-spacing: -0.2px;
}

.zee
{
    font-family: zeeregular, Arial, Verdana, Serif;
    color: #af0000;
    letter-spacing: 0px;
    text-transform: lowercase;
}

.button_arrow_down
{
    position: absolute;
    top: 0px;
    right: -0px;
    z-index: 99;
    display: block;
    width: 91px;
    height: 29px;
    background: transparent url(/images/layout/button_rectangle.png) no-repeat;
    border: 0px;
    
    padding-left: 24px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 6px;
    vertical-align: middle;
    letter-spacing: -0.8px;    
    text-align: center;
    font-family: Arial;
    text-shadow: 0px 1px 0px black;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
}
.button_arrow_down { color: white; }

.button_arrow_down:HOVER { color: #A09F9F; }


.button_rounded_big
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    
    display: block;
    width: 177px;
    height: 35px;
    background: transparent url(/images/layout/button_rounded_big.png) no-repeat;
    border: 0px;

    padding-top: 9px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5px;
    vertical-align: middle;
    
    letter-spacing: -0.8px;    
    text-align: center;
    font-family: Arial;
    color: white;
    text-shadow: 0px 1px 0px black;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}


.button_back
{
    position: absolute;
    top: 0px;
    right: 0px;
    
    display: block;
    width: 42px;
    height: 36px;
    background: transparent url(/images/layout/button_back.png) no-repeat;
    border: 0px;
}

.back_content
{
    background: transparent url(/images/layout/back_input.png) repeat;
    overflow: auto;
    padding: 5px 25px 5px 25px;
    height: 350px;    
}

.back_box
{
    background: transparent url(/images/layout/back_input.png) repeat;
    border: 1px solid #232628;
}

