/*A Pirate's Life Style Sheet
	(c) Wild Planet Entertainment Inc 2006
	created by Martin Bell
*/

 /*import the sitewide footer structure */
 
 @import url("http://www.wildplanet.com/sitewide/footerStructure.css");

:focus {
	outline: 0;
	}
	

* {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	}

a:hover {
	color: #FFFF00;
	}


a.buyButton {
	float: right;
	width: auto;
	padding: 10px 25px 10px 10px;
		}
	
body {
	background: #0099ff url("images/structure/bg.jpg") repeat-x left top;
	text-align: center;
	padding-top: 5px;
	}
	
#container {
	width: 765px;
	height: 605px;
	text-align: left;
	background:  url("images/structure/containerBg2.jpg") no-repeat left top;
	margin-right: auto;
	margin-left: auto;
		}

body.buyNow #container {
	width: 765px;
	height: 605px;
	text-align: left;
	background:  url("images/structure/containerBg.jpg") no-repeat left top;
	margin-right: auto;
	margin-left: auto;
		}

#primary {
	width: 536px;
	height: 370px;
	margin-left: 220px;
	margin-top: 70px;
	position: absolute;
	padding: 10px;
		}
	
#primary.home {
	background:  url("images/structure/primaryHomeBg.gif") no-repeat left top;
	overflow:hidden;
	}

#primary.home p {
	line-height: 125%;
	padding: 5px 0px 5px 5px;
	font-size: 12px;
	margin-right: 10px;
			}
			
#primary.home a {
	font-weight: bold;
	}

#primary a.inlineNav {
	padding: 5px;
	}
	
p.batts {
	font-size: 10px;
	font-style: italic;
	}
		
#bottomNav {
	position: absolute;
	margin-top: 380px;
			}

#bottomNav a {
	margin-top: 110px;
	position: relative;

	}

#bottomNav a:first-child {
		padding-left: 20px;
		}

 #bottomNav a {
	padding-left:0;
	border: 0;
	}
	
* html #bottomNav a {
	margin-left: -5px;
	}
	
#nav {
	position: absolute;
	margin-top: 170px;
	margin-left: 20px;
	width: 160px;
	height: 280px;
	float: left;
	padding-top: 10px;
	}

#nav a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	width: 140px;
	margin: 5px auto 0px;
		}
	
#nav a:hover {
	color: #FFFF00;
	}
	 
#nav a.active {
	color:#333333;	
	}	
	
#nav h2 {
	font-size: 18px;
	}

#nav li {
	list-style: none;
	padding-left: 10px;
	}

img.header {
	width: 350px;
	float: right;
	margin-right: 30px;
	}
	
.right {
	width: auto;
	float: right;
	margin-right: 30px;
	margin-left: 5px;
			}
					
div.footer {
	margin: 10px auto;
	font-size: 75%;
	width: 765px;
	}

div.footer ul {
	margin: 0;
	padding: 0;
	}
	
div.footer li {
	list-style: none;
	}
		
div.footer a {
	color: #fff;
	text-decoration: none;
	}
	
div.footer a:hover {
	color: #FFFF00;
	} 
	
a#footerLogo {
	margin-left: 600px;
	}
	




form input{
	color: #003366;
	vertical-align:middle;
	margin-top: 5px;
	font-size: 95%;
	margin-bottom: 5px;

	}

form img {
	width: auto;
	float: right;
	margin-right: 200px;
	}

#primary table {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-weight: bold;
	font-size: 14px;
	}


#primary table ol {
	margin-left: 20px;
	font-style: italic;
	}

#primary table ol li {
	padding-top: 5px;
	}
.buyButtonPlaceholder {
	display: block;
	width: 164px;
	float: right;
	height: 40px;
}