/* CSS Document */

body {
	background:#fff;
	color:#0F0F0F;
	font:15px/20px Arial, Helvetica, sans-serif;
	margin:32px 0 0;
	padding:0;
}
div, ul, h1, h2, h3, li, p, img {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
/* +++++++++++++++++++++++++++ TOP PANEL +++++++++++++++++++++++++++ */
#topPanel {
	width:762px;
	height:373px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#topPanel img {
	width:230px;
	height:80px;
	z-index:1;
	padding:0;
	position:absolute;
	margin:0 0 0 21px;
}
/* +++++++++++++++++++++++++++ MENU PANEL +++++++++++++++++++++++++++ */
#topPanel ul {
	display:block;
	width:732px;
	height:36px;
	position:absolute;
	top:0;
	right:0;
	margin:11px 0 0;
	padding:0 29px 0 0;
	border-bottom:1px solid #AEAEAE;
}
#topPanel ul li {
	float:right;
	font:12px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#topPanel ul li a {
	width:74px;
	height:36px;
	display:block;
	padding:0;
	color:#555;
	background:#fff;
	text-decoration:none;
	text-align:center;
	margin:0 1px 0 0;
	top:0px;
	left:0px;
}
#topPanel ul li a:hover {
	width:74px;
	height:36px;
	text-decoration:none;
	background:url(images/button.gif) no-repeat 0 0 #AEAEAE;
	color:#fff;
}
#topPanel ul li.active {
	width:74px;
	display:block;
	height:36px;
	background:url(images/button.gif) no-repeat 0 0 #AEAEAE;
	color:#fff;
	text-align:center;
	margin:0 1px 0 0;
}
/* +++++++++++++++++++++++++++ HEADER PANEL +++++++++++++++++++++++++++ */
#topPanel #headerPanelfast {
	width:246px;
	height:263px;
	position:absolute;
	top:0;
	left:0;
	margin:110px 0 0;
	padding:0px;
	background:url(images/orange-normal.jpg) no-repeat 0 0 #FC5F00;
	color:#fff;
}
#topPanel #headerPanelfast a {
	width:246px;
	height:263px;
	display:block;
	text-decoration:none;
}
#topPanel #headerPanelfast a:hover {
	width:246px;
	height:263px;
	background:url(images/orange-hover.jpg) no-repeat 0 0 #FC5F00;
	color:#fff;
	text-decoration:none;
}
#topPanel #headerPanelfast h2 {
	display:block;
	width:90px;
	height:47px;
	margin:54px 0 0 90px;
	font:24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#topPanel #headerPanelfast p {
	width:163px;
	display:block;
	font:12px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:0;
	margin:105px 50px 0 38px;
}
#topPanel #headerPanelsecond {
	width:246px;
	height:263px;
	position:absolute;
	top:0;
	left:258px;
	margin:110px 0 0;
	padding:0px;
	background:url(images/green-normal.jpg) no-repeat 0 0 #FC5F00;
	color:#fff;
}
#topPanel #headerPanelsecond a {
	width:246px;
	height:263px;
	display:block;
	text-decoration:none;
}
#topPanel #headerPanelsecond a:hover {
	width:246px;
	height:263px;
	background:url(images/green-hover.jpg) no-repeat 0 0 #FC5F00;
	color:#fff;
	text-decoration:none;
}
#topPanel #headerPanelsecond h2 {
	display:block;
	width:90px;
	height:47px;
	background:none;
	margin:54px 0 0 103px;
	font:24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	position:absolute;
	z-index:1;
}
#topPanel #headerPanelsecond p {
	width:163px;
	display:block;
	font:12px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:0;
	margin:105px 50px 0 38px;
}
#topPanel #headerPanelthird {
	width:246px;
	height:263px;
	position:absolute;
	top:0;
	right:0;
	margin:110px 0 0;
	padding:0px;
	background:url(images/blue-normal.jpg) no-repeat 0 0 #FC5F00;
	color:#fff;
}
#topPanel #headerPanelthird a {
	width:246px;
	height:263px;
	display:block;
	text-decoration:none;
}
#topPanel #headerPanelthird a:hover {
	width:246px;
	height:263px;
	background:url(images/blue-hover.jpg) no-repeat 0 0 #FC5F00;
	color:#fff;
	text-decoration:none;
}
#topPanel #headerPanelthird h2 {
	display:block;
	width:90px;
	height:47px;
	background:none;
	margin:54px 0 0 93px;
	font:24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	position:absolute;
	z-index:1;
}
#topPanel #headerPanelthird p {
	width:163px;
	display:block;
	font:12px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:0;
	margin:105px 50px 0 38px;
}


