/* begin typography & Colors*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top: 0px;
	clear: both;
	width: 100%;
	background-color: #181818;
	background-repeat: repeat-x;
	color: #e6e5e5;
}

/* Begin structure*/

#header {
	width: 1000px;
	position: relative;
	height: 58px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	
}

#header #logo {
	float: left;
	height: 58px;
	width: 245px;
	background-color: red;
	position: relative;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#header #desc {
	height: 58px;
	float:left;
	width: 245px;
	background-image: url(images/desc-logo.gif);
	background-repeat: no-repeat;
}

#header #callus {
	width: 240px;
	float:right;
	font:"Verdana", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 30px 0px auto 40px;
	 
}
#container {
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#container #dashboard {
	height: 35px;
	width: 100%;
	float: left;

}
#dashboard #search {
	float: left;
	width: 298px;
	height: 30px;
}

#dashboard #search #magnifier {
	float: left;
	height: 30px;
	width: 29px;
	background-image: url(images/magnifier.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
}

#dashboard #search #inpsearch {
	height: 30px;
	float: left;
	margin-top: 4px;
}

#dashboard #navigation {
	float: left;
	width: 700px;
	height: 35px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;

}

#navigation ul {
	width: 500px;
	font-size: 14px;
	margin-left: 5px;
	float:left;
	padding:0px;
	margin-top:0px;
	height:30px;
	
}

#navigation ul li {
	color: #b6b7b7;
	float: left;
	width: 150;
	margin-left:10px;
	background-color: #181818;
	list-style-type: none;
	line-height: 34px;
	text-align: center;
	display: block;

}
#navigation ul li a {
	color: #b6b7b7;
	text-decoration: none;
}
#navigation ul li a:hover {
	display: block;
	list-style-type: none;
	color: #f7f7f7;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000; */
}

#container #left {
	width: 544px;
	float: left;
	margin-top: 3px;
	margin-right: 2px;
	position: relative;
}
#left #post {
	margin-top: 10px;  
	margin-left: 0px;
	padding:6px;
	float:left;
}

#left #post h1, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #CCCCCC;
	padding:0px;
	
}

#left #post h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #CCCCCC;
	padding:0px;
	float:left;
	clear:left;
	width: 510px;
	line-height:35px;
}


#left #post h2, h2 a {
	margin-left:0px;
	left:0px;
	color: #CCCCCC;
	text-decoration: none;
	font-size:24px;
}

#left #post h2, h2 a:hover {
	
	color: #f7f7f7;
}

#left #post .entry {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	font-size: 14px;
	line-height:20px;
	padding-left:3px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:2px;

}

#left #post .entry a {
	color: #CC0000;
	text-decoration: none;
}

#left #post .entry img, .entry a img {
	margin:3px;
	padding:2px;
	border:1px solid #202020;
	}	
	
#left #post .entry a:hover img {
	margin:3px;
	padding:2px;
	border:1px solid #da0000;
	border:1px solid #484848; 
	}		
	
a span.more{
	background-color:#33352C;
	clear:both;
	color:#FFF;
	display:block;
	font-size:0.8em;
	font-weight:700;
	margin:20px 0 0 !important;
	padding:4px 7px;
	width:40px
}
a:hover span.more{
	background-color:#6C9339;
	color:#FFF;
	text-decoration:none; 
	cursor:hand;
}

#left #post small {
	font:11px Arial, Helvetica, sans-serif;
	display:block;
	color:#565656;
	margin:0 0 2px 0;
}
#left #post small span {
	color: #454545;
	padding:0 5px;
	font-weight:bold;
}
#left #post small span a {
	text-decoration:none;
	font-weight:normal;
	color:#c7c7c7;
}
#left #post .entry blockquote {
	padding-left:5px;
	background:#272727;
	border:1px solid #313131;
	margin:3px 10px 3px 15px;
	border-left: 3px solid #484848;
}
	

#page .page-entry {
	FONT-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #b2b2b2;
	margin-top:50px;
	width: 400px;
	clear:both;
	float:left;
	margin-top:25px;
}


#inpsearch input{
	background:#272727;
	border:1px solid #2e2d2d;
	color:#CCCCCC;
	vertical-align:middle;
	padding:2px;
	width:190px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#inpsearch input#go {
	width:auto;
	background:#d20000;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	border:1px solid #bd0000;
	padding:2px;
	}		
#container #right {
	width: 449px;
	float: right;
	height: auto;
	position: relative;
}

#right .showroom {
	padding: 8px 8px 8px 8px;
	height: 130px;
	width: 195px;
	border: 1px solid #484848;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #272727;
}
#right .showroom a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
}

#right .showroom .showimg {
	background-color: #CCCCCC;
	height: 107px;
	width: 195px;
	text-align: center;
	float:left;
}

#right .showroom .showimg img {
	background-color: #CCCCCC;
	height: 107px;
	width: 100%;
	text-align: center;
	border:none;
}

#right .showroom .showdesc {
	float:left;
	width:194px;
	padding-top:10px;
	margin-bottom:1px;
	font-size:11px;
}

