/* -------------------------------------------------------------------------

	LWS Screen Style Sheet
	last update: 13 September 2009
	author: Nenad Papic
	email: neo.dtk@gmail.com

------------------------------------------------------------------------- */

/* colour palette

dark yellow:#FFD400
black: 		#000000
warm gray: 	#E5E4E2

*/

/* !Eric Meyer's css reset (http://meyerweb.com/eric/tools/css/reset/) -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #F7F7F8 url(../images/page-background.png) no-repeat center top;
}

/* !type ---------------------------------------------------------------- */

/* font sizing guide:

pixels		ems			leading
-------------------------------------
9px 	= 	0.75em		2.2222em
10px 	= 	0.8333em	2em
11px 	= 	0.9166em	1.8181em
12px 	= 	1em			1.6666em
13px 	= 	1.0833em	1.5384em
14px 	= 	1.1666em	1.4285em
15px 	= 	1.25em		1.3333em
16px 	= 	1.3333em	1.25em
17px 	= 	1.4166em	1.1764em
18px 	= 	1.5em		1.1111em
19px 	= 	1.5833em	1.0526em
20px 	= 	1.6666em	1em
21px 	= 	1.75em		
22px 	= 	1.8333em	
23px 	= 	1.9166em	
24px 	= 	2em			
30px	=	2.5em		

(divide desired pixel height by 12 to get 'em' value) */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */


/* !layout -------------------------------------------------------------- */

body {
	background-color: #F7F7F8;
	color: #666;
	font: 0.75em/1.3333em "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1em; /*30px*/
	line-height: 1.1666em; /*35px*/
}

h2 {
	font-weight: normal;
	color: #BE9E4C;
	font-size: 2.1666em;
	line-height: 1.1538em;
	margin: 0.7692em 0 0.3846em 0;
}

h3 {
	font: 900 16px/1.1111em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 1.1111em 0 0.5555em 0;
}

h4 {
	font-weight: normal;
	color: #BE9E4C;
	font-size: 1.1666em;
	line-height: 1.4285em;
	margin: 1.4285em 0 0.7142em 0;
}

h5 {
	font-weight: bold;
	color: #BE9E4C;
	font-size: 1em;
	line-height: 1.6666em;
	margin: 1.6666em 0 0.8333em 0;
}

p {
	font-size: 1em;
	margin: 0.8333em 0 0.8333em 0;
}

p.date {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-style: italic;
	color: #888;
}

sup {
	font-size: 0.75em;
	/*color: #888;*/
	vertical-align:super;
}

/* data tables */

table {
	border-collapse: collapse;
}

td.download {
	text-align: center !important;
	padding: 0 !important;
}

td.download img {
	margin: 0 0 0 25px !important;
}
/* hyperlinks */

a  {
	color: #960;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}

#skipnav {
	position: absolute;
	top: 10px;
	left: 10px;
}
#anchorLine {
	margin: 0px auto;
	height: 50px;
	width: 950px;
	border-top: 1px solid #E5E4E2;
	border-bottom: 1px solid #E5E4E2;
}


#header {
	width: 950px;
	height: 140px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

/* !header ---------------------------------------------------------------- */

#header #logo {
	position: absolute;
	top: 18px;
	left: 10px;
	height: 81px;
	width: 67px;
	background: url(../images/logo_head.gif) no-repeat;
}

#header #logo a {
	height: 81px;
	width: 67px;
	display: block;
	text-decoration: none;
}


#header #title {
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 44px;
	width: 461px;
	height: 29px;
	background: url(../images/title.gif) no-repeat;
	text-indent: -999em;
}

#content {
	width: 950px;
	margin: 0 auto;
}

#primaryContent {
	width: 580px;
	float: left;
	margin-right: 20px;
	padding-bottom: 40px;
}

#secondaryContent {
	width: 160px;
	float: left;
	padding-bottom: 40px;
}

