/* Global Styles */

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}

a:link {
	color: #004056;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited {
	color: #2c858d;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #74ceb7;
	border: none;
}

a#buy {
	border: none;
}

h1, h2, h3 {
	color: #004056;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* Inside Span Classes */

span.sub {
	font-size: 0.8em;
	vertical-align: baseline;
	position: relative;
	bottom: -0.33em;
	}

span.sup {
    font-size: 0.8em;
    vertical-align: baseline;
    position: relative;
    top: -0.33em;
}

/* Content Wrapping <div> */

#wrapper {
	width: 740px;
	margin: 1em auto;
	padding: 0;
	background: #fff;
	text-align: left;
}

/* Masthead Styles */

#masthead {
	width: 740px;
	height: 200px;
	margin: 0 auto;
	background: url(/images/header.jpg) no-repeat;
}

#masthead * {
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1em;
	color: #ffffee;
}

#masthead img {
	margin: 110px 0 0 5px;
	display: block;
	float: left;
}

#masthead h1 {
	float: left;
	margin: 155px 0 0 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
}

/* Content Styles */

#content {
	float: left;
	width: 605px;
	min-height: 678px;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	background: #ffffee;
	text-align: left;
}

#leftbar {
	float: left;
	width: 115px;
	margin: 0;
	padding: 0;
	background: #fff;
}

div.clearer {
	clear: both;
	line-height: 0px;
	height: 0;
}

#livezilla {
	float: right;
	margin: -5px 5px 5px 5px;
}

#livezilla a {
	border: none;
}

#livezillalocator {
	float: right;
	margin: -8px 5px 5px 5px;
}

#livezillalocator a {
	border: none;
}

/* Footer Styles */

#footer {
	width: 720px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: #ffffee;
	font-size: 0.75em;
	font-style: italic;
}

#footer * {
	color: #2c858d;
}

#footer p {
	text-align: right;
	padding: 10px 0 0 0;
	border-top: #2c858d 1px solid;
}

/* jQuery Multi Level CSS Menu #2 */

.jqueryslidemenu {
	font: bold 12px Verdana;
	background: #414141;
	width: 100%;
	margin: 0 auto;
}

.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	background: #414141; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
	border-bottom: none;
}

* html .jqueryslidemenu ul li a	{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: white;
}

.jqueryslidemenu ul li a:hover {
	background: black; /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}