/*NEW CSS*/

body { padding:15px; color:black; font-family:tahoma, verdana, sans-serif; font-size:70%; }
/* BODY TAG SETS THE ATTRIBUTES OF THE PAGE EDITOR */
table { font-size:1em; }
a { color:#F19410; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline;  }
h1, h2, h3, h4 { font-family:"trebuchet ms", tahoma, sans-serif; }
h1 { color:#f09703; font-size:2em; border-bottom:1px solid #eaeaea; letter-spacing:-1px; font-weight:normal; padding-bottom:4px;}
h2 { color:#3b3b3b; font-size:1.5em; letter-spacing:1px; font-weight: normal; padding-left: 3px; background-color:#ebebeb; }
h3 { color:#F19410; font-size:1.6em; border-bottom:1px solid #C6C6C6; border-top: 1px solid #C6C6C6; line-height:25px; letter-spacing:-1px; }
h4 { color:#D96203; font-size:1.4em; }
h5 { color:#3b3b3b; font-size:1.5em; letter-spacing:1px; font-weight: normal;}
img.clsleft { margin-right:10px; margin-bottom:10px; }
img.clsmiddle { margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsright { margin-left:10px; margin-bottom:10px; }
img.clsborderleft { border:2px solid #C6C6C6; margin-right:10px; margin-bottom:10px; }
img.clsbordermiddle { border:2px solid #C6C6C6; margin-right:10px; margin-left:10px; margin-bottom:10px; }
img.clsborderright { border:2px solid #C6C6C6; margin-left:10px; margin-bottom:10px; }
.datatable th { background:#F19410; color:white; font-weight:bold;  border:1px solid white; padding:4px; }
.datatable td { background:#efefef; border:1px solid white; padding:4px; }
.datatable p { padding:0; margin:0; }
.notes { font-size:0.8em; }
.shout { font-size:1.2em; color:#fff; font-weight:bold; padding:5px; background:#F19410; }
.shout2 { font-size:1.2em; color:#fff; font-weight:bold; padding:4px 5px; background:#D96203; border:1px solid white; }
.shout3 {background: #f19410; padding: 4px; color: white; font-weight: bold; margin: 4px 6px}
.shout3 a {color: black}
.submit { background:#F19410; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.reset { background:#D96203; color:white; border:0; cursor:pointer; font-weight:bold; font-size:1em; padding:2px; }
.quote { border:1px solid #C6C6C6; padding:4px; color:#F19410; font-weight:bold; }
.caption { font-weight:bold; background:#F19410; float:right; width:200px; padding:10px 8px; margin:0 0 10px 10px; color:white; font-size:0.9em; }
.custom1 {}
.custom2 {}
.border { border:2px solid #C6C6C6; }
.noborder { border:0; }
#container { width:100%; margin:0 auto; border-top:0; margin-bottom:10px; text-align:left; background:url(../template/background.jpg) repeat-x #ebebeb; }
#main { width:760px; margin: auto; background:url(../template/background.jpg) #ebebeb; }
#sitelogo { color:#D96203; height:100px; line-height:85px; font-size:1.7em; font-weight:bold; text-indent:15px; float:left; }
#hbc { float:right; padding:30px 15px 0 0; height:60px; text-align:right; }
#hbc a:hover { border:0; }
#main_pic { height:150px; line-height:145px; width:685px; background:url(top_pic.jpg) #fff no-repeat; text-align:center; }
#pagebody { border-top:4px solid #df6e0b; padding:25px; background:#ffffff; margin:auto; }
#pagebody form img { border:0; }
#bottom { height:25px; line-height:24px; background:url(../template/bottom_back.gif) #737373; text-align:center; font-size:1em; color:white; clear:both; margin-top: 2px; }
#end, #end a { color:#808080; font-size:0.9em; font-weight:normal; }
#end a:hover { color:white; border-color:white; }
#copyright { color:black; height:50px; line-height:30px; margin-bottom:10px; }
#copyright a { background:#acadad; color:#fff; font-weight:normal; padding:2px 4px; border-bottom:0; }
#copyright a:hover { background:#3d3b3b; }

#nav { background:url(../template/menu_back.gif) #ffffff repeat-x; text-align:center; margin:0; padding:0; font-weight:bold; color:white; clear:both; height:25px; line-height:25px; text-transform: uppercase; width: 100%; padding-bottom: 3px; }

/** positioning the drop-down menu **/
#nav ul, #nav ul ul { text-align:left; list-style-type:none; }
#nav li { display:inline; position:relative; top:0; margin-right:-3px /* fixes inline list bug */; }
#nav li a { padding:6px 8px; text-decoration:none; border:0;   }
#nav li ul { margin:0; padding:0; display:none; position:absolute; top:25px/* distance away from the main nav bar */;  }
#nav li>/**/ul { top:19px /* distance away from the main nav bar for firefox */ ; }
#nav ul ul { margin:0 0 0 180px /* moves second drop down away from first */; display:block; padding:0; display:none; position:absolute; top:0;  } 
#nav li:hover ul ul, #nav li.over ul ul { display:none; }
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav ul li a { display:block; width:164px /* width of the drop-downs */; left:0; }

/** styling the drop-down menu **/
#nav #active { color:#c5f098; cursor:default; }
#nav li a { color:white; font-weight:bold; }
#nav li a:hover { color:#D96203; }
#nav ul li a:hover, #nav ul ul li a:hover { background:#555; }
#nav .nav_parent a { background:url(nav_parent_out.gif) #F19410 no-repeat right; padding-right:18px; }
#nav .nav_parent a:hover { background:url(nav_parent_over.gif) #F19410 no-repeat right; }
#nav .nav_child a { background:#F19410; padding:0 8px; border-top:1px solid #F7B250; }
#nav .nav_child a:hover { background:#FFD68F; border-bottom:0; }
#nav .nav_parent2 a { background:url(nav_parent2_out.gif) #F19410 no-repeat right; }
#nav .nav_parent2 a:hover { background:url(nav_parent2_over.gif) #FFD68F no-repeat right; }
#nav .nav_child2 a { background:#F19410; }
#nav .nav_child2 a:hover { background:#FFD68F; }
#nav #active { color:#FFD68F; cursor:default; background:#F19410; }
#nav .nav_parent #active { color:#FFD68F; cursor:default; background:url(nav_parent_out.gif) #F19410 no-repeat right; }
#nav .nav_child #active, #nav .nav_child2 #active, #nav .nav_parent2 #active { background:#F19410; }
.clear { clear:both; }
#side-menu { width:150px; padding:5px; padding-right:0; float:left; background:#DDDDDD; margin-left:5px;}
#pagebody { width:530px; float:left; margin-left:10px; }
#content-container { background:#fff; clear:both; border-bottom:4px solid #878787; background:#fff url(contentcontainer.gif) repeat-y; }
#side-menu { color:#595959; }
#side-menu select { margin-top:5px; margin-bottom:5px; font-size:9px; color:#595959; width:145px; }
#side-menu h3 { background:white; border: 0; margin-left:-5px; font-size: 1.5em; font-weight: normal; color: #3d3d3d; letter-spacing:1px; margin-bottom: 0; clear:both; }
#side-menu h3 span {color: #ec8c02}

.go { background:#E57C00; color:#fff;float:right; font-size:0.8em; width:100px; border:0; width:50px; height:15px; margin:0 5px 5px 0; }

a.product_menu {border-bottom: 2px solid white; display: block; margin-left: -5px; padding: 5px; color: #3d3d3d; font-weight: normal; text-transform: uppercase}
a:hover.product_menu {text-decoration: none; background: #cdcdcd}