@charset "UTF-8";

body {
	margin: 0;
	background-image: url(images/fill_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
	background-color: #083371;
	background-repeat: repeat-x;
}

#shadow {
	margin: 0 auto;
	width: 962px;
	background-image: url(images/bg_shadow.png);
	background-repeat: repeat-y;
}


#container {
	margin: 0 auto;
	width: 898px;
	background-image: url(images/sm_fill.gif);
	background-repeat: repeat-y;
}

#bottom {
	margin: 0 auto;
	width: 962px;
	height: 30px;
	background-image: url(images/bg_shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/* --------------- Header Styles ------------------- */

#header {
	width: 898px;
	height: 103px;
	background-image: url(images/header.gif);
	text-indent: 400px;
}

#search {
	text-align: right;
	padding-top: 28px;
	padding-right: 20px;
}

#navigation {
	margin: 0;
	width: 898px;
	height: 24px;
	background-repeat: repeat-x;
	background-image: url(images/mm_fill.gif);
}

#navigation a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	background-position: center;
	line-height: 24px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 20px;
}

#navigation a:hover {
	color: #C2CEF0;
}

#navigation a.first {
	border-left-style: none;
}

/* ---------------- Side Bar Styles ------------------ */


#sidebar {
	float: left;
	width: 214px;
	background-image: url(images/sm_fill.gif);
	background-repeat: repeat-y;
	font-size: 14px;
	color: #000;
	text-align: center;
}

#sidebar a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

#sidebar a:hover{
	font-size: 14px;
	color: #C03;
}

#sidebar .sideimage {
	margin-top: 40px;
}

#sidenav {
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}

#sidenav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidenav ul {
	display: block;
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#sidenav li a {
	text-decoration: none;
	font-size: 11px;
	color: #808080;
	font-weight: normal;
}

#sidenav li a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

/* ---------------- Content Styles ------------------ */

#content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin-left: 214px;
	margin-bottom: 0px;
	padding: 40px;
	text-align: left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-style: normal;
	color: #1D3170;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-style: normal;
	color: #1D3170;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#shows h2 {
	color: #CC0000;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-style: normal;
	color: #1D3170;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#content a {
	color: #1D3170;
	text-decoration: underline;
	font-weight: normal;
}

#content a:hover {
	color: #CC0000;
}

#product_left {
	width: 45%;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#product_right {
	width: 45%;
	float: left;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #000;
}

#product_right h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1D3170;
	background-color: #F4F4F4;
	padding: 10px;
	font-style: italic;
	border: 1px solid #CCC;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#product_right .features {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#product_right .productimage {
	margin-top: 15px;
	margin-bottom: 15px;
}



/* ---------------- Footer Styles ------------------- */

#footer {
	clear: both;
	width: 898px;
	height: 23px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 23px;
	padding: 0px;
	text-indent: 10px;
	margin: 0 Auto;
	font-style: normal;
	background-repeat: repeat-x;
}

#company {
	text-align: center;
}

#email {
	text-align: center;
	padding-bottom: 10px;
}

#email a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#email a:hover {
	color: #C2CEF0;
	text-decoration: underline;
}


/* ------------------------ Description -------------------------- */


.description{
position: relative;
z-index: 0;
}

.description:hover{
background-color: transparent;
z-index: 100;
}

.description span{ 
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.description span img{ 
border-width: 0;
padding: 0px;
}

.description:hover span{ 
visibility: visible;
top: -7px;
left: 115px;

}
#shows p {
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}

#shows a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#shows a:hover {
	color: #CC0000;
	text-decoration: underline;
}


#shadow #container #sidebar #shows h2 {
	font-size: 16px;
	margin-left: 20px;
	margin-top: 30px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	margin-right: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
}
#nav a {
	color: #999;
	text-decoration: none;
}
#nav a:hover {
	color: #194F86;
	text-decoration: underline;
}
