/* @override http://ichthythings.com/css/mainstyle.css */


html {
}

a {
	outline: none;
}
 
body {
	background: #e6e6e6 url(../images/top_gradient.gif) repeat-x top left;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	width: 770px;
	margin: auto;
}

/* The polaroid */	

div#polaroid {
	width: 384px;
	float: left;
	margin: 0 0 0 -30px;
}

/* The menu */

ul#menu {
	height: 31px;
	width: 481px;
	text-align: center;
	list-style: none;
	direction: ltr;
	float: left;
	margin: 0 -38px 0 -90px;
}
	
#menu li {
	float: left;
	text-indent: -9999px;
	}
	
#menu li a {
	height: 31px;
	display: block;
	}
	
#menu li.active {
	background-position: top;
	}

#menu li.inactive {
	background-position: bottom;
	}
	   
#menu li:hover {
	background-position: top;
	}
		
#menu li#news-tab {
	width: 121px;
	background-image: url(../images/m-news.gif);
	}

#menu li#estore-tab {
	margin-left: -1px;
	width: 120px;
	background-image: url(../images/m-estore.gif);
	}

#menu li#visit_us-tab {
	margin-left: -1px;
	width: 120px;
	background-image: url(../images/m-visit_us.gif);
	}

#menu li#account-tab {
	margin-left: -1px;
	width: 120px;
	background-image: url(../images/m-account.gif);
	}

/* Welcome Back */	
	
div#welcomeBack {
	width: 250px;
	height: 17px;
	float: right;
	text-align: right;
	font: 13px "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	margin: auto auto -17px;
	position: relative;
	top: -135px;
	right: -10px;
}

#welcomeBack a {
	text-decoration: none;
	color: black;
}

#welcomeBack a:hover {
	color: #439ed2;
}

/* The header */	
	
div#header {
	height: 135px;
	width: 407px;
	background: url(../images/logo.gif) no-repeat;
	position: relative;
	float: left;
	margin-left: -45px;
	margin-top: -1px;
}
	
#header h1 {
	text-indent: -9999px;
}
		
#header p {
	display: none;
	}


/* The important_news */

.sandbag {
  float: left;
  clear: left;
}

#important_news {
	position: relative;
	width: 550px;
	text-align: left;
	float: left;
	margin: 2px auto auto -200px;
}

#important_news h3 {
	display: inline;
	font-size: 11px;
}

#important_news p {
	margin-top: -8px;
	display: inline;
}
	

/* The frame */

#frame {
	width: 740px;
	background: #fff;
	clear: both;
	height: auto;
	min-height:335px;
	padding: 5px 5px 1px;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
	top: 15px;
	text-align: center;
}

* {
	margin: 0;
}


.footer {
	margin-bottom: 50px;
}

.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}

.button {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
}


.err {
	font-size: 11px;
	font-weight: bold;
	color:#FF3300;
	list-style: none;
}


.entryTable {
	font-size: 12px;
	background-color: #afafaf;
	margin-left:auto; 
	margin-right:auto;
}

.entryTableHeader {
	height: 20px;
	background-color: #afafaf;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.entryTable .label {
	background-color: #EFEFEF;
	text-align: left;
}

.entryTable .content {
	background-color: #FFFFFF;
		text-align: left;
}
