/**
 *
 *   Main Style Sheet File
 *   Copyright (c) 2009. by MASSVision, http://massvision.net
 *   Author: Vladimir Ignjatijevic
 *
 **/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url('../Images/body_bck.gif') top left;
}

#wrap {
	width: 100%;
	text-align: center;
}

#page {
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#page #header {
	position: relative;
	width: 876px;
	height: 46px;
	background-color: #009bde;
	border-bottom: 2px solid #ffffff;
}

#page #header img.logo {
	border: 0px;
	border-right: 2px solid #ffffff;
}

#page #title_pic {
	height: 169px;
	background: url("../Images/title-pic.jpg") top left no-repeat;
	border-bottom: 2px solid #ffffff;
}

/*******************************
	MAIN MENU
*******************************/

#page #mainmenu {
	height: 18px;
	background-color: #009bde;
}

#page #mainmenu ul {
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#page #mainmenu ul li,
#page #mainmenu ul li#id1_ {
	width: 76px;
	height: 15px;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-weight: normal;
	font-size: 11px;
	border-right: 2px solid #ffffff;
}

#page #mainmenu ul li.selected {
	background-color: #ffffff;
	font-weight: bold;
}

#page #mainmenu ul li#id1_.selected {
	background-color: #009bde;
	font-weight: normal;
}

#page #mainmenu ul li.selected a,
#page #mainmenu ul li.selected a:visited {
	background-color: #ffffff;
	color: #009bde;
}

#page #mainmenu ul li a,
#page #mainmenu ul li a:visited,
#page #mainmenu ul li#id1_.selected a,
#page #mainmenu ul li#id1_.selected a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #009bde;
}

#page #mainmenu ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

/*******************************
	CONTENT
*******************************/

#page #content {
	clear: both;
	width: 876px;
	min-height: 600px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#page #content #wrapper {
	width: 500px;
	margin-left: 50px;
}

#page #content #wrapper #back_to_print_menu
{
	margin-top: 20px;
	display: block;
	float: right;
}

#page #content #wrapper #back_to_print_menu ol
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#page #content #wrapper #back_to_print_menu ol li
{
	display: inline-block;
	float: left;
}

#page #content #wrapper #back_to_print_menu ol li a
{
}

#page #content #wrapper #back_to_print_menu ol li a img
{
   margin-left: 4px;
   border: 0px;
}

h1 {
	font-family: Verdana, Helvetica;
	text-transform : uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #009bde;
}

p {
	font-family: Verdana, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #505050;
}

ul li {
	font-family: Verdana, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #505050;
}

