body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #FFFFFF;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#000;
 	background: url('/es/web.nsf/site/page-bg.jpg') repeat-x center top;
}
td{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4 {
	margin: 0;
	font-family: Arial, helvetica,  Georgia, Times New Roman, Times, serif;
	font-weight:normal;	
}
h1 {
	color:#E63C3C;
	letter-spacing: -1px;
	font-size: 21px;
	margin-bottom:5px;
}
#home-right h1{
line-height:28px;
}
h2 {
	color:#000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom:3px;
}
h3 {
	color:#000;
	font-size: 14px;
}
h4 {
	color:#000;
	font-size: 15px;
	margin-bottom:5px;
}
p, ul, ol {
	margin: 0 0 1em 0;
	/*text-align: justify;*/
	line-height: 20px;
}
a {
	color: #E63C3C;
}
a:hover, a:active {
	text-decoration: none;
	color: #333333;
}
/*
a:visited {
	color: #333333;
}
*/
img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 15px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 15px;
}
/* Form */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
input, textarea, select {
	/*width:100%;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
input.contact{
width:100%;
}
/* Header */
#header {
	text-align:left;
	width: 854px;
	height: 110px;
	margin: 0 auto 0px auto;
	/* background: url(/es/web.nsf/images/header_home_2.jpg) repeat-x left top; */
}
#logo {
	float: left;
	height:50px;
	margin-top:42px;
	padding: 0 20px;
}
#logo h1 {
	font-size: 38px;
	color: #FFFFFF;
}
#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}
#logo h1 a {
	color: #5b5b5b;
}
#logo h2 {
	margin-top:10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
#logo a {
	text-decoration: none;
}
#image_header{
	text-align:left;
	width: 853px;
	margin: 0 auto;
	/*border: 1px dotted #CCCCCC; */
	height:100px;
	min-height:100px;
	margin-bottom:8px;
	}
	
#header-right{
	margin-right:20px;
	float:right;
	}
#header-phone{
	letter-spacing:1px;
	margin:30  0 16 0;
	font-size:15px;
	color:#fff;
	float:right;
}
#header-menu{	
	clear:both;
	float:right;
	width:550px;
}
.highlight, .highlight2{
	font-weight:bold;
	color:#E63C3C;
	}
.highlight2{
	font-size:15px;
	}
#wrapper {
}
/* Page */
#page {
	text-align:left;
	width: 854px;
	margin: 0 auto;
	
}
/* Content */
#content {
	
	height:400px;
	min-height:400px;
	width: 100%;
	}
#cont-top{
width: 855px;
	float:left;
	background-color:#2D2D2D;
}
#cont-top-l{
	float:left;
	width:556px;
	height:179px;
}
#cont-top-r{
	font-weight:bold;
	float:right;
	background-color:#2D2D2D;
	width:295px;
	padding-top:10px;
	color:#fff;
	font-size:13px;
}
#cont-top-r span{
	
}
/*
#content p a {
	color:red;
}
*/
#home-left{
	background: url(/es/web.nsf/site/home-left-bg.jpg) no-repeat left bottom; 
	position:relative;
	float:left;
	height:470px;
	min-height:470px;
	width:312px;
}
#home-left img{
	position:absolute;
	top:-20px;
	left:-30px;
}
#home-left-phrase{
	margin: 340 0 0 20;
	font-size:17px;
}
#home-right{
	float:right;
	width:486px;
	margin: 30 30 0 0;
}
/* Main Left and Right Cols*/
#left{
	position:relative;
	float:left;
	/*
	height:470px;
	min-height:470px;
	*/
	width:195px;
	margin:20 0 0 20;
}
#right{
	float:right;
	width:590px;
	margin: 20 20 20 0;
}
/*
#home-right img{
border:1px solid #999;
}
*/
.home-content-block{
margin-top:15px;
float:left;
}
.home-content-block-left{
float:left;
width:220px;
}
.home-content-block-right{
float:right;
width:225px;
}
/* Post */
.post {
clear:both;
}
.post .title {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px #999999 solid;
}
.post .entry {
}
/* Sidebar */
#sidebar {
/*background: url(/es/web.nsf/images/left_bg.jpg) repeat-y right top; */
float: left;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#sidebar li {
	margin-bottom: 5px;
}
#sidebar li a{
	color:#000;
	width:185px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 11px;
	}
