﻿body
{
	font-family: Arial , Helvetica , Verdana , sans-serif;
	font-size: 12px;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container
{
	width: 931px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}


#header
{
	background: #DDDDDD;
	background-image: url(images/background.png);
	height: 143px;
	/*overflow: hidden;*/
	position: relative;
}

#header h1
{
	margin: 0;
	padding: 10px 0;
}

#logo
{
	float: left;
	padding: 25px 0 0 38px;
	width: 330px;
	height: 79px;
	/*margin: top;*/
}

#search
{
	float: right;
	padding: 65px 20px 0 0;
	text-align: right;
	width: auto;
	/*margin: top;*/
}

#inputSolidButton
{
	border: 1px solid #006;
	width: 65px;
}

#inputSolidTextBox
{
	border: 1px solid #006;
	width: 120px;
}

/* menu */
#menucontainer
{
	position: absolute;
	bottom: 3px;
	left: 1px;
}

/* General */
	#cssdropdown, #cssdropdown ul { list-style: none; }
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink { float: left; margin-left: 0;padding: 1px 6px 0 6px; border-left: 1px solid #FFF; 
	                           color: #FFF; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 16px;
	                            z-index:1000;}
	#cssdropdown li.headlink a { display: block; padding: 2px; text-decoration: none; color: white;}
	#cssdropdown li.headlink a:visited { text-decoration: none; color: white;}
	#cssdropdown li.headlink a:active { text-decoration: none; color: white;}
	#cssdropdown li.headlink a:hover {text-decoration: underline; color: orange;}	
	
	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; margin-left:-8px; background-color:#8c290a; border-top: 1px black solid; text-align: left; z-index:100;}
	#cssdropdown li.headlink:hover ul { display: block; position:absolute; z-index:1000;}
	#cssdropdown li.headlink ul li a { padding: 2px; text-decoration: none;}
	#cssdropdown li.headlink ul li a:hover { background-color: Orange; color:White;text-decoration: none;}
	
	
/*#pipe
{
	position: absolute;
	bottom: 3px;
	left: 1px;
}


#pipe a:link
{
	text-decoration: none;
	color: white;
}

#pipe a:visited
{
	text-decoration: none;
	color: white;
}

#pipe a:active
{
	text-decoration: none;
	color: white;
}
#pipe a:hover
{
	text-decoration: underline;
	color: orange;
}

#pipe ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#pipe ul li
{
	margin-left: 0;
	padding: 1px 2px 0 6px;
	border-left: 1px solid #FFF;
	list-style: none;
	display: inline;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#pipe ul li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}*/
/* end menu */

#breadcrumb
{
	/*background: #DDDDDD;*/
	height: 25px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:Orange;
	/*overflow: hidden;*/
	
}

#leftSidebar
{
	float: left;
	width: 185px;
	background: #EBEBEB;
	padding: 15px 5px 15px 5px;
}

#rightSidebar
{
	float: right;
	width: 185px;
	background: #EBEBEB;
	padding: 15px 5px 15px 5px;
}

#mainContent
{
	margin: 0 200px;
	padding: 0 10px;
	min-height: 400px;
}

#footer
{
	padding: 0 10px 0 20px;
	background: #DDDDDD;
}

#footer p
{
	margin: 0;
	padding: 10px 0;
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.divWrapper
{
	width: 185px;
	padding: 0 0 0 0;
}

.divHeader
{
	background-image: url(images/divHead.png);
	text-align: center;
	width: 185px;
	height: 18px;
	font-size: 15px;
	position: relative;
	color: #FFF;
}

.divHeader a
{
	color: White;
	text-decoration: none;
}

.divContent
{
	background: #DDDDDD;
}

.productDiv
{
	text-align: center;
	padding: 2px 0 0px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	height:50px;	
}

.productDiv a, .productDiv a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border: 0;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color:#8C290A;
}

.productDiv a div
{
	display: none;
}

.productDiv a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv a:hover div
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}


/*   menu    */
#button
{
	width: 185px; /*padding: 1em 0 1em 0; 	margin-top:1em; 	margin-bottom: 1em;*/
	font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #a3310c;
	color: #333;
}

#button ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#button li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #ab5d04;
	border-right: 10px solid #f5ac58;
	background-color: #ee7f01;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html > body #button li a
{
	width: auto;
}

#button li a:hover
{
	border-left: 10px solid #ee7f01;
	border-right: 10px solid #ee7f01;
	background-color: #a3310c;
	color: #fff;
}

