* {
	margin: 0;
	padding: 0;
	font-family: Arial, "Trebuchet MS", Verdana, helvetica, sans-serif;
}

body {
	background: #181818 url(images/background2.jpg) repeat-y center;
	color: #969494;
	font-size: 12px;
}

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

form .text {
	background-color: #414141;
	border: 1px solid #414141;
	font-size: 14px;
	color: #dfdfdf;
	padding: 4px;
	margin: 5px 0 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form .text:focus {border-color: #dfdfdf;}

form .notification {
	background-color: #414141;
	border: none;
	font-size: 14px;
	color: #dfdfdf;
	padding: 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#reanima {
	width: 740px;
	margin: 65px auto;
}

#reanima #logo {
	margin: 0 0 100px 0;
}

#sidebar {
	width: 214px;
	float: right;
}

#content {
	width: 514px;
	float: left;
	border-right: 1px solid #8f8f8f;
}

#content img {
	float: left;
}

#content p {
	color: #969494;
	font-size: 12px;
	margin: 5px 10px 5px 0;
}

#content p a {
	color: #bdbdbd;
}

#content p abbr {
	color: #bdbdbd;
	border-bottom: 1px dotted #bdbdbd;
}

h1 {
	font-size: 20px;
	color: #a9561e;
	display: block;
	float: right;
	width: 370px;
	font-weight: normal;
}

cite {
	font-size: 12px;
	font-weight: bold;
	color: #d1d1d1;
	display: block;
	float: right;
	width: 370px; height: 32px;
	font-style: normal;
	background: url(images/lajna.gif) no-repeat bottom center;
}

h2 {
	font-size: 14px;
	color: #a9561e;
	margin: 30px 0 15px 0;
	font-weight: normal;
}

h3, a.h3 {
	background: url(images/h2bg.gif) no-repeat;
	display: block;
	width: 214px; height: 27px; line-height: 27px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: right;
	margin: 0 0 2px 0;
	cursor: pointer;
}
h3 span, a.h3 span {margin: 0 15px 0 0;}

a.h4 {
	border-bottom: 1px solid #383737;
	text-align: left;
	font-size: 14px;
	width: 200px; height: 25px; line-height: 25px;
	display: block;
	margin: 0 auto;
}
a.h4:hover {color: #fff;}
a#product_review {background: url(images/products/review.gif) no-repeat right center;}
a#product_reportr {background: url(images/products/reportr.gif) no-repeat right center;}
a#product_react {background: url(images/products/react.gif) no-repeat right center;}
a#product_recaster {background: url(images/products/recaster.gif) no-repeat right center; border: none;}
a#project_cronmachine {background: url(images/projects/cronmachine.gif) no-repeat right center; border: none;}
a#project_reprodukcija_tv {background: url(images/projects/reprodukcija.tv.gif) no-repeat right center;}
a#project_reportr {background: url(images/products/reportr.gif) no-repeat right center;}


/* =FOOTER */
#footer {
	text-align: center;
	clear: both;
}
#footer img {margin: 75px 0 0 0;}

/* =FIX */
div.clear {
	clear: both;
}