#sidebar li a:hover{
	background-color:#F3F3F3;
	}
#sidebar li ul {
}
#sidebar li.Active a {
color:#E63C3C;
font-weight:bold;
}
#sidebar li li {
	
	width:185px;
	height:auto;
	float:left;
	position:relative;
	margin: 0;
	padding-left: 0px;
	/* background: url(/es/web.nsf/images/bullet.gif) no-repeat top left 60%; */
	 border-bottom:1px #BEBEBE dotted; 
}
#sidebar h2 {
	color:E63C3C;
	margin-bottom: 5px;
	border-bottom: 1px #E8E8E8 solid;
	font-size: 16px;
	font-weight: normal;
}
/*Left Box */
.module {
border:3px solid #F9CCCC;
padding:5px;
min-height: 50px;
float:left;
position:relative;
}
/* Search */
#search {
}
#search h2 {
	margin-bottom: 20px;
}
#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}
#x {
	padding: 3px;
	: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}
/* Boxes */
.box1 {
	padding: 20px;
}
.box2 {
	color: #BABABA;
}
.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}
.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}
	.box{
	background-color:#EDF1FA;
	width:100%;
font-family:  Helvetica, verdana, Arial, sans-serif;
border:1px solid #999;
	}
	.box h1{
	display:block;
	color:#FFF;
	padding:4px;
	margin:0;
	background-color:#1D549D;
	font-size:11px;
		
border-bottom:1px solid #999;
	}
	.box p{
	padding:2px;
	}
/* Footer */
#footer {
	color:#666;
	clear:both;
	width: auto;
	height: 90px;
	margin: 0 auto;
	text-align:center;
	min-height: 90px;
	padding: 10px 0 0 0;
	-top: 3px #999999 solid;
	/*text-transform: uppercase;*/
	font-size: 10px;
background: url(/es/web.nsf/site/footer-bg.jpg) repeat-x left top;
	
}
#footer-inner {
margin:0 auto;
text-align:left;
width:853px;
position:relative;
}
#footer-left {
	margin:0 0 0 15;
	float:left;
	width:600px;
}
#footer-right{
	margin:10 15 0 0;
	float:right;
	width:150px;
	
}
#twit{
margin:0 0 10px 10px;
}
#footer-left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-left ul li a{
	color:#666;
	text-decoration:none;
}
#footer-left p.line{
border-top:1px solid #BCBCBC;
}
#footer-left p{
margin-top:4px;
line-height:17px;
color:#666;
}
html>body #footer {
	height: auto;
}
.productblock {
	margin:10 15 0 0;
	margin-right:15px;
	background-color:#DFDFDF;
	/*border:4px solid #E0E0E0;*/
	/*border-left:2px dotted #E0E0E0;*/
	float:left;
	min-height:295px;
	position:relative;
	width:270px;
	
}
.productblock h4{
	color:#333;
	font-size:18px;
	margin-left:10px;
	margin-top:10px;
}
.productblock h3{
}
.productblock ul {
	margin: 10px 0 15px 0 ;
	list-style: none;
	padding:0px;
	display:block;
}
.productblock li {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	width:240px;
}
.productblock a {
	color:#333;
	display: block;
	float: left;
	padding:3px;
	width:100%;
	text-decoration: none;
	font-size: 13px;
	border-bottom:1px #fff solid;	
}
.productblock a:hover {
	background-color:#E0E0E0;
	border-bottom:1px #FF0000 solid;
	text-decoration: none;
}
.productblock p{
	font-weight:normal;
	margin:0;
	font-size:11px;
	margin-left:3px;
}
.productblock a{
	font-weight:bold;
}
/* Quote Bubble */
div#citeCont {
clear:left;
color:#636363;
display:block;
font-size:9px;
margin-left:0px;
margin-top:10px;
margin-bottom:10px;
text-align:left;
width:180px;
}
div#citeContTop, div#citatContBott {
width:180px;
}
div#citeTop {
background:transparent url(/es/web.nsf/images/cite_top.gif) no-repeat scroll 0 0;
height:20px;
}
div#citeMidd {
background:transparent url(/es/web.nsf/images/cite_middle.gif) repeat-y scroll 0 0;
line-height:1.4;
}
div#citeBott {
background:transparent url(/es/web.nsf/images/cite_bottom.gif) no-repeat scroll 0 0;
height:43px;
}
div#citeMidd blockquote {
margin:0;
background:transparent url(/es/web.nsf/images/cite_quote_left.gif) no-repeat scroll 8px 0;
padding:4px 20px 0 30px;
}
blockquote span {
display:none;
}
/*
div#citeMidd p {
color:#929292;
font-weight:bold;
margin-bottom:0;
padding:6px 0 0;
text-align:right;
}
*/
ul.disp_list{
	margin: 5px 0 5px 10px;
	padding: 0px 0 0 0;
	list-style: square ;
	/*color:#FF3D3D;*/
	}
