* {
	padding: 0;
	margin:0;
	text-align:left;

}

a {
	text-decoration:none;
	color:#af995b;
}

a:visited {
	color:#af995b;
}

body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #7b7b7b;
	background: url(images/bg.png) repeat-x repeat-y;
	height: 100%;
}

html {
	background: url(images/bg.png) repeat-x repeat-y;
	height: 100%;
}

ul {
	list-style:none;
}

.ul-disks {
	padding: 10px 0 10px 18px;
	list-style-type: disc;
}

.ul-small {
	font-size: 0.8em;
	line-height: 100%;
	padding-top: 10px;
}

.ul-small li{
	padding-top: 5px;
}

p {
	margin:0 0 5px 0;
}	


h1, h2 {
	margin:20px 0 5px 0;
	font-weight:normal;
	color:#af995b;
}
	
h3 {
	font-weight:normal;
	color:#af995b;
}

h4 {
	margin:20px 0 5px 0;
}
	
.float {
	float: left;
}

.clear {
	clear: both;
}

.item-separator {
	clear:both;
}

#container {
	margin: 0 auto;
    width: 940px;
}

#wrapper {
	background: #fff;
}

#header {
	background-color:#000000;
	height: 150px;  
}

.head-wrap {
	margin: 0 auto;
    width: 940px;
}

#topLogo {
	float:left;
	position: center;
	padding: 40px;
}

#topLogo a {
	text-decoration: none;
}
	
#topText {
	color: #ffffff;
	float: right;
	font-size: 15px;
	padding: 65px 20px 0px 0px;
}

#topText p {
	vertical-align:bottom;
}

span.callNum {
	margin-top: -6px;
	font-size: 25px;
}
	
#navigation
{
	width: 940px;
}

#menu-wrapper {
	background-color: #af995b;
	height: 47px;
}

#menu-wrapper, #menu-wrapper #nav, #menu-wrapper #nav li, #menu-wrapper #nav li a:hover {
    background-image: url("images/menu.png");
}

#menu-wrapper #nav li a:hover {
	background-position: 0 -94px;
    background-repeat: repeat-x;
}

#menu-wrapper #nav li li a:hover {
    background: url("images/drop-link.png") repeat scroll 0 0 transparent;
}

#top-nav { 
	margin: 0 auto;
    width: 940px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#top-nav ul {
	line-height: 1;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	position: relative;
}

#top-nav ul li {
	width: 120px;
	float: left;
	text-decoration:none;
}

#top-nav ul li a {
	height: 11px;
	border-top-color: currentColor;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position-x: left;
	background-position-y: top;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;f
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding: 18px 15px;
}

#top-nav ul li a:hover {
	background-image: url("images/menu.png");
}

ul#nav {
	margin: 0;
}
	
#content {
	width: 940px;
	color: #7b7b7b;
	margin: 0 auto;

}

#sidebar_left {
	text-align: center;
	background-color:#CCCCCC;
	width: 150px;
}

#sidebar_right {
	background-color:#CCCCCC;
	width: 90px;
}

#get-started-text {
	float: left;
	font-size:15px;
	width: 600px;
	padding: 20px 20px 0px  20px;
}

#get-started-link  img{
	float:right;
	padding: 20px 0 0px 0;
	width:290px;
}

/* ---- SLIDER OPTIONS ----*/

/* Slider options */
.bx-wrapper {
	width:900px;
	padding:10px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(images/bx_styles/gray_prev.png) no-repeat 0 -30px;
}

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(images/bx_styles/gray_next.png) no-repeat 0 -30px;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-bottom: 20px;
	font-size:8px;
	color:#666;
	height:10px;
}

/*pager links*/
.bx-pager a {
	margin-right: 2px;
	margin-left: 2px;
	color: rgba(255, 255, 255, 0);
	padding: 0px 0px 0px 7px; 
	font-size:9px;
	line-height:100%;
	text-indent: -999999px;
	zoom:1;
	background: url(images/bx_styles/gray_pager1.png) no-repeat 0 -14px;
}

/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

.slider {
	height:325px;
}

.slider-text {
	float: right;
	text-align: left;
	width: 250px;
	padding: 80px 40px 40px 20px;
}

.slider-text h2{
	margin-bottom: 10px;
}

.slider-img {
	float:left;
}

.slider-img  img{
	padding:10px;
	width:590px;
	height:300px;
}

#activity {
	padding: 0 5px 0 5px;
}

.column-activity {
	width:310px;
	font-size:0.8em;
	float:left;
}

.widget {
	padding:10px;
}

.widget-text {
	padding:5px;
}

.widget-text h3 {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	background: #af995b;
}

.widget-text h3 a{
	padding: 11px 0 6px 10px;
	width: 270px;
	height: 25px;
	display: block;
	color: #ffffff;
}

.widget-text h3 a:hover {
	background-image: url("images/menu.png");
}

.widget-text-p  {
	display: block;
	width: 280px;
	height: 96px;
}

.activity-readmore {
	float:right;
}

.widget-img img{
	width:290px;
}


/* FOOTER */


#footer {
	padding: 0px 0px 60px 0px;
	background: url(images/footer.png) repeat-x;
	color: #ffffff;
	font-size: 0.7em;
}

