/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin: 0;
	color: #336699;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #369;
}
a:hover {
	color: #99CCFF;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	width: 745px;
	background: #fff;
	border: 1px solid #B2D6FE; /* Cancel IE Fix */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	clear: both;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #b2d6fe url(img/header_right.gif) repeat-x 100%;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 110px;
	margin-right: 5px;
	margin-left: 6px;
	position: relative;
}
#header h1 {
	margin: 0;
	color: #24496F;
	font-size: 2em;
	font-weight: bolder;
	cursor: default;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header h2 {
	margin: 0;
	color: #336699;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
}
/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	position: relative;
	height: 30px;
	margin-left: 5px;
	width: 729px;
}
/* navigacija */
#nav {
	height: 25px;
	z-index: 50;
	margin-left: 4px;
	position: static;
	margin-bottom: 4px;
	margin-right: 5px;
	padding-left: 0px;
	background-color: #6699CC;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	z-index: 100;
}
#nav li {
	float: left;
	margin: 0;
	position: relative;
	z-index: 100;
	padding: 0;
}
#nav ul a:link, #nav ul a:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 8px;
	letter-spacing: 1px;
	background-color: #6699CC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#nav ul li a:hover {
	color: #fff;
	background-color: #8BB1D8;
}
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 , #content h1{
	font-size: 18px;
	color: #336699;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	clip: rect(auto,auto,auto,auto);
	padding-left: 10px;
}
#content div, #sidebar div {
	padding: 1px 0 10px 0;
	border-top: 1px solid #ddd;
	padding: 10px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	position: relative;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin-right: 6px;
	margin-left: 6px;
	height: auto;
	width: 733px;
	border: 0px solid #B2D6FE;
}
#content div {
	background-color: #fff;
	background-image: url(img/para_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2D6FE;
}
#content div img, #content div a img {
	border: 2px solid #214465;
}
#content div a:hover img {
	border: 2px solid #B6D8FE;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	border-bottom: #fff;
	border-top: #fff;
	text-align: center;
	color: #336699;
	font-size: 12px;
	line-height: normal;
	width: 733px;
	background-color: #B2D6FE;
	background-image: url(img/header_right.gif);
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 4px;
	height: 70px;
}
#footer2 {
	border-bottom: #fff;
	border-top: #fff;
	text-align: center;
	color: #336699;
	font-size: 10px;
	line-height: normal;
	background-image: url(img/header_right.gif);
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	width: 733px;
}
#footer2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #336699;
}
#marketing{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2D6FE;
	border-right-color: #B2D6FE;
	border-bottom-color: #B2D6FE;
	border-left-color: #B2D6FE;
}
#container #nav a.on {
	background-color: #2D5986;
}