ul.disp_list li {
	margin-left:15px;
}
#downloads-right{
float:right;
width:175px;
}
#downloads-right a{
text-decoration:none;
border:solid 1px #ddd;
display:block;
padding:4px;
position:relative; /* Used for tooltips */
padding-right:10px;
margin-left:8px;
margin-top:15px;
}
#downloads-right a:hover{
color:red;
background-color:#eaeaea;
}
#downloads-right a.pdf{
background: url(/es/web.nsf/images/pdf_icon.gif) no-repeat center right;
}
/* Tabbed Box */
#wrap {
	width: auto;
	/* font-size: 1.2em; */
	margin: 1em auto; 
}
.tabbed-box {
	min-height:400px;
	width: 570px;
	background: #fff url(/es/web.nsf/tabbed-body-bg.jpg) repeat-x bottom;
	/*border: 1px solid #ddd; */
}
.tabbed-box2 {
	min-height:400px;
	width: 570px;
	background: #fff url(/es/web.nsf/tabbed-body-bg.jpg) repeat-x bottom;
	border: 2px solid #ddd;
}
ul.tabs  {
margin:0;
padding:0;
}
.tabbed-box .tabs li {
	height:auto;
	list-style: none;
	float: left; 
}
.tabbed-box .tabs li a {
	
	display: block;
	width: 100px;
	
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #888;
	background: #fff url(/es/web.nsf/tabbed-tab-bg.jpg) repeat-x bottom; 
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.tabbed-box .tabs li:first-child a {
	border-left: none; 
}
.tabbed-box .tabs li a:hover {
	color: #333; 
}
.tabbed-box .tabs li a:focus {
	outline: none; 
}
.tabbed-box .tabs li a.active {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #fff; 
}
.tabbed-content {
	border-top: 1px solid #ddd;
	clear:both;
	padding: 2em 1em 1em 1em;
	display: none; 
}
.tabs{
float:left;
}
#gallery {
}
#gallery ul { list-style: none; margin-left:10px; padding:0;}
#gallery ul li { display: inline; margin-right:10px;}
#gallery ul img {
		border: 5px solid #CCC;
		
		margin-bottom:8px;
}
#gallery ul a:hover img {
		border: 5px solid #DDD;
		border-width: 5px 5px 5px;
		color: #fff;
		
}
#gallery ul a:hover { color: #fff; }
/* jQuery lightBox plugin - Gallery style END */
#gallery {
}
#gallery ul { list-style: none; margin-left:10px; padding:0;}
#gallery ul li { display: inline; margin-right:10px;}
#gallery ul img {
		border: 5px solid #CCC;
		
		margin-bottom:8px;
}
#gallery ul a:hover img {
		border: 5px solid #DDD;
		border-width: 5px 5px 5px;
		color: #fff;
		
}
#gallery ul a:hover { color: #fff; }
#main-nav{
	float:right;
	 height:29px;
	 float:left;
	/* background-image:url(../images/nav-bg.gif);*/
	 background-repeat:repeat-x;
	 background-position:top left;
	 width:100%;
