﻿.cssMain
{
    /*background-color: red;*/
    position: absolute;
    top:  50%;
    left: 45%;
    
    font-weight: bold;
	font-size: 10pt;	
	color: #FF3300;
	font-style: normal;
	font-family: 'Microsoft Sans Serif';
}

/*****************/
/* Error Message */
/*****************/
.ErrorMessagePageValidation
{
    font-weight: bold;
    font-size: 9pt;
    color: #FCDC55;
    font-style: normal;
    font-family: 'Microsoft Sans Serif';
}

body
{
    margin: 0;
    padding: 0;
    background: #a20f39 url(../images/bg.jpg) repeat-x top center;
    font-family: Arial, "Helvetica" , sans-serif; /*word-spacing: 2pt; 	letter-spacing: 0.5px;*/
    font-size: 13px;
    color: #ffffff;
}

.xlarge
{
    font-size: 1.5em;
}
.large
{
    font-size: 1.2em;
}
.small
{
    font-size: 0.85em;
}
.xsmall
{
    font-size: 0.7em;
}

a:link, a:visited, a:active
{
    color: #fff;
    text-decoration: none;
}

a:hover, a:active
{
    color: #fddc56;
    text-decoration: none;
}

/*------- HEADER----------*/
.header
{
    height: 0px;
    margin: 0 auto;
    background: url(../images/header_bg.jpg) repeat-x;
    width: 100%;
    clear: both;
    padding-top: 10px;
}

/*-------MENU-------------*/
.menu
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, "Verdana" ,Helvitica,sans-serif;
    text-transform: none;
    color: #000000;
}
.menu a
{
    color: #000000;
    text-decoration: none;
    padding: 0px 22px 0px 22px;
}
.menu a:hover
{
    color: #a20f39;
    text-decoration: none;
    padding: 0px 22px 0px 22px;
}


/*-------- CART ----------------*/
.cart
{
    width: 80px;
    font-size: 12px;
    color: #000000;
}

/*________________slide show_____________________________*/


.slideshow
{
    position: relative;
    background: url(../images/bg_main.png);
    width: 956px;
    height: 474px;
}


/*_____________________ footer ________________________*/

.footer
{
    padding: 20px;
    padding-top: 40px;
    height: 30px;
    font-size: 11px;
    padding-bottom: 5px;
}

/*_____________________ Terms & Condition ________________________*/
.bnt
{
    background: url(../images/bg80.png);
    border: 1px solid #666;
    cursor: pointer;
    height: 20px;
    padding: 10px;
}

.cont
{
    background: url(../images/sub_menu_bg.png);
    padding: 10px;
    display: none;
}

h1
{
    font-size: 14px;
    background: url(../images/tittle.png) no-repeat;
    padding: 10px;
    padding-left: 45px;
}

h2
{
    font-size: 14px;
    padding: 0px;
}

/*---------- LEFT MENU -------------*/
.block_directory
{
    margin: 6px;
    padding: 8px;
    border: 0px solid #baa78c;
}


.list_directory
{
    list-style-type: none;
    margin: 6;
    padding: 0;
}


.list_directory:hover
{
    background: url(../images/sub_menu_bg.png) ;
}
