/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#1a8d0b;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
:focus {
	outline: 0;
}
.clear { 
	clear:both; 
}
/* Global Elements
=====================================================================*/
body {
	background:#f6f6f6 url(../images/background.png) repeat-x;
	font:12px arial, verdana, serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
/* Containers
=====================================================================*/
#container {
	width:100%;
	background:url(../images/footer.png) repeat-x 0 100%;
}
#wrapheader {
	width:100%;
	background:url(../images/header.jpg) no-repeat 50% 0;
}
#wrapshadow {
	width:100%;
	background:url(../images/shadow.png) no-repeat 50% 82px;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#header {
	width:980px;
	height:76px;
}
#logo{
	width:308px;
	height:45px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	text-indent:-5000px;
	margin:15px 0 0 0;
}
#logo span{
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#placemainmenu {
	width:980px;
	height:45px;
	background:url(../images/back_mainmenu.png) no-repeat;
	position:relative;
	z-index:500;
}
#mainmenu {
	width:780px;
	height:45px;
	float:left;
	padding:0 0 0 9px;
}
#mainmenu li {
	height: 45px;
	float: left;
	display: inline;
	position: relative;
	margin:0 1px 0 0;
}
#mainmenu li a, #mainmenu li a:link, #mainmenu li a:visited {
	height: 29px;
	float: left;
	display: inline;
	padding: 16px 15px 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #6e6e6e;
}
#mainmenu li:hover, #mainmenu li.active {
	background: url(../images/menu_hoverleft.png) no-repeat;
}
#mainmenu li:hover a, #mainmenu li:hover a:link, #mainmenu li:hover a:visited, #mainmenu li.active a, #mainmenu li.active a:link, #mainmenu li.active a:visited {
	text-decoration: none;
	background: url(../images/menu_hoverright.png) no-repeat 100% 0;
	color:#000;
}
#flagmenu
{
	width:80px;
	height:45px;
	float:right;
	padding:16px 15px 0 0;
}
#flagmenu li
{
    height: 45px;
    width:16px;
	float: left;
	display: inline;
	position: relative;
	margin:0 5px 0 5px;
	text-align:center;
}
#flagmenu li a:hover
{
    cursor:pointer;
}
/* Menu
=====================================================================*/
#placemainmenu ul ul {
	position:absolute;
	z-index:500;
	display:none;
	width:193px;
	margin: 0;
	top: 44px;
	left:0;
	background:#f5f5f5;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	padding:0 0 10px 0;
}
#placemainmenu ul li ul li {
	display: inline;
	float: left;
	width: 193px;
	height:32px;
	background:url(../images/sepdropdown.png) no-repeat 50% 100%;
	float: left;
	padding: 0;
	position:relative;
}
#placemainmenu ul ul ul {
	position:absolute;
	z-index:1000;
	display:none;
	width:193px;
	margin: 0;
	top: -1px;
	left:193px;
	background:#f5f5f5;
	border-top:1px solid #c8c8c8;
}
#placemainmenu ul li ul li ul li {
	display: inline;
	float: left;
	width: 193px;
	height:32px;
	padding: 0;
}
#placemainmenu #mainmenu li:hover ul li {
	background:url(../images/sepdropdown.png) no-repeat 50% 100%;
}
#placemainmenu #mainmenu li:hover ul li a, #placemainmenu #mainmenu li:hover ul li a:link, #placemainmenu #mainmenu li:hover ul li a:visited {
	color:#8d8d8d;
	font-size:12px;
	width: 165px;
	height:23px;
	text-transform:none;
	border:none;
	background: none;
	padding: 9px 14px 0 14px;
	font-weight:lighter;
}
#placemainmenu #mainmenu li:hover ul li a:hover, #placemainmenu #mainmenu li ul li a:hover {
	text-decoration:none;
	color:#000;
	background:none;
}
div#placemainmenu li:hover ul ul,
div#placemainmenu li li:hover ul ul
{display:none;}