/* +++++++++++++++++++++++++++ BODY PANEL +++++++++++++++++++++++++++ */
#bodyPanel {
	width:762px;
	min-height:350px;
	height:auto !important;
	height:350px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#bodyPanel h2 {
	background:#fff;
	display:block;
	width:400px;
	height:50px;
	margin:0;
	font:30px/30px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:4px 0 0 202px;
	color:#FF7113;
}
#bodyPanel span.features-link {
	background:#fff;
	display:inline-block;
	width:auto;
	height:27px;
	font-weight:normal;
	margin-left:5px;
	margin-top:5px;
	padding:2px 10px 0 45px;
	color:#2777BE;
	cursor:pointer;
	background-color: #fff;
	background-image: url(images/link-ico.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#bodyPanel span.link {
	background:#fff;
	display:inline-block;
	width:100px;
	height:27px;
	text-align:right;
	font-weight:normal;
	margin-left:410px;
	padding:1px 0 0 45px;
	color:#2777BE;
	cursor:pointer;
	background-color: #fff;
	background-image: url(images/link-ico.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#bodyPanel span.link a {
	color:#2777BE;
	text-decoration:none;
}
#bodyPanel span.link a:hover {
	color:#2777BE;
	text-decoration:none;
}
#bodyPanel p {
	background:url(images/symbol.jpg) 0 0 no-repeat #fff;
	margin:0 0 0 52px;
	padding:0 0 20px 150px;
	color:#0F0F0F;
	text-align:justify;
	min-height:110px;
	height:auto !important;
	height:110px;
}
#bodyPanel #portfolio {
	background:url(images/symbol.jpg) 0 0 no-repeat #fff;
	margin:0 0 0 52px;
	padding:0 0 20px 150px;
	color:#0F0F0F;
	text-align:justify;
	min-height:110px;
	height:auto !important;
	height:110px;
}
#bodyPanel p.clear {
	background:none;
}
#bodyPanel p.left {
	background:none;
	text-align:left;
}
#bodyPanel p.orange {
	background:url(images/symbol-orange.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p.green {
	background:url(images/symbol-green.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p span {
	font-weight:bold;
}
#bodyPanel p a {
	color:#0F0F0F;
	text-decoration:underline;
	font-weight:normal;
}
#bodyPanel p a:hover {
	text-decoration:underline;
	font-weight:normal;
}

#bodyPanel p.dotline {
	background:url(images/dot-line.gif) 0 0 repeat-x #fff;
	padding:0;
	margin:20px 0 20px 202px;
	color:#000;
	min-height:1px;
	height:1px;
	width:560px;
	
}
#bodyPanel p.capstext {
	background:none;
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#555555;
	margin:0 0 0 52px;
	padding:0px 0 0px 150px;
	min-height:0px;
	height:auto;
}

#bodyPanel .more {
	height:26px;
	padding:0;
	background:none;
	margin:0;
}
#bodyPanel .more a {
	width:76px;
	height:26px;
	display:block;
	float:right;
	background:url(images/more.gif) 0 0 no-repeat #fff;
	color:#555;
	text-decoration:none;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px 0 0 10px;
}
#bodyPanel .more a:hover {
	background:url(images/more.gif) 0 0 no-repeat #fff;
	color:#216EBD;
	text-decoration:none;
}
#bodyPanel h3 {
	background:#fff;
	display:block;
	width:560px;
	height:30px;
	margin:0;
	font:18px/18px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:4px 0 0 202px;
	color:#FF7113;
}
#bodyPanel h3.portfolio {
	padding:0;
	margin:0;
}
#bodyPanel #testimonial {
	width:283px;
	height:162px;
	display:block;
	background:url(images/testimonial-bg.gif) 0 0 no-repeat #FFF6DB;
	padding:32px 33px 0 148px;
	margin:0 0 0 20px;
	color:#786321;
}
#bodyPanel #testimonial p {
	background:none;
	margin:0;
	padding:0 0 5px 0;
}
#bodyPanel #testimonial p span {
	color:#786321 !Important;
	background:#FFFAED !Important;
}
#bodyPanel h4 {
	background:#fff;
	width:250px;
	height:30px;
	position:absolute;
	top:361px;
	right:5px;
	margin:0;
	font:30px/30px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0px;
	color:#FF7113;
}
#bodyPanel ul {
	display:block;
	margin:0 0 20px 220px;
}
#bodyPanel ul li {
	font-weight:normal;
	background:url(images/symbol2.gif) 0 8px no-repeat;
	padding:0 0 5px 30px;
}
#bodyPanel ul span {
	background:url(images/dot-line.gif) repeat-x 0 100%;
	height:25px;
	display:block;
}

