@charset "utf-8";
/* CSS Document */

/*universal style rule 
	/*block all browser defaul margins */
*{	margin: 0 auto 0 auto;
	padding: 0;
} 
p {
	margin: 0 0 .75em 0;
}
blockquote { 
    margin: 1em 4em;
    padding: .75em;
}


body {
	background-color: #3f2001;
	background-image: url(elements/pss-bkgrd.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a:link {
	color: #3f2001;
	text-decoration: underline;
}

a:visited {
	color: #6E5127;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	color: #6E5127;
	text-decoration: none;

}

#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
}
#wrapper-album {
	width: 95%;
}

#header {
	background-image: url(elements/pss-hdr1.jpg);
	height: 15.083em; /*181px */
	float:none;
} 

#header-pg2 {
	background-image: url(elements/pss-hdr2.jpg);
	background-repeat: no-repeat;
	height: 181px; /*181px*/
	float: none;
	margin: 0;
}	

#header-news {
	background-image: url(elements/pss-hdrnews.jpg);
	background-repeat: no-repeat;
	height: 15.083em; /*181px*/
	float:none;
}

#content-pg1 /*home*/{
	background-image: url(elements/pss-mid1.jpg);
	background-repeat: no-repeat;
	padding: 10px 40px 10px 40px;
	height: 539px;
}

#content-pg2 /*short pg2 */{
	background-image: url(elements/pss-mid2.jpg);
	background-repeat: no-repeat;
	height: 449px;
	overflow: visible;
}
#content-pg2b /*short pg2 */{
	background-image: url(elements/pss-mid2b.jpg);
	background-repeat: no-repeat;
	padding: 5px 40px 15px 140px;
	height: 90px;
	clear:both;
}
#content-pg3 /*stretchy */{
	background-image: url(elements/pss-stretch.jpg);
	margin: 0;
	/*padding: 10px 40px 10px 40px; */
}
#content-pg3b /*stretchy */{
	background-color:#ece2be;
	margin: 0 30px 0 30px;
	padding: 10px/*margin: 5px 40px 5px 40px; */
}
#content-pg4 /*contact us*/{
		background-image: url(elements/pss-mid3.jpg);
		background-repeat: no-repeat;
	clear: both;
		padding: 10px 40px 10px 40px;
	height: 539px;
}

#leftcolumn-1 {
	float:left;
	background-color: #DABA7D;
	border-style: dashed;
	border-width: 1px;
	border-color: #582e03;
	width: 18em; /*200px*/
	padding: 10px 10px 10px 10px;
}

#leftcolumn-2 {
	float:left;
	height: 5em;
	margin: 0px 5px 15px 0;
	padding: 5px 5px 5px 35px;
	width: 22.85em; /*360px*/
}

#rightcolumn-1 {
	float:right;
	background-color: #DABA7D;
	border-style: dashed;
	border-width: 1px;
	border-color: #582e03;
	width: 14.167em; /*170px*/
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

#rightcolumn-2 {
	float: right;
	text-align: left;
	margin: 20px 0 55px 0 0;
	padding: 5px 5px 5px 5px;
	width: 43em; /*670px*/
} 
#bottom{
	clear: both;
	background-image: url(elements/pss-ftr1.jpg);
	height: 6.667em; /*80px*/
}

#bottom-pg2{
	clear: both;
	background-image: url(elements/pss-ftr2.jpg);
	background-repeat: no-repeat;
	height: 81px; /*6.667em; /*80px*/ /*pg2*/
}

#bottom-pg3{
	clear: both;
	background-image: url(elements/pss-ftr3.jpg);
	height: 6.667em; /*80px*/ /*stretchy*/
}
#nav-top {
	float:none;
	margin: 0;
	padding: 150px 40px 0 40px;
}

/*applies to btm navigation */
#nav-btm { 
	text-align:center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #C58750;
	float:none;
	height: 6.667em;
	padding: 0 20px;			    
}
#nav-btm a {
	text-decoration:none;
	color: #C58750;
	font-size: 12px;
}
#nav-btm a:hover {
	text-decoration:none;
	color: #dcaf6a;
}
#nav-btm a:visited {
	text-decoration:none;
	color: #C58750;

}
/*end btm navigation style */

/*applies to footer style*/
#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #925F30;
}
#footer a,
#footer a.link,
#footer a:visited {
	text-decoration:none;
	color: #925F30;
}
/*end footer style */

/*list */
#list ul {
	list-style-type: none;
	margin: 15px 30px;
	padding: 5px 15px;
	font-size: 14px;
	}
#list li {
	background-image: url(elements/pss-paw.png);
	background-position:0 0.10em 25px;
	background-repeat:no-repeat;
	padding:3px 5px 15px 25px;
}
#list a {
	text-decoration:none;
}
/*END list */

/*navigation START */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
}

.wireframeauramenu ul{
/*border: 1px solid #BBB; */
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #6E5127;
padding: 6px 6px 6px 6px;
margin: 0;
text-decoration: none;
/*border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: #351B02;
background: transparent url(elements/pss-paw.png) left center no-repeat; /*background of menu item onMouseover*/
}
/*END navigation*/

.pedigree-table tr td {
	border: dotted 1px #3f2001;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
}
	

.style1 {
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	color: #6E5127;
	font-size: 11px;
}