.divnews
{
	background: #DDDDDD;
}

.divnews ul
{
	margin: 0;
	padding: 0;
	border: none;
}

.divnews li
{
	list-style-position: inside;
	list-style-image: url("images/bullet.gif");
	padding-left: 7px;
	margin: 0;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: Black;
}

.divnews li a
{
	color: black;
	text-decoration: none;
}

.divnews li a:hover
{
	color: orange;
	text-decoration: underline;
}

.inputsolid
{
	border: 1px solid #006;
}

.subscribebutton
{
	margin: 4px 0 0 41px;
}

/*  popup for product hover    */

#popup
{
	text-align: center;
	padding: 2px 0 0px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#popup a, #popup a:visited
{
	position: relative;
	display: block;
	width: 80px; /*line-height: 30px;*/
	text-align: center;
	padding: 0 0px;
	margin: 0;
	border: 0;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#popup a span
{
	display: none;
}

#popup a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
#popup a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;
}

/* gmaps style */

#map
{
	float: left;
	width: 500px;
	height: 500px;
}
#message
{
	position: absolute;
	padding: 10px;
	background: #555;
	color: #fff;
	width: 75px;
}
#list
{
	float: left;
	width: 200px;
	background: #eee;
	list-style: none;
	padding: 0;
}
#list li
{
	padding: 10px;
}
#list li:hover
{
	background: #555;
	color: #fff;
	/*cursor: pointer;
	cursor: hand;*/
}

/* end gmaps style */

div.wrapper
{
	width: 600px;
}
div.left_column
{
	width: 150px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
div.content
{
	width: 300px;
	float: left;
	text-align: right;
}
div.right_column
{
	width: 450px;
	float: right;
	text-align: center;
	vertical-align: middle;
}
hr
{
	clear: both;
	display: block;
	visibility: hidden;
}

.homeIndex
{
	font-size: 12px;
}

/*pager*/

.nav
{
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 1px solid #999999;
	padding: 5px;
}

.nav a
{
	padding: 0 5px;
}
.nav a.highlight
{
	color: #000000;
	font-weight: bold;
}

.workflowPrice
{
	border-collapse: collapse;
}

.workflowPrice td
{
	text-align:center;
	border-bottom: solid 1px black;
}

.buttonBorder
{
	border: 1px solid #006;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.divaccent
{
	background: #DDDDDD;
	text-align:justify;
	
}

.divaccent div
{
	padding: 3px 3px 3px 3px;
}

/* vertical menu */

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: auto;
position:relative;
}

#vertmenu h1 {
display: block;
background-color:#f7b64a;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #f39c0b;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
position:relative;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #f39c0b;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #DDDDDD;
}

#vertmenu ul li ul {
display:none;
position:absolute;
}

#vertmenu ul li ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #f39c0b;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:100px;
}

#vertmenu li:hover ul, li.over ul {
display:block;
top: 0px;
left: 160px;
/*padding: 0 0 0 165px;*/
background-color: #EBEBEB;
z-index: 5;
}

/* end vertical menu */

/* video section */

.video_nav {
list-style:none outside none;
margin:0;
padding:15px 0 0;
}
.video_nav li {
float:left;
height:auto !important;
margin:0 15px 0 0;
min-height:65px;
padding:0 0 10px;
width:200px;
}
.video_nav .post_item h3.post_title, .video_nav .post_item h4.post_title {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
margin:0;
}
.video_nav .post_item h3.post_title a, .video_nav .post_item h4.post_title a {
font-size:0.9em;
font-weight:bold;
text-decoration:none;
}
.video_nav .post_item h3.post_title a:hover, .video_nav .post_item h4.post_title a:hover {
text-decoration:underline;
}
.video_nav .post_item .post_date {
color:#ACACAC;
font-size:10px;
margin:0;
}
.video_nav .post_item_image {
width:71px;
}
.video_nav .post_item_image .align_left 
{
	border:0px;
}
.video_nav .post_item_image a 
{
display:block;
height:48px;
position:relative;
width:66px;
}
.video_nav .post_item_text 
{
	margin-top: -45px;
margin-left:80px;
}
/*.bucket_content h3.border_bottom {
border-bottom:1px solid #B5B5B5;
margin:0;
padding:15px 0 5px;
position:relative;
}*/
.video_nav a .play_button {
background:url("images/video-thumb-play.png") no-repeat scroll 0 0 transparent;
display:block;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:1;
}
.video_nav a:hover .play_button {
background-position:-66px 0;
}

