html,body,div,div,form,input,textarea,table,td,tr,li,ul,li,h1,h2,h3,h4{ 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
caption,th {
	text-align:left;
}

body {
	font-size: 62.5%;
	font-family: "Verdana", "Geneva", sans-serif;
	background: url(../images/bg_body.gif) repeat-x #4080b6;
	text-align: center;
}

p {
	font-size: 1.2em;
}

a {
	color: #1f4268;
}

/* TITLEs */


/* DIVs */

div#content_wrapper {
	width: 879px;
	min-height: 600px;
	margin: 0 auto;
	text-align: left;
}


div#header {
	width: 879px;
	height: 34px;
	padding-top: 275px;
	background: url(../images/bg_header.jpg) no-repeat;
}

div#content {
	background: #ffffff;
	min-height: 200px;
	width: 859px;
	padding: 10px;
}

div#top_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#top_menu li{
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2px;
}

div#top_menu li.last_item{
	margin-right: 0;
}

div#footer {
	width: 879px;
	height: 76px;
	background: url(../images/bg_footer.jpg) no-repeat;
}

div.dogs_list {
	width: 166px;
	min-height: 100px;
	float: left;
}



.cleaner {
	clear: both;
}

a.zee_link {
	display: block;
	width: 135px;
	height: 15px;
	float: right;
	background: url(../images/zee_link-trans.png) no-repeat;
	text-indent: -500000px;
	outline: none;
}


div.dog_description {
	width: 600px;
	min-height: 300px;
	float: right;
}

div.dogs_list_header {
	width: 166px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../images/bg_dogs_header.gif) no-repeat;
}

div.dogs_list_header h2{
	font-size: 1.2em;
	font-weight: bold;
}

div.dogs_list_middle {
	width: 156px;
	min-height: 100px;
	padding: 5px;
	background: url(../images/bg_dogs_middle.gif) repeat-y;
}

div.dogs_list_bottom {
	width: 166px;
	height: 7px;
	background: url(../images/bg_dogs_bottom.gif) no-repeat;
}

/* IMAGEs */

/* MENUs */

/* FORMs */

/* LISTs */

ul.dogs {
	list-style: inside;
	font-size: 1.2em;
}

ul.dogs li {
	margin-top: 5px;
}

ul.dogs a {
	text-decoration: none;
	font-weight: bold;
}

p.breadcrums {
	width: 600px;
	float: right;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

form.contact_form div{
	width: 100%;
	min-height: 25px;
	clear: both;
}

form.contact_form label{
	display: block; 
	float: left;
	width: 100px;
	font-size: 1.2em;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	margin-top: 2px;
}

form.contact_form input.text {
	width: 200px;
	font-family: "Verdana","Geneva", sans-serif;
	font-size: 1.2em;
	padding: 1px;
}

form.contact_form textarea {
	width: 400px;
	height: 200px;
	font-family: "Verdana","Geneva", sans-serif;
	font-size: 1.2em;
}

form.contact_form input.submit {
	float: left;
	margin-top: 5px;
	margin-left: 105px;
	font-family: "Verdana","Geneva", sans-serif;
	font-size: 1.2em;

}

p.error {
	display: block;
	padding: 10px;
	margin: 10px;
	text-align:center;
	background: url(../images/error.png) 8px 6px #F6CBCA no-repeat;
	color: #D63331;
	font-weight: bold;
	border: solid 1px #CB2026;
}

p.success {
	display: block;
	padding: 10px;
	margin: 10px;
	text-align:center;
	background: url(../images/success.png) 8px 6px #EEF4D4 no-repeat;
	color: #8FAD3D;
	font-weight: bold;
	border: solid 1px #8FAD3D;
}
