html {
	margin: 0;
	padding: 0;
}
p{
	margin: 10px;
	padding: 0;
}
h1 {
	margin: 0;
	background-repeat:no-repeat;
  	background-position:left top;
}
h1 span {
	display: none
}	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #0000FF;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	line-height:normal;
	padding: 4px 0 4px 10px;
	margin: 0px;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	padding: 10px 0 0 0;
	color: #990000;
}
h4 {
	font-weight: bold;
	margin: 10px;
	padding: 0;
}
*hr{/*horizontal rule*/
	color: #0000FF;
	width: 80%;
}
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #06185c; 
	background:white url(../08base_images/blu_pg_bkd_h.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
}
#container {
	margin: auto;
	width:759px;
	height:380px;
	background: #FFFFFF;
	position:relative;
	top: auto;
}


/*________________________header*/
#page_header { 
	margin: auto;
	width:759px;
	height:128px;
    background:url(../08base_images/store_header.jpg) no-repeat top center;
	position:relative;
}
#page_header span {
	display:none;
}
#bluebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #0000FF;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	padding: 4px;
}
 
span#tagline {
	font-size: small;
}


/*_______________________________________________________MAIN AREA*/
#main {
	position:relative;
	width:759px;
	color:#06185c;
	background:white;
}


/*________________________nav menu*/

#nav {
	position:absolute;
	width:176px;
	color:#06185c;
	background:white url(../08base_images/HibBkdVrpt.gif) repeat-y;
	left: 10px;
	top: 10px;
	line-height:13px;
	font-weight:bold;
}
#navbar_cap {
	background: white url(../08base_images/navbar_cap.gif) no-repeat bottom center;
		
}
#navbar_base {
	background: white url(../08base_images/navbar_base.gif) no-repeat top center;
}
.navmenu {
	margin: 0 0 0 -25px;
	}
.submenu {
	margin: 10px;
}
li {
	list-style-type:none;
	margin: 0;
}


/*________________________content column*/
#content {
	position:absolute;
	width:560px;
	color:#06185c;
	background:white;
	font-size:15px;
	left: 196px;
	height:550px;
	line-height:18px;
}
#entry_wrap {
	position:relative;
	width:560px;
	
}
.entry_image {
	
	/*position: right;*/
	}
.gear_palm_wing {
	background: white url(../08base_images/gear_palm_wing.gif) no-repeat top center;
	width: 560px;
	padding: 5px 0 15px 0;
	
}

#BigIsle {
	font-style: italic;
	font-weight: bold;
	font-size:14px;
		
}
#info_email {
	font-size:9px;
		
}
#news_border_cap {
	background: white url(../08base_images/news_border_cap.gif) no-repeat bottom center;
		
}
#news {
	background:transparent url(../08base_images/news_border_bkd.gif) repeat-y;
}
#news_border_base {
	background: white url(../08base_images/news_border_base.gif) no-repeat top center;
}


/*________________________footer*/
#footer {
	/*position: relative;*/
	width: 545px;
	text-align: center;
	background: #00F;
	color: #FFF;
	font-size: 9px;
	padding: 2px;
	margin: 10px;
}
/*________________________links*/
a:link {
  color:#0000FF;
  background-color:transparent;
  text-decoration:underline;
  }
a:visited {
  color:#0000FF;
  background-color:transparent;
  text-decoration:underline;
  }	
a:hover {
  color:#990000;
  background-color:transparent;
  text-decoration:underline;
  }
a img {
	border:0;
}
.navmenu a:link, a:visited, a:hover {
	text-decoration:none;
	}
#info_email a:link, #info_email a:visited, #info_email a:hover {
	color:#FFFFFF
	}
.brand {
	font-weight:bold;
}
#bluebar a:link, #bluebar a:visited, #bluebar a:hover {
	color:#FFFFFF
}
/*_________________________store*/

#store_item {
	border-style: solid;
	border-color: #0000FF;
	border-width: 1px;
	margin:10px;
}
.ready {
	font-weight:bold;
	text-align:center;
}
.price {
	font-weight:bold;
	margin-left: 30px;
}
.thumbclick {
	font-size: 10px;
	text-align:center;
}