/* +++++++++++++++++++++++++++ INTERNET PANEL +++++++++++++++++++++++++++*/


#bodyPanel p.ddshopXXL {
	background:url(images/ddshop-xxl.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p.ddshopXL {
	background:url(images/ddshop-xl.jpg) 0 0 no-repeat #fff;
}

#bodyPanel p.ddshopL {
	background:url(images/ddshop-l.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p.ddphotoblog {
	background:url(images/ddphotoblog.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p.ddflash {
	background:url(images/ddflash.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p.ddweb {
	background:url(images/ddweb.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p.poligrafia {
	background:url(images/poligrafia.jpg) 0 0 no-repeat #fff;
}
#bodyPanel p.sklad {
	background:url(images/sklad.jpg) 0 0 no-repeat #fff;
}


/* +++++++++++++++++++++++++++ FOOTER PANEL +++++++++++++++++++++++++++*/

#footer {
	width:100%;
	background:#DCDCDC;
	color:#4C4C4C;
	font-size:12px;
}
#footerbody {
	width:762px;
	height:100px;
	position:relative;
	margin:20px auto 0px auto;
	padding:0;
}
#footer ul {
	width:340px;
	display:block;
	position:absolute;
	right:10px;
	top:33px;
}
#footer li {
	float:left;
	font:12px/15px Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#footer ul li a {
	padding:0 6px;
	color:#4C4C4C;
	background:#DCDCDC;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li a.padl {
	padding:0 0 0 6px;
}
#footer .copyright {
	background:#DCDCDC;
	position:absolute;
	top:54px;
	right:10px;
	color:#4C4C4C;
	width:340px;
	font:10px/12px Arial, Helvetica, sans-serif;
	text-align:right;
}
#footer .copyright a {
	color:#4C4C4C;
	text-decoration:none;
}
#footer .copyright a:hover {
	text-decoration:underline;
}
#footerhtmlPanel {
	width:86px;
	height:31px;
	display:block;
	position:absolute;
	top:34px;
	left:29px;
	margin:0;
	padding:0;
}
#footerhtmlPanel a {
	width:86px;
	height:31px;
	display:block;
	background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC;
	text-decoration:none;
	font:14px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2F2F2F;
	text-transform:uppercase;
	padding:0 0 0 10px;
	position:absolute;
	top:0px;
	right:0px;
}
#footerhtmlPanel a:hover {
	background:url(images/html-img.gif) no-repeat 0 0 #DCDCDC;
	color:#216EBD;
	text-decoration:none;
}
#footercssPanel {
	width:86px;
	height:31px;
	display:block;
	position:absolute;
	top:34px;
	left:115px;
	margin:0;
	padding:0;
}
#footercssPanel a {
	width:86px;
	height:31px;
	display:block;
	background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC;
	text-decoration:none;
	font:14px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2F2F2F;
	text-transform:uppercase;
	padding:0 0 0 10px;
	position:absolute;
	top:0px;
	right:0px;
}
#footercssPanel a:hover {
	background:url(images/css-img.gif) no-repeat 0 0 #DCDCDC;
	color:#216EBD;
	text-decoration:none;
}

/* +++++++++++++++++++++++++++ HIGHSLIDE PANEL +++++++++++++++++++++++++++*/

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(script/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	/*border: 2px solid gray;*/
	border:none;
}
.highslide:hover img {
	border:none;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	color:#0F0F0F;
}
.highslide-caption a {
	color:#0F0F0F;
	text-decoration:none;
	font-weight:bold;	
}
.highslide-caption a:hover {
	color:#0F0F0F;
	text-decoration:none;
	font-weight:bold;	
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(script/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(script/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}