body {
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
}

#body {
	padding: 0 475px 0 475px;
	margin: 0;
	text-align: center;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 0%;
	max-width: 0px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: #fff;
	margin: 0 -475px 0 -475px;
	min-width: 950px; /* Critical Safari fix! */
	position: relative;
}
#expander-plain {
	margin: 0 -475px 0 -475px;
	min-width: 950px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper1 {
/*  background: transparent url(/img/bg/left-column.gif) repeat-y;  this BG tiles the left column */
  font-size: 12px; /* set global font-size here */
  position: relative;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
/*  background: transparent;  this BG tiles the right column */
  text-align:left;
}

TABLE {
	font-size: 12px;
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  /*background: #ffffff; /* this BG tiles the center column */
  border-left: 0px solid #da5; /*** Critical left divider dimension value ***/
  border-right: 0px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 165px;    /*** Critical left col width value ***/
  margin-right: 165px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 165px;    /*** Critical left col width value ***/
  margin-left: -165px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 165px;    /*** Critical right col width value ***/
  margin-right: -165px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 0px;   /*** Critical right divider dimension value ***/
}

.right-pad-10 {padding-right:10px;}

.left-pad-10 {padding-left:10px;}


/************** Various layouts ***************/
.outer-200-x-200 {
  margin-left: 200px !important;    /*** Critical left col width value ***/
  margin-right: 200px !important;    /*** Critical right col width value ***/
}

.outer-740-x-0 {
  margin-left: 740px !important;    /*** Critical left col width value ***/
  margin-right: 0 !important;    /*** Critical right col width value ***/
}

.outer-470-x-0 {
  margin-left: 470px !important;    /*** Critical left col width value ***/
  margin-right: 0 !important;    /*** Critical right col width value ***/
}

.outer-300-x-0 {
  margin-left: 300px !important;    /*** Critical left col width value ***/
  margin-right: 0 !important;    /*** Critical right col width value ***/
}

.outer-200-x-0 {
  margin-left: 200px !important;    /*** Critical left col width value ***/
  margin-right: 0 !important;    /*** Critical right col width value ***/
}

.outer-0-x-740 {
  margin-left: 0 !important;    /*** Critical left col width value ***/
  margin-right: 740px !important;    /*** Critical right col width value ***/
}

.outer-0-x-640 {
  margin-left: 0 !important;    /*** Critical left col width value ***/
  margin-right: 640px !important;    /*** Critical right col width value ***/
}

.outer-0-x-470 {
  margin-left: 0 !important;    /*** Critical left col width value ***/
  margin-right: 470px !important;    /*** Critical right col width value ***/
}

.outer-0-x-200 {
  margin-left: 0 !important;    /*** Critical left col width value ***/
  margin-right: 200px !important;    /*** Critical right col width value ***/
}

.outer-0-x-0 {
  margin-left: 0px !important;    /*** Critical left col width value ***/
  margin-right: 0px !important;    /*** Critical right col width value ***/
}

.left-740 {
  width: 740px !important;    /*** Critical left col width value ***/
  margin-left: -740px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.left-470 {
  width: 470px !important;    /*** Critical left col width value ***/
  margin-left: -470px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.left-300 {
  width: 300px !important;    /*** Critical left col width value ***/
  margin-left: -300px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.left-200 {
  width: 200px !important;    /*** Critical left col width value ***/
  margin-left: -200px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.left-0 {
  width: 0px !important;    /*** Critical left col width value ***/
  margin-left: 0px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  display: none;
}

.right-740 {
  width: 740px !important;    /*** Critical right col width value ***/
  margin-right: -740px !important;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.right-640 {
  width: 640px !important;    /*** Critical right col width value ***/
  margin-right: -640px !important;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.right-470 {
  width: 470px !important;    /*** Critical right col width value ***/
  margin-right: -470px !important;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.right-200 {
  width: 200px !important;    /*** Critical right col width value ***/
  margin-right: -200px !important;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.right-0 {
  width: 0px !important;    /*** Critical left col width value ***/
  margin-left: 0px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  display: none;
}

/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html .iefix,
* html .iefix-rel
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
.iefix,
.iefix-rel
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */

* html .holly-hack {height: 1%;}

/**************** Utility Rules *******************/

.brclear { /* Use a break with this class to clear float containers */
  clear: both;
  height: 0;
  margin: 0;
  font-size: 1px;
  line-height: 0;
}

.hide, .hidden {display: none !important;}

.strtoupper {
	text-transform: uppercase;	
}

.ucfirst:first-letter {
	text-transform: uppercase;
}

/****Treba da se ubaci .pngfix, ali trenutno nece da radi u ie6 kad se pozove ta klasa ****/
img, input, .pngfix { 
	/* _behavior: url("/_css/iepngfix.htc") */
}
