/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,  
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
    margin: 0; padding: 0; border: 0; outline: none;
}

/* Basic */

body {
    background: transparent url("../img/bg.png") 0 -20px repeat-x;
    color: #333;
    font: 12px 'Helvetica', Arial, sans-serif; 
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 1.7em;
}

img {
    border: none;
}
.cBoth {
    clear: both;
}
.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Links */

a {
    color: #007eff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Structure */
#wrapper {
    margin: 0 auto 30px auto;
    padding: 0;
    position: relative;
    width: 840px;
    text-align: left;
}

#header {
    height: 530px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 840px;
}

#content {
    float: left;
    margin: 0;
    padding:0;
    width: 840px;
}

html>#content {
    width: 840px;
}

#footer {
    border-top: 1px solid #eaeaea;
    margin: 15px 0 30px 0;
    padding: 10px 0 30px 0;
    width: 840px;
}


/* header */
#header h1 {
    background: transparent url("../img/logo.png") center left no-repeat;
    height: 58px;
    left: 0;
    position: absolute;
    top: 50px;
    width:193px;
    z-index: 500;
}
#header h1 a {
    display:block;
    height:58px;
    text-indent:-9999em;
    width:193px;
}

/* menu */

#nav {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    height: 38px;
    left: 0;
    list-style: none;
    position: absolute;
    top: 125px;
    width: 840px;
    z-index: 200;
}

#nav li {
    float: left;
    text-decoration: none;
}

#nav li a {
    background: transparent url("../img/nav-separator.png") center left no-repeat;
    color: #c8c8c8;
    float: left;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 25px;
    text-transform: uppercase;
}

#nav li a:hover,
#nav li.active a {
    color: #3b3b3b;
    text-decoration: none;
}

#nav li.first a {
    background: none;
}

#top-nav {
    height: 30px;
    left: 0;
    list-style: none;
    position: absolute;
    top: 0;
    width: 840px;
    z-index: 200;
}

#top-nav li {
    text-decoration: none;
}

#top-nav li a {
    border-left: 1px solid #c8c8c8;
    color: #888;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    margin: 8px 0 0 0;
    padding: 0 15px;
    text-transform: uppercase;
}

#top-nav li a:hover,
#top-nav li.active a {
    color: #3b3b3b;
    text-decoration: none;
}

#nav li.first a {
    border: none;
    border: 0;
}

.headimg {
    width: 840px;
    height: 250px;
    top: 175px;
    left: 0;
    position: absolute;
}


/* Images */

img.right {
    float: right;
    margin: 0 0 3px 10px;
    padding: 5px 0 0 0;
    border: none;
}

img.left {
    float: left;
    margin: 0 10px 3px 0;
    padding: 5px 0 0 0;
    border: none;
}

img.imgRight {
    background:#FAFAFA none repeat scroll 0 50%;
    border:1px solid #EFEFEF;
    float:right;
    margin: 5px 0 3px 7px;
    padding:4px;
}

img.imgLeft {
    background:#FAFAFA none repeat scroll 0 50%;
    border:1px solid #EFEFEF;
    float:left;
    margin: 5px 10px 5px 0;
    padding:4px;
}

img.imgLeft2 {
	border:1px solid #FFF;
	float:left;
	margin: 5px 10px 5px 0;
	padding:4px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 50%;
}


/* Typography */

#footer p {
    margin: 0 0 15px 0;
    padding: 0;
}

/* list menu */
ul.listMenu {
    color: #666;
    list-style: none;
    margin: 10px 0 15px 15px;
    padding: 0;
}

ul.listMenu li {
    background: transparent url("../img/square.png") center left no-repeat;
    margin: 0;
    padding: 3px 0 3px 20px;
    line-height: 1.3em;
}

ul.listMenu a:hover {
}


.leftBox {
    width: 410px;
    float: left;
}

.rightBox {
    width: 410px;
    float: right;
}

iframe.googlemaps {
    width: 510px;
    height: 300px;
    margin: 0;
    padding: 2px;
    background-color: #FAFAFA;
    border:1px solid #efefef;
}

/* content */


#content h2 {
    color: #c2c2c2;
    font-size: 270%;
    font-weight: normal;
    margin: 25px 0;
}

#content h3 {
    color: #c2c2c2;
    font-size: 160%;
    font-weight: normal;
    margin: 15px 0;
}

#content h3 a {
    color: #c2c2c2;
    text-decoration: none;
}

#content p {
    margin: 0 0 10px 0;
}

#content table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    color: #666;
    font-size: 100%;
    margin: 0 0 10px 15px;
    width: 500px;
}

#content table th {
    color: #fff;
    background-color: #00a4e4;
}

#content  table td,
#content table th {
    padding: 10px;
    border: 1px solid #ddd;
}

div.rockStudio {
    background: transparent url("../img/rockstudio.png") top left no-repeat;
    display: block;
    clear:right;
    float: right;
    height: 32px;
    margin: 30px 10px 10px 0;
    padding: 0;
    width: 117px;
}
div.rockStudio a {
    display: block;
    width: 117px;
    height: 32px;
    margin: 0;
    padding: 0;
}
div.rockStudio a span {
    display: none;
}

.copyright {
    color: #999;
    float:left;
    font-size: .9em;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0;
}


/* form styling  */

fieldset {
    border: 0;
    margin: 10px 0;
    padding: 10px;
    background-color: #eee;
}

form {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

legend {
    display: none;
}

label {
    float: left;
    width: 10em;
}

input, select {
    background-color: #ddd;
    margin-top:0;
    padding: 5px;
    border: 0;
    color: #777;
    width: 20em;
}

select:hover, 
select:focus,
input:hover, 
input:focus,
textarea:hover, 
textarea:focus {
    background-color: #eee;
}

textarea {
    background-color: #ddd;
    border: none;
    margin-top:0;
    padding: 2px;
    color: #777;
}

.button {
    background-color: #0083cb;
    color: #fff;
    font-size: 12px; 
    padding: .4em 1em; 
    text-decoration: none;
    width: 10em; 
}

.button:hover, .button:focus {
    background-color: #0098ec;
}

.AS_ajax_resultsIntroFailure {
    background-color: #fcdada;
    color: red;
    display: block;
    padding: 10px;
}

#ponuka {
    margin: 0;
    padding: 0;
}

#ponukaBtn {
	background: transparent url("../img/sortiment40x135.png") top left no-repeat;
	cursor: pointer;
	height: 135px;
	overflow: hidden;
	position: absolute;
	position: fixed;
	right: 0px;
	top: 200px;
	width: 40px;
	z-index: 1000;
}

#ponukaContent {
    background-color: #eee;
    border: 1px solid #a6a6a6;
    height: 93px;
    overflow: hidden;
    padding: 20px 10px;
    position: absolute;
    position: fixed;
    right: -200px;
    top: 200px;
    width: 100px;
    z-index: 10000;
}

#ponukaContent a {
    font-size: 120%;
    font-weight: bold;
}

