/*Fuzzy Joy*/

body {
	margin: 0;
	padding: 0;
	background: #dedfd0 url(images/Body.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3e3d3d;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #646464;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #939e1b;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
}

#logo a {
	text-decoration: none;
	color: #7F7772;
}

/* Menu */

#menu {
	width: 700px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px 0 10px;
	background: url(images/icon.gif) no-repeat left center;
	text-align: center;
	text-decoration: none;
	font-size: 154%;
	color: #FFFFFF;
}

#menu a:hover {
	color: #c24f96;
}

#menu .active a {
	color: #F8DFC9;
}

/* Page */

#page {
	clear: both;
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 131px 0 0 0;
	background: url(images/SplashTop.png) no-repeat;
}
#page2 {
	clear: both;
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 131px 0 0 0;
	background: url(images/RoscoST.png) no-repeat;
}
#page3 {
	clear: both;
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 131px 0 0 0;
	background: url(images/PopeyeST.png) no-repeat;
}
#page4 {
	clear: both;
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 131px 0 0 0;
	background: url(images/MaxieST.png) no-repeat;
}

/* Splash */

#splash {
	width: 660px;
	height: 180px;
	padding: 30px 30px 0 30px;
	background: url(images/SplashBottom.png) no-repeat;
}

#splash2 {
	width: 660px;
	height: 180px;
	padding: 30px 30px 0 30px;
	background: url(images/RoscoSB.png) no-repeat;
}
#splash3 {
	width: 660px;
	height: 180px;
	padding: 30px 30px 0 30px;
	background: url(images/PopeyeSB.png) no-repeat;
}
#splash4 {
	width: 660px;
	height: 180px;
	padding: 30px 30px 0 30px;
	background: url(images/MaxieSB.png) no-repeat;
}

.twocols {
}

.twocols .title {
}

.twocols .col1 {
	float: left;
	width: 320px;
}

.twocols .col2 {
	float: right;
	width: 320px;
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding-right: 10px;
}

.title {
	padding-bottom: 5px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 10px 0 0 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0;
}

#sidebar h2 {
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #FFFFFF;
	color: #666666;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	
	height: 150px;
}

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}