.main_content_text_2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:400;
	padding-left:0px;
	padding-right:0px;
	/* padding-bottom:10px; */
	vertical-align:middle;
}
/* CSS Document */


/* ##########  GLOBAL ELEMENTS  ########## */
body {
	background-color:#0067B5;
	leftmargin:"0";
	topmargin:"0";
	marginwidth:"0";
	marginheight:"0";
	font:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
}

#global_bg_art {
	position:absolute;
	left: 20;
	top: 10;
	background-image: url(../images/bg_art.jpg);
	width:898;
	height:598px;
	z-index:10;
	background-repeat: no-repeat;
}



/* MAIN WEBSITE CONTAINER */
#global_website_container {
	position:absolute;
	top: 20;
	left: 50%;
	width:898px;
	height: 651px;
	margin-left: -449px;
	z-index:100;
}


/* LEFT NAVIGATION */
#global_left_nav {
	position:absolute;
	top:310;
	left:30;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8px;
	font-weight:800;
	z-index:200;

}

/* BUTTONS & LABELS FOR LEFT NAVIGATION */
.global_left_nav_products a{
	display:block;
	background-image: url('../images/l_products_off.gif');
	background-repeat: no-repeat;
	height: 32;
	width: 169;
	z-index:200;
	cursor: hand;
}

.global_left_nav_products a:hover{
	background: url('../images/l_products_on.gif') no-repeat 0 100%;
}
.global_left_nav_products span {
	display: none;
}


