﻿body 
{
    background-color:#3E2A20;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat;
    background-position:center top;
    font-family:Arial;
    font-size:11px;
    color:#ffffff;
}

img
{
    border-width:0px;
    border-style:hidden;
}

a, a:hover
{
    color:#DA3B6D;
    position:relative;
    z-index:1;
}

#centerLayout
{
    width:938px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

#layoutTop
{
    width:938px;
    height:112px;
    background-image:url(../images/bgHeader.png);
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/bgHeader.png',sizingMethod='scale');

}

#layoutCenter
{
    width:938px;
    background-image:url(../images/bgContentRepeat.png);
    background-repeat:repeat-y;
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/bgContentRepeatIE.png',sizingMethod='scale');
}

#layoutFooter
{
    width:938px;
    height:9px;
    background-image:url(../images/bgFooter.png);
    background-repeat:no-repeat;
    background-position:top; 
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/bgFooter.png',sizingMethod='scale');
}

#menu
{
    margin-left:187px;
    width:730px;
    height:56px;
    background-image:url(../images/menuBG.png);
    background-repeat:no-repeat;
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/menuBG.png',sizingMethod='scale');
}

#menuPos
{
    position:relative;
    top:1px;
    left:5px;
    width:725px;
    height:55px;
}

#logo
{
    position:absolute;
    width:194px;
    height:127px;
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
    left:10px;
    top:81px;
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/logo.png',sizingMethod='scale');
	cursor : pointer;
}

#footer
{
    margin-top:18px;
    float:right;
    width:464px;
    height:130px;
    background-image:url(../images/footer.png);
    background-repeat:no-repeat;
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/footer.png',sizingMethod='scale');
}

#footerPosition
{
    padding: 10px; 
    text-align: right;
}

.menuItem, .menuItemRight
{
    height:55px;
    width:119px;
    text-align:center;
    line-height:55px;
    float:left;
}

.menuItem, .menuItemRight
{
    cursor : pointer;
}

.menuItem a, .menuItem a:hover, .menuItemRight a, .menuItemRight a:hover
{
    font-size:13px;
    font-weight:bold;
    color:White;
    text-decoration:none;
}

.menuHover
{
    background-image:url(../images/menuOver.png);
    background-repeat:repeat-x;
    height:55px;
}

.menuHoverRight
{
    background-image:url(../images/menuOverRight.png);
    background-repeat:no-repeat;
    height:55px;
    width:119px;
    _background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/menuOverRight.png',sizingMethod='scale');
}

.menuDivider
{
    background-image:url(../images/menuSeperator.png);
    background-repeat:no-repeat;
    width:2px;
    height:55px;
    float:left;
}