/* + - - - - - - - - - - - - - - - - - - - - - 
   |   Basic Elements
   + - - - - - - - - - - - - - - - - - - - - - */  
html, body {
	font: 10px Verdana, Arial, Helvetica;
	margin: 0px;
    padding: 0px;
    background: url(./images/background.gif) repeat;
}

body[class] .item_main {
	height:auto;
}

a {
	color: #454545;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span {
	display: inline;
	border:0px;
	margin: 0px;
	padding: 0px;
	
}

img {
	border: 0px;
}

input {
	padding: 0px;
	margin: 0px;
	height: 12px;
	font: 10px Verdana, Arial, Helvetica;
}	

select {
	padding: 0px;
	margin: 0px;
	height: 15px;
	font: 10px Verdana, Arial, Helvetica;
}	

#centeredBody {
	position: absolute;
	top: 81px;
	width: 749px;
}

td {
	margin: 0px;
	padding: 0px;
}

/* + - - - - - - - - - - - - - - - - - - - - - 
   |   Header
   + - - - - - - - - - - - - - - - - - - - - - */
#banner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 468px;
	height: 60px;
}

#logo {
	position: absolute;
	left: 11px;
	top: 49px;
	width: 141px;
	height: 40;
}


/* + - - - - - - - - - - - - - - - - - - - - - 
   |   Navigation
   + - - - - - - - - - - - - - - - - - - - - - */
#navigation {
	position: absolute;
	top: 110px; 
	left: 0px;
	width: 100%;
	height: 21px;
	padding-top: 4px;
	padding-left: 5px;
	background: url(./images/navigation/navigation_background.gif) no-repeat;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
	padding-right: 3px;
}

#login {
	position: absolute;
	top: 68px; 
	right: 0px;
}

/* + - - - - - - - - - - - - - - - - - - - - - 
   |   Content
   + - - - - - - - - - - - - - - - - - - - - - */
#content {
	position: absolute;
	top: 137px;
	width: 100%;
}

#item {
	width: 245px;
}

#item_big {
	width: 497px;
}

#item_header {
	height: 33px;
	text-align: left;
	padding-left: 15px;
	padding-top: 6px;
}

#item_main {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 199px;
	height: expression("199px");
	padding-bottom: 6px;
}

#item_main_dan {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 199px;
	height: auto;
	padding-bottom: 6px;
}

#item_popup {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 150px;
	height: expression("150px");
	padding-bottom: 6px;
}

#item_footer_green {
	height: 29px;
	text-align: right;
	padding-right: 17px;
	background:  url(./images/green/bg_bottom.gif) no-repeat;
}

#item_footer_red {
	height: 29px;
	background:  url(./images/red/bg_bottom.gif) no-repeat;
}

#item_footer_big_green {
	height: 29px;
	background:  url(./images/green/bg_big_bottom.gif) no-repeat;
}

#item_footer_big_red {
	height: 29px;
	background:  url(./images/red/bg_big_bottom.gif) no-repeat;
}

#footer {
	padding-top: 7px;
	text-align: right;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer li {
	display: inline;
	padding-left: 5px;
}
