*{	margin: 0;padding: 0;}
body {
	margin: 0;
	padding: 0;
	background: #000 url(/css/body.png) repeat-y center center;
	font-family:Verdana, sans-serif; 
	font-size: 12px;
	color: #333;
}
img, div { behavior: url(/css/iepngfix.htc) }
img{border:none;vertical-align:middle;}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family:Verdana, sans-serif;
	font-weight: normal;
	color: #cc0000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
list-style-type: none;
}

a {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
text-decoration: underline;
}

#wrapper {
	width: 994px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 994px;
	background: #FFF url(/css/smheader.png) no-repeat top center;
	height: 45px;
	padding-top: 163px;
	margin: 0 auto;
}

/* Menu */
#subheader {
	width: 994px;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: url(/css/smsubheader.png) no-repeat;
}

#menu {
	width:100%;
	height: 30px;
	margin: 0 auto;
	background: none;
	border:0;
    vertical-align:middle;
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-family:Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	border: none;
}

#menu a:hover, #menu .trenutna a {
	text-decoration:underline;
	color: #FFF;
}

#menu a:hover {
	text-decoration:underline;
	color: #FFF;
}

/* Page */

#page {
	width: 994px;
	background: transparent url(/css/smpage.png) no-repeat bottom left;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 0;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 740px;
	min-height: 400px;
	padding: 0;
	margin-right: 30px;
}

/* Sidebar */

#sidebar {
	float: left;
	margin-bottom: 30px;
	width: 197px;
	padding: 0;
	color: #333;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-bottom: 10px;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
}

#sidebar li li {
	border-bottom: 1px dashed #909090;
	padding-left: 0px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 42px;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 3px 0 0 25px;
	background: url(/css/smh2.png) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#sidebar a {
	color: #333;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #cc0000;
}

/* Footer */

#footer {
	width: 994px;
	background: #FFF url(/css/smfooter.png) no-repeat center top;
	height: 108px;
	margin: 0 auto;
	padding: 0;
	font-family:Verdana, sans-serif; 
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/overlay.png", sizingMethod="scale");
	}

.slike {float:left;position:relative;margin-right:30px;margin-bottom:10px;text-align:center;text-decoration:none;font-weight:bold;padding:2px;}
.slike img {display:block; border:none;}
.slike:hover {background-color:#cc0000}
.slike a{text-align:left;color:#000;font-size:10px;}
.slike a:hover {text-decoration:none;color:#FFF;}

#tabela
{
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#tabela a
{
	color: #000;
}
#tabela a:hover
{
	color: #cc0000;
}


#tabela th
{
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #909090;
}
#tabela td
{
	font-weight: bold;
	border-bottom: 1px dashed #909090;
	color: #000;
	padding: 6px 8px;
}

#tabela li {
	border-bottom: 1px dashed #909090;
	padding-left: 10px;
}

#modeli
{
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#modeli a
{
	color: #000;
}
#modeli a:hover
{
	color: #FFF;
}

#modeli th
{
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #909090;
}
#modeli td
{
	font-weight: bold;
	border-bottom: 1px dashed #909090;
	color: #000;
	padding: 6px 8px;
}
#modeli tbody tr:hover td
{
	background: #f79992;
}

#modeli tbody tr:hover
{
	background: #f79992;
	cursor: pointer;
}

#modeli li {
	border-bottom: 1px dashed #909090;
	padding-left: 10px;
}

/* Brandovi */

#brandovi
{
	background: transparent;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#brandovi a
{
	color: #000;
	text-decoration: none;
}
#brandovi a:hover
{
	color: #cc0000;
	text-decoration: none;
}

#brandovi thead
{
	color: #000;
	padding: 10px 8px;
	margin-bottom:20px;
	border-bottom: 2px solid #909090;
}
#brandovi td
{
	font-weight: bold;
	color: #000;
	padding: 6px 8px;
}
#brandovi tbody tr:hover td
{
	color: #cc0000;
}

#brandovi li {
	padding-left: 10px;
}

/* Forme */

label{
	font-size:20px;
	display:block;
}

textarea{
	border:1px solid #909090;
	padding: 4px 2px;

	overflow:auto;
	font-size:14px;
}

textarea:hover {
	border: 1px solid #000000;
	background: url(none) no-repeat #000000;
	color: #BFFF00;
}

button{
	color:#666666;
	font-size:14px;
	height:32px;
	width:115px;

	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	border:1px solid #909090;
	background-color:#f5f5f5;

	cursor:pointer;
}

button:hover{
	background-position:bottom;
	border-color:#dddddd;
	color:#333333;
}

input{
	color:#666666;
	font-size:14px;
	font-family:Verdana, sans-serif; 

	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	border:1px solid #cccccc;
	background:#f5f5f5;

	cursor:pointer;
}

input:hover{
	background-position:bottom;
	border-color:#dddddd;
	color:#333333;
}

#popust{margin: 10px;border: 1px solid #909090;}
#popust h2 {height:38px;margin: 0 auto;text-transform: uppercase;padding: 3px 0 0 20px;background: url(/css/hadva.png) repeat-x left top;color: #FFFFFF;font-size:14px;font-weight:bold;padding-top:5px;}

#lijevo{float:left;width:500px;}

#desno{float:right;width:200px;margin-top:30px;border: 1px solid #909090;}
#desno h2 {height: 42px;margin: 0 auto;text-transform: uppercase;padding: 3px 0 0 20px;background: url(/css/hadva.png) repeat-x left top;color: #FFFFFF;font-weight: bold;font-size: 14px;}