/* @override http://localhost/~simon/vitrina/default.css */

/* Vitrina's magic CSS!
   (c) SiBer, 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("");
}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}

p, li, td {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom: 1em;
	text-align: justify;
}

div#wrap {
	width: 800px;
	margin: 0 auto;
	background-image: url("");
	background-repeat: repeat-y;
	background-position: center top;
}

div#header h1 {
	position: relative;
	width: 800px;
	height: 90px;
	padding: 0;
	background-image:url("images/header.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	margin: 10px 0 30px;
}

div#navigation {
	width: 210px;
	padding: 0 20px 0 0;
	float: left;
}

div#navigation h2 {
	width: 210px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

div#navigation ul {
	list-style-type: disc;
	padding: .5em 0 .8em 50px;
	list-style-image: url("images/heart_bullet.png");
	text-shadow: #000000 0 0 0;
}

div#navigation ul li {
	font-family: Georgia, serif;
	font-size: .9em;
	text-align: left;
	padding: 0;
}

div#navigation h2.tonkinese {
	background-image:url("images/bt_tonkinese.png");
}

div#navigation h2.borzoi {
	background-image:url("images/bt_borzoi.png");
}

div#navigation h2.products {
	background-image:url("images/bt_products.png");
}

div#content {
	background-color: #ceeaea;
	width: 510px;
	background-image: url("images/separator.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px;
	float: left;
}

div#content h1 {
	font-size: 1.4em;
	padding-bottom: .8em;
}

div#content h2 {
	font-size: 1.2em;
	padding-bottom: .8em;
}

div#content h3 {
	font-size: 1.0em;
	padding-bottom: .8em;
}

div#content img {
	padding: 4px;
	background-color: #ccc;
	border: 1px solid #666;
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

div#content div.imggroup {
	padding: 10px;
	background-color: #e9f3f3;
	clear: both;
	margin-bottom: 20px;
}

div#content div.imggroup img {
	float: none;
}

div#content div.imggroup p {
	font-variant: small-caps;
	font-weight: bold;
}

div#footer p {
	float: left;
	clear: both;
	width: 760px;
	height: 20px;
	color: white;
	background-color: #008080;
	margin: 30px 0 0;
	padding: 5px 20px;
}

div#content ul {
	list-style-type: disc;
	padding: .5em 0 .8em 50px;
	text-shadow: #000000 0 0 0;
}

div#content ul li {
	font-family: Georgia, serif;
	font-size: .9em;
	text-align: left;
	padding: 0;
}
