@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	background-position: left top;
	background-image: url(bg.png);
	background-color: #DBDBB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
}
p {
	margin-top: 10px;
	margin-bottom: 5px;
}
form {
	position: relative;
}

input:hover, select:hover {

}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	border: 1px solid #999;
}
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: Calibri, Arial, sans-serif;
	color: #069;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	margin-top: 10px;
}
h2 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 5px;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	color: #069;
}
h4 {
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF4C00;
	padding-top: 5px;
	padding-bottom: 10px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 5px;
}


img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
			-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
a {
	text-decoration: none;
}
div {
	text-align: justify;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #999999;
	padding: 2px;
}

input {
	width: 150px;
}

a:hover {
	text-decoration: underline;
}
label {
	width: 150px;
	display: block;
	float: left;
	height: 20px;
	line-height: 18px;
	vertical-align: middle;
}
#captchadiv label {
	display: inline;
	float: none;
}



#logo {
	height: 60px;
	width: 250px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: left;
}
#main_wrapper {

	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 5px #545341;
	-moz-box-shadow: 0px 0px 5px #545341;
	-webkit-box-shadow: 0px 0px 5px #545341;
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper {
		min-height:800px;
	text-align: justify;
	padding: 10px;
	width: 640px;
}
#blog_container {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: right;
	width: 220px;
	margin: 0px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#blog_container ul {
	list-style-type: none;
}



#header {
	height: 70px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#menu {
	text-align: right;
	position: absolute;
	right: 0px;
	width: 450px;
	bottom: 0px;
	padding-top: 8px;
	padding-bottom: 13px;
	padding-left: 25px;

}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	margin-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
	border: 1px solid #0FF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
}
#menu a:hover {
	text-decoration: none;
	border: 1px solid #9EA3B5;
}
#proizvodi {
	width: 200px;
	position: absolute;
	left: 194px;
	top: 34px;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0FF;
	border-bottom-color: #0FF;
	border-left-color: #0FF;
}
#proizvodi #proul li {
	float: none;
	text-align: left;
}
#proul li a {
	border: 1px solid #FFF;
	margin: 0px;
}


#bottom {
	width: 650px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;

}
#bottom ul {
	list-style-type: none;
}
#bottom li {

}
#bottom a {
	color: #036;
	padding-right: 5px;
	padding-left: 5px;
}
#vdproizvodi a  {
	display: inline;
	text-align: center;
}

.portfolio {
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.portfolio Ð° {
	color: #006666;
}
.reasons {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	margin-top:10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.reasons li {
	padding-bottom: 3px;
	padding-left: 25px;
	background-attachment: scroll;
	background-image: url(images/ok.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	margin-bottom: 3px;
	text-align: left;
}
.promo , .promo a{
	position:absolute;
	top:0px;
	right:15px;
	padding:2px;
	width:150px;
	color: #333;
	background-color: #eee;
	display: block;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ddd;
}
p.feedTitle  {
	color: #333;
	font-weight: bold;
	border: 1px solid #ddd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.feedTitle a {
	color: #333;
	text-decoration:none;
}
#blog_container a{
	text-decoration:none;
	display: block;
	padding: 5px;
}
#blog_container a:hover {
	background-color: #eee;
}
#blog_container li{
	padding:5px;
	border: 1px solid #FFF;	
}
#blog_container li:hover{
	border: 1px solid #eee;
}
#blog_container li div{
	padding:5px;
	font-size: 11px;
	color: #333;
}
#blog_container li .date{
	padding-left:5px;
	font-size: 11px;
	color: #666;
}
.premium h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #069;
}
.premium h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #069;
}
.premium .reasons {
	font-size: 14px;
}
#prodolzi {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-image: url(button.png);
	width: 74px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: default;
}
#prodolzi:hover {
	background-image: url(button-hover.png);

}
#priceP  {
	font-size: 36px;
	display: block;
	padding: 5px;
	color: #F00;
}
.pricetr {
	font-size: 14px;
}
.comparison  td{
	padding: 5px;
	background-color: #FFF;
}
.comparison th {
	padding: 5px;
	background-color: #eff2f7;
}
#result table {
	margin-top: 5px;
	margin-bottom: 15px;
}
#result {
	box-shadow: 0px 0px 5px #CFF;
	-moz-box-shadow: 0px 0px 5px #CFF;
	-webkit-box-shadow: 0px 0px 5px #CFF;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #0FF;
}
#zarabotka {
	width: 500px;
}

#zarabotka th, #zarabotka td {
	width: 120px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
}
#zarabotka th {
	color: #FFFFFF;
	background-color: #5380bb;
	text-transform: uppercase;
				-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#zarabotka td {
	background-color: #EFF3FA;
}
.referent ul {
	padding-left:15px;
}
.referent h1 {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #039;
}
.referent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #039;
}
.referent h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #039;
}
#referentSubmit {
	color: #FFF;
	background-color: #789BE1;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #069;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.testamonials {
	text-align: left;
	font-size: 12px;
	border: 1px solid #ddd;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#garancija h2 {
	color: #039;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
#garancija {
	background-image: url(web_design_guarantee.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 15px;
	border: 1px solid #B8C5D8;
}
#blog_container h5 {
	padding-left: 15px;
	padding-bottom: 10px;
}
#blog_container h3 {
	padding-left: 7px;
}

.black_overlay{
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;



	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	display: none;
	margin-bottom: 0px;
	bottom: 0%;
}
 
.white_content {
	display: none;
	position: absolute;
	top: 200px;
	left: 25%;

			-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dddddd;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align: left;
	box-shadow: 0px 0px 8px #dddddd;

  -moz-box-shadow: 0px 0px 8px #dddddd;
  -webkit-box-shadow: 0px 0px 8px #dddddd;
	padding: 16px;
	width: 400px;
}
.mbform div {
	padding: 10px;
}