#right .showroom .showdesc span a {
	font-size:11px;
	
}

#right .showroom .showdesc span a:hover {
	border-bottom:1px solid #F7F7F7; 
	color:#00CC00;
}
#right .showroom .showimg a {
	text-decoration: none;
}


#right #imgbuy {
	position: absolute;
	top: -30px;
	left: -28px;
	background-image: url(images/abuy.png);
	height: 100px;
	width: 100px;
}

#right #wpthemestitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
	margin-top: 10px;
	margin-left: 80px;
}
#right #services {
	margin-top: 1px;
	float: left;
}
#right #services #servdesc {
	background-color: #272727;
	height: 100px;
	width: 420px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #484848;
	padding: 5px;
}
#container #right #rspace {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
#right #rspace .rspaceTitle {
	float: left;
	height: 30px;
	width: 50px;
	background-color: #666666;
	padding-left: 10px;
	margin-left: 9px;
}
#right #rspace .rspaceblock {
	height: auto;
	width: 100px;
	float: left;
}



#right #services h2 {
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 9px;
}
#right .rtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 4px;
}

#right .widgetbox {
	float:left;
	width:100%;
	margin-left:5px;
}

#right .widgetbox li {
	list-style-type: none;
	float:left;
	width: 100%;
	margin-top:10px;
	
}

#right .widgetbox li h2 {
	padding:0px;
	margin-bottom:1px;
}

.eshopwidget {
	background-color: #272727;
	height: 30px;
	width: 420px;
	float: left;
	margin-bottom: 5px;
	margin-left: 1px;
	border: 1px solid #484848;
	padding: 5px;
	margin-top:1px;
	font-size:12px;
}

.eshopwidget a {
 text-decoration:none;
 color:#b2b2b2;

}
#right .widgetbox li h2 {
	margin-left:1px;
}
#right .rblock {
	margin-top: 1px;
	float: left;
	width: 100%;
}
#right .rblockdesc {
	background-color: #272727;
	height: 100px;
	width: 420px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #484848;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#right .rblock .rblockdesc a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCCCCC;
}

#right .rblock .rblockdesc a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f7f7f7;
}

#right .rblockdescpay {
	background-color: #272727;
	float: left;
	margin-left: 5px;
	border: 1px solid #484848;
	padding: 4px;
	width: 422px;
}

#right .rblockdescpay img {
	text-decoration:none;
	border:none;
	width:419px;
}

#right #rspace .rspaceblock {
	margin-left: 5px;
	width: 213px;
}
.rspaceblock .rspaceblocklist {
	display: block;
	list-style-type: none;
	margin-top: 0px;
	float:left;
	
}
.rspaceblock .rspaceblocklist ul {
	list-style-type: none;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	float:left;
	padding-left:0px;
	width:210px;
}
.rspaceblock .rspaceblocklist li a {
	display: block;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	background-color: #272727;
	margin: 1px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	border: 1px solid #484848;

}
.rspaceblock .rspaceblocklist a:hover {
	border: 1px solid #666666;
}



.rspaceblocktitle h2 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 5px;
}

#container #footer {
	float: left;
	height: 40px;
	width: 100%;
	background-color: #272727;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 25px;
	border: 1px solid #484848;
	bottom: 0px;
}


#footer #footertext {
	margin-top: 12px;
	margin-left: 10px;
	width:200px;
	float:left;
	
}
#footertext a {
	color: #FF0000;
		color: #e6e5e5;
	text-decoration: none;
}
#footer #footerlink {
	float:right;
	width:300px;
	margin-top: 12px;
	margin-right: 10px;
	
}

#footerlink a {
	color: #FF0000;
		color: #e6e5e5;
	text-decoration: none;
}

/***** RIGHT SIDEBAR *****/

#right .blocs h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 4px; 
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 9px;
}



#comments
{
    MARGIN: 15px 0px 10px;
    FONT: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    COLOR: #505050
	
}
#respond
{
    MARGIN: 15px 0px 10px;
    FONT: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    COLOR: #505050
}
.commentlist
{
    LIST-STYLE-TYPE: none;
	margin-left:0px;
}

.commentlist LI
{
    CLEAR: both;
    PADDING-RIGHT: 0px! important;
    PADDING-LEFT: 0px! important;
    PADDING-BOTTOM: 5px! important;
    MARGIN: 0px 0px 10px;
    PADDING-TOP: 10px! important;
    BORDER-BOTTOM: #212121 1px dashed;

}
.commentlist LI.alt
{
    CLEAR: both;
    PADDING-RIGHT: 0px! important;
    PADDING-LEFT: 0px! important;
    PADDING-BOTTOM: 5px! important;
    MARGIN: 0px 0px 10px;
    PADDING-TOP: 10px! important;
    BORDER-BOTTOM: #212121 1px dashed;
}


