/*  Champerene
	www.champerene.com
	www.champerene.co.uk
*/

/* 	Stylesheet by: 
	Marek Holeszowski
	www.marekholeszowski.co.uk
*/

   
/* 	Body
------------------------------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	background: #d4ddcf;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #666666;
}

.clear {
   clear: both;
 }
a {
	color:#666666;
	text-decoration: none;
}
   
/* 	Images
------------------------------------------------------------------*/

#aboutpic {
	height: 200px;
	width: 150px;
  	border-width:7px;
  	border-style:solid;
  	border-color:#f0f0ea;
	margin-top:10px;
	margin-left:14px;
}

img {
border:none;
}

/* 	Index Link Boxes
------------------------------------------------------------------*/

#aboutuscontainer { 
	float:left; 
	width:245px; 
	text-align:left; 
	background-color:#e8e9e1; 
	padding:5px; 
	border: 1px solid #d8d9d2; 
} 

#shopcontainer {
	float:right; 
	width:245px;  
	text-align:left; 
	background-color:#e8e9e1; 
	padding:5px;
	border: 1px solid #d8d9d2; 
}

#infocontainer {
	float:left; 
	width:245px;  
	text-align:left; 
	background-color:#e8e9e1; 
	padding:5px;
	margin-top:8px; 
	border: 1px solid #d8d9d2; 
}

#contactcontainer {
	float:right; 
	width:245px;
	text-align:left;   
	background-color:#e8e9e1; 
	padding:5px; 
	margin-top:8px;
	border: 1px solid #d8d9d2; 
}

.bodyGrayBoxImage { 
	width:120px; 
	float:left; 
} 

.bodyGrayBoxText { 
	width:120px;
	float:left; 
	padding-left:2px; 
	margin:0px;
} 

/* 	Structures
------------------------------------------------------------------*/

#container {
	width: 772px;
	margin: 0 auto;
}

#content {
	float:left;
    width: 772px;
	margin:0 auto;
	padding:0px;
	line-height: 17px;
	background-image: url(../../images/contentmain.gif);
	background-repeat: repeat-y;
	background-position: top;
	float:left;
}


.contentleft {
	width: 520px;
	padding-left: 20px;
	padding-right:15px;
	padding-top: 15px;
	padding-bottom:15px;
	float: left;
}
.contentright {
	width: 187px;
	padding-right:20px;
	padding-top: 15px;
	padding-bottom:15px;
	float: right;
}
.contentright p {
text-align:center;
padding-left: 20px;
padding-right:20px;

}

#contentwrap {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:15px;
	float:left;
}

#welcome {
	width: 525px;
	float:left;
}
#welcome p{
	padding-left:10px;
	padding-right:10px;
}




/* 	Header
------------------------------------------------------------------*/

.top {
width:512px;
margin-top:25px;
margin-bottom:15px;
padding-left:260px;
	border:none;
	float:left;
}


#header {
	height: 67px;
	width: 772px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}

#advertisement {
width:750px;
padding-top: 5px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom:5px;

	background-image: url(../../images/content.gif);
	background-repeat: repeat-y;
	background-position: top;
	float:left;
	
}

/* Navigation
------------------------------------------------------------------*/

#navigation ul {
    width: 750px; 
    height: 56px; 
	position: absolute; 
	top: 117px;
    background: url(../../images/nav.gif) no-repeat 0 0;
    list-style: none;
    margin: 12px 0 0 11px ; 
	padding: 0;
}

#navigation li {
    display: inline;
}

#navigation li a:link, #navigation li a:visited {
    border: none; 
	height: 56px; 
    display: block;
	position: absolute;  
	top: 0px;
    text-indent: -7000px;
    outline: none;
}

#navigation li.home a:link, #navigation li.home a:visited { 
    left: 0px;
	width: 125px;
}

#navigation li.aboutus a:link, #navigation li.aboutus a:visited { 
    left: 125px;
	width: 125px;	
}

#navigation li.dogs a:link, #navigation li.dogs a:visited { 
    left: 250px;
	width: 125px;  
}

#navigation li.horses a:link, #navigation li.horses a:visited { 
    left: 375px;
	width: 125px;  
}

#navigation li.information a:link, #navigation li.information a:visited { 
    left: 500px;
	width: 125px;  
}

#navigation li.contact a:link, #navigation li.contact a:visited { 
    left: 625px;
	width: 125px;
}

#navigation li.home a:hover {
    background: url(../../images/nav.gif) no-repeat 0 -56px; 
}

#navigation li.aboutus a:hover {
    background: url(../../images/nav.gif) no-repeat -125px -56px; 
}

#navigation li.dogs a:hover {
    background: url(../../images/nav.gif) no-repeat -250px -56px;
}

#navigation li.horses a:hover {
    background: url(../../images/nav.gif) no-repeat -375px -56px;
}

#navigation li.information a:hover {
    background: url(../../images/nav.gif) no-repeat -500px -56px;
}

