
/* hack za IE */
html, body {
	height: 100%;
}

/* 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;
}

/* main body tag */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 1em;
	/*text-align: center;*/
	background: #000000;
	color: #fff;
}

/* main div za pocetnu stranicu */
div.main_page {
	position:relative;
	width: 60em;
	margin:auto;
	background: #1c161c;
	overflow:hidden;
}

div.logo_div {
	float:left;
}

div.header_right {
	padding-top: 60px;
}

div.navi {
	background-image: url(pics/nav_bg.gif);
	height: 100px;
	margin-bottom:20px;
	margin-top:20px;

}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;

}

div.main_left {
	width:330px;
	height: 500px;
	float: left;
	background: Aqua;
	padding-right: 15px;
}

div.main_right {
	width:200px;
	float: left;
	height: 500px;
	background: Red;
}

p {
	margin: 10px 5px 10px 5px;
}

div.main_page li {
	margin:0.2em 1.2em 0.2em 1.2em;
}

div.main_div {

	margin-top:55px;

}

div.main_one {
	float:left;
	width:200px;
	padding: 0px 10px 0 40px;
}

div.main_two {
	float:left;
	width:400px;
	padding: 0px 10px 0px 10px;
}

div.main_inuse {
float:left;
width:200px;
}

div.main_suported {
	float:left;
	width:400px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}


div.main_th {
	float:left;
	width:180px;
	padding: 0px 0px 0px 50px;
}

.footer {
	border-top: 1px solid #ff973f;
	margin-top: 20px;
	width: 100%;
	padding: 15px 15px 15px 15px ;
	float: left;
}

.disclaimer {
	font-size: 9px;
	color: #464146;
}	

.contact a:link, .contact a:visited, .contact a:active {
color: #fff;
}

.contact a:hover {
color: #d4d4d4;
}