.komentarzyk {
 margin-left:1px;
 font-size:12px;
 
}
LI.komentarzyk
{
 BORDER: #666666 1px dashed ; 
  
	
}
.autor_dane
{
    FLOAT: left;
    WIDTH: 120px;
    TEXT-ALIGN: center; 
	
}
.autor_dane CITE
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #cccccc;
    FONT-STYLE: normal;
    TEXT-DECORATION: none
}
.autor_dane CITE A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #cccccc;
    FONT-STYLE: normal;
    TEXT-DECORATION: none
}
.autor_dane SMALL
{
    DISPLAY: block;
    MARGIN: 3px 0px
}
.autor_dane SMALL A
{
    FONT-SIZE: 11px;
    COLOR: #484848;
    TEXT-DECORATION: none
}
.komentarze A
{
    FONT-SIZE: 11px;
    COLOR: #484848;
    TEXT-DECORATION: none
}
.autor_dane IMG
{
    BORDER-RIGHT: #484848 2px solid;
    BORDER-TOP: #484848 2px solid;
    MARGIN: 0px 0px 5px;
    BORDER-LEFT: #484848 2px solid;
    BORDER-BOTTOM: #484848 2px solid
}
.autor_text
{
    COLOR: #adadad;

}
.komentarze
{
    MARGIN: 0px 0px 15px
}
.komentarze FORM
{
    MARGIN: 10px
}
.komentarze FORM INPUT
{
    WIDTH: 150px
}
.komentarze FORM INPUT.ok
{
    PADDING-RIGHT: 8px;
    PADDING-LEFT: 8px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 4px;
    WIDTH: auto;
    PADDING-TOP: 4px
}
.komentarze FORM TEXTAREA
{
    WIDTH: 400px
}
.komentarze FORM INPUT
{
    BORDER-RIGHT: #242424 1px dashed;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #242424 1px dashed;
    PADDING-LEFT: 2px;
    BACKGROUND: #202020;
    PADDING-BOTTOM: 2px;
    MARGIN: 0px 0px 4px;
    FONT: 11px/16px Arial, Helvetica, sans-serif;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #242424 1px dashed;
    COLOR: #cccccc;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #242424 1px dashed
}
.komentarze FORM TEXTAREA
{
    BORDER-RIGHT: #242424 1px dashed;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #242424 1px dashed;
    PADDING-LEFT: 2px;
    BACKGROUND: #202020;
    PADDING-BOTTOM: 2px;
    MARGIN: 0px 0px 4px;
    FONT: 11px/16px Arial, Helvetica, sans-serif;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: #242424 1px dashed;
    COLOR: #cccccc;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #242424 1px dashed
}
.komentarze FORM SMALL
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 0px;
    COLOR: #d3d3d3;
    PADDING-TOP: 0px
}
	
.end
{
    CLEAR: both
}



/*banner */
#left #wplatest {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	
}
#container #left #banner {
	float: left;
	height: 250px;
	width: 525px;
	background-color: #181818;
	border: 1px solid #484848;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	position: relative;
}

#left #banner  #window{
	float: left;
	height: 250px;
	width: 525px;
	background-color: #181818;
	margin-left:2px;

}

#left #banner  #window #slider{
	float: left;
	height: 250px;
	width: 525px;
	background-color: #181818;
}

#vslider ul li a img {
text-decoration:none;
border:none;

}
#left #banner  #window #slider{
	float: left;
	height: 249px;
	width: 522px;
	background-color: #181818;
}
#left .vert-sep-left {
  float:left; 
  background-image: url(images/post-sepa.gif) ;
  background-repeat:repeat-x;
  height:2px;
  width:540px;
  margin-top: 25px;
	clear:both;
}

.clear {
clear:both
}

#right .vert-sep-right {
  float:left; 
  background-image: url(images/post-sepa.gif) ;
  background-repeat:repeat-x;
  height:2px;
  width:430px;
  margin-top: 20px;
	clear:both;
	margin-left:5px;
}


.vert-sep-head {
  float:left; 
  background-image: url(images/post-sepa.gif) ;
  background-repeat:repeat-x;
  height:2px;
  width: 100%;
  clear:both;
	
}

/*#slider img {
		border:none;	}
.nav {
 margin-top:10px;
 margin-bottom:100px;
 float:right;
 height:100px;

}

.nav #next img, .nav #prev img {
 border:none;
 }*/


/* Horizontal slider */

.haccordion{
padding: 0;
float:left;
height: 250px;
	width: 525px;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 250px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 250px;  /*For users with JS disabled: Height of each content*/
}




#hc1 li{
margin:0px; /*Spacing between each LI container*/
padding:0px;

}

#hc1 li .hpanel{
padding-left:0px; /*Padding inside each content*/
background:  #333333;
margin-left:0px;
}

#hc1 li .hpanel a img {
border-style:none;

}

.slidenav {
float:left;
height:50px;
clear:both;
width:525px;
margin-top:15px;
}
.slidenav a {
	display:block;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	background-color:#333333; 
	color:#CCCCCC; 
	float:left;
	text-decoration:none;
	margin:2px;
}
.slidenav a:hover {
	background-color:#669933; 
	color:#CCCCCC; 
	
}