div#placemainmenu li:hover ul,
div#placemainmenu li li:hover ul
{display:block;}
#content {
	background:#f6f6f6 url(../images/back_content.png) no-repeat;
	padding:20px 20px 0 20px;
	width:940px;
}
#headersection
{
	background:url(../images/header_secciones.jpg) no-repeat;
	width:980px;
	height:100px;
	position:relative;
}
#headersection #title
{
	position:absolute;
	height:35px;
	bottom:12px;
	left:20px;
}
.paneldesc {
	width:237px;
	height:357px;
	position:absolute;
	z-index:50;
	background:url(../images/panel_slideshow.png);
	top:0;
	left:0;
	padding:15px 20px;
	color:#fff;
}
.paneldesc h3 {
	font-size:18px;
	text-transform:uppercase;
	padding:0 0 15px 0;
}
.paneldesc p {
	font-size:11px;
	padding:0 0 15px 0;
	line-height:1.6em;
}
.paneldesc p a, .paneldesc p a:link, .paneldesc p a:visited {
	text-decoration:underline;
	color:#fff;
}

#contenthome {
	width:940px;
}
#contenthome h1 {
	font-size:32px;
	padding:0 0 15px 0;
}
#intro {
	font-size:16px;
	line-height:1.4em;
	padding:0 0 15px 0;
}
.placeimportant {
	width:940px;
	background:url(../images/back_important.png) no-repeat;
	padding:5px 0;
	margin:15px 0 0 0;
	cursor:pointer;
}
.placeimportant p {
	width:800px;
	float:left;
	font-size:12px;
	color:#646464;
	font-family:Georgia, garamond, serif;
	line-height:1.5em;
}
.placeimportant .importanttitle {
	font-size:16px;
	font-weight:bold;
	color:#404040;
	width:100%;
	float:left;
	margin:2px 0 5px 5px;
	padding-bottom:5px;
	color:#23681a;
	font-family:Georgia;
}
.placeimportant .importantname {
	font-size:14px;
	font-weight:bold;
	color:#383838;
}
.placeimportant .importantweb {
	font-family:Arial, verdana, serif;
	font-size:12px;
}
.placeimportant .importantimg {
	width:105px;
	height:106px;
	background:url(../images/back_important_img.png) no-repeat;
	float:left;
	padding:6px 30px 0 0px;
	text-align:center;
}
.placeimportant .otherimg {
	float:left;
	padding:6px 30px 0 0px;
	text-align:center;    
}
#placeClients
{
    width:620px;
    display:inline;
    float:left;
    cursor:auto;
    margin-right:20px;
}
#placeClients #cliente1, #placeClients #cliente2
{
    position:relative;
    width:120px;
    height:60px;
    float:left;
    margin:0px 0 0 160px;
}
#placeClients #cliente2
{
    margin:0px 80px 0 0;
    float:right;
}
#placeAvals
{
    width:300px;
    display:inline;
    float:right;
    cursor:auto;
}
#placeAvals #avales
{
    position:relative;
    width:130px;
    height:60px;
    float:left;
    margin:-5px 0 0 105px;    
}
#boxfront1, #boxfront2, #boxfront3 {
	width:300px;
	height:362px;
	float:left;
	display:inline;
	margin:15px 20px 0 0;
	background:url(../images/box_front.png) no-repeat;
}
#boxfront3 {
	margin:15px 0;
}
#boxfront1 h3, #boxfront2 h3, #boxfront3 h3 {
	font-size:14px;
	color:#4d4d4d;
	width:260px;
	height:29px;
	padding:12px 20px 0 20px;
}
#boxfront1 img, #boxfront2 img, #boxfront3 img {
	margin:0 0 0 1px;
}
.boxfront {
	padding:15px 20px 20px 20px;
	width:260px;
	height:217px;
	position:relative;
}
.boxfront p {
	font-size:12px;
	color:#545454;
	line-height:1.6em;
	padding:0 0 15px 0;
}
.butmore, .butmore:link, .butmore:visited {
	width:129px;
	height:22px;
	background:url(../images/but_more.png) no-repeat;
	position:absolute;
	z-index:10;
	right:20px;
	bottom:24px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:9px 0 0 0;
	color:#fff;
}
.butmore:hover {
	background-position:0 -31px;
	text-decoration:none;
}
#listnewsbox {
	width:260px;
}
#listnewsbox li {
	width:260px;
	background:url(../images/sepboxfront.png) repeat-x 0 100%;
	float:left;
	line-height:1.6em;
}
#listnewsbox li a {	
	width:247px;
	float:left;
	background:url(../images/bullet.png) no-repeat 0 13px;
	padding:8px 0 10px 13px;
}
.linktop, .linktop:link, .linktop:visited {
	float:left;
	background:url(../images/arrow_top.png) no-repeat 100% 2px;
	padding:0 12px 0 0;
	margin:5px 0 0 0;
	font-size:10px;
	color:#5e5e5e;
	font-weight:bold;
	text-transform:uppercase;
}
#maincontent {
	width:620px;
	float:left;
	padding:0 0 5px 0;
}
#maincontent h1, #fullwidth h1 
{
	font-size:32px;
	padding:0 0 15px 0;
}
#maincontent p, #fullwidth p {
	font-size:12px;
	color:#3e3e3e;
	line-height:1.8em;
	padding:0 0 15px 0;
	text-indent:15px;
	text-align:justify;
}
.imgright {
	float:right;
	margin:0 0 10px 20px;
}
.imgleft {
	float:left;
	margin:0 20px 10px 0;
}
.imgframe {
	padding:6px;
	border:1px solid #e6e6e6;
	background:#fff;
}
#maincontent h2, #fullwidth h2 {
	font-size:22px;
	padding:0 0 15px 0;
}
#maincontent h3, #fullwidth h3 {
	font-size:18px;
	padding:0 0 15px 0;
}
#maincontent h4, #fullwidth h4 {
	font-size:16px;
	padding:0 0 15px 0;
}
#maincontent h5, #fullwidth h5 {
	font-size:14px;
	padding:0 0 15px 0;
}
#maincontent h6, #fullwidth h6 {
	font-size:12px;
	padding:0 0 15px 0;
}
#maincontent ul, #fullwidth ul {
	padding:0 0 15px 0;
}
#maincontent ul li, #fullwidth ul li {
	font-size:12px;
	color:#3e3e3e;
	line-height:1.8em;
	padding:0 0 0 14px;
	margin:0 0 3px 0;
	background:url(../images/bullet2.png) no-repeat 0 7px;
}
#maincontent ul li span, #fullwidth ul li span
{
    font-weight:bold;
}
#nav {
	width:290px;
	float:right;
}
.boxnav, .boxnavhighlight {
	width:250px;
	border:5px solid #e6e6e6;
	background:#f3f3f3;
	padding:15px;
	margin:0 0 20px 0;
}
.boxnavhighlight
{
    background:#e3ffe0;
    border-color:#9ae091
}
.boxnav h3, .boxnavhighlight h3 {
	font-size:16px;
	color:#646464;
	font-weight:lighter;
	border-bottom:2px solid #e6e6e6;
	padding:0 0 6px 0;
	margin:0 0 10px 0;
}
.boxnavhighlight h3 
{
    border-color:#9ae091;
    color:#383838;
}
.boxnavhighlight p
{
    text-align:justify;
    color:#646464;
}
.boxnav h3 span, .boxnavhighlight h3 span {
	color:#383838;
}
.menunav {
	width:250px;
}
.menunav li {
	width:250px;
	float:left;
	display:inline;
	background:url(../images/sepnav.png) repeat-x 0 100%;
	padding:0 0 2px 0;
}
.menunav li a {
	width:235px;
	float:left;
	display:inline;
	padding:8px 0 9px 15px;
	background:url(../images/bullet.png) no-repeat 1px 11px;
}
.menunav li a:hover {
	background:#ededed url(../images/bullet.png) no-repeat 1px 11px;
	color:#000;
	text-decoration:none;
}
.boxnav p {
	font-size:12px;
	padding:0 0 15px 0;
	line-height:1.8em;
	color:#646464;
}
.butmorenav, .butmorenav:link, .butmorenav:visited {
	width:129px;
	height:21px;
	background:url(../images/but_morenav.png) no-repeat;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	float:right;
	font-weight:bold;
	padding:7px 0 0 0;
}
.butmorenav:hover {
	color:#d7f0ff;
	text-decoration:none;
	cursor:pointer;
}
.boxnav p.testimonial {
	padding:0 0 15px 30px;
	background:url(../images/quote.png) no-repeat;
	font-size:14px;
	color:#646464;
	font-family:Georgia, Garamond, serif;
	line-height:1.6em;
}
.boxnav p.testimonialname {
	padding:0 0 15px 0;
	margin:0 0 0 30px;
	line-height:1.4em;
}
.boxnav p.testimonialname img {
	margin:0 10px 0 0;
}
#fullwidth {
	width:940px;
}
/* Products
=====================================================================*/
.prodfamcontainer
{
	width:580px;
	float:left;
	border:5px solid #e6e6e6;
	padding:15px;
	margin:0 0 10px 0;
	position:relative;
}
#maincontent .prodfamcontainer h2 {
	font-size:20px;
	color:#646464;
	font-weight:lighter;
	border-bottom:2px solid #e6e6e6;
	padding:0 0 6px 0;
	margin:0 0 10px 0;
	cursor:pointer;
}
.prodfamcontainer h2 .expandbtn
{
    width:20px;
    float:left;
    text-align:center;
    font-size:25px;
    margin:-2px 3px 0 0;
    color:#646464;
}
.prodfamcontainer h2 span {
	color:#383838;
}
#maincontent .prodfamcontainer h3 {
	font-size:16px;
	color:#646464;
	font-weight:lighter;
	background:url(../images/sepnav.png) repeat-x 0 100%;
	padding:0 0 8px 0;
	margin:0 0 15px 0;
	cursor:pointer;
}
.prodfamcontainer h3 .expandbtn
{
    width:20px;
    float:left;
    text-align:center;
    font-size:18px;
    margin:-2px 3px 0 0;
}
.prodfamcontainer .prodfamlist {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 580px;
	clear: both;
}
.prodfamcontainer .prodfamlist .graphic
{
    padding:20px 0 20px 0;
}
.prodfamcontainer .prodfamlist .block {
	padding: 20px;
}
.prodcontainer
{
	width:580px;
	height:118px;
	background:url(../images/sepprod.png) repeat-x;
	margin:0 0 15px 0;
}
.prodcontainer .image {
	width:105px;
	height:106px;
	background:url(../images/back_important_img.png) no-repeat;
	float:left;
	padding:6px 30px 0 0px;
	text-align:center;
}
#maincontent .prodfamcontainer .prodfamlist .prodcontainer p 
{
    width:440px;
	float:left;
	font-size:12px;
	color:#646464;
	font-family:Georgia, garamond, serif;
	line-height:1.5em;
	text-indent:0;
	padding:0;
	text-align:justify;
}
#maincontent .prodfamcontainer .prodfamlist .prodcontainer .name {
	font-size:14px;
	font-weight:bold;
	color:#383838;
}
.prodcontainer .more, .prodfamlist .more {
	font-family:Arial, verdana, serif;
	font-size:12px;
}
/* SNP
=====================================================================*/
.itemcontainer
{
	width:580px;
	float:left;
	padding:5px;
	margin:0 0 5px 15px;
	position:relative;
}
#maincontent .itemcontainer h2 {
	font-size:16px;
	color:#646464;
	
	border-bottom:2px solid #e6e6e6;
	padding:0 0 6px 0;
	margin:0 0 10px 0;
	cursor:pointer;
}
.itemcontainer h2 .expandbtn
{
    width:12px;
    float:left;
    text-align:center;
    font-size:25px;
    margin:-5px 8px 0 0;
    color:#646464;
}
.itemcontainer h2 span {
	color:#383838;
}
.itemcontainer .prodfamlist {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 580px;
	clear: both;
}
.itemcontainer .prodfamlist .graphic
{
    padding:20px 0 20px 0;
}
.itemcontainer .prodfamlist .block {
	padding: 20px;
}

