/*  Eric Meyer-ov  CSS reset
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --- End CSS reset --------------------------- */



html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
	color: #333333;
	background-color: white;
	line-height: 1.4;
}

b, strong{
	font-weight: bold;
}
i, em{
	font-style: italic;
}

a{
	color: #3B5AA3;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	text-decoration: underline;
}


#wrapper{
	
}

.wrap {
	clear: both;
	width: 100%;
}
.clearfix{
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 0.1em;
}


.main {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

}

#header{
	position: relative;
	background-color: white;
}
#header-inner{
	margin: 20px auto;
	position: relative;
	/*width: 980px;*/

}
#header-inner .main{
	height: 200px;
	background: transparent url(images/logo_200.png) no-repeat scroll 150px 0px;
}
#header a.logo{
	display: block;
	width: 100%;
	height: 200px;
	margin-left: 0;
	background: transparent url(images/slogan_400.png) no-repeat scroll 400px 100px;
}


#container {
	position: relative;
	
}
#container .main{
	
}
#container .main .content{
	float: left;
	width: 950px;
	margin: 0 15px;
	padding: 15px 0 60px;
	font-size: 14px;
}

#container .sidebar{
	float: right;
	width: 200px;
	padding: 30px 15px 15px 0;
}



#footer {
	position: relative;
	font-size: 11px;
}
#footer .main{
	height: 30px;
	/*background: transparent url(images/footer-traka.jpg) repeat-x scroll left bottom;*/
	background-color: #222222;
}
#footer-logo{
	display: none;
	/*display: block;
	float: left;
	width: 75px;
	height: 65px;
	background: transparent url(images/logo.png) no-repeat scroll left top;
	margin: 10px 0 0 15px;*/
}
#footer .copy{
	position: absolute;
	left: 15px;
	bottom: 5px;
	color: white;
}
#footer .copy a{
	color: #01AEF0;
}


h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60px;
	/*letter-spacing: 12px;*/
	font-weight: bold;
	margin: 0px 0 20px 0;
	color: #E71E28;
	text-shadow: #555 0.05em 0.05em 0.05em; /*boja, x-pomak, y-pomak, radius*/
}


h2.subtitle {
	font-size: 25px;
	font-weight: bold;
	margin: 50px 0 50px 0;
	font-family: serif;
}

p.subtitle {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 30px 0;
	font-family: serif;
}


#countdown_dashboard {
	height: 110px;
	width: 501px;
	margin: 0 auto 25px;
	line-height: 1;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	margin-right: 20px;
	position: relative;
	float: left;
}
.seconds_dash{
	margin-right: 0px;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
	margin-top: 10px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#polja{
	height: 30px;
	padding: 9px;
	width: 570px;
	border: 1px solid #d3d3d3;
	margin: 20px 0 0 100px;
}
#email_field {
	font-size: 20px;
	padding: 1px 0;
	width: 385px;
	height: 30px;
	border: none;
	float: left;
	background-color: white;
}
*+html #email_field {
	margin-left: -100px;
}

#subscribe_button {
	font-size: 20px;
	color: white;
	padding: 0px 8px;
	background: #B7DB93;
	border: 1px solid #B7DB93;
	border-bottom: 2px solid #67C05B;
	border-right:  2px solid #67C05B;
	font-weight: bold;
	height: 32px;
	width: 180px;
	float: right;
}
#subscribe_button:hover{
	border: 1px solid #3BB44A;
	border-bottom: 2px solid #3BB44A;
	border-right:  2px solid #3BB44A;
	cursor: pointer;
}






.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #eef6e4;
	border: 1px solid #dfefce;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}
*+html #loading {
	margin-left: -200px;
}

div.stavke{
	margin: 50px 20px 50px 100px;
	text-align: left;
}
div.stavke ul li{
	background: transparent url(images/bullet_arrow_red2.png) no-repeat scroll left center;
	padding: 0 0 0 60px;
	margin: 0 0 30px 0;
	min-height: 30px;
}


div.img-okvir{
	width: 160px;
	display: inline-block;
	margin: 40px 20px 40px;	
	font-weight: bold;
}
*+html div.img-okvir{	/* IE7 */
	display: inline;
}
div.img-okvir img{
	width: 160px;
	height: 80px;
	clear: both;
	border: 1px solid #dddddd;
	margin: 0 0 7px 0;
}
div.img-okvir a img{
	
}