@charset "UTF-8";
/* CSS Document */
/* Created By: Kasdan Hall */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
p {
	font-size:12px;
}

/* ID Tags */

#header {
	width:100%;
	margin:0 auto;
}

#header_top {
	width:800px;
	height:120px;
	margin:0 auto;
	background:url(images/header_bg.gif) bottom;
}

#header_top_logo {
	margin-top:20px;
	float:left;
	max-width:200px;
}

#header_top_right1 {
	float:right;
	font-weight:bold;
	font-size:12px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:5px;
}

#header_top_right2 {
	max-width:410px;
	clear:right;
	float:right;
	background:#ff0000;
	font-weight:bold;
	font-size:25px;
	color:#fff;
	padding:10px;
	max-height:30px;
}

#header_top_right2 {
	width:410px;
	height:30px;
}

#header_top_right3 {
	clear:right;
	float:right;
	height:21px;
	padding:5px 0 0 0;
	font-weight:bold;
	color:#FF0000;
	margin-right:15px;
}

#header_nav_contain {
	width:100%;
	min-width:100%;
	height:40px;
	margin:0 auto;
	background:url(images/nav_bg.gif) bottom;
	
}

#header_nav {
	width:800px;
	height:40px;
	margin:0 auto;
}

#nav_1 {
	width:81px;
	height:40px;
	float:left;
	text-align:center;
}

#nav_1 a {
	display:block;
	line-height:40px;
	background:url(images/nav_1.gif) 0 0 no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

#nav_1 a:hover {
	background-position:0 -40px;
}
	
#nav_2 {
	width:98px;
	height:40px;
	float:left;
	text-align:center;
}

#nav_2 a {
	display:block;
	line-height:40px;
	background:url(images/nav_2.gif) 0 0 no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

#nav_2 a:hover {
	background-position:0 -40px;
}

#nav_3 {
	width:116px;
	height:40px;
	float:left;
	text-align:center;
}

#nav_3 a {
	display:block;
	line-height:40px;
	background:url(images/nav_3.gif) 0 0 no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

#nav_3 a:hover {
	background-position:0 -40px;
}

#nav_4 {
	width:92px;
	height:40px;
	float:left;
	text-align:center;
}

#nav_4 a {
	display:block;
	line-height:40px;
	background:url(images/nav_4.gif) 0 0 no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

#nav_4 a:hover {
	background-position:0 -40px;
}

#nav_5 {
	width:79px;
	height:40px;
	float:left;
	text-align:center;
}

#nav_5 a {
	display:block;
	line-height:40px;
	background:url(images/nav_5.gif) 0 0 no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

#nav_5 a:hover {
	background-position:0 -40px;
}

#nav_6 {
	width:84px;
	height:40px;
	float:left;
	text-align:center;
}

#nav_6 a {
	display:block;
	line-height:40px;
	background:url(images/nav_6.gif) 0 0 no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

#nav_6 a:hover {
	background-position:0 -40px;
}

#contain {
	width:820px;
	margin:0 auto;
}

#left {
	width:185px;
	border-right:1px solid #999;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#left h1 {
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	border-bottom:1px solid #999;
	padding:10px 0 0 0;
}

#left a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#999;
}

#left a:hover {
	text-decoration:none;
	color:#000;
}

#left ul {
	list-style:none;
}

#left li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	padding:3px;
	
}

#right {
	float:right;
	width:615px;
	margin-top:5px;
	margin-bottom:5px;
}

#right h1 {
	background:#000;
	color:#fff;
	font-size:1.5em;
	padding:0 0 0 0;
	line-height:30px;
	padding:10px;
}

#right h2 {
	border-bottom:1px solid #000;
	font-size:1.1em;
	padding:20px 0 0;
}
#right a {
	color:#000000;
	text-decoration:none;
}
#right a:hover {
	text-decoration:underline;
}
	
#footer {
	border-top:1px solid #999;
	width:800px;
	margin:0 auto;
	text-align:center;
	color:#999;
	font-size:10px;
	clear:both;
}
#info_box {
	background:#F2F2F2;
	color:#000;
	font-size:12px;
	font-weight:normal;
	border:1px solid #999;
	padding:12px;
}
#pricing-samples {
	background:#000000;
	color:#fff;
	width:280px;
	text-align:center;
	float:left;
	margin:5px;
	line-height:24px;
}
#pricing-samples:hover {
	background:#FF0000;
}
#pricing-samples a {
	color:#fff;
	text-decoration:none;
}
#pricing-samples a:hover {
	color:#fff;
	text-decoration:none;
}

#expand {
	clear:both;
}

.red {
	color:#FF0000;
}
.coloredtable {
	background:#e6e6e6;
}
#temp-left {
	width:258px;
	float:left;
}
#temp-right {
	width:325px;
	float:right;
}
#catalog {
	width:570px;
	background:#000000;
	color:#fff;
	text-align:center;
	float:left;
	margin:5px;
	line-height:24px;
}
#catalog:hover {
	background:#FF0000;
}
#catalog a {
	color:#fff;
	text-decoration:none;
}
#catalog a:hover {
	color:#fff;
	text-decoration:none;
}
#elb-top {
	width:100%;
	background:#fff;
	margin:0 auto;
	position:fixed;
	left:0;
	top:0;
	z-index:2;
	height:120px;
}






/*  HIGHSLIDE REQUIRED STYLES   */






.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 360px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header {
	border-bottom:1px solid #666;
	padding-bottom:5px;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-body a {
	color:#000;
	text-decoration:none;
}
.highslide-body a:hover {
	color:#666666;
	text-decoration:none;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
