@charset "utf-8";
/* CSS Document */
#sidebar .box {
	background: url(../../www.virtualizace-serveru.com/img/box-background.png) #eee;
}

#main .content, #sidebar .box .content, #sidebar #menu ul, #sidebar #menu ul li, #sidebar #menu ul li strong, #sidebar #menu ul li strong, #carousel {
	border-color: #333;
}

a#logo {
	background-image: url(../img/logo.png);
}

#header-block {
	background:url(../img/header-background.jpg);
}

#header-block .title, #header-block .content {
	color: #fff;
}

#footer, h1, #main .product-block .content-right .price, #sidebar .box h2, #main .product-block h2 {
	color: #000;
}

#footer {
	background:url(../img/heading-background.png) repeat-x center;
}

#carousel {
	background: #fff;
}

/*_____general____*/
ul {
	list-style-image:url(../img/list-bullet.png);	
}

h1, #sidebar .box h2 {
	background: url(../img/heading-background.png) repeat-x #777;
}

a {
	color: #000;
	font-weight:bold;
}

a:visited {
	color:#333;
}

/* PRODUCT BLOCK */
#main .product-block .content {
	background:url(../img/product_block-background.png) top repeat-x #333;
	color: #fff;
}
#main .product-block h2 {
	background: url(../img/heading-background.png) top repeat-x #777;
}
#main .product-block .content-right .price, #sidebar .box .price {
	background: url(../img/price-background.png) #ffdc00;
	text-shadow: none;
}