* {
margin:0;
}
html, body {
background-color:#fff;
margin-bottom:1px;
}

body,td,a {
color:#404040;
font-family:"Verdana";
margin:0;
overflow:auto;
padding:0;
font-size:12px;
}
a:hover {
text-decoration:none;
}

td {
overflow:hidden;
}

pre {
font-family:"Verdana";
}

table {
border-collapse:collapse;
}

img {
border:none;
}

.clear {
clear:both;
}
.left {
float:left;
}
.right {
float:right;
}
.container {
background:#FFD429;
margin:0 auto;
width:990px;
position:relative;
}
.edgeLeft, .edgeRight {
position:absolute;
top:0px;
width:6px;
height:100%;
background-repeat:repeat-y;
}
.container .edgeLeft {
left:-3px;
background-image:url(edge_left.png);
}
.container .edgeRight {
right:-3px;
background-image:url(edge_right.png);
}

div#header {
padding-bottom:15px;
position:relative;
}
div#header .scissors {
background:url(edge_scissors.png) no-repeat;
position:absolute;
top:24px;
left:-18px;
width:36px;
height:33px;
}
div#header .header-left {
float:left;
background:url(header_left.png) no-repeat;
margin-left:100px;
margin-top:15px;
width:265px;
height:162px;
}
div#header .header-left  h1, div#header .header-left img {
position:absolute;
left:-2000px;
top:-200px;
}
div#header .header-right {
float:right;
background:url(header_right.png) no-repeat;
width:450px;
height:183px;
}

p {
padding-bottom:10px;
}
h2 {
font-size:26px;
margin-bottom:40px;
}
div#what, div#differences, div#adapter, div#storitev {
background-color:#fff;
position:relative;
}
div#what {
margin-left:35px;
width:395px; /*445px-padding*/
padding:18px 25px;
z-index:1;
}
div#differences {
margin-right:35px;
width:421px; /*445px-padding*/
padding:18px 12px;
z-index:1;
}
div#differences img {
padding-top:3px;
}
div#adapter {
margin-left:35px;
width:395px; /*445px-padding*/
padding:18px 25px;
z-index:1;
}
div#storitev{
margin-right:35px;
width:395px; /*445px-padding*/
padding:18px 25px;
z-index:1;
}

.corners {
position:absolute;
width:5px;
height:5px;
background-image:url(corners.gif);
background-repeat:no-repeat;
}
.corners.tl, .corners.tr, .corners.bl, .corners.br {
background-color:#FFD429;
}
div#what .corners.bl, div#what .corners.br, div#differences .corners.bl, div#differences .corners.br {
background-color:#404040;
}
.corners.tl {
top:0;
left:0;
background-position:0 0;
}
.corners.tr {
top:0;
right:0;
background-position:-5px 0;
}
.corners.bl {
bottom:0;
left:0;
background-position:0 -5px;
}
.corners.br {
bottom:0;
right:0;
background-position:-5px -5px;
}

div#cutter {
padding:40px 35px;
background-color:#fff;
position:relative;
margin-bottom:55px;
}

.line.top {
position:absolute;
top:-35px;
left:0;
background:url(background-line-top.png) no-repeat;
width:990px;
height:50px;
}
.line.bottom {
position:absolute;
bottom:-35px;
left:0;
background:url(background-line-bottom.png) no-repeat;
width:990px;
height:40px;
}

div#footer {
height:18px;
padding-top:6px;
margin-top:20px;
font-size:10px;
text-align:center;
background-color:#404040;
color:#fff;
}
div#footer a {
font-size:10px;
color:#fff;
text-decoration:none;
}
div#footer a:hover {
text-decoration:underline;
}


div#ie6 {
background-color:#E50000;
color:#fff;
font-size:14px;
font-weight:bold;
padding:15px 35px;
}
div#ie6 a {
color:#fff;
}

/***facebook like button***/

.page-facebook {
padding:8px 8px 5px 10px ;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background:#fff;
/*-webkit-box-shadow: 0px 0px 5px 0px #707070;
-moz-box-shadow: 0px 0px 5px 0px #707070;
box-shadow: 0px 0px 5px 0px #707070; */
width:50px; 
height:70px;
float:right;
margin-right:60px;
}

.page-facebook iframe {
border:none; 
overflow:hidden; 
width:90px; 
height:90px;
}