#footer {
	width: 950px;
	margin: 0 auto;
	height: 40px;
	font-size: 0.8666em;
	line-height: 2.3333em;
	text-align: center;
	color: #A8A6A2;
	text-decoration: none;
}
#language {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 50px;
	width: 41px;
}

#supportedIcons {
	margin: 0px auto;
	height: 40px;
	width: 950px;
	border-bottom: 1px solid #E5E4E2;
}


#primaryContent img {
	float: left;
	margin: 0 20px 10px 0;
}

#secondaryContent p {
	font-size: 0.9166em;
	line-height: 1.8181em;
	margin: 0.909em 0 0.909em 0;
}

#secondaryContent h2 {
	font-size: 1.5em;
	line-height: 1.1111em;
	margin: 0.5555em 0 0.5555em 0;
}

#secondaryContent h3 {
	font-size: 1.3333em;
	line-height: 1.25em;
}

#secondaryContent ul {
	margin-left: 0;
}

#secondaryContent ul li {
	font-size: 0.9166em;
	line-height: 1.8181em;
	margin: 0.909em 0 0.909em 0;
	background: url(../images/square_bullet.gif) no-repeat 0 0.6em;
	padding-left: 10px;
}

#primaryContent p {
	margin-right: 20px;
}

#primaryContent ul {
	margin-left: 20px;
	margin-right: 20px;
}

#primaryContent ul li {
	background: url(../images/square_bullet.gif) no-repeat 0 0.6em;
	padding-left: 10px;
	margin: 0.8333em 0 0.8333em 0;
}

/* search panel */

#searchPanel {
	float: right;
	margin-right: 20px;
    /*position:absolute;
    right:20px;
    top:50px;*/
}
#searchPanel input , #searchPanel select{
	float: right;
	border: 0px none #F4CA00;
	color: #827C6A;
	font: 700 0.8em Calibri, sans-serif;
	margin: 14px 0px 0px;
	padding: 0px;
	height: 23px;
}
#searchPanel #SearchButton {
	background: url(../images/search-button.png);
	float: right;
	height: 23px;
	width: 23px;
	cursor: pointer;
}


#searchPanel label {
	margin: 0px;
	padding: 0px;
	height: 22px;
}
#searchPanel #SearchBox {
	background: url(../images/searchbox-background.png) no-repeat;
	border: 0px none #F4CA00;
	/*padding-top: 5px;*/
	line-height: 23px;
	padding-left: 6px;
}


/* main navigation ---------------------------------------------------------------- */

#mainNav {
	height: 60px;
	background: url(../images/nav-background.png);
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	font: 800 14px/50px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	position:relative;
}

#mainNav ul {
	padding: 0px;
	margin: 0px 0px 0px 12px;
}

#mainNav ul li {
	float: left;
	margin: 0px 8px;
	padding: 0px;
	width: auto;
}
#mainNav ul li a
    {
	display: block;
	color: #000;
	text-decoration: none;
}
#mainNav ul li a:hover
    {
	color: #FFF;
}

/* !breadcrumb ---------------------------------------------------------------- */

#breadcrumb {
	margin: 0 0 10px 190px;
	padding-top: 20px;
	font-size: 0.9166em;
	line-height: 1.8181em;
}

/* !sub navigation ---------------------------------------------------------------- */

#subNavigation {
	float: left;
	width: 170px;
	margin: -0.5em 20px 0 0;
	padding-bottom: 40px;
}

#subNavigation li {
	font-size: 1.0833em;
	line-height: 1.5384em;
	padding: 0.5em 0;
	background: url(../images/subnav_rule.gif) no-repeat left bottom;
}

#subNavigation li a:link,
#subNavigation li a:visited {
	padding-left: 10px;
	color: #666;
	display: block;
}

#subNavigation li a:hover,
#subNavigation li a:active {
	background: url(../images/square_bullet.gif) no-repeat 0 0.6em;
	color: #D0431D;
	text-decoration: none;
}

/* !banner ---------------------------------------------------------------- */

