/* http://www.ballpythons.co.za */

html, body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: left;}
body {margin: 20px 0; padding: 0; text-align: center; background-color: #fff;}
/* ----------------------------------- banner content */
.banners {margin: 0 auto; padding: 0; width: 950px; height: 260px;}
#indexbanner {width: 950px; height: 260px; background: #000 url(../images/banner_index.jpg) no-repeat}
#infobanner {width: 950px; height: 260px; background: #000 url(../images/banner_iformation.jpg) no-repeat}
#inventorybanner {width: 950px; height: 260px; background: #000 url(../images/banner_inventory.jpg) no-repeat}
#contactbanner {width: 950px; height: 260px; background: #000 url(../images/header_bg.jpg) no-repeat}
.animation {float: left; margin: 10px 0 0 30px; padding: 0; border: none;}
/* ----------------------------------- layout */
#topnav {margin: 0 auto 30px auto; padding: 0; width: 950px; height: 25px; background-color: #f90;}
#content {width: 950px; margin: 5px auto; text-align: justify; padding: 10px 0px 0px 0px; background-color: #fff;}
#footer {margin: 0px auto; padding: 0; width: 950px; height: 35px; background: #fff url(../images/footer.jpg) no-repeat;}
#indexfooter {margin: 0px auto; padding: 0; width: 950px; height: 106px; background-color: #fff;}
/* ----------------------------------- headings */	
h1 {margin: 0 auto; padding: 0; font-size: 14px; border-bottom: 1px solid #f90; text-align: left;}
h2 {font-size: 12px;}
/* ----------------------------------- elements */
.popup {border: 2px solid #f90;}
p {line-height: 15px; padding: 5px 0 10px 0;}
/* ----------------------------------- tables */
th { background-color: #F90; text-align: center; width: auto; font-variant: uppercase }
td { background-color: #FC9; text-align: center}
tr { text-align: center; }
.species {text-align: left;}
.notice {font-weight: bold; font-size: 20px; color: #f90; text-align: center}
caption a {font-size: 22px; font-weight: bold; color: #f90; text-align: center; text-decoration: none;}
caption a:hover {font-size: 22px; font-weight: bold; color: #000; text-align: center; text-decoration: none;}
/* ----------------------------------- top menu */
/*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; line-height: 20px; background-color: #f90;}
.suckertreemenu ul li a{display: block; width: 160px; padding: 1px 8px; text-decoration: none; color: #000; font-weight: bold;}
	
/*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: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 165px; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding: 1px 5px;
border-top: 1px solid #960;
}

.suckertreemenu ul li a:hover{
background-color: #f90;
color: #fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #f90 url(../images/arrow-down.gif) no-repeat center right;
}

* 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;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#meta {font-size: 1px; color: #fff; line-height: 1px;}
	
img {border:none;}

/* ----------------------------------- form elements */
.submit {color:#fff; background-color:#5DAB70; border:1px solid #000; font-weight:bold;}
input,select,textarea {border:1px solid #5DAB70; color:#000; background-color:#eef;}
fieldset {border: #5DAB70 solid 1px; padding:10px;}
legend {background: #5DAB70; border: #000 solid 1px; padding: 1px 10px; font-weight:bold; color:#fff;}
p {margin:0 0 6px 0;}
#output p {line-height:200%; margin:0 0 6px 0;}

