@charset "utf-8";

/* BEGIN RESET */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* END RESET */

/* BEGIN TAGS */
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.25;
}
a:link {
	text-decoration: none;
	color: #42B0EA;
}
a:hover {
	text-decoration: none;
	color: #0070B3;
}
a:visited {
	color: #42B0EA;
	text-decoration: none;
}
a:visited:hover {
	color: #0070B3;
	text-decoration: none;
}

p {
	margin-bottom: 0px;
	margin-top: 0px;
}

h1 {
	font-size: 1.5em;
	color: #0070B3;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.3em;
	color: #0070B3;
	margin-top: 20px;
	margin-bottom: 3px;
	font-weight: normal;
	text-align: left;
}
h3 {
	font-size: 1.1em;
	color: #666666;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1.1em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
	color: #0070B3;
	margin-top: -10px;
	margin-bottom: 0px;
	font-weight: normal;
}
h5 {
	font-size: 1.4em;
	color: #999999;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 10px;
}
h6 {
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
}
ol, ul {
	list-style: none;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
}
fieldset {
	padding-top: 25px;
}
label {
	display: inline-block;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END TAGS */

/* BEGIN IDS */
#blurbs {
	display: inline;
	width: 325px;
	position: relative;
	height: 150px;
	left: 0px;
	top: 0px;
	float: right;
}

#content {
	float: left;
	height: auto;
	width: auto;
	margin-top: 3px;
}
#content_inner {
	float: left;
	height: auto;
	width: 900px;
	background-image: url(../images/bg_inner_btm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#cases h2 {
	text-align: center;
}
#contact_header {
	display: block;
	height: 50px;
	width: 400px;
	margin-top: 28px;
	margin-right: 150px;
}
#contact_header img {
	border-style: none;
}
#contact_header .right {
	float: right;
	display: block;
}
#contact_header .left {
	float: left;
	display: block;
}
#contentleft {
	float: left;
	height: auto;
	width: 300px;
	padding-left: 30px;
}
#contentright {
	float: left;
	height: auto;
	width: 310px;
	padding-left: 30px;
}

#footer {
	float: left;
	height: 77px;
	width: 900px;
}
#fourofour {
	height: auto;
	width: 540px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_inner_top.gif);
	background-repeat: repeat-x;
	border: thin solid #666;
	text-align: center;
	box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.7);
	-webkit-box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.7);
	-moz-box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.7);
	padding: 50px;
}
#gfsystem_container {
	background-image: url(../images/GFFPP-System.jpg);
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 700px;
	float: left;
	padding: 0;
	height: 474px;
	overflow: hidden;
	position:relative;
}
#images #software {
	height: 421px;
	width: 459px;
	z-index: 13;
	display: block;
	position: absolute;
	top:20px;
}
#images #keypad {
	height: 125px;
	width: 104px;
	z-index: 14;
	display: block;
	position: absolute;
	top:147px;
	left: 385px;
}
#images #base {
	height: 99px;
	width: 129px;
	z-index: 15;
	display: block;
	position: absolute;
	top:230px;
	left:460px;
}
#innercontent {
	float: left;
	height: auto;
	width: 705px;
	background-image: url(../images/bg_inner_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#innercopy {
	height: auto;
	width: 660px;
	padding-top: 10px;
	padding-left: 30px;
	float: left;
}
#innerheader {
	height: 190px;
	width: 705px;
	float: left;
	background-color: #CCCCCC;
	background-image: url(../images/bg_inner_img.gif);
	background-repeat: repeat-x;
	background-position: left;
	border-top-width: 4px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#innerheader_benefits {
	height: 190px;
	width: 900px;
	float: left;
	background-color: #CCCCCC;
	background-image: url(../images/bg_inner_img.gif);
	background-repeat: repeat-x;
	background-position: left;
	border-top-width: 4px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#innercontent_forms {
	float: left;
	height: auto;
	width: 705px;
	background-image: url(../images/bg_inner_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#innerheader_title {
	height: 50px;
	width: 685px;
	float: left;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 20px;
}
#leftcopy {
	float: left;
	height: auto;
	width: 299px;
}
#leftimages {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#level1 {
	background-color: #e0e0e0;
	width: 894px;
	float: left;
	padding-left: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#level2 {
	background-color: #e0e0e0;
	width: 894px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#level3 {
	float: left;
	height: 19px;
	width: 890px;
	font-size: .9em;
	padding-left: 10px;
	padding-top: 4px;
}
#lightbox, #lightbox-overlay {
	position:absolute;
	top:0px;
	left:0px;
	bottom:auto;
	right:auto;
	z-index:100;
	width:100%;
	height:auto;
	text-align:center;
	color:#333;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block
}
#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999
}
#lightbox-overlay {
	z-index:90;
	background-color:#000;
	height:100%;
	position:fixed
}
#lightbox-overlay-text {
	text-align:right;
	margin-right:20px;
	margin-top:20px;
	color:white;
	font-size:12px;
	cursor:default;
	line-height:normal
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px
}
#lightbox img, #lightbox a img, #lightbox a {
	border:none;
	outline:none
}
#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto
}
#lightbox-imageContainer {
	padding:1px
}
#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0
}
#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height:100%;
	background:transparent url("../images/blank.gif") no-repeat;
	zoom:1;
	padding:0px;
	margin:0px
}
#lightbox-nav-btnPrev {
	left:0;
	right:auto;
	float:left
}
#lightbox-nav-btnNext {
	left:auto;
	right:0;
	float:right
}
#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0 auto;
	padding:0px
}
#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	line-height:normal
}
#lightbox-infoHeader {
	width:100%;
	text-align:center
}
#lightbox-caption {
	text-align:justify
}
#lightbox-caption-title {
	font-weight:bold
}
#lightbox-caption-description {
	font-weight:normal
}
#lightbox-infoFooter {
	margin-top:3px;
	color:#999
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right
}
#lightbox-close-button {
	padding-left:30%
}
#lightbox-close-button:hover {
	color:#666
}
#lightbox-infoContainer-clear {
	clear:both;
	visibility:hidden
}
#login {
	padding-top: 100px;
	padding-left: 25px;
	width: 300px;
}
#login label {
	padding-top: 5px;
}


