body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #3c3c3c;
	background: #fff url('../img/bg.jpg') repeat-x;
}
#container {
	width: 940px;
	margin: 0 auto;
}
a img {
	border: 0;
}
a {
	color: #fa0000;
	text-decoration: none;
}
.cb {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden {
	display: none;
}
#top {
	position: relative;
	height: 25px;
	background: transparent url('../img/top.png') no-repeat;
	color: #f6cece;
	font-size: 11px;
}
span.phones {
	float: left;
	margin-left: 14px;
	padding-left: 17px;
	margin-top: 6px;
	height: 12px;
	background: transparent url('../img/phone.gif') no-repeat 0 0;
}
span.address {
	float: left;
	margin-left: 20px;
	padding-left: 17px;
	margin-top: 6px;
	height: 12px;
	background: transparent url('../img/address.gif') no-repeat 0 0;
}
#top a {
	float: right;
	color: #f6cece;
	margin-right: 14px;
	padding-right: 25px;
	margin-top: 6px;
	height: 12px;
}
a.english {
	background: transparent url('../img/english.gif') no-repeat top right;
}
a.serbian {
	background: transparent url('../img/serbian.gif') no-repeat top right;
}
#top a:hover {
	color: #fff;
}
#header {
	height: 104px;
	position: relative;
}
h1 {
	position: absolute;
	top: 28px;
	left: 31px;
}
ul#nav {
	height: 34px;
	position: absolute;
	top: 35px;
	right: 12px;
}
ul#nav li {
	list-style: none;
	height: 34px;
	float: left;
	position: relative;
	margin-left: 10px;
}
ul#nav li a {
	height: 34px;
	text-indent: -9000px;
	display: block;
	outline: 0;
}
ul#nav li a.nav-home {
	background: url(../img/nav-home.png) no-repeat 0 0;
	width: 88px;
}
ul#nav li a.nav-about {
	background: url(../img/nav-about.png) no-repeat 0 0;
	width: 85px;
}
ul#nav li a.nav-products {
	background: url(../img/nav-products.png) no-repeat 0 0;
	width: 96px;
}
ul#nav li a.nav-contact {
	background: url(../img/nav-contact.png) no-repeat 0 0;
	width: 84px;
}
ul#nav li a:hover {
	background-position: 0 -34px;
}
ul#nav li a.selected {
	background-position: 0 -68px;
}
ul#nav li a.selected:hover {
	background-position: 0 -68px;
}
#sidebar {
	width: 260px;
	float: left;
	display: inline;
}
#main {
	width: 650px;
	float: left;
	display: inline;
	margin-left: 30px;
}
.window {
	margin-bottom: 20px;
}
.window .inside {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #f4f4f4;
}
.inside p {
	line-height: 22px;
	padding: 10px 15px 0 15px;
}
.window .bottom {
	height: 4px;
	background: url(../img/sb-bottom.gif) no-repeat 0 0;
}
.window h3 {
	height: 36px;
	text-indent: -9999px;
	margin: 0;
}
h3.sb-products {
	background: url('../img/sb-products.gif') no-repeat 0 0;
}
h3.sb-about {
	background: url('../img/sb-about.gif') no-repeat 0 0;
}
h3.sb-contact {
	background: url('../img/sb-contact.gif') no-repeat 0 0;
}
select#selector-brand {width: 238px;
	margin: 0 10px 10px 10px;
}
select#selector-category {
	width: 238px;
	margin: 0 10px 0 10px;
}
.window fieldset {
	padding-top: 15px;
	padding-bottom: 10px;
}
a.more {
	float: right;
	margin: 5px 10px 7px 0;
	background: url('../img/arrow.gif') no-repeat right 3px;
	padding-right: 15px;
}
h3.title {
	height: 29px;
	background: url('../img/title.png') no-repeat 0 0;
	font-size: 18px;
	color: #fff;
	padding: 10px 0 0 13px;
	font-weight: normal;
}
.featured-product {
	margin: 20px 0 0 0;
}
.featured-image {
	width: 153px;
	height: 128px;
	float: left;
	display: inline;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	padding: 3px 0 0 3px;
}
a.featured-image:hover {
	border: 1px solid #be0102;
}
.featured-desc {
	width: 471px;
	height: 133px;
	position: relative;
	float: left;
	display: inline;
	margin-left: 15px;
}
.featured-desc h4 {
	color: #000;
	font-size: 16px;
	margin: 10px 0 8px 0;
	font-weight: normal;
}
.featured-desc h4 a {
	color: #000;
}
.featured-desc h4 a:hover {
	color: #fa0000;
}
p.featured-cat {
	color: #000;
	font-size: 14px;
}
p.featured-cat a {
	color: #5f5f5f;
}
p.featured-cat a:hover {
	color: #fa0000;
}
p.featured-text {
	line-height: 20px;
	margin: 15px 0 0 0;
}
a.details {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 21px;
	text-indent: -9999px;
	background: url('../img/details.gif') no-repeat 0 0;
}
div#footer {
	height: 40px;
	border-top: 1px solid #d9d9d9;
	margin: 20px 0 0 0;
}
a.footer-home {
	float: left;
	margin: 15px 0 0 20px;
}
a.footer-up {
	float: right;
	margin: 15px 20px 0 0;
}
.brand-intro {
	margin: 25px 0 0 15px;
}
.brand-img {
	float: left;
	display: inline;
	width: 140px;
}
.brand-desc {
	float: left;
	display: inline;
	width: 460px;
	margin-left: 20px;
}
.brand-desc p {
	line-height: 18px;
}
.brand-desc p strong {
	color: #000;
	font-weight: bold;
}
.product {
	width: 325px;
	height: 92px;
	float: left;
	display: inline;
	margin-top: 25px;
}
.product-image {
	width: 106px;
	height: 89px;
	float: left;
	display: inline;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	padding: 3px 0 0 3px;
	float: left;
}
a.product-image:hover {
	border: 1px solid #be0102;
}
.product-desc {
	float: left;
	margin-left: 10px;
	width: 204px;
}
.product-name {
	margin-top: 14px;
	display: block;
}
.product-cat, .product-brand {
	margin-top: 12px;
	display: block;
	color: #7d7d7d;
}
a.product-cat:hover, a.product-brand:hover {
	color: #fa0000;
}
.pagination {
	margin: 25px 0 0 0;
}
.pagination a {
	background-color: #EEEEEE;
	padding: 6px 9px;
	border: 1px solid #999999;
	color: #000;
	text-decoration: none !important;
	margin-right: 7px;
	float: left;
	display: block;
}	
.pagination a:hover {
	background-color: #FFFFFF;
}
.pagination span.current {
	background-color: #FFFFFF;
	border: 1px solid #990000;
	font-weight: bold;
	color: #990000;
	padding: 6px 9px;
	text-decoration: none !important;
	margin-right: 7px;
	float: left;
	display: block;
}
.sb-brand {
	text-align: center;
}
.product-title {
	margin: 20px 0 12px 0;
}
.product-title strong {
	color: #000;
	font-weight: normal;
}
.product-short p {
	line-height: 20px;
}
div.product-images {
	text-align: center;
	margin: 20px 0 0 0;
}
div.product-images a:focus {
	outline: 0;
}
div.product-images a img {
	margin-right: 15px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	padding: 3px;
	margin-bottom: 15px;
}
div.product-images a img:hover {
	border: 1px solid #be0102;
}
div.click-desc {
	color: #9d9d9d;
	text-align: center;
	font-size: 11px;
	margin: 0 0 12px 0;
}
div.page-content {
	padding-top: 15px;
}
div.description p, div.page-content p {
	line-height: 20px;
}
div.description ul, div.page-content ul {
	margin: 10px 0 10px 0;
}
div.description ul li, div.page-content ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url('../img/arrow.gif') no-repeat 0 2px;
}
div.download {
	margin-bottom: 5px;
	margin-top: 15px;
}
div.download ul {
	margin-top: 10px;
}
div.download ul li {
	margin-bottom: 10px;
	height: 16px;
	padding: 2px 0 0 18px;
	background: url('../img/pdf.gif') no-repeat 0 0;
}
.product-more {
	border-top: 1px solid #d9d9d9;
	padding-top: 18px;
}
.product-more h5 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.more-item {
	float: left;
	margin-right: 6px;
}
.last-item {
	margin-right: 0;
}
a.more-img {
	width: 153px;
	height: 128px;
	display: block;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	padding: 3px 0 0 3px;
}
a.more-img:hover {
	border: 1px solid #be0102;
}
a.more-name {
	display: block;
	color: #7d7d7d;
	margin-top: 8px;
	font-size: 11px;
}
a.more-name:hover {
	color: #fa0000;
}
.category-more {
	border-top: 0px;
}
div#partners ul {
	margin-bottom: 20px;
	margin-left: 12px;
}
div#partners ul, div#partners ul li {
	list-style-type: none;
}
div#partners ul li {
	float: left;
	display: inline;
	margin: 0 58px 0 0;
}
div#partners ul li.last {
	margin: 0;
}
div#partners ul.nobottom {
	margin-bottom: 0;
}