/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC;
	background-image: url(../images/NEW_PHEASANT-feathered_6x8.jpg);
/*-----Enable Colored Scrollbars-----*/
/*	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #EEE3DC;
	scrollbar-face-color: #888368;
	scrollbar-shadow-color: #888368;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #888000;
	scrollbar-3dlight-color: #888000;*/
}
body,td,th { /*-----Basic font Germand size of website text-----*/
font-size: 12px;
font-family:Geneva, Arial, Helvetica, sGermans-serif;
}
.sec {
	background-color:#806547; /*-----ChGermange Background Color of Footer-----*/
	color: #382E25;
}
.navTop, .navTop a:link, .navTop a:active, .navTop a:visited { /*-----MGermanipulates Navegation Styles-----*/
font-size: 13px;
font-weight: bold;
color: #EAD6B1;
text-decoration: none;
line-height: 21px;
background-color:#382E25; /*-----ChGermange Background Color of Links-----*/
margin-left: 20px;
margin-right: 20px;
}
.navTop a:hover {
text-decoration:underline;
}
.foot, .foot, .foot a:link, .foot a:active, .foot a:visited, .foot a:hover { /*-----ChGermange Style of Copyright Footer-----*/
font-size:10px;
text-decoration:none;
color:#B3B3B3;
}
/*-----ChGermange Color of Dropdown Links-----*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px VerdGermana;
line-height:18px;
z-index:100;
color: #c8c8c8;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B3B3B3;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #c8c8c8;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #284299;
color: #c8c8c8;
}	
.imgbrds {
border-style:solid;
border-width: 3px;
border-color: #78441F;
/*position: relative;
top: -3px;
left: -3px;
filter:progid:DXImageTrGermansform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#A6A6A6', Positive='true');*/
}
.formstyle {
font-family:Geneva, Arial, Helvetica, sGermans-serif;
font-size:12px;
font-weight:bold;
}
.hd_bak {
background-color:#FFFFFF;
}
h1 { /*-----First German Shorthaired Pointer , Brittany's, English Setters, Golden Retriever, English Pointers, German Wirehaired Breeder, Sales, Puppies-----*/
	font-size: 16px;
	font-weight: bold;
	color: #78441F;
}
h2 { /*-----Call of Action-----*/
	font-weight:bold;
	color: #000;
	font-size: 14px;
	text-align: left;
}
/*-----Enable Colored Links-----*/
/*a:link, a:visited, a:active {
	color: #c8c8c8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #c8c8c8;
}*/
.deafultBody {
	padding: 10px;
	line-height: 150%;
	background-color: #BA9F83;
}
input, textarea, select, option {
	color: #000000;
	background-color: #ECECEC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size:12px;
	background-image:url(../images/formbg.gif)
}
.con_frm {
	color:#FFFFFF;
	font-size:12px;
	}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:url(../images/formbg.gif) repeat-x left top;
color:#000;
font-weight:bold;
padding: 1px 2px;
}
.deafultBody ul {
	list-style-position: outside;
	list-style-type: circle;
}
/*Side Menu*/
.navon {
/* background-image:url(../images/but_on.png);*/
 background-repeat: no-repeat;
 background-position: left;
 height: 27px;
 width: 150px;
 text-indent: 33px;
 text-decoration:none;
 font-weight: bold; 
 color:#FFFFFF;
}

.navoff {
/* background-image:url(../images/but_off.png);*/
 text-indent: 28px;
 height: 27px;
 width: 150px;
 background-repeat: no-repeat;
 font-weight: bold;
 text-decoration:none;
 color:#FFFFFF;
}
.test, test a:link, test a:visited, test a:hover {
	text-decoration:none;
	color:#B3B3B3;
	font-size:12px;
	line-height: 25px;
	}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
	position: relative;
	line-height: 25px;
	height: 25px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #BA9F83;
	font-weight: bold;
}

.suckerdiv ul li a:visited{
	color: black;
	font-weight: bold;
}

.suckerdiv ul li a:hover{
	background-color: #806547;
}

.suckerdiv .subfolderstyle{

}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