#banner {
	width: 580px;
	height: 160px;
	margin-bottom: 40px;
	background-color: #D0431D;
}

.clearBoth {
	clear: both;
	height: 0;
}

/* !gallery ---------------------------------------------------------------- */

.gallery .thumbnails {
	width: 580px;
}

.gallery .thumbnails img {
	margin: 0 0 9px 0 !important;
}

.gallery .thumbnails a:link,
.gallery .thumbnails a:visited {
	border: 1px solid #FFF;
	display: block;
	width: 130px;
	height: 130px;
}

.gallery .thumbnails a:hover,
.gallery .thumbnails a:active {
	border: 1px solid #00205B;
}

.gallery .thumbnails td {
	border: none;
}

.gallery .latestImages {
	width: auto;
}

.gallery .latestImages a:link,
.gallery .latestImages a:visited {
	border: 1px solid #FFF;
	display: block;
	width: 70px;
	height: 70px;
}

.gallery .latestImages a:hover,
.gallery .latestImages a:active {
	border: 1px solid #00205B;
}

.gallery .latestImages td {
	border: none;
	padding: 0;
	margin: 0;
	height: 80px;
	width: 80px;
}

.gallery #secondaryContent h2 {
	margin-top: 0;
}

.gallery .previous {
	float: left;
	margin: 0 0 10px 0 !important;
}

.gallery .previous a {
	background: url(../images/left-arrow.gif) no-repeat top left;
	padding-left: 10px;
}

.gallery .next {
	float: right;
	margin: 0 0 10px 0 !important;
}

.gallery .next a {
	background: url(../images/right-arrow.gif) no-repeat top right;
	padding-right: 10px;
}

.gallery .next a {
	background: url(../images/right-arrow.gif) no-repeat top right;
	padding-right: 10px;
}

.gallery .spaced {
	margin-top: 10px !important;
}

.gallery .imageFull h2 {
	font: 1.5em/1.1111em Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0.5555em 0;
	padding-top: 0.5555em;
	clear: both;
}

.gallery p.left {
	float: left;
	margin-bottom: 20px !important;
}

.gallery p.paginate {
	float: right;
	margin-bottom: 20px !important;
}
.homeDemo {
	width: 930px;
	margin-left: 10px;
}
.space45px {
	margin: 0px;
	padding: 0px;
	height: 45px;
}

.column10px {
	margin: 0px;
	padding: 0px;
	width: 10px;
}
.column225px {
	width: 225px;
}
.avatar {
	float: left;
	width: 155px;
	margin-right: 15px;
	text-align: center;
	height: 240px;
	margin-top: 25px;
}
#columnLeft {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	width: 200px;
	font: 900 15px/30px Calibri, sans-serif;
	color: #3C372F;
}
#columnLeft h1 {
	font: 900 24px/45px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3C372F;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
#columnLeft ul {
	background: url(../images/bg-nav-line.png) no-repeat left -3px;
}

#columnLeft ul li {
	background: url(../images/arrow-bullet.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
}
#columnLeft ul li.in {
	height: auto;
	background:none;
}
#columnLeft li.in ul {
	background: none;
}
#columnLeft a {
	color: #3C372F;
	text-decoration: none;
}
#columnLeft a:hover {
	color: #960;
	text-decoration: none;
}



#columnContent {
	margin: 45px 0px 20px;
	padding: 0px;
	float: left;
	width: 510px;
	color: #000;
	font: 14px/125% Calibri, sans-serif;
}
#columnContent h1 {
	font: 900 30px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