.global_left_nav_aboutus a{
	display:block;
	background-image: url('../images/l_aboutus_off.gif');
	background-repeat: no-repeat;
	height: 32;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_aboutus a:hover{
	background: url('../images/l_aboutus_on.gif') no-repeat 0 100%;
}
.global_left_nav_aboutus span {
	display: none;
}

.global_left_nav_equipment a{
	display:block;
	background-image: url('../images/l_equipment_off.gif');
	background-repeat: no-repeat;
	height: 33;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_equipment a:hover{
	background: url('../images/l_equipment_on.gif') no-repeat 0 100%;
}
.global_left_nav_equipment span {
	display: none;
}

.global_left_nav_requestaquote a{
	display:block;
	background-image: url('../images/l_requestaquote_off.gif');
	background-repeat: no-repeat;
	height: 32;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_requestaquote a:hover{
	background: url('../images/l_requestaquote_on.gif') no-repeat 0 100%;
}
.global_left_nav_requestaquote span {
	display: none;
}


.global_left_nav_saleskit a{
	display:block;
	background-image: url('../images/l_saleskit_off.gif');
	background-repeat: no-repeat;
	height: 33;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_saleskit a:hover{
	background: url('../images/l_saleskit_on.gif') no-repeat 0 100%;
}
.global_left_nav_saleskit span {
	display: none;
}

.global_left_nav_templates a{
	display:block;
	background-image: url('../images/l_templates_off.gif');
	background-repeat: no-repeat;
	height: 33;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_templates a:hover{
	background: url('../images/l_templates_on.gif') no-repeat 0 100%;
}
.global_left_nav_templates span {
	display: none;
}

.global_left_nav_uploads a{
	display:block;
	background-image: url('../images/l_uploads_off.gif');
	background-repeat: no-repeat;
	height: 32;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_uploads a:hover{
	background: url('../images/l_uploads_on.gif') no-repeat 0 100%;
}
.global_left_nav_uploads span {
	display: none;
}

.global_left_nav_ftp a{
	display:block;
	background-image: url('../images/l_ftp_off.gif');
	background-repeat: no-repeat;
	height: 33;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_ftp a:hover{
	background: url('../images/l_ftp_on.gif') no-repeat 0 100%;
}
.global_left_nav_ftp span {
	display: none;
}

.global_left_nav_downloads a{
	display:block;
	background-image: url('../images/l_downloads_off.gif');
	background-repeat: no-repeat;
	height: 32;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_downloads a:hover{
	background: url('../images/l_downloads_on.gif') no-repeat 0 100%;
}
.global_left_nav_downloads span {
	display: none;
}

.global_left_nav_contactus a{
	display:block;
	background-image: url('../images/l_contactus_off.gif');
	background-repeat: no-repeat;
	height: 32;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_contactus a:hover{
	background: url('../images/l_contactus_on.gif') no-repeat 0 100%;
}
.global_left_nav_contactus span {
	display: none;
}


.global_left_nav_onlineorders a{
	display:block;
	background-image: url('../images/l_onlineorders_off.gif');
	background-repeat: no-repeat;
	height: 32;
	width: 169;
	z-index:200;
	cursor: hand;
}
.global_left_nav_onlineorders a:hover{
	background: url('../images/l_onlineorders_on.gif') no-repeat 0 100%;
}
.global_left_nav_onlineorders span {
	display: none;
}














/* BOTTOM NAVIGATION */
.global_bottom_nav {
	padding-top:8px;
}

.global_bottom_nav_link {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#96B9E1;
	font-size:12px;
	font-weight:800;
	margin: 0 0 0 0;
	padding: 0 5 0 5;
	vertical-align: bottom;
}

.global_bottom_nav_link a:link {
	color:#96B9E1;
	text-decoration: none;
}

.global_bottom_nav_link a:visited {
	color:#96B9E1;
	text-decoration: none;
}
.global_bottom_nav_link a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.global_bottom_nav_link a:active {
	color:#96B9E1;
	text-decoration: none;
}



/* GLOBAL TEXT DEFS */

.global_headline_red {
	font-size:13px;
	font-weight:600;
	color:#990000;
	z-index:200;
}

#global_headline_red {
	font-size:13px;
	font-weight:600;
	color:#990000;
	z-index:200;
}


/* HEADING FONT */

#global_top_banner {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:28px;
	font-weight:600;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 6px;
	vertical-align: top;
	z-index:600;
}

.global_top_nav_static {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:11px;
	font-weight:600;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	text-decoration: none;
}

.global_top_nav_links {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}

.global_top_nav_links a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.global_top_nav_links a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.global_top_nav_links a:hover{
	color:#990000;
	text-decoration: underline;
}
.global_top_nav_links a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#global_big_number {
	font-family:  "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:100;
	z-index:200;
}

/* Change Font Color */
#global_white {
	color: #FFFFFF;
	display: inline;
}
#global_red {
	color: #990000;
	display: inline;
}



/* LINK COLORS */
.global_link {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	font-weight: 100;
	display: inline;
}
.global_link a:link {
	color: #990000;
	text-decoration: none;
}
.global_link a:visited {
	color: #990000;
	text-decoration: none;
}
.global_link a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.global_link a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* CSR STYLES */

#csrnavigation {
	position:absolute;
	background-color: #cccccc;
	padding: 10px;
	top:110;
	left:25;
    width: 140px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	font-weight:400;
	z-index:200;

}

/* Admin STYLES */

#adminnavigation {
	position:absolute;
	background-color: #cccccc;
	padding: 10px;
	top:530;
	left:25;
    width: 140px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	font-weight:400;
	z-index:200;

}

#ooinputtextnarrow {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	font-weight:400;
	height: 24px;
	width: 50px;
}
#global_red_bright {
	color: #BF0000;
	display: inline;
}
#global_red_bright {
	color: #BF0000;
	display: inline;
}
.global_headline_red_bright {
	font-size:13px;
	font-weight:600;
	color:#BF0000;
	z-index:200;
}
#global_top_banner_red {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#BF0000;
	font-size:28px;
	font-weight:600;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 6px;
	vertical-align: top;
	z-index:600;
}



.global_top_nav_links_index {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:400;
	margin: 0 0 0 0;
	padding-left: 6px;
	padding-top:8px;
	vertical-align: top;
	text-decoration: none;
}
.global_top_nav_links_index a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.global_top_nav_links_index a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.global_top_nav_links_index a:hover{
	color:#990000;
	text-decoration: none;
}
.global_top_nav_links_index a:active {
	color:#FFFFFF;
	text-decoration: none;
}
