﻿/* Created	: 10.06.08 by Anel Pasic */
body 
{
    margin:0px;
    padding:0px;
	background-color:#ececec;
    /*Centered Layout*/
    text-align:center;
    /*Centered Layout END*/
}

/*Centered Layout*/
div#top, div#mid, div#foot, div#bodybgr
{
    width: 1031px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
/*Centered Layout END*/

.currentLoc
{
    background-color:#c11f22;
	text-align:center;
	height:28px;
	color:#fff;
	padding-top:8px;
	font-weight:bold;
	font-size:16px;
	border-bottom:13px solid #fff;
}

.logoBar
{
	width:	1031px;
    background-image:url('images/top2_logo.jpg');
    background-repeat:no-repeat;
	height:62px;
}

.bannerPadding
{
	padding-bottom:20px;
}


.logoImg
{
	width:	291px;
	height:62px;
	float:left;
}

.topMenuBgr
{
	width:	740px;
	height:62px;
    background-image:url('images/topmenu_bgr.jpg');
    background-repeat:no-repeat;
	float:right;
}

div#bodybgr
{
	width:	1031px;
    background-image:url('images/main_bgr.gif');
    background-repeat:repeat-y;
}

div#bannerTop
{
	width:	980px;

	padding-left:21px;
	padding-right:30px;
	border-bottom:20px;
}

.bannerTopLeft
{
	width:	251px;

	float:	left;
}

.bannerTopRight
{
	width:	709px;

	padding-left:20px;
	text-align:right;
	float:	right;
}

div#top
{

}

div#top div.top_padding
{
    width:100%;
    padding:0px;
    float:left;
}

div#mid
{
	padding-left:21px;
	padding-right:30px;
	width:980px;
}

div#mid div.mid_padding
{
    padding:0px;
    float:left;

}

div#foot
{
    clear:both;
    background-image:url('images/bottom.jpg');
    background-repeat:no-repeat;
    background-position:left top;
	height:67px;
	width:1031px;
    margin-bottom:20px;
}

div#foot div.foot_padding
{
    float:left;
}

div#top div.header
{
    width:100%;
    float:left;
}

div#top div.header div.header_padding
{
    padding-top:0px;
    padding-bottom:6px;
}

div#top div.top_menu
{ width:100%; float:left; }

div#top div.top_menu div.top_menu_padding
{ width:100%; float:left; }

div#top div.top_banner
{ width:100%; float:left; }

div#top div.top_banner div.top_banner_padding
{ 
    width:100%; 
    float:left; 
    padding-top:8px;
    padding-bottom:8px;
}

div#foot div.footer
{
    height:26px;
    color:#DCDCDC;
    text-align:center;
    margin-left:6px;
	padding-top:10px;
    background-image:url('images/footer_bg_r.gif');
    background-repeat:no-repeat;
    background-position:right top;
}

div#foot div.footer div.footer_padding
{
    background-image:url('images/footer_bg.gif');
    background-repeat:repeat-x;
    padding:8px;
    margin-right:6px;
}

div#mid_wrap div.col_left
{
    float: left;
    width: 180px; /*Width of left column in pixel*/
    overflow:hidden;
}
div#mid_wrap div#mid_content
{
    float:right;
}

div#mid_wrap div#mid_content div.mid_top
{
    height:26px;
    background-image:url('images/location_end.gif');
    background-repeat:no-repeat;
    background-position:right;
    padding-right:4px;
}

div#mid_wrap div#mid_content div.mid_top div.mid_top_padding
{
    height:26px;
    background-image:url('images/location_start.gif');
    background-repeat:no-repeat;
    padding-left:4px;
    color:#FFFFFF;
}

div#mid_wrap div#mid_content div.mid_top div.mid_top_content
{
    height:26px;
    background-image:url('images/location_bg.gif');
    padding-left:12px;
    background-repeat:repeat-x;
    color:#FFFFFF;
}

div#mid_wrap div#mid_content div.content
{
    float:left;
    width:660px;
}
div#mid_wrap div#mid_content div.col_right
{

}

/*
div#mid_wrap div.col_left div.col_left_padding
{
}
*/
div#mid div.col_right
{
    float: left;
    width: 140px; /*Width of right column*/
    overflow:hidden;
}
/*
div#mid div.col_right div.col_right_padding
{
}
*/
div#mid div.content
{
    float: left;
    width:590;
}

div#mid div.content div.content_padding
{
    padding:0px 20px 20px 20px;
}