#navigation li.contact a:hover {
    background: url(../../images/nav.gif) no-repeat -625px -56px;
}

#navigation li.homecurrent a:link, #navigation li.homecurrent a:visited{
    left: 0px;
	width: 125px;
    background: url(../../images/nav.gif) no-repeat 0 -56px; 
}

#navigation li.aboutuscurrent a:link, #navigation li.aboutuscurrent a:visited{
    left: 125px;
	width: 125px;
    background: url(../../images/nav.gif) no-repeat -125px -56px; 
}

#navigation li.dogscurrent a:link, #navigation li.dogscurrent a:visited{
    left: 250px;
	width: 125px;
    background: url(../../images/nav.gif) no-repeat -250px -56px; 
}

#navigation li.horsescurrent a:link, #navigation li.horsescurrent a:visited{
    left: 375px;
	width: 125px;
    background: url(../../images/nav.gif) no-repeat -375px -56px; 
}

#navigation li.informationcurrent a:link, #navigation li.informationcurrent a:visited{
    left: 500px;
	width: 125px;
    background: url(../../images/nav.gif) no-repeat -500px -56px; 
}

#navigation li.contactcurrent a:link, #navigation li.contactcurrent a:visited{
    left: 625px;
	width: 125px;
    background: url(../../images/nav.gif) no-repeat -625px -56px; 
}

/* Content
------------------------------------------------------------------*/

h3 {
	text-decoration:underline;
	font-size: 14px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color: #41413d;
}

h4 {
	text-decoration:underline;
	font-size: 14px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color: #41413d;
}

.style1{
	color:#666666;
	font-weight: bold
}

.style1 a {
	color:#666666;
	text-decoration: none;
}

.style1 a:hover {
	text-decoration: underline;
}

/* 	Products
------------------------------------------------------------------*/
#products {
	width: 525px;
	float:left;
}


.mainprodbox {
	border-bottom:1px solid #bfbfbe;
	margin-bottom:10px;
	border-top:1px solid #bfbfbe;
	margin-top:10px;
	width: 525px;
	float:left;
}

.rightmainprodbox {
text-align:center;
	width: 370px;
	float:right;
}
.rightmainprodbox p{
	text-align:justify;
	
}

#mainpicbox {
	height: 130px;
	width: 130px;
  	border-width:7px;
  	border-style:solid;
  	border-color:#f0f0ea;
	margin: 0px 5px 0px 0px;
	float: left;
}

/* 	Paypal Buy Now Buttons and Surrounds
------------------------------------------------------------------*/

.buybox1 {

width: 155px;
padding:5px 5px 5px 5px;
margin-left:15px;
margin-bottom:5px;
float:left;
}

.buybox2 {
width: 155px;
padding:5px 5px 5px 5px;
margin-left:5px;
margin-bottom:5px;
float:left;
}	

.buybox3 {
padding-left:110px;
margin-bottom:10px;
width: 155px;
float:left;
}	

.buybox4 {
width: 155px;
padding-left:20px;
margin-bottom:5px;
float:left;
}

.buyboxinsideleft {

width: 80px;
height:18px;
background: #d4ddcf;
border:1px solid #bfbfbe;
float:left;
}
	
.buyboxinsideright {
width: 65px;
height:20px;
float:right;
}

/*  Right Column
------------------------------------------------------------------*/

.viewcart {
padding-left: 45px;
margin-bottom:30px;
}


#right {
	background-image: url(../../images/prodbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 187px;
	float:right;
}
#rightdogs {
	background-image: url(../../images/prodbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 187px;
	height: 1560px;
	float:right;
}

#productbox {
	height: 130px;
	width: 130px;
  	border-width:7px;
  	border-style:solid;
  	border-color: #deded7;
	margin-top:5px;
	margin-left:20px;
}

.prodtxt {
	text-align:center;
	top:0;
	padding-left:23px;
	padding-right:20px; 
}



#emailside a{
	color: #666666;
}

#emailside p{
	color: #666666;
}

#emailside a {
	text-decoration: none;
}

#emailside a:hover {
	text-decoration: underline;
}
	
/*  Titles
------------------------------------------------------------------*/

#welcometext {
	background-image: url(../../images/welcometext.gif);
	background-repeat: no-repeat;
	height:41px;
	margin:0;	
}

#welcometext h1, h2{
	text-indent: -9999px;
	margin:0;
}

#cartimg {
	background-image: url(../../images/cart.gif);
	background-repeat: no-repeat;	
	background-position: top;
	height:18px;
	margin-bottom:5px;
}

#cartimg h1, h2{
	text-indent: -9999px;
	margin:0;
}

#latestimg {
	background-image: url(../../images/latest.gif);
	background-repeat: no-repeat;	
	background-position: top;
	height:41px;
	margin-top:22px;	
}

#latestimg h1, h2{
	text-indent: -9999px;
	margin:0;
}

