@charset "utf-8";


a, a:visited { outline:none; }
html, body { height:100%; }

body {
	background: #FFF url(../images/bg.png) repeat-x;
	font-size: 11px;
	font-family: Arial;
	line-height:16px;
}

/* ---------- Hack ---------- */

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */


/* ---------- Typography ---------- */

h2 {
	color: #F00;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 5px;
}

h3 {
	margin: 0;	
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	font-size: 10px;
}

h5 {
	color: #292929;
	font-size: 12px;
	text-transform: uppercase;
}

h6 {
	font-size: 24px;
	color: #393939;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

p {
	margin: 10px 0px;
}

/* ---------- Layout ---------- */

.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 95%;
	}
.header, .content_wrap {
	width:960px;
	float:left;
	margin:10px 0;
	}
.breadcrumbs_wrap {
	float:left;
	width:960px;
	border:1px solid #DEDEDE;
	}
.main_content_wrap {
	width:720px;
	}
.box, .main_content_wrap {
	float: left;
	margin: 0px 0px 20px 0px;
	}
.sidebar {
	float: right;
	width: 220px;
	}

/* ---------- Header ---------- */

div.logo  {
	float:left;
	margin:20px 0 0 30px;
	}
#logo {
	width:261px;
	height:195px;
	background: url(../images/logo.png) no-repeat;
	display:block;
	}

#logo img{
    display: none
}

.slider {
	background:url(../images/slider-shadow.png) no-repeat;
	background-position:bottom;
	width:626px; 
	float:right;
	padding-bottom:35px;
	text-align:center;
	}
#cu3er-container {width:500px; outline:0;}

/* ---------- Navigation ---------- */

#search_box {
	color: white;
	float: right;
	position: relative;
}
.field {
	background-color: #272727;
	border: solid 1px #373737;
	color: #999999;
	padding: 1px;
	margin-top: 8px;
	float: left;
}

.search {
	background:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	height:23px;
	margin-left:20px;
	padding:12px 20px 0;
	color:#A5A5A5;
    text-decoration:none;
	text-transform: uppercase;
}
.search:hover {
	background: url(../images/search-bg.png) repeat-x;
	color:#FFF;
	}
.search a {
	color:#A5A5A5;
	}
#top_bar {
	background-color:#000;
	height: 35px;
	margin-bottom:20px;
}
#nav_container {
	width: 960px;
	margin: 0 auto;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9f9f9f;
	z-index: 9999;
	float: left;
	position: relative;	
}
#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:0.6em;
}
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding: 14px 20px;
    color:#a5a5a5;
    text-decoration:none;
	text-transform: uppercase;
}
#nav a:hover {
    color:#fff;
}
#nav .on{
	background: url(../images/nav-hover.png) no-repeat center;
	height: 13px;
	color:#fff !important;
	float: left;
	position: relative;
}

#nav li{
    float:left;
    position:relative;
}
#nav ul {
    position:absolute;
    top:35px;
    display:none;	
	z-index: 1;
}
#nav li ul a {
    width:8em;
    float:left;
	background-color: black;
	background-image: none !important;
}
#nav ul ul{
	top:auto;
}	
#nav li ul ul {
    left:11.3em;
    margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}

/* ---------- Content ---------- */
.title720px, .title220px {
	height:20px;
	padding:10px 0 0 20px;
	}
.title720px {
	width:698px;	
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-top:1px solid #C8C8C8;
	background:url(../images/title-bg.png) repeat-x;
	float:left;
	}
	
.content720px  {
	background:#FFF;
	border:1px solid #C8C8C8;
	overflow:hidden;
	padding:20px 20px 15px;
	width:678px;
	float:left;
	}
	
.title220px {
	width:200px;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-top:1px solid #C8C8C8;
	background:url(../images/title-bg.png) repeat-x;
	float:left;
	}

.content220px  {
	background:#FFF;
	border:1px solid #C8C8C8;
	overflow:hidden;
	padding:10px 20px 10px;
	width:180px;
	float:left;
	}
.content220px h5 {margin-top:10px;}
.content220px ul li {
	text-transform:uppercase;
	}

