﻿/* CSS layout */

body {
	background-color: #272627;
	font-family: "Tahoma";
	color: #ffffff;
	font-size: 12px;
}


#masthead {
	width: 800px;
	height: 166px;
	background-image: url(obrazy/header_back.jpg);
	background-repeat:repeat-x;
}

#head {
	width: 800px;
	position: absolute;
}

#logo {
	position: relative;
	left: 20px;
	top: 20px;
}

#logobd {
	position: relative;
	left: 320px;
	top: 10px;
}


#top_nav {
	width: 800px;
	height: 51px;
	background-image: url(obrazy/nav.jpg);
	background-repeat:repeat-x;

}

#container {
	position: relative;
	width: 100%;
}

#menuh {
	position: relative;
	width: 544px;
	height: 51px;
	margin-left: 128px;
}



/*****************************
        PRODUCT
 ****************************/
.img {
	border: 0px
}


.product {
	background-image: url(obrazy/product_mid.jpg);
	background-repeat:repeat-y;
	position: relative;
	width: 602px;
	height: 250px;
}

.prod_con {
	position: relative;
	width: 602px;
	height: 216px;
}


.prod_main {
	width: 304px;
	height: 216px;
	margin-left: 16px;
}

.prod_thumbs {
	position: relative;
	left: 304px;
	top: -216px;
	width: 80px;
	height: 216px;
	margin-left: 5px;
}

.prod_text {
	position: relative;
	left: 404px;
	top: -432px;
	width: 200px;
	height: 216px;
}

.nadp_prod {
	font-size: 19px;
	color: #67B1F4;
	font-weight: bold;
	text-decoration: none;
}

.new {
	position: relative;
	top: -135px;
	left: 191px;
	float: none;
}
.for {
	color: #999999;
	font-style: normal;
	font-weight: normal;
}

.cat_no {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


/*****************************
        PRODUCT_END
 ****************************/


#left_col {
background-image: url(obrazy/menu.jpg);

	width: 167px;
	height: 167px;
	position: absolute;
	left: 0px;
	top: -2px;
}


#menicko {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

.foot {
	font-size: 12px;
	color: #808080;
	position: relative;
	top: 16px;
	text-align: center;
	}


.a {
	font-size: 14px;
	color: #67B1F4;
	font-weight: bold;
	text-decoration: none;
}

.author {
width: 800px;
	position: relative;
	text-align: right;
top: -22px;
right: 5px;
}


a {
	border: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}


#page_content {
	margin-left: 167px;
	width: 633px;
}

#footer {
	height: 35px;
width: 800px;
background-image: url(obrazy/footer.jpg);
background-repeat:repeat-x;

}

