/*
	title:		The Old Cash Store Stylesheet
*/

* {margin: 0px; padding: 0px;}

body {
	background: #016272;
	color: #fff;
	font: 11px Arial, Sans-Serif;
	text-align: center;
}

a {color: #016272; outline: none; text-decoration: underline;}
a:hover {color: #016272; text-decoration: none;}

p {padding: 5px 10px;}
p span{color: #7d244c; font-size: 12px; font-weight: bold;}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, Arial, Sans-Serif;
}

h1{
	color: #0d1b58;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 10px 10px 10px;
}

h2{
	color: #0d1b58;
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px 10px 10px;
}

h3{
	color: #4f122e;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.box {
	background: #ccc;
	border: solid 1px #016272;
	margin: 10px;
	padding-bottom: 10px;
	padding-top: 10px
}

.center {text-align:center;}
.clear {clear: both;}
.frame {
	border: solid 5px #ccc;
	margin: 5px 0px;
}

.frame2 {
	border: solid 3px #ccc;
	margin: 5px 5px;
}

.entertainment_box {
	background: #ccc url(../images/entertainment.jpg) no-repeat 100% 100%;
	border: solid 1px #016272;
	margin: 10px;
	height: 210px;
	padding-bottom: 10px;
}

#wrapper {
	margin: 50px auto;
	position: relative;
	text-align: left;
	width: 800px;
}

#masthead {
	background: #016272 url(../images/masthead.jpg) no-repeat 0% 0%;
	height: 100px;
	width: 800px;
}

#page {
	background: #fff url(../images/sidebar.jpg) repeat-y 100% 0%;
	border: solid 2px #fff;
	color: #666;
	padding-bottom: 15px;
	width: 796px;
}

#menu {
	background: #7d244c;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 796px;
}

#menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#menu li a {
	background-color: inherit;
	color: #ffffff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px;
	text-decoration: none;
}

#menu li a:hover{
	background: #4f122e;
	color: #fff;
	text-decoration: none;
}

#menu .selected {
	background: #4f122e;
	color: #fff;
	text-decoration: none;
}
/*
#menu li a:hover.selected {
	background: url(../images/arrow.gif) no-repeat 50% 100%;
	color: #fff;
	text-decoration: none;
}
*/
		
#menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-bottom: 2px solid #fff;
}
		
#menu li ul li {
	float: none;
	display: inline;
}
			
#menu li ul li a {
	width: auto;
	background: #7d244c;
	color: #fff;
	border-top: 1px solid #fff;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	width: 250px;
}

#menu li ul li a:hover, #menu li ul li .active {
	background: #4f122e;
	color: #fff;
	text-decoration: none;
}

#splash {
	background: #fff url(../images/splash.jpg) no-repeat 0% 0%;
	border-top: solid 2px #fff;
	height: 200px;
	width: 795px;
}

#content {
	float: left;
	width: 500px;
}

#content ul {
	list-style-type: none;
	margin: 10px 20px;
}
#content ul li {
	background: transparent url(../images/list_style.gif) no-repeat 0px 4px;
	padding-left: 12px;
	margin-top: 6px;
}

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	list-style-type: none;
	margin: 10px;
}
#sidebar ul li {
	background: transparent url(../images/list_style.gif) no-repeat 0px 4px;
	padding-left: 12px;
	margin-top: 6px;
}

#footer {
	background: #016272;
	border-top: solid 2px #7d244c;
	color: #fff;
	clear: both;
	padding-bottom: 10px;
	text-align: center;
	width: 800px;
}

#footer p {padding: 10px 0px;}
#footer a {color: #0bbcd8; text-decoration: underline;}
#footer a:hover {color: #0bbcd8; text-decoration: none;}

#table {
	border-collapse: collapse;
	border-bottom: solid 2px #ccc;
	margin: 10px;
	width: 450px;
}

#table  th{
	background: #016272;
	color: #fff;
	border-bottom: solid 4px #ccc;
	font-size: 12px;
	padding: 5px;
}

#table  td{
	padding: 5px 10px 10px 10px;
	vertical-align: top;
}

#table  .heading {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

#table  .price{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	width: 40%;
	padding: 5px;
}

#table  .price2{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	width: 40%;
}

#table  .price3{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	width: 30%;
}

#table  .info{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	width: 20%;
}

#table  .info2{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	width: 30%;
}
