/***************************************************************
* Colors
***************************************************************
* Gray		#514e4f
* Orange 	#f7941d
* Black		#000
***************************************************************/

/***************************************************************
* Text settings
***************************************************************/
* {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

hr {
	margin: 10px 0;
	border: 0;
	height: 5px;
	background-color: #514e4f;
}
/***************************************************************
* Sticky footer
***************************************************************/
html,
body { height: 100%; }
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -80px;
}
#Pusher {clear: both;}
#Pusher,
#Footer { height: 80px; }
/***************************************************************
* Positioning
***************************************************************/
#Wrapper {
	width: 960px;
	margin: 0 auto;
}
#SideBar {
	display: inline;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	background: #514e4f url(/sites/bichonfrise/design/menu_grad.jpg) repeat-x 0 100%;
}
#Content {
	display: inline;
	width: 700px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}
#Header {
	width: 940px;
	margin: 0 10px 20px;
	background: #fff url(/sites/bichonfrise/design/header.jpg) no-repeat 0 0;
	height: 430px;
	position: relative;
}
/***************************************************************
* Header
***************************************************************/
#Header h1 {display: none;}
#Header #Owner {
	display: block;
	position: absolute;
	top: 220px;
	left: 20px;
	list-style: none;
}
#Header #Owner li,
#Header #Owner li ins,
#Header #Owner li a {
	font-size: 18px;
	line-height: 30px;
}
#Header #Owner li,
#Header #Owner li a {
	color: #f7941d;
}
#Header #Owner li ins {
	text-decoration: none;
	color: #fff;
	width: 110px;
	display: -moz-inline-box;
	display: inline-block;
}
#Header #FeedBack {
	display: block;
	width: 300px;
	bottom: 0;
	position: absolute;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #000;
}
#Header #FeedBack:hover {color: #fff;}
/***************************************************************
* SideBar
***************************************************************/
#SideBar ul {
	list-style: none;
}
#SideBar ul a{
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #f7941d;
	padding: 0 10px;
	text-decoration: none;
}
#SideBar ul a:hover {
	background-color: #f7941d;
	color: #fff;
}
/***************************************************************
* TopMenu
***************************************************************/
#TopMenu {
	display: inline;
	float: right;
	width: 700px;
	margin: 0 10px 20px;
	background-color: #f7941d;
	height: 40px;
}
#TopMenu ul {
	list-style: none;
	text-align: center;
}
#TopMenu li {
	display: inline;
}
#TopMenu li a {
	display: -moz-inline-box;
	display: inline-block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	margin: -10px 0;
	padding: 20px 5px;
}
#TopMenu li a:hover {
	background-color: #514e4f;
	color: #fff;
}
/***************************************************************
* Footer
***************************************************************/
#Footer {
	width: 940px;
	margin: 0 auto;
}
#Footer .rstar {background-color: #514e4f; position: relative; height: 80px;}
#Footer li {
	display: block;
	position: absolute;
}

#MAILRU, #ZOOCOUNTER, #BICHONLINK, #POWERED {
	width: 88px;
	height: 31px;
}
#EZOOBANNER,
#EZOOBANNER img {
	width: 468px;
	height: 60px;
	border: 0;
}
#BICHONLINK {
	background: url(/sites/bichonfrise/design/bichon-banner.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
#POWERED {
	background: url(/sites/bichonfrise/design/powered(1).gif) no-repeat 0 0;
        overflow: hidden;
        text-indent: -9999px;
}
#POWERED a {
    display: block;
    width: 88px;
    height: 31px;
    overflow: hidden;
}

#MAILRU 	{left: 80px;  top: 10px;}
#ZOOCOUNTER {left: 80px;  top: 59px;}
#BICHONLINK {right: 80px; top: 10px;}
#POWERED 	{right: 80px; top: 59px;}
#EZOOBANNER {left: 235px; top: 20px;}

/***************************************************************
* Round corners
***************************************************************/
.rstar {
	overflow: hidden;
	position: relative;
	padding: 10px 0;
}
.rstar .tr,
.rstar .br,
.rstar .tl,
.rstar .bl {
	position: absolute;
	width: 20px;
	height: 20px;
	left: -10px;
	top: -10px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(/sites/bichonfrise/design/rstar.png);
}
.rstar .tr,
.rstar .br {margin-left: 100%;}

.rstar .bl,
.rstar .br {top: auto;}
/***************************************************************
* Filter
***************************************************************/
.filter ul {
	display: inline;
}
.filter li {
	display: inline !important;
	list-style: none;
}
/***************************************************************
* Text in Content
***************************************************************/
#Content p {
	margin-bottom: 10px;
	color: #666;
}
#Content a {
	color: #f7941d;
	padding: 0 5px;	
}
#Content a:hover {
	background-color: #f7971d;
	color: #514e4f;
}
#Content li {
	list-style: inside;
}
#Content h1,
#Content h2,
#Content h3 {color:#514e4f;}
#Content h1, #Content h1 a {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}
#Content h2, #Content h2 a {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
#Content h3, #Content h3 a {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

#Content h1 a,
#Content h2 a,
#Content h3 a {
	text-decoration: none;
}

