/* CSS Document */

body {
	background: url(images/bk1.png);
	margin-top: 0px;
	min-width: 720px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#000000;
}

a:hover {
	color: #666666;
}

h1 {
	margin: 0; 
	position: absolute;  
	z-index: 3; 
	text-indent: -9000px;
	color: #FF9900;
}

h2 {
	margin: 0; 
	position: absolute;  
	z-index: 3; 
	text-indent: -9000px;
	color: #FF9900;
}
h3 {
	color: #000000;
}

#container {
	width: 700px;
	background: url(images/containerbk.png) repeat-y;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -350px;
}

#wrapper {
	width: 700px;
}

#header {
	background: url(images/headerbk.png); 
	height: 65px;
}

#branding {
	background: url(images/brandingbk.png);
	height: 150px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FF9900;
}



#content {
	float: left;
	width: 500px;
	text-align: justify;
	margin-left: 15px;
}

#navigation {
	float: right;
	width: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#navigation  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation  ul a {
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	background: #FFFFFF;
	font-weight: 900;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation  ul a:hover {
	background: #CCCCCC;
	color: #FF9900;
}

.storetable {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.storetable table {
	border-collapse: collapse;
	width: 40em;
	border: 1px solid #666666;
}

.storetable th, td {
	padding: 0.1em 1em;
	text-align: left;
}

.storetable tr {
	vertical-align: middle;
}

.storetable caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	color: #3454A6;
	
}

.storetable col {
	border-right: 1px solid #CCCCCC;
}

.storetable col#buy {
	border: none;
	text-align: center;
}

.storetable thead {
	background: #CCCCCC url(images/design/bk1b.png) repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

.storetable th {
	font-weight: bold;
	text-align: left;
	line-height: 25px;
}

.storetable tr:hover {
	background-color: #3454a6;
	color: #FFFFFF;
}

.storetable a:hover {
	color: #CCCCCC;
}

.storetable thead tr:hover {
	background-color: transparent;
	color: inherit;
}

.odd {
	background-color: #edf5ff;
}

#footer {
	width: 700px;
	text-align: center;
	color: #666666;
	font-size: 10px;
	clear: both;
	border-top: 1px solid #FF9900;
	background: url(images/footerbk.png);
}