/* WEBSITE pictures*/
/*SITE MAIN STYLES*/
body {
    background-color:#dfdfdf;    
    background-image:url("../img/site_bck.jpg");  
    background-repeat:repeat-x;  
	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:805px;
    height:140px;
}

.siteFoot {
    padding-left:1px;
    width:805px;
    height:9px;
}
.pageFoot {
    background-image:url('../img/back.gif');
    background-repeat:repeat-y;
    padding-left:20px;
    width:903px;
    height:35px;
}
.siteBck {
    background-image:url('../img/body_bck.jpg');
    background-repeat:repeat-y;
	width:805px;
}

.menuRow {
    background-image:url('../img/menu_bck.jpg');
    background-repeat:repeat-x;
    background-position:center;
    width:180px;
    height:33px;
}
.infoRow {
	background-color:#cc9900; 

    height:33px;
}
.siteHeadBottom {
    background-image:url('../img/red_head_sepa.jpg');
    background-repeat:repeat-x;
	background-position:center top;
    width:180px;
	height:2px;
}
/*BOX STYLES*/
td.categoryBox{
	background-color:#ffffff;
	padding-left:1px;
	padding-right:0px;
}
td.categoryBox:hover{
	background-color:#F4F3EE;
}
.boxBck {
    background-image:url('../img/table_row.jpg');
    background-repeat:repeat-y;
    width:180px;
    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:30px;
}
.boxHeadSmall {
    background-image:url('../img/cat_head.jpg');
    background-repeat:no-repeat;
	background-position:left;
	background-color:#660002;
    width:180px;
	height:30px;
}
.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;
}
.verticalSepa {
    background-image:url('../img/vert_sepa.jpg');
    background-repeat:repeat-y;
	background-position:center;
	width:10px;
}
/*SITEHEAD*/
.siteHeadTable {
    padding-left:0px;
    padding-top:0px;
}
.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:0px;
	padding-left:20px;
}

.al{
	list-style-image:url('../img/cat_arrow.jpg');
	vertical-align:top;
    padding:0 0 0 0px;
	margin:0px;
}


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