/*
 * Author        : Rex S. Sacayan
 * Date created  : May 10, 2007
 * Date  modfied : December 27 2007
 */ 

body {
	text-align:center; /* Center page for IE */ 
	color: #333;
	
	margin:0;
	padding:0;
	
	background:  url(images/back_texture_red.jpg) #E2D7AA top center repeat-x;	
	
	font-size: 12px;
	font-family: Arial, Sans-serif, Verdana, Helvetica, Tahoma;   
}

h1 {
	color: #7DBDDE;
}

h2 {
	color: #AC1E02;
	padding:0;
	margin:0px;

}


h3 {
	color: #FF9933;
	padding:0;
	margin:0;
}

h4 {
	color: #000000;
	padding:0;
	margin:0;
}

a {
	color: #003366;
	text-decoration: none;
} 

 {
a:hover 	text-decoration: underline; 
}

.aktif {color: #f33; font-weight:bold; font-size:16px;}

#header {
	margin: 0 auto; /* center for firefox */
	height: 130px;
	background:  url(images/header.png) top center no-repeat; 
}

#nav-bar-head {
	margin: 0 auto; /* center for firefox */
	height: 16px;
	width: 715px;
	background:  url(images/nav-bar-head.png) top center no-repeat;
}

#nav-bar {
	margin: 0 auto; /* center for firefox */
	width: 705px;
	background: #7f0b16;
}

#menu-bar {
	height: 31px;
	width: 705px; 
}

#search-bar {
	text-align: left;
	_padding-top: 3px;
	line-height: 32px;
	height: 31px;
	width: 705px; 
	background:  url(images/search-bar-bg.jpg) repeat-x;
}

#search-bar form {
	margin-left: 15px;
	_margin-left: 8px;
	font-size: 9pt;
	color: #993300; 
}

#container-body {
	margin: 0 auto; /* center for firefox */
	width: 715px; 

	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/container-bg.png',sizingMethod='scale'); 
	background-repeat: repeat-y;
}

div[id="container-body"] {
	background:  url(images/container-bg.png) repeat-y;  
}

#container-body #container {
	text-align: left;
	margin: 0 auto; /* center for firefox */
	width: 705px; 
	border-bottom: 1px solid #81BEDE;
	
	background: #fff;
}

/* BODY */

#container-body #container div.page_body
{ 
	width: 705px;
	min-height: 500px;
	
	 
}
.page_body{
background:  url(images/back_wood.jpg) #F8F5Ea top center repeat-x;
}
#container-body #container div.page_body div.page_body_content
{
	float:left;
	width : 470px;
	_width: 470px;
	
	padding: 10px 0px 10px 15px;
}

#container-body #container div.page_body div.page_body_content2 
{
float:left;
width : 675px;
_width: 675px;
padding: 0px 0px 10px 15px;
}


#container-body #container div.page_body div.page_body_content2 p 
{
font-size: 13px;
}



#container-body #container div.page_body #page_body_right 
{ 
	float:left;
	width:195px;
	_width:195px;
	padding:10px;
	margin:0; 
}

/* LEFT COLUMN */ 

.new-shells-logo {
	text-align: center; 
	margin: 10px;
} 

/* RIGHT COLUMN BOXES */
.box {
	width: 200px;
	padding:0;
	margin:0;
	min-height:200px;
	float:left;
	margin-right: 10px;
	margin-left: 13px; 
}

.box img {border: 1px solid #000; padding:2px; background: #E2D7AA; }


.pagination {
	padding: 5px;
	text-align: center;
}

.search-h2 {
	float:left;
	width: 60%; 
	padding:0;
	margin:0;
}

.search-h2 span {
	font-size: 12pt;
	color: #999
}

.search-h3 {
	float:right;
}

.orange {
	color: #f93;
	text-align: left;
}

.box-info {
	border: 1px solid #FFBF00;
	background: #FFFBBA;
	color: #8F7223;
	
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	
	font-size: 14pt;
	font-weight: bold; 
}

/* ADVANCED SEARCH */

.advanced-search {
	background: #DAECF8;
	border: 1px solid #99C8DF;
	padding: 5px;
}

.advanced-search div.shell-detail-box-left,  .advanced-search div.shell-detail-box-right {
	height: 20px;
}

/*  SHELLS IN STOCK */ 
.shells {
	margin-top: 10px;
	margin-bottom: 10px; 
}

.shells .shell-box-row  {
	min-height: 180px; 
}

.shells h3 {
	margin-bottom: 10px;
}

.shells .shell-box-row .shell-box-gallery {
	min-height: 150px; 
}


/* SHELL DETAIL */

.shell-detail {
	
}

.shell-detail-img {
	text-align: center;
}

.shell-detail-img img {
	padding: 5px;
	border: 1px solid #999;
}

.shell-detail-info {
	background: #DAECF8;
	border: 1px solid #99C8DF;
	padding: 2px;
}

.shell-detail-box-left {
	float: left; 
	width: 20%; 
	border: 1px solid #99C8DF;
	margin: 2px; 
	padding: 4px;
	font-weight: bold;
	background: #A4D1EF;
}

.shell-detail-box-right {
	float: left; 
	margin: 2px;
	width: 75%; 
	border: 1px solid #99C8DF;   
	padding: 4px;
	background: #C2DDEF;
}

.shell-detail-nav {
	text-align: center;
}

.shell-detail-error 
{
	border: 1px solid #FFBF00; 
	background: #FFFBBA;
	color: #BF0D00;
	
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	
	font-size: 14pt;
	font-weight: bold; 
}

/* END SHELL DETAIL */ 

/* CONTACT */

#contact {
	margin-top: 10px;
}

/* END BODY */



/* MENU */
#menu {
	margin:0;
	margin-left: 3px;
	padding:0px;
	float: left;
	font-size: 11px;
}

#menu
{
	margin-top: 3px;
	line-height: 28px;
	height: 28px;
}

#menu li { 
	display: inline;
}

#menu li a
{
	width: 90px;
	text-decoration: none;
	float: left;
	color: #A64714; 
	background:  url(images/menu-bg-inactive.jpg) bottom center no-repeat; 
}

#menu li .active
{
	background:  url(images/menu-bg-active.jpg) bottom center no-repeat;
	color: #333;
	font-weight:bold;
}

#menu li a:hover
{
	background:  url(images/menu-bg-active.jpg) bottom center no-repeat; 
	color: #333;
}

/* FOOTER */ 

#footer {
	text-align: center;
	margin: 0 auto; /* center for firefox */ 
	padding:0;
	width: 705px; 
	height: 48px;
	
	border-top: 1px solid #fff;
	background:  url(images/back_diagonal.jpg);
}

#menu-footer {
	padding:0;
	margin:0;
	margin-top:10px;
	height: 14px;
	font-size: 11px;
}

#menu-footer li { 
	display: inline; margin-left: 10px;
}

#copyright { 
	height: 24px;
	font-size: 12px;  
	color: #fff;  
}

.contest-code {
	margin-bottom:5px; 
	margin-left: 18px; 
	border: 1px solid #e8e8e8;
	width: 650px; height: auto;
	font-size: 12px; 
	padding:8px;
}