/* CSS Document */

/* reset css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* general elements */

body {
background:#C0C0C0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.container {
width:911px;
margin:auto;
}
.clear {
clear:both;
}
p {
margin-bottom:10px;
}
a {
color:#B81B0C;
}
h2 {
font-weight:bold;
font-size:21px;
color:#B81B0C;
margin-bottom:10px;
}
h3 {
font-weight:bold;
font-style:italic;
font-size:24px;
color:#796449;
margin-bottom:10px;
}
h4 {
font-weight:bold;
font-size:17px;
color:#796449;
margin-bottom:10px;
margin-top:20px;
}

/* header */

.header {
background:url(../images/bg-header.jpg) no-repeat;
height:294px;
}

/* content */

.content {
background:url(../images/bg-content.jpg) repeat-y;
}
.left-content {
width:275px;
float:left;
}
.right-content {
width:576px;
float:left;
}
.right-content img {
margin-top:2px;
margin-bottom:10px;
}
.center-text-home {
text-align:center;
}
.center-text-home p {
font-size:14px;
font-weight:bold;
}
.imgs-home img {
margin-left:40px;
margin-right:40px;
border:1px solid #796449;
padding:2px;
}
.content-testimonials img {
margin-left:5px;
margin-right:5px;
border:1px solid #796449;
padding:2px;
}
.content-contact {
text-align:center;
font-size:17px;
}

.content-contact img {
margin-left:0px;
margin-right:5px;
border:1px solid #796449;
padding:2px;
}

/* menu */

.left-content ul, .left-content img {
margin-left:53px;
}
.malt {
margin-left:70px!important;
margin-top:200px;
border:1px solid #796449;
padding:2px;
}

.malts {
margin-left:70px!important;
margin-top:20px;
border:1px solid #796449;
padding:2px;
}  

.img_border {
margin:5px;
border:1px solid #796449;
padding:2px;
}  

.left-content li {
width:213px;
}
.home a {
background:url(../images/n_home.jpg) no-repeat;
background-position:left;
height:22px;
width:213px;
display:block;
}
.home a:hover, .home-active a {
background:url(../images/n_home.jpg) no-repeat;
background-position:right;
height:22px;
width:213px;
display:block;
}
.training a {
background:url(../images/n_training.jpg) no-repeat;
background-position:left;
height:28px;
width:213px;
display:block;
}
.training a:hover, .training-active a {
background:url(../images/n_training.jpg) no-repeat;
background-position:right;
height:28px;
width:213px;
display:block;
}
.available a {
background:url(../images/n_gsds.jpg) no-repeat;
background-position:left;
height:28px;
width:213px;
display:block;
}
.available a:hover, .available-active a {
background:url(../images/n_gsds.jpg) no-repeat;
background-position:right;
height:28px;
width:213px;
display:block;
}

.puppies a {
background:url(../images/n_puppies.jpg) no-repeat;
background-position:left;
height:28px;
width:213px;
display:block;
}
.puppies a:hover, .puppies-active a {
background:url(../images/n_puppies.jpg) no-repeat;
background-position:right;
height:28px;
width:213px;
display:block;
}

.testimonials a {
background:url(../images/n_testimonials.jpg) no-repeat;
background-position:left;
height:28px;
width:213px;
display:block;
}
.testimonials a:hover, .testimonials-active a {
background:url(../images/n_testimonials.jpg) no-repeat;
background-position:right;
height:28px;
width:213px;
display:block;
}

.legal_services a {
background:url(../images/n_legal_services.jpg) no-repeat;
background-position:left;
height:28px;
width:213px;
display:block;
}
.legal_services a:hover, .legal_services-active a {
background:url(../images/n_legal_services.jpg) no-repeat;
background-position:right;
height:28px;
width:213px;
display:block;
}

.contact a {
background:url(../images/n_contact.jpg) no-repeat;
background-position:left;
height:44px;
width:213px;
display:block;
}
.contact a:hover, .contact-active a {
background:url(../images/n_contact.jpg) no-repeat;
background-position:right;
height:44px;
width:213px;
display:block;
}
#rotate {
width:576px;
height:179px;
overflow:hidden;
margin-bottom:10px;
}
#rotate img {
position:absolute;
}
.purchase {
margin-left:75px;
}

/* footer */

.footer {
background:#C0C0C0 url(../images/bg-footer.jpg) no-repeat;
height:28px;
text-align:center;
font-size:12px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
padding-top:22px;
}
.footer ul {
margin-bottom:10px;
}
.footer li {
display:inline;
}
.footer a {
color:#FFFFFF;
text-decoration:none;
}
.powered, .powered a {
color:#796449;
font-weight:bold;
text-decoration:none;
}
.footer a:hover {
text-decoration:underline;
}