#whychoose {
	background-image: url(../../images/whychoose.gif);
	background-repeat: no-repeat;
	height:15px;
	margin-top:40px;	
}

#whychoose h1, h2{
	text-indent: -9999px;
	margin:0;
}

#stockists {
	background-image: url(../../images/Stockists.gif);
	background-repeat: no-repeat;
	height:15px;
	margin-top:40px;
}

#stockists h1, h2{
	text-indent: -9999px;
	margin:0;
}

#payments {
	background-image: url(../../images/payments.gif);
	background-repeat: no-repeat;
	height:15px;
	margin-top:40px;	
}

#payments h1, h2{
	text-indent: -9999px;
	margin:0;
}

#delivery {
	background-image: url(../../images/delivery.gif);
	background-repeat: no-repeat;
	height:15px;
	margin-top:40px;
}

#delivery h1, h2{
	text-indent: -9999px;
	margin:0;
}

#refunds {
	background-image: url(../../images/refunds.gif);
	background-repeat: no-repeat;
	height:15px;
	margin-top:40px;
}

#refunds h1, h2{
	text-indent: -9999px;
	margin:0;
}

#whois {
	background-image: url(../../images/whois.gif);
	background-repeat: no-repeat;
	height:41px;
	margin-top:0px;	
}

#whois h1, h2{
	text-indent: -9999px;
	margin:0;
}

#info {
	background-image: url(../../images/info.gif);
	background-repeat: no-repeat;
	height:40px;
	margin-top:0px;
	margin-bottom:15px;
}

#info h1, h2{
	text-indent: -9999px;
	margin:0;
}

#dogs {
	background-image: url(../../images/dogs.gif);
	background-repeat: no-repeat;
	height:40px;
	margin-top:0px;
	margin-bottom:20px;	
}

#dogs h1, h2{
	text-indent: -9999px;
	margin:0;
}

#horses {
	background-image: url(../../images/horses.gif);
	background-repeat: no-repeat;
	height:40px;
	margin-top:0px;
	margin-bottom:20px;
		
}

#horses h1, h2{
	text-indent: -9999px;
	margin:0;
}

#contact {
	background-image: url(../../images/contact.gif);
	background-repeat: no-repeat;
	height:41px;
	margin-top:0px;	
}

#contact h1, h2{
	text-indent: -9999px;
	margin:0;
}

#email {
	background-image: url(../../images/email.gif);
	background-repeat: no-repeat;
	height:19px;
	margin-left:60px;
	margin-top:20px;	
}

#post {
	background-image: url(../../images/post.gif);
	background-repeat: no-repeat;
	height:19px;
	margin-left:67px;
	margin-top:20px;
}

#phone {
	background-image: url(../../images/phone.gif);
	background-repeat: no-repeat;
	height:19px;
	margin-left:58px;
	margin-top:20px;
	
}

#emailside h2{
	text-indent: -9999px;
	margin:0;
}
#postandpackaging {
	background-image: url(../../images/postage.gif);
	background-repeat: no-repeat;
	height:15px;
	margin-left:50px;
	margin-top:20px;
}
#postandpackaging h1 {
	text-indent: -9999px;
	margin:0;
}

/* 	Contact Form
------------------------------------------------------------------*/

textarea {
	height: 140px;
	width: 100%;
	background: #eee;
	font-family: "Lucida Grande", tahoma, verdana, sans-serif;
}

input {
	background: #ffffff;
	font-family: "Lucida Grande", tahoma, verdana, sans-serif;

}
textarea {
	background: #ffffff;
	font-family: "Lucida Grande", tahoma, verdana, sans-serif;
}

label {
	display: block;
	font-size: 1.2em;
	padding: 5px 0;
}

fieldset {
width: 490px;
	border-width: 1px;
	border-style: solid;
	background: #e9e9e2;
	padding: 0 10px;
	margin-top:30px;
	margin-bottom: 10px;
}

legend {
	font-size: 1.2em;
	padding: 4px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-family:  "Lucida Grande", tahoma, verdana, sans-serif;
	color: #ffffff;
	background: #858786;
}
   
/* 	Footer
------------------------------------------------------------------*/

#footer {
	float:left;
	height: 77px;
	width: 772px;
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	color: #fff;
}

#wrap {
	position: relative;
    top: 27px;
    left: 40px;
	width:720px;
}

#footer a{
	color: #ffffff;
}

#footer p{
	color: #ffffff;
}

#footleft ul {
	margin: 0px;
	padding:0px;
	width: 335px;
	float: left;
}

#footleft ul li {
	list-style: none;
	padding: 0px 6px 0px 0px;
	float: left;
}

#footleft ul li span{
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b9b9b9;
}

#footleft ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footleft ul li a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 1em;
}

.sitedesign {
	margin-left: 10px;
}
#stock {
	margin-top:20px;
	margin-left:20px;
}
