/* Elements */

/* Fonts - change 'sans-serif' to your preferred font */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, TABLE, OL, P, TD, TH, UL {font-size: 1em;
font-family:"Trebuchet MS", verdana, arial, sans-serif; color:#414141;}

H1, H2, H3, H4, H5, H6,textarea, input, select {
	font-family:Arial, Helvetica, sans-serif;
}

/* Real styles */

img {
border:0;
}

A {cursor: pointer;
color:#1d881e;
outline:none;
}

A:link {color: #1d881e;
background: transparent;
text-decoration: none}

A:visited {color: #1d881e;
background: transparent;
text-decoration:none;
}

A:active {color: #1d881e;
background: transparent;
text-decoration: none}

A:hover {
color: #1d881e;
text-decoration: underline}

ADDRESS {margin: 0em 0% 0em 0%;
font: italic 1em/1 sans-serif}

BIG {font-size: 1em}

BLOCKQUOTE {margin: 0em 0% 0em 0%;
line-height: 1}

BODY {
	background: #171816;
	background-image: url("../images/background.gif");
	background-position:top center;
	background-repeat: repeat-y;
	text-align:center;
	margin: 0em 0% 0em 0%;
	font-size: 0.7em;
	cursor: default;
}

BUTTON {cursor: auto}

CAPTION {margin: 0em 0% 0em 0%;
line-height: 1}

CODE {font-size: 1em;
font-family: monospace} /* To avoid overriding boldness/italicity by using font */

DIV {margin: 0em 0% 0em 0%;
line-height: 1}

DD {margin: 0em 0% 0em 0%;
line-height: 1}

DL {margin: 0em 0% 0em 0%}

DT {margin: 0em 0% 0em 0%;
line-height: 1}
	
FORM {margin: 0em 0% 0em 0%;

}
 fieldset {
 border: none;
 padding: 0;
 margin: 0;
 }
H1 {
	margin: 0.75em 0% 0.5em 0%;
	padding-bottom: 7px;
	font-size: 2.2em;
	font-weight: bold;
	color: #1d881e;
}

H2 {
	margin: 0.5em 0% 0.25em 0%;
	padding-bottom: 7px;
	font-size: 1.6em;
	font-weight: bold;
	color: #0b0b0b;
}
H3 {
	margin: 0.5em 0% 0.25em 0%;
	padding-bottom: 7px;
	font-size: 1.3em;
	font-weight: bold;
	color: #1d881e;
}
H4 {
	margin: 1.5em 0% 0.5em 0%;
	padding-bottom: 7px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0b0b0b;
}
H5 {
	margin: 1em 0% 0.75em 0%;
	padding-bottom: 7px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0b0b0b;
}


H6 {margin: 0em 0% 0em 0%;
font: 1em/1 serif}

hr {
	height:1px;
	background-color: #e9e9e9;
	color: #e9e9e9;
	border: 0;
	margin: 1em 0 1em 0;
}

HTML {margin: 0;
}

.textinput, TEXTAREA, SELECT {
	background: #ffffff url("../images/form_line.gif") repeat-x scroll center top;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	padding:4px;
	color: #1d881e;
	font-weight:bold;font-size:1em;
}

.textinput:focus, TEXTAREA:focus, SELECT:focus {
	background: #efefef url("../images/form_line.gif") repeat-x scroll center top;
	color: #000000;
}

.textinput:hover, TEXTAREA:hover, SELECT:hover {
	background: #efefef url("../images/form_line.gif") repeat-x scroll center top;
}



.required {
	background: #ffd9d9 url("../images/form_line2.gif") repeat-x scroll center top;
	border-color:#906a6a #cca6a6 #e2bcbc;
	border-style:solid;
	border-width:1px;
	padding:4px;
	color: #1d881e;
	font-weight:bold;
}

.required:focus {
	background: #efefef url("../images/form_line.gif") repeat-x scroll center top;
	color: #000000;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
}

.required:hover {
	background: #efefef url("../images/form_line.gif") repeat-x scroll center top;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
}


KBD {font: 1em monospace}

LI {
margin: 0;
line-height: 1;
padding:0px 0px 10px 0px;
color:#1d881e;
list-style-image:url(../images/list_bullet.gif);
line-height:1.2em;
}

OL {margin: 0em 0% 0em 5%;
list-style: decimal}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman}

