@charset "UTF-8";
/* CSS Document */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color:#F69;}
a:hover {color: #C60;}

body {
	color: #333;
	font-family: Tahoma, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #591268;
	background-image: url(../img/petbackground.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	margin-bottom: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #57176A;
}

h1.spaced {
	margin-bottom: 10px;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
	background-image: url(../img/quote.gif);
	background-repeat: no-repeat;
}

h1,h2,h3 {padding-top: 6px;}

h4 {
	font-size:1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A836D0;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em!important;
	font-weight: normal;
	color: #FFC !important;
}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F69;
	border-bottom-color: #F69;
	border-left-color: #F69;
}

/* header */
.top {
	padding: 50px 10px 0;
	background-image: url(../img/paws.jpg);
	background-repeat: repeat-x;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #f69;
	border-right-color: #f69;
	border-left-color: #f69;
}
.header .left, .header .right {
	color: #FFF;
	height: 150px;
	background-color: #969;
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;
	width: 564px;
	background-color: #B3C2C7;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
.header .right {
	overflow: auto;
	width: 212px;
	height: 150px;
	float: right;
}
.header .right .img {
	width: 212px;
	height: 150px;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	background-color: #D9E1E5;
	background-image: url(../img/nav.gif);
}
.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	background-color: #D9E1E5;
	background-image: url(../img/nav.gif);
}
.navigation a:hover {background-position: left bottom; color: #234;}

.prices {
	font-weight: bold;
	color: #639;
	list-style-type: none;
	padding-left: 10px;
	white-space: normal;
}

/* main */
.main {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../img/bgmain.gif);
	background-repeat: repeat-y;
}
.sidenav h2 {
	color: #303;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav ul {
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #EAEADA;
	border-bottom-color: #641F73;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.sidenav .img {
	width:210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	float: right;
	height: 100%;
	clear: right;
}


/* content */
.content {
	float: left;
	font-size: 1.1em;
	line-height:1.2em;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #57176A;
}
.content .descr {
	color: #664;
	font-size: 1em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	list-style-type: none;
}

.content ul li {
	font-style:normal;
	list-style-type: none !important
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-indent: 15px;
	font-weight: normal;
}


.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	color: #FFF;
	line-height: 39px;
	text-align: center;
	background-color: #636;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.footer a,.footer a:hover {color: #FFF;}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
}

.imagall {
	margin-right: 15px;
	margin-left: auto;
}