/* end video section */

#logindisplay
{
	float:right;
	/*position:absolute; */
	padding: 5px 5px 0 0;
	font-size:14px;
}

#logindisplay a
{
	color: #fff;
	text-decoration: none;
}



/*     test      */

.productDiv00
{
	text-align: center;
	padding: 0px 0 0px 0;
	height:40px;	
	width:91px;
	float:left;
}

.productDiv00 a, .productDiv00 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	background:#DDDDDD;
	height:38px;
}

.productDiv00 a div
{
	display: none;
}

.productDiv00 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv00 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv00 a:hover div
{
	display: block;
	position: relative;
	top: 125px;
	left:0px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}







.productDiv10
{
	text-align: center;
	padding: 0px 0 0px 0;
	height:40px;	
	width:91px;
	float:left;
}

.productDiv10 a, .productDiv10 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	background:#DDDDDD;
	height:38px;
}

.productDiv10 a div
{
	display: none;
}

.productDiv10 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv10 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv10 a:hover div
{
	display: block;
	position: relative;
	top: 87px;
	left:0px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}



.productDiv20
{
	text-align: center;
	padding: 0px 0 0px 0;
	height:40px;	
	width:91px;
	float:left;
}

.productDiv20 a, .productDiv20 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	background:#DDDDDD;
	height:38px;
}

.productDiv20 a div
{
	display: none;
}

.productDiv20 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv20 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv20 a:hover div
{
	display: block;
	position: relative;
	top: 45px;
	left:0px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}


.productDiv30
{
	text-align: center;
	padding: 0px 0 0px 0;
	height:40px;	
	width:91px;
	float:left;
}

.productDiv30 a, .productDiv30 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	background:#DDDDDD;
	height:38px;
}

.productDiv30 a div
{
	display: none;
}

.productDiv30 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv30 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv30 a:hover div
{
	display: block;
	position: relative;
	top: 5px;
	left:0px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}

.productDiv01
{
	text-align: center;
	padding: 0px 0 0px 0;	
	border-left:solid 2px #FFF;
	height:40px;	
	width:92px;
	float:right;
}

.productDiv01 a, .productDiv01 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color:#8C290A;
	background:#DDDDDD;
	height:38px;
}

.productDiv01 a div
{
	display: none;
}

.productDiv01 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv01 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv01 a:hover div
{
	display: block;
	position: relative;
	top: 125px;
	left: -93px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}



.productDiv11
{
	text-align: center;
	padding: 0px 0 0px 0;	
	border-left:solid 2px #FFF;
	height:40px;	
	width:92px;
	float:right;
}

.productDiv11 a, .productDiv11 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color:#8C290A;
	background:#DDDDDD;
	height:38px;
}

.productDiv11 a div
{
	display: none;
}

.productDiv11 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv11 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv11 a:hover div
{
	display: block;
	position: relative;
	top: 85px;
	left: -93px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}



.productDiv21
{
	text-align: center;
	padding: 0px 0 0px 0;	
	border-left:solid 2px #FFF;
	height:40px;	
	width:92px;
	float:right;
}

.productDiv21 a, .productDiv21 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color:#8C290A;
	background:#DDDDDD;
	height:38px;
}

.productDiv21 a div
{
	display: none;
}

.productDiv21 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv21 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv21 a:hover div
{
	display: block;
	position: relative;
	top: 45px;
	left: -93px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}

.productDiv31
{
	text-align: center;
	padding: 0px 0 0px 0;	
	border-left:solid 2px #FFF;
	height:40px;	
	width:92px;
	float:right;
}

.productDiv31 a, .productDiv31 a:visited
{
	position: relative;
	display: block; /*width: 80px;*/ /*line-height: 30px;*/ /*text-align: center;*/
	padding: 0 0px;
	margin: 0;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color:#8C290A;
	background:#DDDDDD;
	height:38px;
}

.productDiv31 a div
{
	display: none;
}

.productDiv31 a:hover
{
	background-color: #e9e9e2;
}

/* the IE correction rule */
.productDiv31 a:hover
{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.productDiv31 a:hover div
{
	display: block;
	position: relative;
	top: 5px;
	left: -93px;
	width: 163px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 1001;	
}

/*       end test        */


.download
{
	border-collapse: collapse;
}

.download td
{
	text-align:center;
	border-bottom: dashed 1px gray;
	width:150px;
}

.download th
{
	text-align:center;
	border-bottom: solid 1px black;
	width:150px;
}