OL OL OL OL {list-style: decimal}

P {
	margin: 0em 0% 1.4em 0%;
	line-height: 1.5em;
	color: #414141;
}

PRE {margin: 0em 0% 0em 0%;
font: 1em/1 monospace}

SAMP {font: 1em monospace}

SMALL {font-size: 1em}

SUB {font-size: 1em}

SUP {font-size: 1em}

TD {line-height: 1;
font-size: 1em;
padding: 3px;}

TEXTAREA {cursor: text}

TH {font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 3px;
font-size: 1em;}

TT {font: 1em monospace}

UL {
list-style: disc;
margin:0px 0px 15px 0px;
padding: 5px 0px 0px 40px;}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}



/*Custom styles */
/*--------------*/

#standard_list li {
color: #009836;
font-size: 1.2em;
line-height: 1.4em;
}

.

star {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
}

#logo {
	padding: 52px 0px 0px 5px;
}


/* rounded box */
.roundcont {
	width: 100%;
	background-color: #009836;
	color: #fff;
}

.roundcont p {
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 10px 20px 10px 0px;*/
	color:#FFFFFF;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.roundtop { 
	background: url("../images/round_tr.gif") no-repeat top right; 
}

.roundbottom {
	background: url("../images/round_br.gif") no-repeat top right; 
}
/* End Rounded Box */



/* Start Mouse over div */
a.red_link {
display:block;
width:180px;
padding:0px;
border:none;
color: #f8bdbc;
text-decoration: none;
background: #e70502 url("../images/red_top.gif") left top no-repeat;
}
a.red_link:hover {
color: #fff;
background: #f33b38 url("../images/red_top_1.gif") left top no-repeat;
}

a.red_link .bigger {
	display: block;
	font-size: 1.3em;
	color:#fff;
}

a.red_link .arrow {
padding:75px 15px 40px 15px;
display:block;
background: url("../images/red_arrow.gif") left bottom no-repeat;
}
a.red_link:hover .arrow {
background: url("../images/red_arrow_1.gif") left bottom no-repeat;
padding-bottom:40px;
display:block;
}
/* End Mouse over div */


#banner_top {
	font-size: 0em;
	width: 100%;
	height: 11px;
	background: url("../images/banner_top.gif") no-repeat top left;
}

#banner_content {
	width: 100%;
	background: #2f77bf url("../images/banner_back.gif") repeat-x top left;
}

#banner_bottom {
	width: 100%;
	height: 11px;
	background: url("../images/banner_bottom.gif") no-repeat top left;
}

img.corner {
   width: 11px;
   height: 11px;
   border: none;
   display: block !important;
}

.buttonfloat {
  float: left;
  width: 151px;
  padding: 1px;
}
  
.formbutton {
	cursor:pointer;
	border: none;
	background:none;
	color:#212121;
}

/*-------------------------custom styles------------------------------*/

.banner {
width:760px;
margin: 0;
padding: 0;
line-height:0;
}

.vnav {
float:left;
background:;
}

.header_padding img {
float:left;
}

.header_padding p {
color:#fff;
text-align:right;
margin:0px;
padding:0px;
display:block;
margin:5px 0px 5px 0px;
font-size:27px;
}

.header_padding hr {
height:1px;
margin:0px;
border:0;
}

.header_number {
float:left;
width:715px;
padding:0px 0px 0px 0px ;
margin-bottom:10px;
}

.green {
color:#1d881e;
}