#login input {
	float: right;
	vertical-align: middle;
}

#login li {
	display: block;
	height: 27px;
	margin-top: 5px;
}
#login p {
	float: right;
	margin-top: 25px;
}
#menu {
	float: left;
	height: 34px;
	width: 900px;
	background-image: url(../images/menu_imgs/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
}
#menu img {
	float: left;
}
#menu_inner {
	float: left;
	height: 700px;
	width: 148px;
	padding-left: 22px;
	padding-right: 25px;
	padding-top: 24px;
	display: block;
}
#menu_links {
	display:block;
	float: left;
	height: auto;
	padding-top: 15px;
	width:100%;
}
#menu_links ul {
	list-style-type:none;
	text-indent:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left:0px;
	padding: 0px;
}
#menu_links li {
	margin-bottom: 11px;
	line-height: 14px;
}
#menu_links li a {
	font-weight:normal;
	text-decoration:none;
}
#menu_links li a:link {
	color:#666666;
}
#menu_links li a:hover {
	color:#37a6e1;
}
#menu_links li a:visited:hover {
	color:#37a6e1;
}

#menu_links li a:active {
	color:#37a6e1;
}
#menu_title {
	float: left;
	height: 30px;
	width: 148px;
}
#menu_title_benefits {
	float: left;
	height: 12px;
	width: 173px;
}
#menu_links_benefits {
	float: left;
	height: auto;
	width: 160px;
	padding-top: 46px;
}
#merid_link {
	height: 75px;
	width: 200px;
	margin-top: 20px;
	margin-left: 13px;
	display: block;
	float: left;
}
#navibox {
	float: left;
	height: 20px;
	width: 100px;
}
#navibtm {
	float: left;
	height: 50px;
	width: 660px;
	padding-left: 30px;
	padding-top: 5px;
}

#newheader {
	float: left;
	height: 59px;
	width: 91px;
	padding-top: 27px;
}
#nodata {
	float: left;
	height: 250px;
	width: 705px;
}
#quote1_container {
	display: block;
	clear: right;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote1 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 2.5em;
	margin-top: -1.125em;
}
#quote2_container {
	display: block;
	clear: right;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote2 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 5em;
	margin-top: -2em;
}
#quote3_container {
	display: block;
	clear: right;
	padding-bottom: 12px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote3 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 3.75em;
	margin-top: -1.875em;
}
#quote4_container {
	display: block;
	clear: right;
	padding-bottom: 12px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote4 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 3.75em;
	margin-top: -1.875em;
}
#quote5_container {
	display: block;
	clear: right;
	padding-bottom: 12px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote5 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 5em;
	margin-top: -2.5em;
}
#quote6_container {
	display: block;
	clear: right;
	padding-bottom: 12px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote6 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 5em;
	margin-top: -2.5em;
}
#quote7_container {
	display: block;
	clear: right;
	padding-bottom: 12px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote7 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 5em;
	margin-top: -2.5em;
}
#quote8_container {
	display: block;
	clear: right;
	padding-bottom: 12px;
	background-image: url(../images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	position: relative;
}
#quote8 {
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	display: block;
	position: absolute;
	top: 50%;
	height: 6.25em;
	margin-top: -3.125em;
}
#rightcopy {
	float: left;
	height: auto;
	width: 309px;
}
#rightimages {
	float: right;
	margin: 15px;
}
#sectionheader {
	height: auto;
	width: 650px;
	padding-left: 30px;
	padding-top: 26px;
	float: left;
}
#sectionheader_forms {
	height: auto;
	width: 705px;
	padding-top: 20px;
	float: left;
	padding-bottom: 60px;
}

