* {
	margin: 0;
	padding: 0;
}



body {
	width: 980px;
	margin: auto;

	background: #27343c;

	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #1c2122;
}

a img {
	border: 0;
}

a {
	color: #3987b3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #fdc901;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: .5em;
}
h3 {
	color: #cecece;
	font-weight: normal;
	font-size: 24px;
}
h3 {
}


/* ================================================================[ Top Menu ]
*/

ul#topMenu {
	text-align: right;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	list-style-type: none;
}
ul#topMenu li {
	display: inline;
}
ul#topMenu li a {
	padding: 10px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;

	color: #999;
	font-size: 9px;
	text-decoration: none;

}
ul#topMenu li a:hover {
	color: #fff;
}
ul#topMenu li a.english {
	background: transparent url("/img/gb.gif") left 12px no-repeat;
}
ul#topMenu li a.srpski {
	background: transparent url("/img/rs.gif") left 12px no-repeat;
}
ul#topMenu li a.sitemap {
	background: transparent url("/img/sitemap.gif") left 12px no-repeat;
}
ul#topMenu li a.bookmark {
	background: transparent url("/img/star.gif") left 12px no-repeat;
}
ul#topMenu li a.print {
	background: transparent url("/img/printer.gif") left 12px no-repeat;
}
ul#topMenu li a.login {
	background: transparent url("/img/shield.gif") left 12px no-repeat;
}
ul#topMenu li a.logout {
	background: transparent url("/img/shield_go.gif") left 12px no-repeat;
}
ul#topMenu li a.admin {
	background: transparent url("/img/cog.gif") left top no-repeat;
	float: left;
	padding-top: 2px;
}
/* Hovers */
ul#topMenu li a.english:hover, ul#topMenu li a.srpski:hover, ul#topMenu li a.sitemap:hover, ul#topMenu li a.bookmark:hover ,ul#topMenu li a.print:hover, ul#topMenu li a.login:hover, ul#topMenu li a.logout:hover, ul#topMenu li a.admin:hover {
	background-position: left -36px;
}
ul#topMenu li a.admin:hover {
	background-position: left -48px;
}

/* ===============================================================[ Main Menu ]
*/

#mainMenu {
	clear: both;
	position: relative;

	height: 50px;

	background: #000 url("/img/top.jpg") top left no-repeat;

	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#mainMenu img {
	margin-top: 10px;
	float: left;
}

#mainMenu ul {
	position: relative;
	text-align: right;
	list-style-type: none;
	float: right;
}
/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#mainMenu ul li {
	display: block;
	float: left;
}
#mainMenu ul li a {
	z-index: 10;
	position: relative;

	display: block;
	float: left;

	color: #fff;
	text-decoration: none;

	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#mainMenu li.background {
	background: url('/img/bg_menu_right.gif') no-repeat top right !important;
	background: url('/img/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
#mainMenu .background .left {
	background: url('/img/bg_menu.gif') no-repeat top left !important;
	background: url('/img/bg_menu.gif') no-repeat top left;
	height: 35px;
	margin-right: 11px;
}

#adminMainMenu li a {
	padding-left: 10px;
	padding-right: 10px;
}

#adminMainMenu li a {
	padding-left: 15px !important;
	padding-right: 15px !important;
}


/* ====================================================================[ Tabs ]
*/

#splash {
	height: 350px;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
}
#splash div.tab {
	height: 245px;
	display: none;
}
#splash div.current {
	display: block;
}
#splash .tab h1, #splash .tab p {
	display: none;
	height: 0px;
}

/* Tab IDs */
#welcome {
}
#rnd, #automation, #production {
	margin-top: -245px;
}

li.tabbutton {
	display: block;
	float: left;

	width: 280px;
	height: 75px;

	text-decoration: none;
	font-size: 9px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
li:hover.tabbutton {
	color: #333;
	cursor: pointer;
}
li.tabbutton img {
	margin-bottom: 1.5em;
}

#tabbuton1 {
	background: url(/img/tabs/tab1.jpg) no-repeat top left;
}
li:hover#tabbuton1 {
	background: url(/img/tabs/tab1.jpg) no-repeat left -105px;
}
#tabbuton2 {
	background: url(/img/tabs/tab2.jpg) no-repeat top left;
}
li:hover#tabbuton2 {
	background: url(/img/tabs/tab2.jpg) no-repeat left -105px;
}
#tabbuton3 {
	background: url(/img/tabs/tab3.jpg) no-repeat top left;
}
li:hover#tabbuton3 {
	background: url(/img/tabs/tab3.jpg) no-repeat left -105px;
}