.header_padding .header_email {
font-size:15px;
}

.block2_box {
width:206px;
}

.block2_text {
padding:10px 0px 1px 20px;
background:#151515 url(../images/block2_box_br.gif) bottom left no-repeat;
}


.block2_box h2 {
margin:0px;
padding:7px 0px 7px 20px;
border:none;
color:#fff;
font-size:16px;
font-weight:normal;
background:url(../images/box2_h2.gif) top left no-repeat;
}

.block2_box p {
color:#fff;
margin:0px 0px 10px 0px;
}

.block2_box span {
font-size:14px;
color:#c4c4c4;
font-weight:bold;
}

.ui-tabs-hide { 
display: none; 
}


#example ul {
padding:0px 0px 0px 10px;
margin:0px;
}

#example li {
float:left;
list-style:none;
width:79px;
height:31px;
margin-left:10px;
}

#example ul a {
display:block;
padding:11px 0px 9px 0px;
text-align:center;
color:#FFFFFF;
text-decoration:none;
}

.ui-state-default a {
background:url(../images/tab_inactive.gif) top left no-repeat;
}

.ui-tabs-selected a {
background:url(../images/tab_active.gif) top left no-repeat;
}

#example li a:hover {
background:url(../images/tab_active.gif) top left no-repeat;
}

#fragment-1, #fragment-2{
background:#343434 url(../images/tabs_tr.gif) top right no-repeat;
padding:15px 15px 1px 15px;
color:#ededed;
}

#fragment-1 .read_more, #fragment-2 .read_more{
background:#343434 url(../images/read_more_bg.gif) top right repeat-x;
color:#ededed;
padding:2px 5px 2px 5px;
text-decoration:none;
}

#fragment-1 a:hover, #fragment-2 a:hover{
color:#FFFFFF;
}

#fragment-1 p, #fragment-2 p {
color:#ededed;
}

#fragment-1 h3, #fragment-2 h3 {
color:#fff;
border:none;
margin-bottom:10px;
font-size:1.2em;
}

.tabs_br {
background:url(../images/tabs_br.gif) top left no-repeat;
height:12px;
display:block;
}

#example hr {
background:url(../images/tabs_hr.gif) top left repeat-x;
border:0;
}

#preview{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
display:none;
color:#fff;
z-index:100000;
}

.footer_left, .footer_right {
float:left;
width:465px;
margin-bottom:0px;
padding-left:10px;
padding-right:10px;
}

.footer_left {
text-align:left;
}

#fragment-2 img{
border:2px solid #1d881e;
}

#fragment-2 img:hover {
border:2px solid #fff;
}

.date {
float:left;
padding:6px 0px 0px 32px;
margin-bottom:0px;
color:#fff;
}

.product {
float:left;
width:329px;
display:block;
margin: 0.5em 0em 0.5em 0em;
}
/*
.product a { 
color:#000;
background:url("../images/product_bg2.jpg") bottom left no-repeat;
padding:13px 11px 13px 20px;
width:297px;
display:block;
font-size:16px;
text-decoration:none;
}

.product a:hover { 
color:#000;
text-decoration:none;
background:url("../images/product_bg2.jpg") top left no-repeat;
}*/

.product_content {
float:left;
width:340px;
padding-right:20px;
}

.product_content_wrapper { 
background:url("../images/product_content_wrapperbg.gif") top center repeat-y;
}

.gallery {
float:left;
width:340px;
padding-left:20px;
}
/*
.gallery img {
border:2px solid #fff;
}

.gallery img:hover {
border:2px solid #1d881e;
}
*/
.gallery em {
color:#000;
font-size:14px;
}

.gallery p {
margin:0px;
}


.back_btn, .backtotop_btn {
padding:1px 0px 0px 0px;
}

.back_btn a, .backtotop_btn a {
background:url("../images/back_bg.gif") bottom left repeat-x;
border-top:1px solid #cbcbcb;
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
border-bottom:1px solid #b4b4b4;
padding:0px 10px 0px 10px;
color:#000000;
}