#columnContent h2 {
	font: 12px/32px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	float: left;
	margin-right: 0px;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#columnContent ul {
	margin-left: 20px;
}
#columnContent ul li {
	background: url(../images/arrow-bullet-right.png) no-repeat left 4px;
	padding-left: 10px;
}
#columnContent h3.frame {
	padding: 3px;
	border: 3px double #D6D6D6;
}
#columnContent label {
	float: left;
	width: 200px;
	display: block;
	margin: 0px 0px 9px;
	padding: 0px;
	height: 22px;
}
#columnContent input[type="text"] {
	float: left;
	width: 250px;
	border: 1px solid #D6D5D1;
	height: 20px;
	margin: 0px 0px 9px;
	padding: 0px;
	background: #FFF;
}
#columnContent input[type="checkbox"] {
	float: left;
	width: 22px;
	border: 1px solid #D6D5D1;
	height: 20px;
	margin: 0px 0px 9px;
	padding: 0px;
}
#columnContent input[type="radio"] {
	float: left;
	margin: 0px 0px 9px;
	padding: 0px;
	display: block;
	height: 20px;
}
#columnContent select {
	float: left;
	border: 1px solid #D6D5D1;
	height: 22px;
	margin: 0px 3px 9px 0px;
	padding: 0px;
	font: 700 12px/22px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	display: block;
}
#columnContent textarea[id="komentar"] {
	float: left;
	width: 195px;
	border: 1px solid #D6D5D1;
	height: 80px;
	margin: 0px 0px 9px;
	padding: 0px;
}

#columnRight {
	margin: 45px 0px 20px;
	padding: 0px;
	float: right;
	width: 200px;
	font: 13px/125% Calibri, sans-serif;
}
#columnRight h1 {
	font: 700 24px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3C372F;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	background: url(../images/bg-nav-line.png) no-repeat left bottom;
}
#columnRight ul {
	margin: 0px;
	padding: 0px;
}
#columnRight ul li {
	background: url(../images/arrow-bullet-right.png) no-repeat left 3px;
	padding-left: 8px;
}


#columnRight ul.pdfs li {
	background: url(../images/pdf-bullet.png) no-repeat;
	padding-left: 20px;
}
#columnRight ul.pdfs li a {
	font-weight: 700;
	color: #03F;
	text-decoration: none;
}
#columnRight ul.pdfs li a:hover {
	color: #000;
}



#columnAvatars {
	float: left;
	width: 680px;
	font: 12px/22px Calibri, sans-serif;
	text-transform: uppercase;
	color: #3C372F;
	text-decoration: none;
}
#columnAvatars h1 {
	font: 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	float: left;
	letter-spacing: -2px;
	margin-right: 0px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#columnAvatars h2 {
	font: 12px/32px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	float: left;
	margin-right: 0px;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}


#columnShop {
	width: 225px;
	float: left;
	margin-left: 3px;
	margin-right: 15px;
}
#columnShop h1 {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: -1px;
}
#columnShop ul {
	background: url(../images/basket-background.png) no-repeat;
}
#columnShop ul li {
	padding-left: 60px;
}
#columnChat {
	width: 225px;
	float: left;
	margin-right: 15px;
}
#columnChat h1 {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: -1px;
}
#columnChat ul {
	background: url(../images/chat-background.png) no-repeat;
}
#columnChat ul li {
	padding-left: 60px;
}
#columnPlay {
	width: 225px;
	float: left;
	margin-right: 15px;
}
#columnPlay h1 {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: -1px;
}
#columnPlay ul {
	background: url(../images/play-background.png) no-repeat;
}
#columnPlay ul li {
	padding-left: 60px;
}