.content220px a {
	background:url("../images/arrowbullet.png") no-repeat left center;
	padding:2px 0 2px 19px;
	display:block;
	font-weight:bold;
	color: #C00;
	text-decoration:none;
	line-height:1em;
	}
.content220px a:hover {
	color: #F00;
	text-decoration:underline;
	}

/* ---------- About page ---------- */

.about-img {
	text-align:center;
	margin: 20px 0px 20px 40px;
}


/* ---------- Репроматеријали ---------- */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:600px;
	min-height:100px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h5 {
		color:#FFF;
		font-size:16px;
		margin:0 0 10px 0;
	}
#triggers {
	margin:15px 0 30px 0;
	}
#triggers img {
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	cursor:pointer;
	margin:0 5px;
	padding:2px;
	}
/* ---------- Contact ---------- */

textarea 
{
	width: 300px;
	background-color: #dedede;
	border: #CCC 1px solid;
}
#name, #email
{

	background-color: #dedede;
	border: #CCC 1px solid;
}

#container ul
{
	text-align: left;
	color: Red;

}
#response ul li
{
	clear: left !important;

}

#container ul li.success
{
	color: #292929;
}

#main
{
	position: relative;
	float: left;
	overflow: hidden;
	text-align: left;
}

p small
{
	display: block;
}

#main img.loaderIcon
{
	width: 70px;
	position: absolute;
	top: 1em;
	right: 2em;
}
#submit {
	background:url("../images/search-bg.png") repeat-x scroll 0 0 #CC0000;	
    color:#FFF;	
	font-weight: bold;
	height: 30px;
	margin-top: 20px;
	border:1px solid #CCC;
}
.g_map {
	float:right;
	height:315px;
	overflow:hidden;
	margin-top: 20px;
}

/* ---------- Footer ---------- */

.footer_wrap {
	background-color:#000;
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	clear:both;
	}
#footer {
	font-size:9px;
	color: #A5A5A5;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom:20px;
	overflow: hidden;
	text-align:center;
	}
#footer li {
	display: inline;
	}
.footer a {
	color: #A5A5A5;
	font-size: 10px;
	border: none;
	padding-left:10px;
	text-decoration:none;
	}
.footer a:hover {
	color: #FFF;
	text-decoration:underline;
	}
ound-color:#000;
	clear:both;
	overflow:hidden;
	}
#footer {
	font-size:9px;
	color: #A5A5A5;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom:20px;
	overflow: hidden;
	text-align:center;
	}
#footer li {
	display: inline;
	}
.footer a {
	color: #A5A5A5;
	font-size: 10px;
	border: none;
	padding-left:10px;
	text-decoration:none;
	}
.footer a:hover {
	color: #FFF;
	text-decoration:underline;
	}
/* ---------- PRODUCTS ---------- */
.prod_cat {
	margin-right:30px;
	width:300px;
	float:left;
	}
.prod_cat img {
	margin:15px 0 30px;
	border:1px solid #e1e1e1;
	padding:2px;
	}

/* ---------- SEARCH RESULTS ---------- */
.sisea-search-form {
	float:right;
	}
.alt_field {
	background-color: #272727;
	border: solid 1px #373737;
	color: #e1e1e1;
	float: left;
	font-size: 11px;
	padding:1px;
	}
.alt_search {
	background: url(../images/search-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	display: block;
	float: left;
	margin-left:2px;
	padding:0 10px;
	color:#FFF;
    text-decoration:none;
	text-transform: uppercase;
	}
.sisea-result {
	padding:5px;
	background:#fafafa;
	margin:5px 0;
	border:1px solid #eaeaea;
	}
.sisea-result a {
	color: #C00;
	text-decoration:none;
	}
.sisea-result a:hover {
	color: #F00;
	text-decoration:underline;
	}
.sisea-result-pages {
	color:#333;
	}
.extract p {
	margin:5px 0;
	}
.sisea-page a {
	color: #C00;
	text-decoration:none;
	}
.sisea-page a:hover {
	color: #F00;
	text-decoration:underline;
	}
.sisea-current-page {
	padding:0 5px;
	}

