/* CSS Document */

* {
	margin:0;
	padding: 0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em;
  font-weight:bold;
  text-transform:uppercase;
  color: #FFFFFF !important;
  background-color:#336666;
  text-align: center;
  margin-bottom: 6px;
}

h2 {
	color:#0e0e0e;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-left: 10px;
	padding: 6px 10px 2px 0;
	border-bottom:1px solid #dadada;
	border-top:1px solid #cacaca;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
  line-height:normal;
  font-weight:bold;
  color:#336666;
  padding-top:6px;
  	border-top:1px solid #cacaca;
}


html {
	height:100%;
}

body {
	color:#1b1b1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	height:100%;
	background-color: #336666;
}

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

a img {
	border:0;
}

p {
	margin:0;
	padding: 5px 0;
}

.italics {
	font-style:italic;
}

.active a {
	background:scroll url(images/menudot_btn.gif) 0 -10px no-repeat  !important;
	color: #336666 !important;
}

.active a:hover {
	text-decoration:none;
	color: #336666 !important;
	cursor: default;
}

#big {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clear {
	clear:both;
	margin:0;
}

.clear10 {
	clear:both;
	height:10px;
}

.clear20 {
	clear:both;
	height:20px;
}

.clear30 {
	clear:both;
	height:30px;
}

.columns {
	display: block;
	width: 160px;
	float: left;
}

.bgcontainer {
	width: 890px;
	margin: 0px auto 0px auto;
	padding: 0;
}

.bgcontainer_headleft {
	background:url(images/background/bgshadow_tl.gif) top left no-repeat;
	height: 60px;
	width: 455px;
	float: left;
	margin-bottom:-60px;
}

.bgcontainer_headright {
	background:url(images/background/bgshadow_tr.gif) top right no-repeat;
	width: 455px;
	height: 60px;
	margin-bottom:-30px;
	float: right;
}

.bgcontainer_sides {
	background:url(images/background/bgshadow_sides.gif) center repeat-y;
}

.bgcontainer_footleft {
	background:url(images/background/bgshadow_bl.gif) bottom left no-repeat;
	height: 60px;
	width: 455px;
	float: left;
	margin-top:-30px;
}

.bgcontainer_footright {
	background:url(images/background/bgshadow_br.gif) bottom right no-repeat;
	width: 455px;
	height: 60px;
	margin-top:-60px;
	float: right;
}

#content {
	float:left;
	width:445px;
	margin:30px 0 0 30px;
}

#content p {
	color:#5c5c5c;
	font-weight:normal;
	font-size: 0.9em;
	padding: 2px 2px;
	text-align: left;
}

.content_full {
	padding:5px 4px 7px 4px;
}

.contentbox {
	border:1px solid #dadada;
	color:#5c5c5c;
	float:left;
	padding:5px;
	width:132px;
	margin:18px 4px 0 0;
}

.contentbox h1 {
	background-color:#336666;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	line-height: 16px;
	height:16px;
	text-indent:4px;
	padding: 1px 0 0 0;
	text-transform: capitalize;
}

.contentbox h2 {
	font-size:12px;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin-left: 0;
	color:#5c5c5c;
	border: none;
}

.contentbox p {
	padding:0;
}

#footer {
	color:#FFFFFF;
	height:14px;
	text-align:center;
	width:830px;
	margin: 0px auto 0 auto;
	padding: 1px 0 0 0;
	background-color: #999999;
	font-size: 9px;
	position: relative;
}

#header {
	margin: 0px 0px 0 0px;
	height:120px;
	width:830px;
}

#inlay {
	float:left;
	background-image: url(images/bginlay_3col.gif);
	background-repeat: repeat-y;
}

#menu {
	display:inline;
	float:left;
	width:121px;
	margin:60px 0 0 27px;
}

#menu ul {
	border-top:1px solid #cacaca;
	width:121px;
}

#menu li {
	border-bottom:1px solid #dadada;
	float:left;
	list-style-type:none;
}

#menu li a {
	color:#585858;
	display:block;
	height:17px;
	text-decoration:none;
	text-indent:10px;
	width:120px;
	margin: 0 0 0 1px;
	padding: 6px 0 0 0;
	background-attachment: scroll;
	background-image: url(images/menudot_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#menu li a:hover {
	color: #336666;
	background-attachment: scroll;
	background-image: url(images/menudot_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}

#radio li a {
	background-image: url(images/menusound_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#radio li a:hover {
	background-image: url(images/menusound_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 -12px;
}

#facebook {
	padding: 6px 0;
	}

#facebook li a {
	background-image:url(images/facebook_logo3.gif) !important; 
	padding:1px 0 0 0;
	margin-bottom: 6px;
	background-position:left center;
	font-size: 0.9em;
	}
	
#facebook li a:hover {
	color: #336666;
	background-image: url(images/facebook_logo3.gif);
	background-position:left center;
}

#sidebar {
	float:left;
	width:162px;
	margin: 60px 0 0 15px;
	padding-right: 20px;
}

#sidebar h2 {
	color:#0e0e0e;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-left: 10px;
	padding: 6px 0px 2px 0;
	border-bottom:1px solid #dadada;
	border-top:1px solid #cacaca;
}

#sidebar dl {
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	margin:2px 0 0 9px;
}

#sidebar dt {
	padding-top: 10px;
	font-weight:normal;
	font-size: 0.9em;
}

#sidebar dd {
	font-size:0.8em;
	padding: 0px;
}

.sidebar_pic {
	margin-left: 20px;
	margin-top: 20px;
}

.store_name {
	font-weight: bold;
	color:#0e0e0e;
}

#top_nav {
	height: 20px;
	background-color: #999999;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#top_nav_links {
	margin-left: 245px;
}

#top_nav a {
	margin-right:18px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
}

#top_nav a:hover {
	color: #ffffff;
	font-weight:bold;
}