#footer-wrap {
	padding: 60px 20px 0px 20px;
	margin: 0 auto 0 auto;
	width: 940px;
}

.foot-col{
	float: left;
	padding-left: 0px;
	padding-right: 80px;
	height: 250px;
}

.foot-col h3 {
	color:#ffffff;
	margin-bottom: 20px;
	font-size:1.3em;
}

.foot-col p{
	margin-bottom: 2px;
}

.foot-col img{
	border: 0;
	padding-bottom: 10px;
}

/* STORITVE */

/* opis kategorije storitve */


div.blogstoritve  .category-desc{
	padding-top: 20px;
}

div.blogstoritve  .category-desc p{
	margin-bottom: 5px;
}

div.blogstoritve  .item {
	float:left;
	width:290px;
	padding-top: 30px;
	padding-bottom: 20px;
}

div.blogstoritve  .item img {
	width:300px;
	padding-bottom: 15px;
	margin-left:-5px;
}

div.blogstoritve  .column-1{
	padding-left: ;
	padding-right:35px ;
}

div.blogstoritve  .column-2{
	padding-left: ;
	padding-right: ;
}

div.blogstoritve  .column-3{
	padding-left: 35px;
	padding-right: ;
}

div.blogstoritve  h2{
	font-size: 1.5em;
	margin-bottom: 10px;
}
div.blogstoritve  h1{
	margin-top: 20px;

}

div.blogstoritve  .readmore{
	float:right;
}

.item-pagestoritve h2{
	margin-top: 20px;
}

.item-pagestoritve img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.item-pagestoritve p{
	margin-bottom: 5px;
}

/* ---- PAGE AKCP */

/* ---- PAGE AKCP */

.akcp-matrika {
	font-size:0.8em;
}

.item-pageakcp  p{
	padding-top: 20px;
}

.item-pageakcp  h1, .item-pageakcp  h2, .item-pageakcp  h3, .item-pageakcp  h4{
	margin-top: 20px;
}

.category-listakcp p{
	padding-top: 20px;
}


.category-listakcp  h1, .category-listakcp  h2, .category-listakcp  h3, .category-listakcp  h4{
	margin-top: 20px;
}




/* HIDDEN OBJECTS */

div.cat-children h3 
{
   display:none;
}

/* KONTAKT */

div.contactkontakt h3 
{
   visibility:hidden;
   font-size:1px;
   margin-top:20px;
}


div.contactkontakt h3 span.contact-category 
{
   visibility:visible;
   margin-bottom:-20px;
   font-size:24px;
}

.jicons-icons img 
{
   display:none;
}

fieldset {
	border: 0;
	padding: 10px 0;
}

address {
	font-style:normal;
}

.button {
	display: block;
	width: 60px;
	height: 25px;
	margin-top: 15px;
	margin-left:-5px;
	text-indent: -999999px;
	background: url(images/send.png) no-repeat -7px -3px;
}

.contact-contactinfo p{
	padding: 0 0  10px 0;
}
/* GARMIN */

.thumbnails  li{
	padding: 20px 18px 0px 0;
	float: left;
}

.bloggarmin h1, .bloggarmin h2, .bloggarmin h3{
	margin-top: 20px;
	margin-bottom:20px;
}

.bloggarmin p{
	margin-bottom: 5px;
	margin-top: 5px;
}

div.bloggarmin {
	float:left;
	padding:0 5px 0 5px;
}

.bloggarmin li {
	float:left;
	padding:20px 14px 0px 0;
}

.bloggarmin .category-desc img {
	padding-bottom:10px;
	
}

.bloggarmin .item-title a{
	margin-bottom: 10px;
	padding:20px 14px 0px 0;
}

.category-listgarmin h1, .category-listgarmin h2, .category-listgarmin h3{
	margin-top: 20px;
}

.category-listgarmin p{
	margin-bottom: 5px;
}

.category-listgarmin li {
	padding:20px 16px 0px 0;
	float:left;
}

/* BACKUPASSIST */

.backupassist-systems {
	float:left;
	width:400px;
}

.two-col {
	float:left; 
	width:440px;
}

/* CONTACT FORM */
.textwidget input[type='text'], .textwidget textarea {
	width: 100% !important; 
}

.contact-form .clear-form {
	clear: both; 
}
.contact-form input[type='text'] { width: 400px; margin-bottom: 13px; }
.contact-form select { margin-bottom: 13px; }
.contact-form textarea { height: 200px; width: 400px; float: none; margin-bottom: 13px; }
.contact-form input[type='radio'], .contact-form input[type='checkbox'] { float: none; margin-bottom: 13px; }
.contact-form label { margin-bottom: 3px; float: none; font-weight: normal; color: #af995b; display: block; }
.contact-form label.checkbox, .contact-form label.radio { color: #af995b; margin-bottom: 3px; float: none; font-weight: normal; display: inline-block; }
.contact-form label span { color: #AAA; margin-left: 4px; font-weight: normal; }
.pushbutton-wide {
	border: none;
	background-color: #af995b; 
    padding: 5px 10px 5px 10px; 
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: white;
	width: 180px;
	margin-right: 37px;
}

.post-11 {
	width: 450px;
	float: left;
}

.post-11 h2 {
	padding-bottom: 20px;
}

.map {
	float: left;
	width: 490px;
}