html{
	background:url(images/page-bg.jpg) center top;		
	margin:0px;
	padding:0px;	
}
body{
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Arial;
	font-size:0.8em;
	margin:0 auto;
	position:relative;
	width:990px;
		
}
select input{
	font-family:Arial;
}
div.cleaner{
	clear:both;;
}
img{
	border:0px;
}
/*== header ==*/
.header{
	width:990px;
	height:186px;
	top:110px;
	position:absolute;
	background:url(images/header.jpg) right;
}

.headerHead{
	width:225px;
	height:90px;	
	position:absolute;
	left:765px;
	top:-90px;
	background:url(images/header-head.png) right;
}
a#logo{
	width:503px;
	height:57px;	
	position:absolute;

	top:20px;
	background:url(images/logo.png) right;	
}
a#logo span{
	display:none;
}

div.intro{
	position:absolute;
	top:155px;
	left:50px;
	z-index:10;
	color:#fff;
	font-size:14px;		
	width:600px;
	height:90px;
	overflow:hidden;
	font-size:12px;
	text-align:justify;	
}
div.intro a{
	color:#ffffcc;
}
div.intro a:hover{
	text-decoration:none;
}
div.intro p{
	margin:0px;
	padding:0px;
	margin-bottom:1px;
	font-size:12px;
	text-align:justify;
}

/*-- header --*/
/*== top menu ==*/
.topMenu{
	position:absolute;	
}
.topMenu p{
	margin:0px;
	padding:0px;
}
ul.topMenu{
	margin:0px;
	padding:0px;
	position:absolute;
	width:995px;
	top:296px;
}
.topMenu li,.topMenu li a{
	margin:0px;
	padding:0px;	
	float:left;
	width:248px;
	height:87px;
	list-style:none;
	list-style-position:inside;
	background:url(images/topmenu.jpg);
	text-decoration:none;
}
.topMenu li#dogSize{
	background:url(images/topmenu-right.jpg) right;
	width:246px;
}
.topMenu li li{
	width:auto;
	height:auto;
	background:none;
}
.topMenu li a strong,.topMenu li#dogSize strong{
	position:absolute;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin-left:30px;
	margin-top:10px;
}
.topMenu li a:hover strong{
	text-decoration:underline;
}
.topMenu li a span{
	position:absolute;
	color:#ffcc99;
	margin-left:30px;
	margin-top:36px;	
	width:200px;
	height:30px;
	overflow:hidden;
	font-size:11px;
}
.topMenu li#dogSize a#size1,
.topMenu li#dogSize a#size2,
.topMenu li#dogSize a#size3{
	width:auto;
	height:auto;
	background:none;	
	color:#ffffcc;
	text-decoration:underline;
	position:absolute;
	margin-left:110px;
}
.topMenu li#dogSize a:hover#size1,
.topMenu li#dogSize a:hover#size2,
.topMenu li#dogSize a:hover#size3{
	text-decoration:none;
	}
.topMenu li#dogSize a#size1{margin-top:32px;}
.topMenu li#dogSize a#size2{margin-top:48px;}
.topMenu li#dogSize a#size3{margin-top:63px;}
/*-- top menu ==*/

/*== product list ==*/
.prod{
	float:left;
	width:245px;
	height:195px;
	margin-bottom:20px;	
}
.prod h3{
	position:absolute;		
	margin:10px 0 0 10px;
	padding:0px;
}
.prod h3 a{
	color:#333;
	text-decoration:none;
}
.prod h3 a:hover{
	text-decoration:underline;
}
.prod img{
	position:absolute;
	border:1px #cfcfcf solid;
	width:75px;
	height:75px;
	margin-top:35px;
	margin-left:10px;
}
.prod p{
	width:150px;
	height:80px;
	margin-top:34px;
	margin-left:90px;
	position:absolute;
	overflow:hidden;
	padding:0px;
	font-size:1em;
	line-height:13px;
	color:#333;
}
.prod a.buy{
	background:url(images/buybutton.jpg) left top;
	text-align:center;
	width:132px;
	padding-top:5px;
	height:18px;
	position:absolute;
	text-decoration:none;
	color:#593C04;
	font-size:12px;
	font-weight:bold;	
	cursor:pointer;
	margin-left:103px;
	margin-top:168px;
	
}
.prod a:hover.buy{
	background:url(images/buybutton.jpg) right bottom;

}
.prod .oldPrice{
	position:absolute;
	margin-top:125px;
	margin-left:125px;
	width:100px;
	text-align:right;
	font-size:11px;
	color:#444;
}
.prod .price{
	color:#cc6666;
	position:absolute;
	margin-top:140px;
	margin-left:125px;
	font-size:17px;
	width:100px;
	text-align:right;
}