/* Contact Us
=====================================================================*/
.errordiv {
	display:block;
	border:1px solid #f2a9a9;
	padding:5px;
	color:#f00;
	font-size:11px;
	margin:8px 0 0 0;
}
.correctdiv {
	display:block;
	border:1px solid #b6e47a;
	padding:5px;
	color:#629c17;
	font-size:11px;
	margin:8px 0 0 0;
	background:#d7fca8;
}
#frmcontact {
	padding:10px 0 30px 0;
}
#frmcontact label {
	float:left;
	font-size:12px;
	width:150px;
	padding:3px 0 0 16px;
	margin:10px 0 0 0;
	font-weight:bold;
}
#frmcontact span {
	color:#a50e0e;
	font-size:12px;
	font-weight:bold;
}
#frmcontact br {
	clear:left;
}
.textboxcontact, .textbox, .textboxlogin {
	width:390px;
	height:22px;
	border:1px solid #c4c4c4;
	padding:3px 5px 0 5px;
	margin:10px 0 0 0;
}
.texbox
{
    width:210px;
	font-family:Arial, verdana,serif;
	font-size:12px;
}
.checkboxcontact {
	height:22px;
	border:1px solid #c4c4c4;
	padding:3px 5px 0 5px;
	margin:10px 0 0 0;
}
.textareacontact {
	width:390px;
	height:150px;
	border:1px solid #c4c4c4;
	font-family:Arial, verdana,serif;
	font-size:12px;
	padding:5px;
	margin:10px 0 0 0;
}
.submitcontact {
	height: 30px;
	background: #1a8d0b;
	border: none;
	margin: 10px 0 10px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	cursor: pointer;
	font-family:Arial, verdana, serif;
}
/* Typography
=====================================================================*/
#maincontent blockquote {
	padding:0 0 0 30px;
	background:url(../images/quote.png) no-repeat;
}
#maincontent blockquote p {
	font-family:Georgia, Garamond, serif;
	color:#9a9a9a;
	font-size:14px;
}
table {
	width: 90%;
	margin: 0 0 15px 0;
}
table thead th {
	height: 30px;
	background: url(../images/tblhead.png) repeat-x;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 10px;
	font-size: 12px;
}
table tbody td, table tfoot td {
	height: 25px;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #606060;
	font-size: 11px;
	text-align: center;
	padding: 2px 0;
}
table tbody tr.odd td {
	background: #efefef;
}
table tbody tr td.cellfeat, table tbody tr.odd td.cellfeat {
	background: #dcdcdc;
	padding: 2px 0 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-align: left;
}
/* Footer
=====================================================================*/
#footer {
	width:940px;
	height:278px;
	background:url(../images/back_footer.jpg) no-repeat;
	padding:0 0 0 40px;
}
.boxfooter {
	width:199px;
	float:left;
	display:inline;
	margin:25px 30px 0 0;
}
.boxfooter h4, #boxtwitter h4 {
	font-size:12px;
	color:#23681a;
	padding:4px 0 12px 0;
	background:url(../images/sepfooter.png) repeat-x 0 100%;
}
.menufooter {
	width:199px;
}
.menufooter li {
	width:199px;
	background:url(../images/sepfooter.png) repeat-x 0 100%;
	float:left;
}
.menufooter li a, .menufooter li a:link, .menufooter li a:visited {
	width:176px;
	float:left;
	background:url(../images/bullet.png) no-repeat 0 12px;
	padding:9px 0 12px 13px;
	font-size:12px;
	color:#1a8d0b;
}
.menufooter li a#linkfacebook {
	background:url(../images/icon_minifacebook.png) no-repeat 0 8px;
	padding:9px 0 12px 23px;
}
.menufooter li a#linktwitter {
	background:url(../images/icon_minitwitter.png) no-repeat 0 8px;
	padding:9px 0 12px 23px;
}
.menufooter li a#linkyoutube {
	background:url(../images/icon_miniyoutube.png) no-repeat 0 8px;
	padding:9px 0 12px 23px;
}
#footer h5 {
	text-align:center;
	font-size:11px;
	color:#1a8d0b;
	font-weight:lighter;
	padding:16px 0 0 0;
}
#footer h5 a, #footer h5 a:link, #footer h5 a:visited {
	text-decoration:underline;
}
#boxabout1 ul li, #boxabout2 ul li
{
    background:none;
    text-align:center;
}
#boxabout2 ul
{
    text-align:center;
}
#boxabout1 ul li
{
    float:left;
}
#boxabout2 ul li
{
    display:inline;
}
.space
{
    width:100%;
    height:20px;
}
.mapa
{
    margin:5px 0 20px 60px;
    border:5px solid #e6e6e6;
    width:500px;
    height:300px;
}
#logoSNP
{
    margin:0 0 20px 80px;
    border:5px solid #e6e6e6;
    width:120px;
    height:120px;
    background:url( ../images/logo_SNP.png ) no-repeat;
}
/* Downloads
=====================================================================*/
#maincontent .downloads
{
	width:580px;
}
#maincontent .downloads .item
{
    height:60px;
    padding:0px 0 0px 0;
    background:url(../images/sepnav.png) repeat-x 0 100%;
}
#maincontent .downloads p
{
    line-height:14px;
    padding:0px;
}
#maincontent .downloads .item .description
{
	width:291px;
	text-align:left;
	font-size:12px;
}
#maincontent .downloads .item .description .name
{
    font-weight:bold;
}
#maincontent .downloads .item .description .url a, #maincontent .downloads .item .description .url a:visited
{
    color:#707070;
	font-size:10px;
}
#maincontent .downloads .item .description .url a:hover
{
	color:#404040;
	cursor:pointer;
}
#maincontent .downloads .item .download
{
	width:165px;
}
#maincontent .downloads .downloadbutton, #maincontent .downloads .share .sharebutton
{
    width:145px;
    background:url( ../images/downloadbutton.png ) no-repeat;
    height:27px;
    position:relative;
    margin:-2px 0 0 0;
    color:#FFF;
}
#maincontent .downloads .downloadbutton .detail, #maincontent .downloads .downloadbutton .detail:visited
{
    width:122px;
    position:absolute;
    right:3px;
    top:5px;
    text-align:left;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
}
#maincontent .downloads .downloadbutton:hover, #maincontent .downloads .share .sharebutton:hover
{
    text-decoration:underline;
    cursor:pointer;
}
#maincontent .downloads .item .share
{
	width:124px;
}
#maincontent .downloads .share .sharebutton
{
    width:124px;
    background:url( ../images/sharebutton.png ) no-repeat;
    height:27px;
    position:relative;
    margin:-2px 0 0 0;
    color:#FFF;
    font-size:10px;
    text-decoration:none;
    font-weight:bold;
}
#maincontent .downloads .share .sharebutton .detail
{
    width:100px;
    position:absolute;
    right:5px;
    top:5px;
    text-align:center;
}
.frmlogin
{
	font-size:12px;
	padding:0 0 15px 0;
	line-height:1.8em;
	color:#646464;
	padding:10px 0 10px 0;
}
.frmlogin label {
	float:left;
	font-size:12px;
	width:150px;
	padding:3px 0 0 16px;
	margin:10px 0 0 0;
}
.frmlogin span {
	color:#a50e0e;
	font-size:12px;
	font-weight:bold;
}
.frmlogin br {
	clear:left;
}
.textboxlogin {
	width:195px;
}
.downloadicon
{
    margin:0 3px -2px 0;
}
.client
{
    border:1px solid #DDD;
}
#slideshow1 {
	width:940px;
	height:243px;
	background:#333;
	margin:0 0 20px 0;
	overflow:hidden;
}
#errmsg
{
    text-align:center;
    font-size:14px;
	width:940px;
	height:250px;
	margin:0 0 20px 0;
}
/* Tipsy
=====================================================================*/
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
