/*
*
* CSS file 4 oxer's mainSite
* by Tunker >:)
* mail: rafal@linet.com.pl
*/

body
{
    margin:0 0 15px 0;
    background-color:#502215;
    color:#FFE4CE;
    font-size:12px;
    font-family:Verdana;
}

.vs
{
    font-size:1px;
}

#topFrame
{
    background-image:url('../img/topImage.jpg');
    background-repeat:no-repeat;
    width:991px;
    height:213px;
    padding:35px 0 0 0;
}

#topFrame a
{
    color:#FFE4CE;
    text-decoration:none;
	font-weight:bold;
	padding-right:2px;
	padding-left:2px;
}

#topFrame a:hover
{
    color:#FFE4CE;
    text-decoration:underline;
	font-weight:bold;
	padding-right:2px;
	padding-left:2px;
}

#centerFrame
{
    background-image:url('../img/centerFrame.jpg');
    background-repeat:repeat-y;
    width:991px;
}

#footerFrame
{
    background-image:url('../img/footerFrame.jpg');
    background-repeat:no-repeat;
    width:991px;
    height:7px;
    font-size:1px;
}

#linetFrame
{
    font-size:11px;
    color:#FFE4CE;
    padding:5px 0 0 0;
}

#linetFrame a
{
    font-size:10px;
    color:#FFE4CE;
    font-weight:bold;
    text-decoration:underline;
}

#linetFrame a:hover
{
    font-size:10px;
    color:#FFE4CE;
    font-weight:bold;
    text-decoration:none;
}

#menuFrame
{
    width:240px;
}

#menuFrame .menuTop
{
    background-image:url('../img/menuTop.jpg');
    background-repeat:no-repeat;
    width:240px;
    height:11px;
    font-size:1px;
}

#menuFrame .menuCenter
{
    background-image:url('../img/menuCenter.jpg');
    background-repeat:repeat-y;
    width:225px;
    font-size:11px;
    padding:0 0 15px 15px;
}

#menuFrame .menuBottom
{
    background-image:url('../img/menuBottom.jpg');
    background-repeat:no-repeat;
    width:240px;
    height:11px;
    font-size:1px;
}

#menuFrame .menuCenter ul
{
    margin:0 0 0 0;
    padding:0 0 0 20px;
    list-style-type:circle;
    list-style-image: url("../img/pointer.gif")
}


#menuFrame .menuCenter li
{
    margin:0 0 0 0;
    padding:0 0 0 0;

}

#menuFrame .menuCenter .mainGroup
{
    font-size:11px;
    color:#FFE4CE;
    font-weight:bold;
    text-decoration:none;
}

#menuFrame .menuCenter .mainGroup:hover
{
    font-size:11px;
    color:#FFE4CE;
    font-weight:bold;
    text-decoration:underline;
}

#menuFrame .menuCenter .subGroup
{
    font-size:11px;
    color:#FFE4CE;
    font-weight:normal;
    text-decoration:none;
}

#menuFrame .menuCenter .subGroup:hover
{
    font-size:11px;
    color:#FFE4CE;
    font-weight:normal;
    text-decoration:underline;
}

#contentFrame
{
    background-image:url('../img/contentTop.jpg');
    background-repeat:no-repeat;
    background-position:top right;
    font-size:12px;
    padding:2px 15px 15px 20px;
}

#contentFrame h1
{
    font-size:12px;
    font-weight:bold;
    display:block;
    margin:0 0 15px 0;
}

#contentFrame a
{
    font-size:11px;
    color:#FFE4CE;
    font-weight:bold;
    text-decoration:underline;
}

#contentFrame a:hover
{
    font-size:11px;
    color:#FFE4CE;
    font-weight:bold;
    text-decoration:none;
}

#contentFrame h2
{
    background-image:url('../img/h2.jpg');
    background-repeat:no-repeat;
    width:460px;
    height:23px;
    font-size:12px;
    font-weight:bold;
    padding:7px 0 0 10px;
}