﻿@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000000;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	
	color: #FFFFFF;
	margin: 0 auto;
	width: 100%;
}

/******** Layout Elements ********/


.wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
}

.header {
	height: 190px;
	margin-bottom: 0px;	
	background-color: #82744d;
	text-align: center;
	line-height: 50px;
	
	
}

.nav {
	margin: 0 auto;
	height: 34px;
	background-image: url(../qmimages/gradient101.jpg);
	background-repeat: repeat;
	margin-bottom: 4px;
}
.content {
	margin: 0 0px 0px 2px;
	width: 780px;
	font-family: arial;
	font-size: 12px;
	height: 745px;
	background-image: url(../src/content.png);
	background-repeat: no-repeat;
	padding-top: 15px;
}

.right {
	margin: 0 auto;
	float: right;
	width: 190px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	height: 703px;
	background-image: url(../src/rt.png);
	background-repeat: no-repeat;
	padding-top: 15px;


}

.footer {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../src/footer.png);
	height: 80px;

	background-repeat: no-repeat;
	padding-top: 18px;
	
	color: #000000;
}

.footer .a {

color: #000000;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}


h4 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: inherit;
	text-transform: uppercase;
}
a, a:active, a:visited {
	color: #0000FF;
	text-decoration: none;
}

h5 {
 font-family: arial;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 14px;
 
 }
 
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #0066CC;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 5px 0;
	color: #000000;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.right p {
	
		margin: 0 0 15px 0;
	color: #000000;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		padding-left: 10px;
	padding-right: 13px;
	text-align: center;
}

.right h4

.footer p {

	font-size: 11px;

	color: #000000;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}


/******** IMAGE Layout Elements

.imageleft { 
float: left; 
padding-right: 10px;
padding-bottom: 10px;
padding-top: 0px;
padding-left: 10px;

}
.imageright {
 float: right; margin: 10px;
  } 
  
.imgagecentre{
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
	.imgagert_block {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
   ********/
  /******** END OF IMAGE Layout Elements ********/
  
  .tr {
  
  padding: 10px;
  
  }
  
  
.table {
	margin: 0 auto;
	border-color: #FFFFFF;
	border: thin;
	background-color: #C9C992;
	}

.oddrow {
background-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #000000;
}

.evenrow {
background-color:#99FF99;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #000000;
}

/******** IMAGE Layout Elements ********/

.multipic {
	
	height: auto;
}

.imagecaption_left {
width: 350px;
height: auto;
float: left;
margin: 0 auto;
 /* border: 1px solid #000000; */
padding: 5px;


}


.imagecaption_left p {
	line-height: 120%;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.imagecaption_right {
width: 350px;
height: auto;
float: right;
margin: 0 auto;
 /* border: 1px solid #000000; */
padding: 5px;


}


.imagecaption_right p {
	line-height: 150%;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
	
div.imageleft {
	float: left;
}

.imageleft { 
float: left;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 15px;
}
.imageright {
 float: right; 
 margin-right: 15px;
 margin-bottom: 10px;
  } 
  
.imgagecentre{
	padding-top: 15px;
	margin-top:0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	}
	
	

/************************************* IMAGE AND CAPTION STACKED IMAGES ***********************************************/
 div.imagecaption_left {
width: 660px;
height: auto;
margin: 0 auto;
 border: 1px solid #000000;
padding: 5px;


}


div.imagecaption_left p {
	line-height: 150%;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


div.imagecaption_right {
width: 660px;
height: auto;
margin: 0 auto;
/* border: 1px solid #000000; */
padding: 5px;


}


div.imagecaption_right p {
	text-align: left;
	float: left;
	line-height: 150%;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

div.imagecaption_center {
width: 660px;
margin: 0 auto;
border: 2px solid #000000;
padding: 10px;

} 

div.imagecaption_center p {
	line-height: 150%;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}



.pedigree {
	width: 980px;
	table-layout: auto;
	margin: 0 auto;
	
	color: #000000;
}

/* multi pic **/

.imagecaption_left350 {
width: 350px;
height: auto;
float: left;
margin: 0 auto;
 /* border: 1px solid #000000; */
padding: 5px;


}


.imagecaption_left350 p {
	line-height: 150%;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.imagecaption_right350 {
width: 350px;
height: auto;
float: right;
margin: 0 auto;
 /* border: 1px solid #000000; */
padding: 5px;


}


.imagecaption_right350 p {
	line-height: 150%;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

div.imagecaption_left350 {
width: 335px;
height: auto;
padding-right: 15px;
margin-left: 20px;
margin-right: 10px;
float: left;
/*margin: 0 auto;*/
border: 1px solid #000000; 
padding: 5px;


}


div.imagecaption_left350 p {
	line-height: 110%;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

div.imagecaption_right350 {
width: 350px;
height: auto;
float: right;
margin: 0 auto;
 /* border: 1px solid #000000; */
padding: 5px;


}


div.imagecaption_right350 p {
	line-height: 150%;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

/** gallery style pages links & females **/

#gallery{
	padding-left: 7px;
}

.gal1{
	width: 111px;
	text-align:center;
	padding: 5px;
	float:left;
}

.gal2{
	width: 111px;
	text-align:center;
	padding: 5px;
	float:left;
}

.gal3{
	width: 111px;
	text-align:center;
	padding: 5px;
	float:left;
}

.gal4{
	width: 111px;
	text-align:center;
	padding: 5px;
	float:left;
}

.gal, .gal2, .gal3, .gal4 a{
	color:#FFFFFF;
}

.gtext{
	color: #007993;	
}

.gwiev{
	width: 96px;
	height: 31px;
	
	margin-top: 5px;
	padding-top: 15px;
}

.wiev{
	text-decoration:none;
	color:#FFFFFF;

}

