/* WEBSITE pictures*/
/*SITE MAIN STYLES*/
body {
    background-color:#3e3f40;    
    background-image:url("../img/site_bck.jpg");
    background-repeat:repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana;
}

.siteHead {
    background-color:#ffffff; 
    background-image:url('../img/head.jpg');
    background-repeat:no-repeat;
    width:903px;
    height:138px;
}

.siteFoot {
    padding-left:1px;
    width:901px;
    height:32px;
}
.pageFoot {
    background-image:url('../img/back.gif');
    background-repeat:repeat-y;
    padding-left:20px;
    width:903px;
    height:35px;
}
.siteBck {
    background-image:url('../img/back.gif');
  /*  background-image:url('../img/bck.png');*/
    background-repeat:repeat-y;
    
}


.menuRow {
    background-image:url('../img/menu_bck.jpg');
    background-repeat:repeat-x;
    background-position:center;
    width:903px;
    height:33px;
}
.siteHeadBottom {
    background-image:url('../img/red_head_sepa.jpg');
    background-repeat:repeat-x;
	background-position:center top;
    width:903px;
	height:2px;
}
/*BOX STYLES*/
td.categoryBox{
	background-color:#FBFCF7;
	padding-left:2px;
	padding-right:2px;
	border-left:1px #b3b2b0 solid;
	border-right:1px #b3b2b0 solid;
}
td.categoryBox:hover{
	background-color:#F4F3EE;
}
.boxBck {
    background-image:url('../img/table_row.jpg');
    background-repeat:repeat-y;
    width:199px;
    height:1px;
}
.boxBigBck {
    background-image:url('../img/table_big_row.jpg');
    background-repeat:repeat-y;
    width:651px;
	height:1px;
}
.boxHeadLeft {
    background-image:url('../img/table_top_left.jpg');
    background-repeat:no-repeat;
    width:6px;
	height:37px;
}
.boxHeadSmall {
    background-image:url('../img/table_top_row.jpg');
    background-repeat:repeat-x;
    width:187px;
	height:37px;
}
.boxHead {
    background-image:url('../img/table_top_row.jpg');
    background-repeat:repeat-x;
    width:639px;
	height:37px;
}
.boxHeadRight {
    background-image:url('../img/table_top_right.jpg');
    background-repeat:no-repeat;
    background-position:center;
    width:6px;
	height:37px;
}
.boxFootLeft {
    background-image:url('../img/table_bottom_left.jpg');
    background-repeat:no-repeat;
    width:6px;
	height:10px;
}
.boxFoot {
    background-image:url('../img/table_bottom_row.jpg');
    background-repeat:repeat-x;
    width:1px;
	height:10px;
}

.boxFootRight {
    background-image:url('../img/table_bottom_right.jpg');
    background-repeat:no-repeat;
    background-position:center;
    width:6px;
	height:10px;
}

/*SITEHEAD*/
.siteHeadTable {
    padding-left:10px;
    padding-top:10px;
}
.topRightNav{
    border-left: 2px solid #c8d0e3;
    border-bottom: 2px solid #c8d0e3;
    padding-right:15px;
    padding-top:7px;
}
.topRightStyleSet{
    padding-right:17px;
    padding-bottom:5px;
}
/*CONTENT*/
.contentBox{
    background-image:url('../img/content_foot.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
    border: 1px solid #e0e9f0;
}
.boxBorder{
    border: 1px solid #e0e9f0;
}
.boxClickAble{
    cursor:pointer;
}
div.contentHolder{
    padding-left:25px;
}
/*OSC STYLES*/
ul{
	margin-left:10px;
}

.al{
	list-style-type:none;
    padding:0 0 0 0px;
}


.el{
	list-style-type:none;
    background:none; margin: 0px 0px 1px 18px; 
	padding:0px;}
	
.el a{
	text-decoration:none;
    font-size:11px;	
	line-height:15px;
}
.el a:hover{
    text-decoration:underline;
}