.bottom,
.nav {clear: both;}
.thumb a,
#Content .photo .gallery a {
	display: block;
	padding: 0 !important;
}
.w150{
	display: inline;
	float: left;
	width: 160px;
}
.w150 a img,
.h150 a img,
#Content .photo .gallery li a img{
	display:block;
	padding: 5px;	
}
.w150 a:hover img,
.h150 a:hover img,
#Content .photo .gallery li a:hover img{
	background-color: #f7941d;
}
/***************************************************************
* Catalogue
***************************************************************/
.catalogue .block {
	clear: both;
	width: 700px;
	overflow: auto;
	margin-bottom: 20px;
}

.catalogue .text {
	display: inline;
	width: 520px;
	float: right;
}
.catalogue .gallery .h150 {
	float: left;
}
.catalogue .h150 a{
	width: auto;
}
/***************************************************************
* Pedigree
***************************************************************/
.pedigree table {
	background-color: #eee;
}
.pedigree td {
	border: 2px solid #fff;
	border-collapse: collapse;
	vertical-align: center;
	padding: 5px;
	width: 25%;
}
.pedigree table h3,
.pedigree table h3 a {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: block;
}
.pedigree table h3 {
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}
.pedigree table p {
	font-size: 12px;
	margin-bottom: 0;
}
.offspring h3{
	background-image: url(/sites/bichonfrise/design/offspring.gif);
}
.parent-1  h3{background-image: url(/sites/bichonfrise/design/parent-1.gif);}
.parent-2  h3{background-image: url(/sites/bichonfrise/design/parent-2.gif);}
.parent-3  h3{background-image: url(/sites/bichonfrise/design/parent-3.gif);}
.parent-4  h3{background-image: url(/sites/bichonfrise/design/parent-4.gif);}
.parent-5  h3{background-image: url(/sites/bichonfrise/design/parent-5.gif);}
.parent-6  h3{background-image: url(/sites/bichonfrise/design/parent-6.gif);}
.parent-7  h3{background-image: url(/sites/bichonfrise/design/parent-7.gif);}
.parent-8  h3{background-image: url(/sites/bichonfrise/design/parent-8.gif);}
.parent-9  h3{background-image: url(/sites/bichonfrise/design/parent-9.gif);}
.parent-10 h3{background-image: url(/sites/bichonfrise/design/parent-10.gif);}
.parent-11 h3{background-image: url(/sites/bichonfrise/design/parent-11.gif);}
.parent-12 h3{background-image: url(/sites/bichonfrise/design/parent-12.gif);}
.parent-13 h3{background-image: url(/sites/bichonfrise/design/parent-13.gif);}
.parent-14 h3{background-image: url(/sites/bichonfrise/design/parent-14.gif);}
/***************************************************************
* Photo
***************************************************************/
.albom {
	display: inline;
	width:330px;
	height: 200px;
	margin: 0 10px 20px;
	float: left;
}
#Photo {text-align: center;}
.albom .thumb {
	display: inline;
	float: left;
	width: 110px;
}
.albom .text {
	display: inline;
	width: 215px;
	float: right;
}
#Content .albom h3,
#Content .albom h3 a {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: block;
}
#Content .albom li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 0;
}

.photo .gallery {
	zoom: 1;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 5px;
}

#Content .photo .gallery ul {list-style: none; width: auto; margin: 0;}
#Content .photo .gallery li {display: inline; float: left;}
/***************************************************************
* Feedback
***************************************************************/
#Content .feedback td {padding-bottom: 10px;}

/**********************************************************
* Rating
**********************************************************/
.rating ul{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 150px;
	height: 30px;
	position: relative;
	overflow:hidden;
	background: url(/sites/bichonfrise/design/star.gif) top left repeat-x;		
}
.rating li{
	padding:0px;
	margin:0px;
	width:30px;
	height:30px;
	/**/
	float: left;
	/* */
}
.rating li a{
	display:block;
	width:30px;
	height: 30px;
	line-height:30px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.rating li a:hover{
	background: url(/sites/bichonfrise/design/star.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.rating a.one-star{
	left: 0px;
}
.rating a.one-star:hover{
	width:30px;
}
.rating a.two-stars{
	left:30px;
}
.rating a.two-stars:hover{
	width: 60px;
}
.rating a.three-stars{
	left: 60px;
}
.rating a.three-stars:hover{
	width: 90px;
}
.rating a.four-stars{
	left: 90px;
}	
.rating a.four-stars:hover{
	width: 120px;
}
.rating a.five-stars{
	left: 120px;
}
.rating a.five-stars:hover{
	width: 150px;
}
.rating li.current-rating{
	background: url(/sites/bichonfrise/design/star.gif) left center;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* remove halo effect in firefox   */
a:active{
	outline: none;
}
/**********************************************************
* ADVERTISING
**********************************************************/
.zoo-adv {
	padding: 5px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 20px;
}
.zoo-adv.horizontal .adv-text {
	width: 33.33%;
	display: inline;
	float: left;
}
.zoo-adv.vertical .adv-text {
}
.adv-text h4,
.adv-text p { padding: 0 5px 10px 5px; }
.adv-text h4 a {
	background-color: #000099;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding: 0 5px;
}
.adv-text h4 a:hover { background-color: #0000CC; border: 0;}
.adv-text p { font-size: 12px; }
.zoo-adv .ad-link {
	clear: both;
	text-align: right;
	padding-right: 5px;
}
.zoo-adv .ad-link a {
	color: #000099;
	text-decoration: underline;
}