.back_btn a:hover, .backtotop_btn a:hover {
background:url("../images/back_bg.gif") top left repeat-x;
text-decoration:none;
}

.banner img {
display:block;}

.bottom_hr {
margin-left:35px;
margin-right:35px;
}

.products_list {
margin:0px 0px 20px 18px;
padding:0px;
list-style-position:outside;
list-style:none;
} 

.products_list li {
margin-bottom:15px;
line-height:1.4em;
list-style-image:url(../images/product_bullet.gif);
}

a:focus {
	outline: none;
}
#panel {
	background: #212121 url(../images/panel_bg.gif) bottom left repeat-x;
	display: none;
}
.slide_button p {
margin:0px;
}

.slide_button {
width: 94px;
float:right;
margin-right:32px;
}
 
.slide img {
padding:0;
margin:0;
}

.btn-slide {
	text-align: center;
	height: 31px;
	padding: 0px 0px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

.alt_wrapper{
border-top:3px solid #2b2b2b;
}

.slide_button {
}

.brochure_container {
padding:15px 25px 25px 25px;
width:990px;
	margin-left:auto;
	margin-right:auto;
}
.brochure_container p {
float:right;
text-align:left;
color:#FFFFFF;
}
.brochure_container td {
text-align:left;
color:#FFFFFF;
}

.callback_header {
font-size:22px;
margin:5px 0px 0px 5px;
}

/*mike's additions */

.product_container {
	width:180px; 
	float:left;
	text-align:center;
}

.product_container_padding {
	padding: 15px 25px 5px 25px;
}

.image_container {
	vertical-align: center;
}

.black_heading {
	color:#000000;
	font-weight:normal;
}
#blcok3_padding li {
 font-size:1.1em;}
 
.dotted_bottom {
	border-bottom:#cccccc 1px dotted; padding:5px 0px 5px 0px;
}
.dotted_bottom2 {
	border-bottom:#cccccc 1px dotted; padding:5px 0px 20px 0px;
	margin-bottom: 20px;
}

.dotted_form {
	border:#cccccc 1px dotted; padding:5px 0px 20px 0px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fafafa;
}

.article_details {
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	background:url("../images/article_list_back.gif") repeat-x bottom;
}


.article_details_home {
	margin-bottom: 10px;
	width: 220px; 
	float: left; 
	border-left: 1px dotted #cccccc; 
	padding: 0px 10px 0px 10px; 
	border-right: 1px dotted #cccccc; 
}

.article_details_home2 {
	margin-bottom: 10px;
	width: 219px; 
	float: left; 
	padding: 0px 10px 0px 10px; 
}

.article_details h3 {
	font-size: 1.4em;
	margin: 0;
	border: none;
}

.article_details_home h3, .article_details_home2 h3 {
	font-size: 1.2em;
	margin: 0;
	border: none;
}
.article_details_home h2, .article_details_home2 h2 {
	margin-top: 0px;
}
.article_details p, .article_details_home p, .article_details_home2 p {
	margin-bottom: 0.5em;
}

.contact_details_tr {
background:url(../images/contact_us_tr.gif) top left no-repeat;
padding:6px 5px 6px 20px;
color:#fff;
font-size:1.1em;
margin-bottom:0px;
}

.contact_details {
color:#fff;
padding:10px 20px 0px 20px;
background-color:#151515; 
}

.contact_details p {
color:#fff;
margin-top:5px;
margin-bottom:0px;
}

.contact_details_br {
background:url(../images/contact_details_br.gif) top left no-repeat;
height:14px;
width:207px;
}


.msg {
	background-color:#ffe9a4;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dotted #d1bd7d;
	color: #3f3412;
}
.red {
	color:#FF0000;
}
p.af_video {
	background:url(../images/video_back.jpg) top left no-repeat;
}