#columnSocialize {
	width: 225px;
	float: left;
}
#columnSocialize h1 {
	font-size: 30px;
	line-height: 1em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: -1px;
	font-style: normal;
}
#columnSocialize ul {
	background: url(../images/socialize-background.png) no-repeat;
}
#columnSocialize ul li {
	padding-left: 60px;
}
#columnRegister {
	float: left;
	width: 300px;
	margin-right: 25px;
	font: 12px/22px Calibri, sans-serif;
	text-transform: uppercase;
	color: #3C372F;
	text-decoration: none;
	margin-bottom: 20px;
}
#columnRegister h1 {
	font: 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	float: left;
	letter-spacing: -2px;
	margin-right: 0px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#columnRegister h2 {
	font: 12px/32px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	float: left;
	margin-right: 0px;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#columnRegister h3 {
	padding: 3px;
	border: 3px double #D6D6D6;
}
#columnRegister label {
	float: left;
	width: 100px;
	display: block;
	margin: 0px 0px 9px;
	padding: 0px;
	height: 22px;
}
#columnRegister input[type="text"] {
	float: left;
	width: 195px;
	border: 1px solid #D6D5D1;
	height: 20px;
	margin: 0px 0px 9px;
	padding: 0px;
}
#columnRegister input[type="checkbox"] {
	float: left;
	width: 22px;
	border: 1px solid #D6D5D1;
	height: 20px;
	margin: 0px 0px 9px;
	padding: 0px;
}
#columnRegister input[type="radio"] {
	float: left;
	margin: 0px 0px 9px;
	padding: 0px;
	display: block;
	height: 20px;
}
#columnRegister select {
	float: left;
	border: 1px solid #D6D5D1;
	height: 22px;
	margin: 0px 3px 9px 0px;
	padding: 0px;
	font: 700 12px/22px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	display: block;
}



#columnGuest {
	float: left;
	width: 300px;
	margin-right: 25px;
}
#columnGuest h1 {
	font: 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	float: left;
	letter-spacing: -2px;
	margin-right: 0px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#columnGuest h2 {
	font: 12px/32px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	float: left;
	margin-right: 0px;
	letter-spacing: -1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#columnLogin {
	float: right;
	width: 300px;
	font: 12px/22px Calibri, sans-serif;
	text-transform: uppercase;
	color: #3C372F;
	text-decoration: none;
	margin-bottom: 20px;
}
#columnLogin h1 {
	font: 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	float: left;
}
#columnLogin h2 {
	font: 12px/32px Calibri, sans-serif;
	text-transform: uppercase;
	color: #000;
	float: left;
}
#columnLogin h3 {
	border: 3px double #D6D6D6;
	padding: 3px;
}
#columnLogin input[type="text"] , #columnLogin input[type="password"]{
	width: 195px;
	border: 1px solid #D6D5D1;
	height: 20px;
	margin: 0px 0px 9px;
	padding: 0px;
	float: left;
}
#columnLogin input[type="checkbox"] {
	float: left;
	width: 22px;
	border: 1px solid #D6D5D1;
	height: 20px;
	margin: 0px 0px 9px;
	padding: 0px;
}
#columnLogin label {
	float: left;
	width: 100px;
	display: block;
	margin: 0px 0px 9px;
	padding: 0px;
	height: 22px;
}
#columnNewsmore img {
	float: right;
	margin: 0px 0px 10px 10px;
}
#columnNewsmore .datum {
	color: #666;
	font: 100 11px Arial, Helvetica, sans-serif;
	display:block;
}
#columnNews {
}
#columnNews img {
	float: left;
	padding: 10px;
	background: #60584A;
	margin: 0px 5px 0px 0px;
}
#columnNews a img:hover  {
	background: #3C372F;
}
#columnContent #columnNews h1{
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}
#columnContent #columnNews h1 a {
	color: #000;
}
#columnContent #columnNews h1 a:hover {
	color: #960;
}

#columnNews p {
	margin: 0px 0px 12px;
	padding: 0px;
	clear: right;
}
#columnNews .news-category {
	color: #FFF;
	padding: 3px;
	margin: 0px;
	background: #C2BFB6;
	font-weight: bold;
	text-transform: uppercase;
}
#columnNews .datum {
	color: #666;
	font: 100 11px Arial, Helvetica, sans-serif;
}
p.floatFormText {
	margin: 0px 15px 9px 3px;
	padding: 0px;
	float: left;
}






/* !contacts us ------------------------------------------------------------ */

#contactInfo {
	width: 200px;
	margin-right: 20px;
	float: left;
}

