@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #004049;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	text-align:left;
	color: #ECA42D;
	background-color:#713b0a;
	background-image: url(../images/repeat_back.jpg);
} 

#background {
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
} 

#header { 
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	height: 420px;
}
#mainContent {
	font-weight: normal;
	color: #f0d085;
	width: 550px;
	float: left;
	margin-bottom: 30px;
}
#ExcerptContent {
	font-weight: normal;
	color: #f0d085;
	width: 550px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	float: left;
	margin-bottom: 20px;
	
}
#ExcerptContentWide {
	margin-top: 10px;
	font-weight: normal;
	color: #f0d085;
	width: 730px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left: 220px;
	float: left;
	margin-bottom: 20px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #673608;
	color: #6C3909;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:5px 10px;
	font-size: 9pt;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apHeader {
	position:absolute;
	left:400px;
	top:80px;
	margin: 0;
	padding: 0;	
}
--------------------------------------------------

p.opening {
	padding-left: 95px;
	line-height: 1.4;
	padding-right: 45px;
	font-size: 11pt;
	font-weight: normal;
	padding-top: 24px;
}

h2 {
	padding-left: 28px;
	line-height: 1.4;
	padding-right: 45px;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 5px;
}

h3 {
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	color: #F0D085;
	line-height: 1.3;
}

h4 {
	padding-left: 28px;
	padding-right: 45px;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 0px;
	color: #F0D085;
	text-align: center;
}

p.main {
	padding-left: 23px;
	line-height: 1.2;
	padding-right: 45px;
	font-size: 11pt;
	padding-top: 20px;
	padding-bottom: -1px;
}

p.endorse {
	padding-left: 35px;
	line-height: 1.2;
	padding-right: 55px;
	font-size: 11pt;
	padding-top: 30px;
	padding-bottom: 0px;
}

p.endorse1 {
	padding-left: 20px;
	line-height: 1.2;
	padding-right: 55px;
	font-size: 10pt;
	padding-top: 7px;
	padding-bottom: -1px;
	width: 475px;
	margin: 0px;
}

p.endorseCredit {
	padding-left: 35px;
	color:#FFF454;
	line-height: 1;
	padding-right: 40px;
	font-size: 10pt;
	font-style: normal;
	font-weight:bold;
}

p.endorseCredit1 {
	padding-left: 22px;
	color:#FFF454;
	line-height: 1em;
	padding-right: 40px;
	font-size: 10pt;
	font-style:normal;
	font-weight:bold;
	width: 475px;
	margin: 10px 0 5px 0;
}

p.endorseCredit2 {
	padding-left: 22px;
	color:#FFF454;
	line-height: 1.4em;
	padding-right: 40px;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	width: 475px;
	margin: 0 0 15px 0;
}

a{
	display:block;
	color: #f2cf7b;
	text-align: center;
}
.p.reseller {
	padding-left: 20px;
	line-height: 1.2;
	padding-right: 55px;
	font-size: 10pt;
	padding-top: 7px;
	padding-bottom: -1px;
}
p.opening{
	padding-left: 95px;
	line-height: 1.2;
	padding-right: 45px;
	font-size: 11pt;
	font-weight: normal;
	padding-top: 24px;
}
.style3 a{
	color: #FFF454;
	font-style: italic;
	padding: 0px;
	display:inline;
}
.style3 {
	color: #FFF454;
	font-style: italic;
}
.style4 {
	color:#FFF454;
}
.big_bold_yellow{
	color:#FFF454;
	font-weight:bold;
	font-size:18px;
}
.stylelink {
	color: #fff465;
	text-align: left;
	/*padding-left: 23px;*/
	padding: 0px;
	display: inline;
	font-size: 13pt;
}
p.book {
	padding-left: 23px;
	line-height: 1.2;
	padding-right: 35px;
	font-size: 11pt;
	padding-top: 4px;
	padding-bottom: -1px;
}
p.excerpt {
	padding-left: 22px;
	line-height: 1.2;
	padding-right: 45px;
	font-size: 10pt;
	padding-top: 0px;
	margin-bottom: -13px;
}
.buy {
	color: #FFF454;
	text-align: left;
	clear: both;
	padding: 20px;
	margin: 15px;
}
.buybox {
	color: #FFF454;
	text-align: center;
	float: left;
}
.excerptheads {
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	color: #FFF55F;
	line-height: 1.3;
	margin-bottom: -15px;
}
.excerptSAheads {
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	color: #FFF55F;
	line-height: 1.3;
	margin-bottom: 0px;
}
.excerptmain {
	padding-left: 23px;
	line-height: 1.2;
	padding-right: 35px;
	font-size: 10pt;
	padding-top: 20px;
	margin-bottom: -20px;
}
.excerptSA {
	padding-left: 23px;
	line-height: 1.2;
	padding-right: 35px;
	font-size: 11pt;
	padding-top: 0px;
	margin-bottom: 0px;
}
.excerptSAwide {
	padding-left: 23px;
	line-height: 1.2;
	padding-right: 35px;
	font-size: 11pt;
	padding-top: 0px;
	margin-bottom: 0px;
}
.buyAmazon {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11pt;
	color: #FFF55F;
}
	
.dykhead {
	padding-left: 22px;
	color:#FFF454;
	line-height: 1;
	padding-right: 40px;
	font-size: 11pt;
	margin-bottom: -20px;
	font-weight: bold;
}
.reseller {
	padding-right: 45px;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 0px;
	color: #FFFE65;
	text-align: left;
}
.resellertan {
	padding-left: 22px;
	padding-right: 45px;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 0px;
	color: #f2cf7b;
	text-align: left;
}
.resellertanlink {
	padding-left: 22px;
	padding-right: 45px;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 0px;
	color: #f2cf7b;
	text-align: left;
	display: inline;
}
.footerlink {
	padding-left: 14px;
	padding-right: 14px;
	font-size: 8pt;
	font-weight: normal;
	padding-top: 0px;
	color: #f2cf7b;
	text-align: right;
	display: inline;
}
.excerptcopyright {
	color:#F0D085;
	font-size:9pt;
	margin-top:15px;
	padding-left:23px;
	text-align:left;
}


/* Navbar Styles */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	/*width: 75px;*/
	padding: 0 18px;
	text-decoration: none;
	/*font-weight: bold;*/
}
#nav a:hover{
	color: #f5841f;
}
#nav li { /* all list items */
	float: left;
	/*width: 75px;*/ /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	background: #437e81;
	/*background-image: url(../images/menu_repeat.jpg);
	background-repeat:repeat-x;*/
	width: 10em;
	/*left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}
#content {
	clear: both;
}
#menu{
	float:right;
	padding-top:34px;
	font: 80%/1.5 arial, helvetica, serif;
}

#nav .rightline{
	border-right: 1px #027b84 solid;
}


/***
***
*** New Navbar Styles
***
***/


h1 {
	height: 108px;
	background: url(perciformes3.gif) bottom center no-repeat;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#nav, #nav ul {
	float: left;
	width: 495px;
	list-style: none;
	line-height: 1;
	/*font-weight: bold;*/
	padding: 2px 2px 0 2px;
	height: 21px;
	z-index: 10;
	background-color: #00494f;
	margin-right: 50px;
}

#nav a {
	display: block;
	/*width: 100px;*/
	color: #ffee77;
	text-decoration: none;
	padding: 3px 10px;
	text-align: left;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 120px;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	/*width: 13em;*/
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #007c86;
}
#background #content #mainContent .main .style9 .reseller2 {
}