#selected {
	text-decoration: none;
	color: #37a6e1;
}
#spacer {
	float: left;
	height: 80px;
	width: 705px;
}
#tabulardata {
	height: auto;
	width: auto;
	padding-left: 30px;
	float: left;
}
#top {
	float: left;
	background-image: url(../images/header/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 107px;
	width: 1024px;
}
#unselected {
	text-decoration: none;
	color:  #666666;
}
#whitepaper {
	float: left;
	height: auto;
	width: 660px;
	padding-top: 33px;
	padding-left: 30px;
}

/* END IDS*/

/* BEGIN SPANS */
.footerlink a:link {
	color:#666666;
	font-size:.75em;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .2px;
}
.footerlink a:hover {
	color:#0070B3;
	text-decoration: none;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: .2px;
}
.footerlink a:visited {
	color:#666666;
	text-decoration: none;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: .2px;
}
.footerlink a:visited:hover {
	color:#0070B3;
	text-decoration: none;
	font-size:.75em;
	font-weight: normal;
	letter-spacing: .2px;
}
.footerlink span {
	font-size: .75em;
	font-weight: normal;
	letter-spacing: 0.20px;
}
.formfield {
	background-image: url(../images/bg_formfield.gif);
	background-repeat:no-repeat;
	width:195px;
	height:22px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
.formfieldsmall {
	background-image: url(../images/bg_formfieldsmall.gif);
	background-repeat:no-repeat;
	width:50px;
	height:22px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
.h2_lite {
	font-size: 13px;
	color: #42B0EA;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: normal;
}
.h4normal {
	font-size: 18px;
	color: #42b0ea;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}
.h4darker {
	font-size: 18px;
	color: #0070B3;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}
.hr {
	display:block;
	background-color:#CCCCCC;
	width: 148px;
	height: 1px;
	margin-top: 10px;
	margin-bottom:-5px;
	margin-left:-15px;
}
.iefloatleft {
	float: left;
}
.iefloatright {
	float: right;
}
.imgshadow {
	box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.7);
	-webkit-box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.7);
	-moz-box-shadow: 5px 5px 10px rgba(119, 119, 119, 0.7);
}
.inner {
	color: #42B0EA;
	text-decoration: none;
}
.innerlink a:link {
	color: #42B0EA;
	text-decoration: none;
}
.innerlink a:hover {
	text-decoration: none;
	color: #0070B3;
}
.innerlink a:active {
	color: #42B0EA;
	text-decoration: none;
}
.innerlink a:visited {
	color: #42B0EA;
	text-decoration: none;
}
.innerlink a:visited:hover {
	text-decoration: none;
	color: #0070B3;
}
.inthemedia {
	cursor: pointer;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	color: #0070b3;
	background-position: left center;
	padding-left:10px;
	margin-left:-10px;
}
.inthemedia:hover {
	cursor: pointer;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0070b3;
	padding-left:10px;
	margin-left:-10px;
}
.inthemedia1 {
	cursor: pointer;
	padding-left: 10px;
	margin-left:-10px;
}
.inthemedia1:hover {
	cursor: pointer;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #0070b3;
	padding-left:10px;
	margin-left:-10px;
}
.italich1 {
	font-weight: normal;
	font-style: italic;
}
.italich2 {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #42B0EA;
	margin-top: 20px;
	margin-bottom: 0px;
}
.italich3 {
	font-size: 13px;
	color: #666666;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
}
.locationfield {
	background-image: url(../images/bg_location.gif);
	background-repeat:no-repeat;
	width:240px;
	height:27px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.level1header {
	font-size: .75em;
	font-weight: normal;
	text-transform: uppercase;
	color: #0070b3;
}
.maincallouts {
	color: #666666;
	text-decoration: none;
}
.menu_first {
	margin-left: 3px;
}
.menutitle {
	cursor: pointer;
}
.menutitle:hover {
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	color: #0070b3;
	background-position: left center;
	padding-left:10px;
	margin-left:-10px;
}
.p {
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	padding-left: 9px;
}
.padded_img {
	padding-top: 10px;
	padding-bottom: 10px;
}
.questans {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.quote {
	margin-right: 25px;
	height: 185px;
	background-image: url(../images/quote2_bg.png);
	background-repeat: no-repeat;
	width: 300px;
	display: block;
	float: right;
	margin-left: 20px;
}
.quote_from {
	font-size: 12px;
	font-style: italic;
	color: #42b0ea;
	display: block;
	float: right;
	padding-bottom: 22px;
}
.quote h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.5em;
	color: #666;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	margin-top: 0px;
	padding-top: 45px;
}
.quote i {
	float: right;
	margin-right: 45px;
	color: #0070B3;
}
.quotebig{
	margin-right: 25px;
	height: 270px;
	background-image: url(../images/quote3_bg.png);
	background-repeat: no-repeat;
	width: 300px;
	display: block;
	float: right;
	margin-left: 20px;
}
.quotebig i {
	float: right;
	margin-right: 45px;
	color: #0070B3;
}
.quotebig h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.5em;
	color: #666;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	margin-top: 40px;
	padding-top: 25px;
}
.spacing {
	padding-bottom:7px;
	width:50px;
	height:auto;
	display:block;
}
.splchars {
	vertical-align: text-top;
	font-size: 15px;
}
.splcharsTiny {
	vertical-align: text-top;
	font-size: 10px;
}
.submenu {
	width:133px;
	margin-top: 10px;
	padding-left:15px;
}
.submenu a:link {
	color:#666666;
	text-decoration: none;
	margin-bottom:10px;
}
.submenu a:hover {
	color:#37a6e1;
	text-decoration: none;
}
.submenu a:visited:hover {
	color:#37a6e1;
	text-decoration: none;
}
.submenu a:active {
	color:#37a6e1;
	text-decoration: none;
}
.submenu a:visited {
	color:#666666;
	text-decoration: none;
}
.txtarea {
	background-image: url(../images/bg_txtarea.gif);
	background-repeat:no-repeat;
	width:295px;
	height:161px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
	resize: none;
}
.url a:link {
	color: #42B0EA;
	text-decoration: none;
}
.url a:hover {
	color: #0070B3;
	text-decoration: none;
}
.zero-ul {
	padding: 0;
	margin: 0;
}
.zero-ul li {
	display: block;
	list-style-type: none;
	text-decoration: none;
	width: 220px;
	float: left;
}
/* END SPANS */



/* BEGIN TAG SPANS */
ul.here {
	color: #42B0EA;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.here li {
	text-align: right;
	display: block;
	background-image: url(../images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 65px;
	margin-left: 5px;
	margin-right: 0px;
	float: right;
}
ul.here a:link {
	color: #42B0EA;
	text-decoration: none;
}
ul.here a:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.here a:active {
	color: #42B0EA;
	text-decoration: none;
}
ul.here a:visited {
	color: #42B0EA;
	text-decoration: none;
}
ul.here a:visited:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.indent {
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
}
ul.indent li {
	text-align: left;
	margin-left: 5px;
}
ul.menu_links li a:visited {
	color:#666666;
}
ul.more {
	color: #42B0EA;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.more li {
	text-align: right;
	display: block;
	background-image: url(../images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 70px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}
ul.more a:link {
	color: #42B0EA;
	text-decoration: none;
}
ul.more a:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.more a:active {
	color: #42B0EA;
	text-decoration: none;
}
ul.more a:visited {
	color: #42B0EA;
	text-decoration: none;
}
ul.more a:visited:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.pdf {
	color: #42B0EA;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.pdf li {
	text-align: right;
	display: block;
	background-image: url(../images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 85px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}
ul.pdf a:link {
	color: #42B0EA;
	text-decoration: none;
}
ul.pdf a:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.pdf a:active {
	color: #42B0EA;
	text-decoration: none;
}
ul.pdf a:visited {
	color: #42B0EA;
	text-decoration: none;
}
ul.pdf a:visited:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.download {
	color: #42B0EA;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.download li {
	text-align: right;
	display: block;
	background-image: url(../images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 60px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}
ul.download a:link {
	color: #42B0EA;
	text-decoration: none;
}
ul.download a:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.download a:active {
	color: #42B0EA;
	text-decoration: none;
}
ul.download a:visited {
	color: #42B0EA;
	text-decoration: none;
}
ul.download a:visited:hover {
	color: #0070B3;
	text-decoration: none;
}
ul.garantia li{
	list-style-type: decimal;
	margin-left: 20px;
	font-weight: bold;
}
ul.garantia ul li {
	list-style-type: disc;
	font-weight: normal;
}