.prod .dog1{
	position:absolute;
	height:30px;
	width:33px;
	background:url(images/dogs.gif) 0px 0px;
	margin-top:125px;
	margin-left:10px;	
}
.prod .dog1.sel{
	background:url(images/dogs.gif) -73px 0px;
}

.prod .dog2{
	position:absolute;
	height:30px;
	width:22px;
	background:url(images/dogs.gif) -34px -10px;
	margin-top:135px;
	margin-left:42px;	
}
.prod .dog2.sel{
	background:url(images/dogs.gif) -107px -10px;
}
.prod .dog3{
	position:absolute;
	height:30px;
	width:16px;
	background:url(images/dogs.gif) -57px -15px;
	margin-top:140px;
	margin-left:65px;	
}
.prod .dog3.sel{
	background:url(images/dogs.gif) -130px -15px;
}
.prod .stock{
	position:absolute;
	margin-top:173px;
	margin-left:3px;
	width:100px;
	text-align:center;
	color:#339933;
	font-size:12px;	
}

/*-- product list ==*/


.footer ul{
	height:50px;
	border-right:1px #cfcfcf solid;
	float:left;
	margin:0px;
	padding:10px;
	width:170px;	
}
.footer ul.last{
	border:none;
}
.footer li{
	margin:0px;padding:0px;
	list-style:none;
}
.footer li a{
	color:#333;
}
.footer li a:hover{
	text-decoration:none;
}
.footer2{
	text-align:center;	
	position:absolute;
	top:1125px;	
	width:990px;
}
/*= right ======*/
.content .right{
	float:right;
	width:230px;
	margin-top:0px;
}
.bigRight a.more,.smallRight a.more{
	display:block;
	padding-left:152px;
	color:#814D11;
	padding-top:1px;
}
.bigRight a.more:hover,.smallRight a.more:hover{
	text-decoration:none;
}
.bigRight a.more{
	padding-top:8px;
	color:#fff;
	font-size:13px;
}
.content .right .smallRight{
	width:216px;
	height:93px;
	background:url(images/right_small.gif);
	margin-top:20px;
}
.content .right .smallRight ul,.content .right .bigRight ul{
	margin:2px 10px 0 15px;
	padding:0px;
	color:#333;
	display:block;
	height:40px;
	overflow:hidden;
	
	font-size:11px;
	line-height:13px;
	list-style-type: upper-roman; 
}
.content .right .bigRight ul{
	margin:8px 10px 0 15px;
	color:#fff;
	line-height:13px;
	height:80px;
}
.content .right .bigRight ul li{
	margin:0px;
	padding:0px;
	} 
.content .right .bigRight{
	width:216px;
	height:180px;
	background:url(images/right_big.gif) no-repeat;
	margin-top:10px;
}
a.basketRight{
	margin-top:20px;
	background:url(images/basket.png) no-repeat;
	width:116px;
	padding-left:100px;
	height:60px;	
	display:block;
	text-align:center;
	padding-top:12px;
	color:#593E04;
	text-decoration:none;
	margin-bottom:10px;
}
a.basketRight:hover{
	text-decoration:underline;
	}
.smallRight h3, .bigRight h3{
	padding:8px 0 0px 10px;
	margin:0px;
	color:#814D11;
}
.smallRight h3 a, .bigRight h3 a{
	color:#814D11;
	text-decoration:none;
}
.bigRight h3 a{
	color:#fff;
}
.smallRight h3 a:hover, .bigRight h3 a:hover{
	text-decoration:underline;
}
.bigRight h3{
	color:#fff;
}

.delivery{
	display:block;
	width:216px;
	height:74px;	
	background:url(images/postovne.png) no-repeat;
	margin-bottom:15px;
}
	
.logoYoutube, .logoFacebook, .logoTwitter{
	display:block;		
	height:32px;
	margin-top:0px;
	padding:7px 0 0 40px;
	margin-left:10px;
}
a.logoYoutube, a.logoFacebook, a.logoTwitter{
	color:#4c130f;	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.logoYoutube:hover, a.logoFacebook:hover, a.logoTwitter:hover{
	text-decoration:underline;	
}


.logoYoutube{
	background:url(images/youtube_32.png) no-repeat;	
}
.logoFacebook{
	background:url(images/facebook_32.png) no-repeat;
}
.logoTwitter{
	background:url(images/twitter_32.png) no-repeat;
}
	