margin-bottom:20px;
	}
		 
		 /* Menu Body */
 ul#menu2 {
	 height:29px;
	 line-height:29px;
	/* background-image:url(../images/nav-bar.gif);*/
	background-position:right;
	background-repeat:no-repeat;
	list-style:none;
	 float:right;
	 padding:0px 0px 0px 0px;
	 margin:0px 0px 0px 0px;
			 		 
 }
		 
/* Float LI Elements - horizontal display */
ul#menu2 li {
	display:inline;
	}
		 
/* Link - common attributes */
	 ul#menu2 li a {
		/*background-image:url(../images/active-sprite-colours-long.gif) ; */
		background-repeat: no-repeat;
		background-image: top left;
		display:block;
		float:left;
		font-weight:bold;
		height:20px;
		position:relative;
		font-size: 12px;
		color: #fff;
		text-decoration:none;
		z-index:10;
		padding-left: 20px;
		/*padding-right: 10px;*/
	}

	 ul#menu2 li a:hover {	 
		color:#E63C3C;
	}

	ul#menu2 li.Active a{

		color:#E63C3C;
	}
	
	ul#menu2 li a:active , ul#menu2 li a:focus{
 	outline: none; 
	}

.top-box{
	margin-right:10px;
	margin-bottom:10px;
	width:178px;
	height:70px;
	min-height:70px;
	float:left;
	border:solid 4px #E8E8E8;
}
.top-box h2{
margin:4 0 4 4;
}
.top-box p{
margin:0 0 0 4;
}
#phonebox{
 background:url(../contact-phone.jpg) no-repeat scroll bottom right;
}
#faxbox{
 background:url(../contact-fax.jpg) no-repeat scroll bottom right;
}
#emailbox{
 background:url(../contact-email.jpg) no-repeat scroll bottom right;
}
.contact-box{
float:left;
padding:5px;
margin-right:15px;
border:solid 4px #E8E8E8;
}
.cust-comment{
padding:10px;
border:solid 4px #E8E8E8;
}
.cust-comment span{
	font-size:15px;
	margin:3px;
}
.date{
	color:#E95555;
	font-size:10px;
	display:block;
}
/* Home Page Div */
#home-cont{
float:left;
padding:25px 0 0 30px;
}
#home-cont td{padding:0;
}
.h-box{
position:relative;
border: 1px solid #666;
background-color:#e0e0e0;
width:245px;height:150px;
}
.h-box img.new-release{
position:absolute;
left:190px;
top:-20px;
}
.h-box h4{
margin-bottom:0;
}
.h-boxtop{
	width:100%;
background-color:#474946;
}
.h-boxtop h4{
padding:4px;
color:#fff;
}
.h-box p{
	padding:10px;
	font-size:12px;
	color:#000;
}
#divDidYouKnow{
	font-size:11px;
}
h3.w{
	font-weight:bold;
	color:#fff;
}
p.contact{
	margin-top:15px;
	border:3px solid #F9CCCC;
	padding:3px;
}
ul.niceul {
	margin: 0;
	padding: 0;
	list-style: disc;
	
}
ul.niceul li {
margin-left:15px;
}
.success{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.fail{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #BB0000;
background-color: #F4BDBD;
background-image:url('../images/cancel.png');
}
/* UL's for Crossware */
#crossware ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#crossware li {
	list-style: none;
	background: url(../images/ico_checkedbox.gif) no-repeat left top;
	margin-bottom: 5px;
	margin-left:0px;
	padding-left:25px;
}
.runsOn{
font-weight:bold; font-size:13px;
text-align:center;
padding:15px; background-color:#E6E6E6;
}
.freeTrial{
font-weight:bold; 
font-size:13px;
text-align:center;
padding:15px;
background-color:#FFCCCC;
}
/* tooltip styling */
.tooltipPopper{
	position:absolute;
	top:30px;
	right:-10px;
}