#splash li.current {
	background-position: left -210px;
}


/* =================================================================[ Content ]
*/
#content {
	clear: both;

	padding: 25px;
	padding-bottom: 0;
	background: #ffffff !important;
}

#content h2 {
	color: #cecece;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: .5em;
}

#content ul {
	margin-left: 2em;
	margin-top: 1em;
	list-style-type: none;
}
#content ul li {
	margin-bottom: .5em;
}

/* ============================================================[ Home Content ]
*/
#homePage, #leftColumn {
	width: 620px;
	float: left;
	font-size: 11px;
	color: #1c2122;
}
#homePage p, #leftColumn p {
	padding-top: 12px;
	padding-left: 6px;
}

#farLeftColumn, .farLeftColumn {
	width: 250px;
	float: left;
	margin-right: 30px;
}
.bottomColumn {
	width: 300px;
	float: left;
	margin-right: 25px;
}

.bottomColumn h2 {
	padding-bottom: 0;
	margin-top: 30px;
}



.clear {
	clear: both !important;
	height: 1em;
}


/* ====================================================================[ News ]
*/

#latestNews, #rightColumn {
	width: 290px;
	float: right;
}

.newselement {
	background: url(/img/news_date.jpg) no-repeat 0 0;
	padding-bottom: 15px;
	clear: both;
	min-height: 3.5em;
}
.newselement a {
	text-decoration: none;
	color: #000;
}
.newselement a:hover {
	text-decoration: none;
	color: #ff7b06;
}

.newselement h3 {
	font-size: 11px;
	font-weight: bold;
}
.newselement p {
	font-size: 9px;
	color: #666;
	font-weight: normal;
}
.newselement .date {
	width: 38px;
	float: left;
	height: 40px;
	padding-right: 20px;
}
.newselement .date h4 {
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 4px;
	color: #999;
}
.newselement .date h5 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #777;
}

#leftColumn h1 {
	padding-bottom: 0;
}
#leftColumn .date {
	color: #ccc;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: smaller;
}



/* ============================================================[ productGroup ]
*/

.productGroup {
	padding-bottom: 4em;
}
.productGroup ul li a {
	font-weight: bold;
}



/* ================================================================[ Products ]
*/

ul.downloads {
	margin-bottom: 3em;
}
ul.downloads li img {
	vertical-align: middle;
	margin-right: 10px;
}

ul#screenshots {
	list-style-type: none;
}
ul#screenshots li {
	text-align: center;
	margin-bottom: 1.5em;

	float: left;
}

ul#screenshots li img {
	padding: 10px;
	padding-bottom: 0;
}



/* =================================================================[ Contact ]
*/
.contact p {
	margin-bottom: 2em;
}



/* ==================================================================[ Footer ]
*/

#footer {
	clear: both !important;
	background: #27343c url("/img/bottom.jpg") no-repeat top center;

	font-size: 9px;
	color: #525d63;
	padding-left: 25px;
	padding-top: 22px;
	padding-bottom: 25px;
}
#footer a {
	color: #525d63;
}
#footer a:hover {
	text-decoration: none;
	color: #525d63;
}





/* ======================================================[ Notices and Errors ]
*/
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

.error {
	border-left: 3px solid #f00;
}



/* ====================================================================[ Cake ]
*/

/* Forms */
form {
	padding: 0;
}
fieldset {
	border: none;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	margin: 0 20px;
}
form div {
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	border: 1px inset #fff;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	border: 1px outset #fff;
}
input[type=hidden], input.hidden {
	display: none;
}


/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	float: right;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}




/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}


/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

.products dl {
	clear: both;
}
.products img {
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
.products dd {
	margin-left: 13em;
}
.products dd ul li {
	list-style-type: square !important;
}
#content { background: #fff !important; }
.bottomColumn { clear: both !important; }
