body {
	background: url("/images/tpl/i/body_bgd.gif") repeat scroll left top #24231F;
	color: #A7A37E;
	font-size: 11px;
	font: 0.8em/1.4em 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
	color: #BD8A27;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 10px 0 10px 0;
}

img {
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.left {
	float: left;
	margin: 10px 1em 0 0;	
}

#wrapper {
	margin: 0 auto;
	width: 746px;
}

#header {
	background: url("/images/tpl/i/header_bgd.jpg") no-repeat scroll 63px top transparent;
	height: 470px;
	width: 746px;
}

#header p {
	font-size: 1.1em;
	margin: -5px 0 0 0;	
}

#img-slider {
	height: 251px;
	width: 746px;	
}

#nav {
	height:  71px;
	list-style: none outside none;
	margin-bottom: 7px;
}

#nav li {
	float: left;
	height: 71px;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
}

#nav li a {
	background-position: center top;
	display: block;
	line-height: 71px;
	overflow: hidden;
	text-indent: -5000px;
}

#nav li a:hover {
	background-position: 50% -71px;
}

#nav li a.currentSection, #nav li.currentSection:hover {
	background-position: 50% -142px;
}

#navHome {
	background:  url("/images/tpl/i/nav-home.jpg") no-repeat scroll 0 0 transparent;
	width: 94px;
}

#navNews {
	background:  url("/images/tpl/i/nav-news.jpg") no-repeat scroll 0 0 transparent;
	width: 94px;
}

#navDogs {
	background:  url("/images/tpl/i/nav-dogs.jpg") no-repeat scroll 0 0 transparent;
	width: 119px;
}

#navPuppies {
	background:  url("/images/tpl/i/nav-puppies.jpg") no-repeat scroll 0 0 transparent;
	width: 94px;
}

#navPublications {
	background:  url("/images/tpl/i/nav-publications.jpg") no-repeat scroll 0 0 transparent;
	width: 94px;
}

#navPhoto {
	background:  url("/images/tpl/i/nav-photo.jpg") no-repeat scroll 0 0 transparent;
	width: 64px;
}

#navGuestbook {
	background:  url("/images/tpl/i/nav-guestbook.jpg") no-repeat scroll 0 0 transparent;
	width: 94px;
}

#navContacts {
	background:  url("/images/tpl/i/nav-contacts.jpg") no-repeat scroll 0 0 transparent;
	width: 93px;
}

#main {
	width: 100%;
}

#main-left {
	float: left;
	width: 465px;
}

#main-right {
	float: right;
	width: 247px;
}

#main-right p {
	margin: 5px 0 0 0;	
}

#main-right span {
	text-align: right;
}

#footer {
	margin-top: 40px;
	padding-top: 20px;
	background: url("/images/tpl/i/footer_bgd.gif") repeat-x scroll left top transparent;
	height: 60px;
	width: 746px;
	clear: left;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}

h1 a{
	background: url("/images/tpl/i/logo.jpg") no-repeat scroll 0 0 transparent;	
	display: block;
	position: relative;
	overflow: hidden;
	top: 20px;
	left: 260px;	
	height: 130px;
	width: 228px;
	text-indent: -5000px;
}

h2 {
	font: 2em/2em 'Times New Roman';
	color: #cdc6a9;
}

h3 {
	font: 1.5em/1.2em 'Times New Roman';
	color: #cdc6a9;
}

h4 {
	font: bold 1.2em/1.2em 'Times New Roman';
	color: #cdc6a9;
}

.news {
	padding: 10px 0 15px 0;	
}

.form-wrapper {
	overflow: hidden;
	width: 100%;
}

#ContactForm {
//	font-weight: bold;
	line-height: 29px;
	margin-top: 20px;
	width: 638px;
}

#ContactForm .input {
	background: none repeat scroll 0 0 #CDC6A9;
	border: 1px solid #dcdcdc;
	color: #323232;
	float: right;
	height: 17px;
	margin-bottom: 10px;
	margin-right: 170px;
	padding: 5px;
	width: 335px;
}

#ContactForm textarea {
	background: none repeat scroll 0 0 #CDC6A9;
	border: 1px solid #dcdcdc;
	color: #323232;
	float: right;
	height: 307px;
	margin-bottom: 16px;
	overflow: auto;
	padding: 5px;
	width: 505px;
}

#CommentList {
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#CommentList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#CommentList li p {
	margin: 0px;
	padding: 0px;
}

#CommentList li .CommentLeft {
	float: left;
	width: 180px;
	margin-right: 20px;
	line-height: 16px;
}

#CommentList li .CommentLeft .User {
	margin-top: 6px;
	font-weight: bold;
}

#CommentList li .CommentLeft .Date {
	font-size:0.8em;
}

#CommentList li .CommentRight {
	float: left;
	width: 490px;
	padding: 10px 10px;
	background: url(/images/tpl/i/box1_bgd.gif) top left repeat;
	border: 1px solid #222;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	margin-bottom: 20px;
}

ul.work {
	margin: 0;
}

ul.work li {
	float: left;
	width: 217px;
	margin: 0 15px 30px 15px;
	list-style: none;
}
	
ul.work li p {
	margin: 10px 0 0 0;
	text-align: center;
}
	
a.gallery {
	float: left;
	position: relative;
	display: block;
	height: 145px;
	width: 217px;
}

a.gallery:hover,
a.gallery:focus {
	-moz-box-shadow: 0 0 10px #CDC6A9;
	-webkit-box-shadow: 0 0 10px #CDC6A9;
	box-shadow: 0 0 10px #CDC6A9;
}

a.gallery span {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 61px;
	width: 61px;
	margin: -31px 0 0 -31px;
	background: url(/images/tpl/i/sprite.png) 0 0 no-repeat;
}

#jquery-lightbox img {
	-webkit-box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	box-shadow: 0 0 0px #000;
}


