/* Dean Noel's Wild Country Studio CSS Document, Created by Heath Noel */

/* Main/Outer most Table */
table.parent {
	border: none;
	margin-left: auto; 
	margin-right: auto;
	width: 780px
}

/* Start of Title Bar Styles */

td.titlebar-top { 
	background-image: url(images/titlebar_top.jpg); 
	width: 780px; 
	height: 29px;
	text-align: left
}

td.titlebar-center {
	background-image: url(images/titlebar_center.jpg);
	width: 780px; 
	height: 111px;
	text-align: left;
	text-indent: 350px;
	font-family: "Times New Roman", Geneva, Arial, Helvetica, sans-serif;
}

td.selectionbar {
	background-image: url(images/selectionbar.jpg);
	width: 780px; 
	height: 40px;
	text-align: center	
}

td.titlebar-bottom {
	background-image: url(images/titlebar_bottom.jpg);
	width: 780px;
	font-size: .2em;
	height: 13px;
}

/* End of Title Bar Styles */
/* Start of Button Styles */

table.menu {
	width: 100%;
	height: 100%;
	text-align: center;
}

td.button {
	background-image: url(images/button1.jpg);
	width: 147px;
	height: 40px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a.mainmenu { 
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-family: "BankGothic MD BT", "BankGothic LT BT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	display: inline;
}

a:hover {
	color: #f1c02b;
	background-color: transparent;
}

.button a {
	width: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
}

/* End of Button Styles */
/* Start of Page Layout Styles */

table.page-content {
	width: 100%;
	height: 100%;
	padding: 0;
	background-repeat: repeat-x; 
	background-repeat: repeat-y;
	background-image: url(images/main_background.jpg);
}

td.content1 {
	vertical-align: top;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
}

td.border1 {
	width: 12px;
	background-image: url(images/layout_border1.jpg);
	background-repeat: repeat-y
}

td.border2 {
	width: 13px;
	background-image: url(images/layout_border2.jpg);
	background-repeat: repeat-y
}

td.body {
	background-color: #ffffff;
	color: #000000;
	width: 755px;
	vertical-align: text-top;
}

td.footer {
	background-image: url(images/footer.jpg);
	height: 19px;
	width: 780px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	vertical-align: middle;
	padding-right: 3%;
	font-style: italic
}

/* End of Page Layout Styles */
/* Start of Appearance Styles */

body {
	background-color: #333333;
	color: #000000
}

ul {
	padding: 0;
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 0;
}

h1, h2, h3 {
	color: #000066;
	background-color: transparent;
	font-family: "Times New Roman", Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: 5%;
	text-align: left;
	font-size: 1.1em
}

img.artwork {
	border: 1px solid #000066;
}

img {
	border: none;
}

a.page {
	color: #ffffff;
}

a.page:hover {
	color: #000066;
}

a.regular {
	color: #000066;
}

a.regular:hover {
	color: #f1c02b;
}

a.links {
	color: #bfbf8e;
}

a.links:hover {
	color: #f1c02b;
}

.qty {
	color: #000000;
	border-bottom-style: none;
}

/* End of Appearance Styles */
/* Start of Drop Down Menu Styles */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 147px; /*Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
color: #ffffff;
}

.top-level {
	font-family: "BankGothic MD BT", "BankGothic LT BT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.top-level:hover {
	color: #f1c02b;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: -60px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #ffffff;
background-color: #000066;
text-decoration: none;
padding: 0px 0px;
border: 1px solid #000000;
font-size: 18px;
padding: 2px 5px;
text-align: left;
margin-left: 2px;
}

#sub a:hover{
	background-color: #000000;
	color: #f1c02b;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
* html .suckertreemenu ul li { 
	float: left; 
	height: 1%; 
}
* html .suckertreemenu ul li a { 
	height: 1%;
}

/* End of Drop Down Menu Styles */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
