@charset "utf-8";
/**
* @author:Grzegorz Frydrychowicz
*/

#mainWrapper{
background:#fff url(../img/bg/bg.gif) left bottom repeat-x;
}
#wrapper{
width:950px;
margin:0px auto;
padding-bottom:20px;
}
#contentWrapper{
padding-bottom:20px;
}
#header{
width:950px;
height:138px;
clear:both;
}

/* columns */

.column{
float:left;
display:inline;
}
#leftMenu{
width:236px;
}
#mPagePromo{
width:460px;
}
#mPageNews{
width:254px;
}
#subPageContent{
width:714px;
}

/* content */

.contentOuter{
background:#dce8e8 url(../img/bg/content-bg-top.gif) left top repeat-x;
}
.contentInner{
background:transparent url(../img/bg/content-bg-bottom.gif) left bottom repeat-x;
min-height:170px;
height:auto !important;
height:170px;
padding:34px 26px 34px 26px;
}
.contentInner2{
background:transparent url(../img/bg/content-bg-bottom.gif) left bottom repeat-x;
padding:34px 26px 15px 26px;
}

/* boxes */

#leftBox{
padding:34px 10px 0px 0px;
background:url(../img/bg/menu-left-bg.gif) left top repeat-x;
}
#rightNews{
padding:34px 18px 0px 18px;
background:url(../img/bg/menu-left-bg.gif) left top repeat-x;
}
.footerCopyText{
padding:20px 20px 0px 20px;
font-size:11px;
}
.contactCol{
float:left;
display:inline;
width:328px;
}
.formCol{
float:right;
display:inline;
width:300px;

}

.formCol h3, .textBox h3{
    font-size:13px;
    color:#5a7f7c;
    padding-bottom:8px;
    margin-bottom:12px;
    font-weight:bold;
    background:url(../img/bg/line.gif) left bottom no-repeat;

}