#contactForm {
	width: 500px;
	float: left;
	padding-bottom: 20px;
}

#contactForm .highlight {
	color: #D0431D;
}

#contactForm p {
	margin: 0 0 3px 0;
	clear: left;
}

#contactForm h2 {
	margin-top: 0;
}

#contactForm label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
	margin-bottom:15px;
}

#contactForm .sendbrochure {
	padding-bottom: 5px;
	font-weight: bold;
}

#contactForm .sendbrochure label {
	width: auto;
	margin-right: 10px;
}

#contactForm .sendbrochure input {
	width: auto;
}

#contactForm input, #contactForm textarea, #contactForm select{
	width: 240px !important;
	border: 1px solid #CCC;
	margin: 0;
	font-size: 1em !important;
	padding: 3px 4px !important;
	color: #333;
	height:30px;
	background: none !important;
}

#contactForm input#prospectus {
	width: auto !important;
	border: none;
}
#contactForm select
{
    width: 250px !important;
}
#contactForm textarea {
	width: 240px;
	border: 1px solid #CCC;
	margin: 0 0 9px;
	font-size: 1em;
	padding: 1px 4px;
	color: #333;
	height:100px;
}

#contactForm input:focus,
#contactForm textarea:focus {
	border: 1px solid #999;
	color: #000;
}

#contactForm .send input {
	width: auto !important;
	height: auto !important;
	margin: 0 17px 0 0;
	border: none;
	float: right;
}

#contactForm label.error {
	clear: left;
	color: #D0431D;
	width: auto;
	padding-left: 112px;
	font-size: 0.9166em;
	background: url(../images/up_arrow.gif) no-repeat 100px 5px;
}

/* !footer ---------------------------------------------------------------- */

#footer p {
	font-size: 0.9166em;
	line-height: 1.8181em;
	margin: 0;
	margin-left: 130px;
	color: #A8A6A2;
	float: left;
}
#footer a {
	color: #A8A6A2;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}



#footer p strong {
	font-weight: normal;
	color: #A8A6A2;
}

#footer p.contact {
	margin-bottom: 10px;
}
#AboutUs a[href="/hr/AboutUs"] {
	color: #FFF;
	text-decoration: none;
}
#Contact a[href="/hr/ContactForm"] {
	color: #FFF;
}
#Newsletter a[href="/hr/News"] {
	color: #FFF;
}
#Support a[href="/hr/Support"] {
	color: #FFF;
	text-decoration: none;
}
#Trillenium a[href="/hr/Trillenium"] {
	color: #FFF;
	text-decoration: none;
}
#columnContentWide {
	width: 680px;
	color: #000;
	font: 14px/125% Calibri, sans-serif;
	margin: 0px auto;
}
#columnContentWide h1 {
	font: 900 30px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
.warning {
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background: #C00;
	padding: 3px;
	border: 3px double #C00;
}
#content h1 {
	font: 900 30px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
#PartialRegister a[href="/hr/PartialRegister"] {
	color: #FFF;
}
#ForgotenPassword a[href="/hr/PartialRegister"] {
	color: #FFF;
}
.infobox {
	font-weight: 900;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	padding: 3px;
	border: 3px double #C90;
}
#s3capcha div {
    float: left;
}
div.s3capcha p {
    text-transform:uppercase;
}
div.s3capcha p strong {
    text-transform:lowercase;
}
#capcha {
    width:330px;
    margin:0px auto;
}
.tblaccountuserdata th
{
    text-align:left;
    padding-right:10px;
}
.tblaccountedit
{
margin:0 0 10px 0;    
}
.tblaccountedit th
{
text-align:left;
padding:0 15px 10px 0px;    
}
.tblaccountedit input[type="text"],.tblaccountedit input[type="password"]
{
border:1px solid #D6D5D1;
height:20px;
margin:0 0 9px;
padding:0;
width:195px;    
}
#promjenaLozinke
{
    margin: 10px auto;
    width:300px;
}