@font-face {
    font-family: 'Myriad Pro';
	src:url("https://lexicon-global.com/css/fonts/MyriadPro-Regular.otf") format("opentype"); 
}
body{
	font-family: "Myriad Pro", arial;
	background-color: #000;
	background-image: url(../images/general_images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a img{
	border: 0 none;
	text-align: center;
}/*for IE*/

#space{ margin:0 auto; height:17px; }
#container{
	margin:0 auto;
	width:1010px;
	background:#FFF;
	border:solid 10px #FFF;
	overflow:hidden;
}
.home{
	margin: 0 auto;
	width: 1010px;
	background-color: #000;
}
#header{
	margin:0 auto;
	width:1010px;
	background-color:#000;
}
#navlogo{
	margin:0 auto;
	width:1000px;
	height:100px;
	border-top: solid 1px;
	background-image: url(../images/general_images/header.png);
	background-repeat: no-repeat;
}
.index{
	width: 215px;
	height: 60px;
	float: left;
	margin-top: -60px;
}
.nav{
	margin: 60px auto 0;
	width: 1000px;
	clear: both;
	height: 30px;
	background-color: #000;
}
.nav .roll1{
	width:110px;
	height:26px;
	float:right;
	background-image:url(../images/navigation/Nav_Contact.png);
}
.nav a:hover .roll1{ background:url(../images/navigation/Roll_Contact.png); }

.nav .roll2{
	width:108px;
	height:26px;
	float:right;
	background-image:url(../images/navigation/Nav_VoiceOver.png);
}
.nav a:hover .roll2{ background:url(../images/navigation/Roll_voiceOver.png); }

.nav .roll3{
	width:157px;
	height:26px;
	float:right;
	background-image:url(../images/navigation/Nav_DocumentTranslation.png);
}
.nav a:hover .roll3{ background:url(../images/navigation/Roll_DocumentTranslation.png); }

.nav .roll4{
	width:156px;
	height:26px;
	float:right;
	background-image:url(../images/navigation/Nav_InterpretationEquipment.png);
}
.nav a:hover .roll4{ background:url(../images/navigation/Roll_InterpretationEquipment.png); }

.nav .roll5{
	width:175px;
	height:26px;
	float:right;
	background-image:url(../images/navigation/Nav_SimultaneousInterpretation.png);
}
.nav a:hover .roll5{ background:url(../images/navigation/Roll_SimultaneousTranslation.png); }


a.main{/*============= MAIN ===================*/
	margin:0 auto;
	width:1010px;
	height:545px;
}
.what{
	width:140px;
	height:4pages/px;
	float:left;
}
.what img{
	margin:185px 0 0 10px;
}
.wewe{
	width:60px;
	height:4pages/px;
	float:left;
	margin-top:30px;
}
.we{
	width:395px;
	height:4pages/px;
	float:left;
	background-color:#fff;
	margin-top:30px;
}
.we p.maintext{
	font-size:12px;
	color:#666;
	margin-right:15px;
	margin-left:5px;
	margin-bottom:20px;
}
.do{
	width:415px;
	height:4pages/px;
	float:right;
}
.do .productsmain{
	margin:0 0 0 10px;
	width: 370px;
	height: 160px;
	background-color: #FFF;
	border-top: solid 10px #41587F;
	border-bottom: solid 10px #41587F;
	border-left: solid 10px #41587F;
	border-right: solid 10px #41587F;
	text-transform: none;
}
p.productprice{
	font-size: 14px;
	text-align: center;
	margin-top: -2px;
	color:#41587F;
}
.do .productsmain2{
	margin:20px 0 0 10px;
	width:370px;
	height:75px;
	background-color:#FFF;
	border-top:solid 10px #41587F;
	border-bottom:solid 10px #41587F;
	border-left:solid 10px #41587F;
	border-right: solid 10px #41587F;
}
.video{
	margin:0 0 0 10px;
	width:390px;
	height:215px;
	background-color:#41587F;
}

/*==================================ABAJO=================================*/
#abajo{
	margin:0 auto;
	width:336.5px;
	float:left;
}
#abajo p.izq{
	font-size:12px;
	color:#666;
	margin:0 10px 0 24px;
}
#abajo .izqu{
	margin:30px 0 15px 20px;
	border:solid 1px #999;
	width:300px;
}
#abajo .mid{
	margin-top:10px;
	float:left;
	width:1pages/px;
	height:125px;
	background-color:#60748C;
}
#abajo .dere{
	margin:25px 0 0 15px;
	width:300px;
	background-color:#E7ECEC;
}

/*-------------------------------------------------- INDEX LEAD --------------------------------*/
#datime{
	margin:0 auto;
	width:510px;
}
#formalado{
	margin-left:1pages/px;
	width:3pages/px;
	float:left;
	min-height:160px;
}
#formladoo{
	margin:0 auto;
	width:pages/0px;
	float:right;
	min-height:160px;
}
#formalado label{
width: 6em;
paddin-top:3px;
float: left;
text-align:right;
margin-right: 30px;
display: block
}
#formladoo label{
width: 6em;
float: left;
text-align: right;
margin-right: 30px;
display: block
}

.tooltip-wrap {/* -- for the hover text ------------- */
	position: relative;
	color: #000;
}
.tooltip-wrap .tooltip-content {
	font-size:16px;
	background-color:#F90;
	width:pages/0px;
	border:solid 5px #F0F0F0;
	border-radius:15px;
	display:none;
	position:absolute;
	top:90%;
	left:-40%;
	padding:.3em .5em;
}
.tooltip-wrap:hover .tooltip-content {
	display: block;
}


h3.CC{/*-----------------------------------------CREDIT CARD FORM--------------------------------*/
font-size:16px;
text-align:center;
margin-bottom:-5px;
}

h4.CC{
	font-size:15px;
	text-align:center;
	margin-bottom:-5px;
}
p.CCdesc{
	text-align:center;
	line-height:15px;
	color:#666;
}
p.cc{
	font-size:14px;
	text-align:center;
}
span.cc{
	font-size:12px;
	font-weight:400;
	color:#333;
}
p.step{
	font-size:17px;
	margin-left:270px;
}
p.step a{
	font-size:14px;
	color: #06F;
	text-decoration: none;
}
p.step a:hover{
	color:#009;
}

form#CCform input{
	line-height:30px;
	margin-top:5px;
}
form#CCform input:hover{
	border:solid 2px #CCCCCC;	
}
form#CCform input[type="text"]{
    font-size:16px;
	color:#666;
}
form#CCform input[type="submit"]{
	margin:30px 0 10px 480px;
}




/*===============================================================================================*/
/*============================================EQUIPMENT==========================================*/
/*===============================================================================================*/

#container.equipment{
	margin: 0 auto;
	width: 1010px;
	background: #FFF;
	font-size: small;
}
#container.equipment #equiarriba{/* ----- parte de arriba ----- */
	margin-top: 10px;
	overflow: visible;
}
div.itemTop{
	width: 593px;
	margin-top: 0px;
	border: solid 1px #CCCCCC;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 88%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(88%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}
div.itemTop h3{
	font-size:16px;
	text-align:center;
	font-weight:400;
	color:#20336D;
	margin:5px 0 10px 0;
}
div.itemTop p{
	font-size:12px;
	text-align:center;
	color:#666;
	margin:-8px 5px 10px 5px;
	padding:0 10px 10px 10px;
}
#infoBar{
	width:596px;
	margin:-10px 0 0 0;
}
#infoBar div.item{
	width:197px;
	min-height:70px;
	float:left;
	margin-right:-1px;
	border:solid 1px #CCCCCC;
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(88%,#ffffff));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}
#infoBar div.item h3{
	margin-top:5px;
	font-size:14px;
	text-align:center;
	font-weight:400;
	color:#20336D;
}
#infoBar div.item p{
	font-size:10px;
	text-align:center;
	color:#666;
	margin:-12px 10px 0px 5px;
	line-height:14px;
}
.either1{
	margin: 10px -60px 0px 90px;
	float: left;
	width: 400px;
	min-height: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.either{
	margin:0px -60px 20px 90px;
	float:left;
	width:400px;
	min-height:80px;
	border:solid 1px #ccc;
	background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(88%,#ffffff));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}
h3.eithor{
	text-align:center;
	font-weight:400;
	margin-bottom:-10px;
}
a h3.eithor{
	font-size:20px;
	font-weight:400;
	margin:5px 0 -10px 0;
	color:#20336D;
}
a:hover h3.eithor{
	text-align:center;
	font-weight:400;
	color:#AC6318;
}
p.eithor{
	font-size:12px;
	text-align:center;
	color:#666;
	margin:15px 10px 0 10px;
}
a:hover p.eithor{
	text-align:center;
	font-weight:400;
	color:#AC6318;
}
/*----------------------------------------our systems----------------*/

h4#systms{
	font-weight:400;
	font-size:22px;
	color:#41587F;
	margin:0px 0 5px 0;
	text-align:center;
}
h5.product{
	font-weight:400;
	font-size:16px;
	text-align:center;
	margin:0 0 0 0;
}
h6.price{
	font-weight:400;
	font-size:14px;
	color:#C00;
	text-align:center;
	margin:0 0 0 0;
}
h6#price span{
	font-size:11px;
	color:#999;
}

p.desc{
	font-size: 11px;
	text-align: center;
	margin: 0 0 0 0;
	color: #666;
}
.our a{
	font-size:12px;
	color:#06C;
	text-align:center;
	text-decoration:none;
}
.our a:hover{
	color:#F00;
}
p.check{
	margin:0 0 20px 0;
}
.our{
	width:252px;
	min-height:225px;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
}
.spacio{
	margin:0 auto;
	width:900px;
	min-height:1px;
	overflow:hidden;
}


#segp{/*----------------------------Segments Section------------*/
	clear: both;
	width: 400px;
	float: left;
	margin-top: 30px;
	overflow: hidden;
}
.segments{
	width: 680px;
	float: right;
}
.segments .segimg{
	width: 110px;
	float: left;
}
.segments img{
	margin-left:30px;
}
.segments img:hover{
	opaCity:0.5;
}
p.segp{
	text-align:center;
	color:#3B5A80;
	font-size:13px;
}

#segments2{/*----segment interior pages-----*/
	width:1010px;
	margin-top:10px;
	float:right;
}
#segimg2 {
	width:166px;
	float:left;
}
#segments2 img:hover{
	opaCity:0.5;
}
img.segimg1{
	margin-left:pages/px;
}

div.equlist{/* ----- parte de lista de productos ----- */
	width: 240px;
	margin-top: 10px;
	float: left;
}
div.equlist a{
	text-decoration: none;
}
div.equlist a:hover h2.equlist{
	text-decoration: none;
	color: #06F;
	font-weight: 400;
}
div.equlist h2.equlist{
	font-weight:400;
	font-size:15px;
	color:#000;
	margin:10px 0 -3px 0px;
}
div.equlist h2.current{
	font-size:16px;
	color:#000;
	font-weight:4pages/;
	background:#EFEFEF;
	padding:2px 0 0px 8px;
	margin-left:0px;
}
div.equlist ul.equlist{
	font-size:13px;
	list-style:none;
	line-height:19px;
	color:#999;
	margin-top:5px;
	margin-left:-35px;
}
div.equlist ul.equlist a{
	color:#666;
	text-decoration:none;
}
div.equlist ul.equlist a:hover{
	color:#F60;
}

div.equprods{ /*------------------------parte derecha de productos ----*/
	width: 750px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.equprods div.product{
	width: 240px;
	height: 300px;
	margin-bottom: 20px;
	border: solid 2px #E8E8E8;
	float: left;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
div.equprods div.maright{
	margin-left:9px;
}
div.equprods div.product img{
	margin:10px 0 10px 10px;
	padding-bottom:102px;
}
div.equprods a:hover h3.equprods{
	color: #FFFFFF;
	background: #ff0202; /* Old browsers */

background: -moz-linear-gradient(top,  #ff0202 0%, #601313 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0202), color-stop(100%,#601313)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ff0202 0%,#601313 100%); /* Chrome10+,Safari5.1+ */

background: linear-gradient(to bottom,  #ff0202 0%,#601313 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0202', endColorstr='#601313',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
div.equprods h3.equprods{
	text-align: center;
	font-size: 15px;
	color: #FFF;
	font-weight: 400;
	padding: 5px 0px 5px 0px;
	margin-top: 0px;
	margin-bottom: 0;
	background: #c90202; /* Old browsers */

background: -moz-linear-gradient(top,  #c90202 0%, #601313 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90202), color-stop(100%,#601313)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #c90202 0%,#601313 100%); /* Chrome10+,Safari5.1+ */

background: linear-gradient(to bottom,  #c90202 0%,#601313 100%); 
	border-top-left-radius: 6px;	/* background-color:#41587F; */
	border-top-right-radius: 6px;
}
div.equprods a{
	text-decoration: none;
	border-top-right-radius: 0px;
}
p.equprods{
	text-align:center;
	font-size:12px;
	color:#666;
	margin:-100px 10px 0px 10px;
	padding-bottom:10px;
}
p.equiPrice{
	text-align:center;
	font-size:12px;
	color:#666;
	margin:6px 0 0 0;
}
span.priceequip{
	color:#C00;
	font-size:14px;
}
a:hover .productsections{
	box-shadow:1px 1px 5px #999999;
	border-radius: 
}
	
div.equprod{/* ----- parte de los productos ----- */
	width:740px;
	float:right;
	margin-top:20px;
	border:solid 5px #DFDFDF;
}
div.equprod a{
	text-decoration:none;
}
div.equprod a:hover h3.equprod{
	color:#CCC;
	text-shadow:2px 2px 1px #000000;
}
div.equprod div#products{
	margin:0 0 20px 0;
	width:700px;
	clear:both;
}
div.equprod #product{
	margin:15px 6px 20px 6px;
	width:220px;
	float:left;
}
a h4.equprod{
	text-align:center;
	font-size:14px;
	color:#20336D;
	margin-top:8px;
}
a p.equprod{
	text-align:center;
	font-size:12px;
	color:#999;
	margin:10px 10px 20px 10px;
}

/*===============================================================================================*/
/*====================================== Customised System Gallery ==============================*/
/*===============================================================================================*/

.systemsgallery{
	margin:0 auto;
	width:900px;
	background-color:#F6F9F9;
	overflow:hidden;
}
h2.systemstitle{
	background-color:#3A4763;
	color:#FFF;
	font-weight:400;
	font-size:19px;
	padding:5px 0;
}
.gallerysections{
	width:210px;
	min-height:235px;
	float:left;
	margin:0 0 25px 18px;
}
.gallerysections img{
	margin:0 0 0 12px;
}
.gallerysections1{
	width:210px;
	min-height:255px;
	float:left;
	margin:0 0 25px 12px;
}
.gallerysections2{
	width:210px;
	min-height:140px;
	float:left;
	margin:0 0 25px 12px;
}
.gallerysections2 img{
	margin:0 0 0 30px;
}

.gallerynumber{
	margin:0 auto;
	text-align:center;
	font-size:20px;
	color:#F60;
}
h4.gallerydescription{
	text-align:center;
	font-size:12px;
	margin:3px 0 0 0;
}
p.gallerydescription{
	text-align:center;
	font-size:12px;
	margin:3px 0 0 0;
	color:#333;
}

div.gall{
	margin: 0px 0 0 0;
	float: right;
	width: 400px;
	height: 160px;
}
div.gall p.gall{
	text-align: center;
	background-color: #41587F;
	padding: 25px 0;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,95,200,1.00) 0%,rgba(0,53,93,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,95,200,1.00) 0%,rgba(0,53,93,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,95,200,1.00) 0%,rgba(0,53,93,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,95,200,1.00) 0%,rgba(0,53,93,1.00) 100%);
}
div.gall p.gall a{
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	margin-top: 0px;
	padding: 10px 0 0px 0;
}
div.gall p.gall a:hover{
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	padding: 5px 100px;
	background-image: -webkit-linear-gradient(270deg,rgba(101,133,246,1.00) 0%,rgba(0,52,93,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(101,133,246,1.00) 0%,rgba(0,52,93,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(101,133,246,1.00) 0%,rgba(0,52,93,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(101,133,246,1.00) 0%,rgba(0,52,93,1.00) 100%);
}
 /*   Sales Bootom */
div.gall p.gallr{
	text-align:center;
	background-color:#41587F;
	padding:5px 0 5px 0;
}
div.gall p.gallr a{
	text-decoration:none;
	font-size:15px;
	color:#fff;
	margin-top:25px;
	padding:10px 0 10px 0;
}
div.gall p.gallr a:hover{
	text-decoration:none;
	font-size:15px;
	color:#fff;
	text-align:center;
	margin-top:25px;
	background-color:#93CC5F;
	padding:5px 107px;
}
div.equiGall{
	width:7pages/px;
	float:right;
	margin-top:10px;
	margin-bottom:20px;
}
p.gallTitle{
	text-align:center;
	font-size:18px;
	color:#20336D;
}
div.equiGall div.product{
	width:180px;
	height:220px;
	margin-bottom:20px;
	border:solid 2px #E8E8E8;
	float:left;
}
div.equiGall div.product img{
	margin:10px 0 10px 33px;
	padding-bottom:92px;
}
div.equiGall h3.titleGall{
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:400;
	padding:5px 0px 5px 0px;
	margin-top:0px;
	margin-bottom:0;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #20336D 0%, #142045 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #20336D 0%, #142045 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #20336D 0%, #142045 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #20336D), color-stop(1, #142045));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #20336D 0%, #142045 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #20336D 0%, #142045 100%);
}
div.equiGall a{
	text-decoration:none;
}
p.titleGall{
	text-align:center;
	font-size:12px;
	color:#666;
	margin:-95px 5px 0px 5px;
	padding-bottom:10px;
}
a:hover #product{
	box-shadow:1px 1px 5px #999999;
}

#construction{/* ------------------- UNDER CONSTRUCTION ------- */
	margin: 0 auto;
	width: 1000PX;
}
#construction p{
	text-align:center;
	font-size:25px;
	color:#FC0;
	margin-bottom:-30px;
}
/*===============================================================================================*/
/*======================================== EQUIPMENT RENTALS ====================================*/
/*===============================================================================================*/

#brands{
	margin: 0 auto;
	width: 1010px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 88%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(88%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 88%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 88%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
}
p.our{
	font-size:19px;
	float:left;
	margin:15px 0 0 30px;
}
#brands img{
}
.rentals{
	margin:-10px 0 10px 0;
	width:1010px;
}
.rentals h4{
	font-weight:400;
	font-size:22px;
	margin-left:15px;
}
.rentals p.rent{
	font-size:15px;
	color:#CCC;
	margin:-30px 0 -10px 5px;
	margin-left:15px;
}
div.equirent{ /* ----------------------- */
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 310px;
	border: solid 1px #CCCCCC;
	float: left;
}
div.equirentimg{
	margin:0 auto;
	width:215px;
	padding:20px 0 10px 0;
}
div.equirentimg img{
	margin:0 auto;
}
div.equirenttext{/* ------ text -----*/
	width: 305px;
	color: #667;
	font-size: 12px;
	line-height: 15px;
}
div.equirenttext h5{
	text-align:center;
	margin:5px 0 10px 0px;
	font-size:18px;
	font-weight:400;
}
div.equirenttext p.desc{
	font-size: 12px;
	color: #666;
	text-align: left;
	line-height: 15px;
	margin: 0 10px 10px 15px;
}

div.equirenttext p.rate{
	font-size:14px;
	margin:0 0 -2px 15px;
	color:#F90;
}
p.quoterent {
	margin:5px 0 10px 190px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4562ba), color-stop(1, #20336d) );
	background:-moz-linear-gradient( center top, #4562ba 5%, #20336d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4562ba', endColorstr='#20336d');
	background-color:#4562ba; -moz-border-radius:6px; -webkit-border-radius:12px;
	border-radius:6px; display:inline-block; color:#ffffff;
	font-size:12px; padding:5px 12px; text-decoration:none;
}.quoterent:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20336d), color-stop(1, #4562ba) );
	background:-moz-linear-gradient( center top, #20336d 5%, #4562ba 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#20336d', endColorstr='#4562ba');
	background-color:#20336d;
}.quoterent:active {
	position:relative; top:1px;
}

/*===============================================================================================*/
/*======================================== EQUIPMENT SECTIONS ===================================*/
/*===============================================================================================*/

#sections{/*------------------ICONS-----------*/
	width:100px;	
	float:right;
	min-height:100px;
}
p.secp{
	margin-top:-5px;
	font-size:11px;
	text-align:center;
	color:#3B5A80;
}
#sections img{
	margin:10px 0 10px 20px;
}
#sections img:hover{
	opaCity:0.5;
}

#description{
	margin:0 auto;
	width:540px;
	overflow:hidden;
}
#desctext{
	width:400px;
	float:right;
}
h2.desch{
	font-weight:400;
	font-size:20px;
	margin-bottom:-5px;
}
p.desctext{
	font-size:14px;
	line-height:18px;
	color:#666;
}


#segtopevent{
	width:470px;
	margin:0 0 10px 20px;
	float:left;
	border:solid 2px #E8E8E8;
}
p.equideseve{
	font-size:14px;
	margin:10px;
	color:#666;
	line-height:19px;
}
#segtop{
	margin:0 auto;
	width:9pages/px;
	border:solid 2px #E8E8E8;
	overflow:hidden;
}
#segtop h3{
	font-size:24px;
	font-weight:400;
	display:inline;
	margin:40px 0 0 0px;
}


#systemequipment{
	clear:both;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
div.systemequipment1{
	width:300px;
	height:2000x;
	float:left;
	margin-left:30px;
	margin-right:10px;
	margin-bottom:30px;
	border:solid 2px #E8E8E8;
}
div.systemequipment2{
	width:300px;
	float:left;
	border:solid 2px #E8E8E8;
}
div.systemequipment3{
	width:300px;
	float:left;
	margin-left:10px;
	border:solid 2px #E8E8E8;
}
#systemequipment img{
	margin-left: 10px;
	text-align: center;
}

#segmenttop{
	margin:10px auto;
	width:420px;
	overflow:hidden;
}
#segmeimg{
	float:left;
}
#segtext{
	margin:20px 0 0 0;
}
h2.sectionTitle{
	font-size:24px;
	font-weight:400;
	display:inline;
	padding:20px 0 0 10px;
}


#systemequipment h3{
	font-size: 19px;
	text-align: center;
	color: #000000;
	margin-top: 25px;
	font-weight: 400;
}
#systemequipment p.equides{
	font-size:14px;
	margin:10px;
	color:#666;
	line-height:19px;
}
#systemequipment p.equides-margin{
	font-size:14px;
	line-height:14px;
	margin:10px;
	color:#283C66;
	line-height:12px;
	margin-top:-5px;
}
#systemequipment p.equides-regularprice{
	font-size:11px;
	margin:10px;
	color:#4E5A73;
	line-height:14px;
	margin-top:-20px;
}
p.quote {
	margin:25px 0 20px 180px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4562ba), color-stop(1, #20336d) );
	background:-moz-linear-gradient( cEnter Here top, #4562ba 5%, #20336d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4562ba', endColorstr='#20336d');
	background-color:#4562ba;
	-moz-border-radius:6px;
	-webkit-border-radius:12px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	padding:5px 12px;
	text-decoration:none;
}.quote:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20336d), color-stop(1, #4562ba) );
	background:-moz-linear-gradient( cEnter Here top, #20336d 5%, #4562ba 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#20336d', endColorstr='#4562ba');
	background-color:#20336d;
}.quote:active {
	position:relative;
	top:1px;
}

p.enter {
	margin: 15px 0 20px 210px;
	/* [disabled]background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4562ba), color-stop(1, #20336d) ); */
	/* [disabled]background: -moz-linear-gradient( center top, #4562ba 5%, #20336d 100% ); */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4562ba', endColorstr='#4562ba');
	background-color: #C30;
	-moz-border-radius: 6px;
	-webkit-border-radius: 12px;
	border-radius: 8px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 5px 12px;
	text-decoration: none;
}.enter:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20336d), color-stop(1, #4562ba) );
	background:-moz-linear-gradient( center top, #20336d 5%, #4562ba 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#20336d', endColorstr='#4562ba');
	background-color:#20336d;
}.enter:active {
	position:relative;
	top:1px;
}

div.systemequipment1 a,
div.systemequipment2 a,
div.systemequipment3 a{
	text-decoration:none;
	color:#fff;
}
div.systemequipment1 a:hover p.quote,
div.systemequipment2 a:hover p.quote,
div.systemequipment3 a:hover p.quote{
	color:#CCC;
}
#equioptions{
	margin-left:10px;
	width:400px;
	background-color:#FBFCFF;
	float:left;
	margin-bottom:20px;
}
a:hover img.imagedropshadow {
	-moz-box-shadow: 0px 0px 5px #CCCCCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
#equioptions img{
	margin-left:0px;
}
#equioptions h4.opts{
	font-size:18px;
	color:#20336D;
	text-align:center;
	margin-bottom:1px;
}
#equioptions h5.opts{
	font-size:14px;
	color:#20336D;
	text-align:center;
	margin-bottom:0;
}
#equioptions p.opts{
	font-size:14px;
	color:#666;
	text-align:center;
}
#equioptions ul{
	list-style:none;
	font-size:13px;
	color:#707070;
	line-height:18px;
	margin-bottom:20px;
	clear:both;
}
p.now{
	font-size:16px;
	margin-bottom:20px;
}
p.equides-regularprice{
	font-size:12px;
	color:#AC6318;
	margin:-15px 0 10px 10px;
}
/*===============================================================================================*/
/*======================================== EQUIPMENT SINGLE =====================================*/
/*===============================================================================================*/

#container.single{
	margin:0 auto;
	width:1010px;
	background:#FFF;
	border:solid 10px #FFF;
}
#container.single #carrusel{
	width:1010px;
	margin-bottom:10px;
}
#container.single #carrusel p{
	text-align:center;
}
#container.single #equipo{
	width: 1005px;
	border: solid 2px #CCCCCC;
	margin-top: 10px;
}
h2.productName{
	text-align:center;
	color:#000; 
	font-weight:400;
	font-size:22px;
	margin-top:0px;
	margin-bottom:10px;
}
#container.single div.picture{
	width: 700px;
	height: 420px;
	float: left;
}
#container.single div.description{
	width:2pages/px;
	height:400px;
	float:right;
}
#container.single div.description #stock{
	margin: 0 auto;
	height: 60rpages/1`	qaZpx;
	width: 200px;
	background-color: #009933;
}
#container.single div.description #stock p{
	font-size:13px;
	font-weight:pages/0;
	color:#FFF;
	text-align:center;
	text-shadow:2px 2px 1px #006600;
	margin-top:0px;
}
#container.single div.description ul.desc{
	list-style:none;
	font-size:12px;
	color:#03F;
}
#container.single div.description p.desc{
	font-size:13px;
	color:#353F5A;
	margin-bottom:0px;
}
#container.single div.description #precio{
	margin:0 auto;
	width:220px;
	height:95px;
	background-color:#fff;
}
#pdf_link{
	margin:0 auto;
}
#pdf_link img{
	margin:15px 0 0 75px;
}

#infoBar2 { /* ---------------------------- InfoBar 2 --------*/
    margin: 0;
    width: 1010px;
}
#infoBar2 div.item {
	background: linear-gradient(to bottom, #F7F7F7 0%, #FFFFFF 88%) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: -1px;
	min-height: 115px;
	width: 335px;
}
#infoBar2 div.item h3 {
    color: #20336D;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
#infoBar2 div.item p {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    margin-top:-5px;
    text-align: center;
}

#especificaciones{/* ============================ aqui empieza lo de las tabs ===== */
	margin:0 auto;
	width:1000px;
}
#especificaciones #usual1.usual ul{
	list-style: none;
	display:block;
	height:30px;

}
#especificaciones #usual1.usual ul li{
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E3E8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E3E8;
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f2', endColorstr='#ffffff',GradientType=0 );
    float:left;
	
}
#especificaciones #usual1.usual ul li a{
	font-size:16px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color:#333;
	padding:10px 30px 10px 30px;
	text-decoration:none;
	
}
#especificaciones #usual1.usual ul li a:hover{
	font-size:16px;
	color:#06F;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color:#F6F7F2;
	text-decoration:none;
	
}
#especificaciones #usual1.usual{
	margin:0 auto;
	width:900px;
	min-height:200px;
}
#especificaciones #usual1.usual #tab1{ /*----------------Tabs Part--------*/
	margin: -8px 0 0 10px;
	width: 880px;
	min-height: 200px;
	border:solid 1px #E4E3E8;
}
#especificaciones #usual1.usual #tab1 p{
	font-size:14px;
	margin-left:30px;
	margin-right:30px;
	line-height:18px;
}
#especificaciones #usual1.usual #tab1 #blanco{
	margin:-2px 0 0 30px;
	width:139px;
	height:5px;
	background-color:#fff;
}

#especificaciones #usual1.usual #tab2{
	margin:-8px 0 0 10px;
	width:880px;
	border:solid 1px #E4E3E8;
}
#especificaciones #usual1.usual #tab2 img{
	margin:20px 10px 0 10px;
}
#especificaciones #usual1.usual #tab2 #galltext{
	margin:0 auto;
	width:8pages/px;
}
#especificaciones #usual1.usual #tab2 #galltext p{
	font-size:12px;
	color:#20336D;
}
#especificaciones #usual1.usual #tab2 #blanco{
	margin:-2px 0 0 173px;
	width:111px;
	height:5px;
	background-color:#fff;
}

#especificaciones #usual1.usual #tab3{
	margin:-8px 0 0 10px;
	width:880px;
	min-height:200px;
	border:solid 1px #E4E3E8;
}
#especificaciones #usual1.usual #tab3 p.titulo{
	margin: 15px 0 10px 30px;
	font-size: 17px;
	color: #AC631E;
	font-weight: 400;
}
#especificaciones #usual1.usual #tab3 p.specs{
	margin:0 0 0 40px;
	line-height:19px;
	font-size:14px;
	color:#2C2C2C;
}
#especificaciones #usual1.usual #tab3 #blanco{
	margin:-2px 0 0 288px;
	width:151px;
	height:5px;
	background-color:#fff;
}

#especificaciones #usual1.usual #tab4{
	margin:-8px 0 0 10px;
	width:880px;
	min-height:200px;
	border:solid 1px #E4E3E8;
}	
#especificaciones #usual1.usual #tab4 img{
	margin:20px 0 0 35px;
}
#especificaciones #usual1.usual #tab4 #galltext{
	margin:0 auto;
	width:8pages/px;
}
#especificaciones #usual1.usual #tab4 #galltext p{
	font-size:12px;
	color:#20336D;
}

#especificaciones #usual1.usual #tab5{
	margin:-8px 0 0 10px;
	width:880px;
	min-height:200px;
	border:solid 1px #E4E3E8;
}
#especificaciones #usual1.usual #tab5 p.sinco{
	margin:15px 20px 20px 30px;
	font-size:14px;
	line-height:18px;
	color:#333;
}
#especificaciones #usual1.usual #tab5 p.cinco{
	margin: 0 0 0 80px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #AC631E;
}
#especificaciones #usual1.usual #tab5 p.zinco{
	margin:20px 20px 10px 30px;
	font-size:18px;
	color:#999;
	line-height:20px;
}
#especificaciones #usual1.usual #tab5 #blanco{
	margin:-2px 0 0 444px;
	width:175px;
	height:5px;
	background-color:#fff;
}

#especificaciones #usual1.usual #tab6{
	margin: -8px 0 0 10px;
	width: 880px;
	min-height: 200px;
	border: solid 1px #E4E3E8;
	color: #AC631E;
}	
#especificaciones #usual1.usual #tab6 p.cliente{
	margin: 15px 0 0 30px;
	font-size: 16px;
	color: #AC631E;
	font-weight: pages/0;
}
#especificaciones #usual1.usual #tab6 p.review{
	margin: -20px 10px 20px 300px;
	font-size:14px;
	line-height:18px;
	color:#333;
}
#especificaciones #usual1.usual #tab6 #blanco{
	margin:-2px 0 0 623px;
	width:186px;
	height:5px;
	background-color:#fff;
}
p.soon{
	font-size:18px;
	margin-left:40px;
	color:#333;
}
p.under{
	font-size:16px;
	margin-left:60px;
	color:#999;
}

/*----------------------------------------------------------------------------------------*/
/*========================================= Quote Forms ==================================*/
#quoteforma{
	margin: 0 auto;
	width: 1000px;
}
p.qouteform{
	font-size:19px;
	text-align:center;
	font-weight:400;
	color:#000;
	margin-top:0px;
	margin-bottom:-15px;
}
#linea{
	margin:0 auto;
	width:80%;
	height:2px;
	background-color:#E5E5E5;	
}
p.qouteformm{
	font-size:18px;
	text-align:center;
	font-weight:400;
	color:#000;
	margin-top:20px;
	margin-bottom:-15px;
}
p.please{
	 text-align: center;
	 color:#999999;
	 margin-bottom:25px;
	 font-size: 17px;
}




/*----------------------------------------------------------------------------------------*/
/*=========== Simutaneous Interretation Doc Translatio Voice Over ========================*/
#lgtop{
	width: 1000px;
	min-height: 70px;
	float: left;
}
h2.lgtoptext{
	font-weight: 400;
	font-size: 17px;
	color: #20336D;
	margin-top: 11px;
	margin-right: 0;
	margin-left: 25px;
	margin-bottom: 0;
}
p.lgtoptext{
	color: #333;
	margin: 5px 0 0 25px;
	font-size: 14px;
	padding-right: 0px;
}
#SimInterpretation{
	width: 760px;
	float: left;
}
h3.services{
	font-weight: 400;
	font-size: 17px;
	color: #000;
	margin: 15px 0 -8px 10px;
}
h4#Call{
	font-weight:400;
	font-size:18px;
	margin:10px 0 -10px 0;
	text-align:center;
}
p.services{
	font-size:15px;
	color:#666;
	margin:10px 25px 0 15px;
}
ul.nationwide{
	color: #2B557D;
	float: left;
	margin: 8px 0 0px 15px;
	list-style-type: none;
	font-size: 13px;
}
#sideInterpretation{
	margin-top: 10px;
	width: 250px;
	float: right;
	min-height: 2pages/px;
	background-color: #E0E0E0;
}


#tranlationLeft{/*Document translationpage*/
	width:720px;
	float:left;
}
#tranlationRight{
	width: 290px;
	background-color: #E0E0E0;
	float: right;
	min-height: 1000px;
}

#voiceoverside{
	width: 310px;
	float: left;
	height: 0px;
}
#vioveovermain{
	width:700px;
	float:right;
	min-height:200px;
}
#videoexamples{
	margin:0 auto;
	width:680px;
	border:solid 1px #999999;
	overflow:hidden;
}
.examplesvideo{
	margin: 0 0 0 10px;
	float: left;
	width: auto;
}
p.videoxample{
	margin: 0 0 5px 0;
	color: #284A62;
	font-size: 15px;
}
iframe.videoyoutube{
	border:none;
	overflow:hidden;
}

#founded{
	width:580px;
	float:left;
}
#contact{
	width:410px;
	float:right;
}
h3.contact{
	font-size: 16px;
	color: #AC631E;
	text-align: left;
	clear: both;
	margin: 10px 0 5px 25px;
	font-weight: 300;
}
p.contact{
	font-size:12px;
	color:#666;
	text-align:left;
	margin:0 30px 10px 25px;
}
p.contactEmail{
	font-size:12px;
	color:#666;
	text-align:left;
	margin:-5px 10px 10px 80px;
}
p.contactEmail a{
	font-size: 12px;
	text-decoration:none;
	color: #999;
	text-align: left;
	margin: 0 10px 10px 0px;
}
p.contactEmail a:hover{
	font-size:12px;
	text-decoration:none;
	color:#28336D;
	text-align:left;
	margin:0 10px 10px 0px;
}
#lgtopcalendar{
	float: left;
	width: 527px;
	margin-bottom: 10px;
}
#lgtopcalendar1{
	float: left;
	width: 275px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 24px;
	margin-bottom: 0;
}

#calendarleft{
	width:1010px;
	float:left;
}
.calendarsections{
	margin-bottom:15px;
	overflow: hidden;
	border-bottom:solid thin #CCC;
	margin-left:100px;
}
.calendarimages{
	width:310px;
	float:left;
}
.calendartext{
	width: 500px;
	margin-right: 10px;
	float: left;
}
h4.calendartitle{
	margin:0 0 10px 10px;
	font-weight:400;
	font-size:15px	
}
p.calendarevent{
	margin: 0  10px 10px;
	font-size: 13px;
	color: #999;
	line-height: 18px;
	width: 6pages/px;
}

#calendarright{
	width:280px;
	float:right;
	background-color:#E0E0E0;
}

p.calendar{
	color:#999;
	margin:5px 7px 0 10px;
	padding-bottom:10px;
}



/* ------------------------------------------------------carreras -------- */

#careers{
	margin:0 auto;
	width:1000px;
}
#careers h4.career{
	font-size:20px;
	color:#20336D;
	margin:25px 0 20px 0;
}
#careers p.career{
	font-size:15px;
	color:#666;
	margin:0 pages/px 20px pages/px;
	line-height:20px;
}
.ProductTitle-onwhite {
	src:url(https://www.lexiconglobal.com/css/fonts/MyriadPro-Regular.otf);
	font-weight:400;
	font-size: 19px;
	color: #000;
	text-align: left;
}
.ProductDescription-onwhite {
	font-size: 12px;
	color: #363D67;
	font-weight: 400;
	text-align: left;
}
#careerinfo{
	width:300px;
	float:left;
	margin:20px 20px 20px 100px;
}
#careerinfo label{
	font-size:14px;
	line-height:35px;
	float:right;
	margin-right:5px;
	color:#666;
}
#careerinfo label Select{
	color:#666;
}
#careerinfo2{
	width:400px;
	float:left;
	margin:20px 20px 30px pages/px;
}
#careerinfo2 label{
	font-size:14px;
	line-height:35px;
	float:right;
	margin-right:5px;
	color:#666;
}

/*======================================News=============================*/
#nuevas{
	margin:0 auto;
	width:990px;
	min-height:70px;
	background-color:#E2E2E2;
}
.news{
	margin:0px 0 0 0px;
	width:pages/px;
	float:left;
}
p.news{
	font-size:13px;
	color:#666;
	margin:-0px 0 0 11px;
}
.newst{
	text-align:center;
}
p.newst{
	font-size:14px;
	color:#333;
	line-height:17px;
	margin-left:pages/px;
}
/*================================CAPTCHA=================================*/	
#lgcaptcha{
	width:190px;
	min-height:101px;
	border-radius:8px;
	margin:0 0 10px 0;
	background-color:#900;
}
#lgcaptcha img{
	margin:5px 0 2px 0;
	border-radius:3px;
}
#capinput{
	width:170px;
	border-radius:3px;
	background-color:#0799C8;
}
#capinput input{
	padding:3px;
	margin:3px 0 5px 0;
	border:solid 2px #0F87AE;
}
p#capp{
	font-size:12px;
	color:#FFF;
	margin:0 auto;
	padding-top:4px;
}
	
/*================================FOOTER=================================*/

#footer{
	margin: 0 auto;
	background-color: #000;
	height: 620px;
}
#pie{
	margin:0 auto;
	width:1030px;
}
.futer{
	margin:0 auto;
	width:206px;
	float:left;
	height:600px;
}
#footer .futer h5{
	margin:30px 0 -5px 40px;
	font-weight:400;
	font-size:16px;
	color:#AE7B38;
}
#footer .futer h6{
	margin:5px 0 -10px 40px;
	font-weight:600;
	font-size:14px;
	color:#D6D6D6;
}
#footer .futer ul{
	list-style:none;
	font-size:13px;
	margin-bottom:20px;
	color:#D6D6D6;
}
#footer .futer ul li{
	line-height:17px;
	color:#D6D6D6;
}
#footer .futer ul li a{
	line-height:17px;
	text-decoration:none;
	color:#D6D6D6;
}
#footer .futer ul li a:hover{
	line-height:17px;
	text-decoration:none;
	color:#fff;
}
#footer1{
	margin: 0 0 -40px 0;
	background-color: rgba(22,29,40,1.00);
	border-top: 1px solid rgba(37,48,66,1.00);
}
#footer2{
	margin:0 auto;
	width:1030px;
	clear:both;
}

hr{
	color:#D2D2D0;
}

/*=========================== CLEARFIKS ===========================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 1010px;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*====== We Do =====*/

.mainservices{
	width:205px;
	height:200px;
	float:left;
	border:solid 1px #CCC;
	margin:10px 0px 20px 15px;
	background:#F5F5F5
}
.servicestext{
	height:100px;
}
h2.main{
	text-align:center;
	font-size:13px;
}
p.main{
	font-size:12px;
	margin:10px 5px 10px 10px;
	color:#666;
}

.quotebutton{
	margin:10px 10 10px 10px;
}


.quotebutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003d63), color-stop(1, #3d74a8) );
	background:-moz-linear-gradient( center top, #003d63 5%, #3d74a8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d63', endColorstr='#3d74a8');
	background-color:#003d63;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	padding:4px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #333;
}.quote:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d74a8), color-stop(1, #003d63) );
	background:-moz-linear-gradient( center top, #3d74a8 5%, #003d63 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d74a8', endColorstr='#003d63');
	background-color:#3d74a8;
}

#salelink{
	color:#FFF;
	text-decoration:none;
	background: #c90202; /* Old browsers */

background: -moz-linear-gradient(top,  #c90202 0%, #601313 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c90202), color-stop(100%,#601313)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #c90202 0%,#601313 100%); /* Chrome10+,Safari5.1+ */

background: linear-gradient(to bottom,  #c90202 0%,#601313 100%); /* W3C */



	background-color:#3d74a8;
	border-radius: 6px;
	}

#salelink:hover {
	border-radius: 6px;
	background: #ff0202; /* Old browsers */

background: -moz-linear-gradient(top,  #ff0202 0%, #601313 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0202), color-stop(100%,#601313)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ff0202 0%,#601313 100%); /* Chrome10+,Safari5.1+ */

background: linear-gradient(to bottom,  #ff0202 0%,#601313 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0202', endColorstr='#601313',GradientType=0 ); /* IE6-9 */


	
	}
	
	#TittleAll, #title {
    
color:#FFF;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2467bf), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2467bf 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom,  #2467bf 1%,#17367c 100%);

}

#SalesB:hover {
	border-radius: 6px;
	background: #2467bf; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4f99de), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4f99de 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
	
	}

#SalesB {
	
color:#FFF;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2467bf), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2467bf 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom,  #2467bf 1%,#17367c 100%);
border-radius: 6px;
	
	}
	#SalesB:hover {
	border-radius: 6px;
	background: #2467bf; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4f99de), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4f99de 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
	
	}

#EquipB {
	color:#FFF;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2467bf), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2467bf 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom,  #2467bf 1%,#17367c 100%);
border-radius: 6px;

	} 
	#EquipB:hover {
	border-radius: 6px;
	background: #2467bf; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4f99de), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4f99de 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
	
	}
	
	#rentlink{
	color:#FFF;
	text-decoration:none;
	background: #c90202; /* Old browsers */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2467bf), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2467bf 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom,  #2467bf 1%,#17367c 100%);


	background-color:#3d74a8;
	border-radius: 6px;
	}

#rentlink:hover {
	border-radius: 6px;
	background: #ff0202; /* Old browsers */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4f99de), color-stop(100%,#17367c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4f99de 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
	

	
	}
.radius{
	border-radius: 10px;
	}

#wrapper {
	background: white;
	margin: auto;
	padding: 1em;
	width: 91%;
}
ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.tabs li {
	border: gray solid 1px;
	border-bottom: none;
	float: left;
	margin: 0 .25em 0 0;
	padding: .25em .5em;
	width: 200px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	text-align: center;
	height: 33px;
}
ul.tabs li a {
	color: gray;
	text-decoration: none;
	font-size: 14pt;
}
ul.tabs li.active {
  background: gray;
}
ul.tabs li.active a {
  color: white;
}
.clr {
  clear: both;
}
article {
	border-top: gray solid 1px;
	padding: 0 1em;
	font-size: 10pt;
}
#tab1 ul .Tittle {
	font-size: 16px;
}

#floatMenu{position:absolute; top:160px; left:0px; z-index:9999; width:150px; height:50px;}
#floatMenu .label{padding-left:20px; line-height:50px; font-family: "Myriad Pro", Arial, sans-serif; font-size:14px; background:#AD1618; color:#fff; letter-spacing:7px;}
#floatMenu .menu .menu_item{display:block; font-family: "Myriad Pro", Arial, sans-serif; background:#000; color:#bbb; border-top:1px solid #333; padding:10px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
#floatMenu .menu #submit {display:block; font-family: "Myriad Pro", Arial, sans-serif; background:#F33; color:#bbb; border-top:1px solid #333; padding:10px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;
border-bottom-right-radius:5px;
}
#floatMenu .menu #submit:hover {display:block; font-family: "Myriad Pro", Arial, sans-serif; background:#C30; color:#bbb; border-top:1px solid #333; padding:10px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;
-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
#floatMenu .menu a.menu_item:hover{
	background: #C00;
	color: #fff;
}

#floatMenu .menu #hlp{
	border-top-right-radius:5px;
	}
	
	body {
	margin: 0;
background-repeat: no-repeat;
background:#243753; 
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#2f496f)); 
background: -moz-linear-gradient(top, #000000,#2f496f); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#2f496f'); 
font-family: "Myriad Pro", arial;
}


#SalesBSI {
	
color:#FFF;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#36C), color-stop(100%,#405361)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #24375D 1%,#17367c 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom, #24375D 1%,#24375D 100%);
border-radius: 6px;
	
	}
	#SalesBSI:hover {
	background: #4c5860; /* Old browsers */

background: -moz-linear-gradient(top,  #4c5860 0%, #24375D 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c5860), color-stop(100%,#24375D)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #4c5860 0%,#24375D 100%); /* Chrome10+,Safari5.1+ */

background: linear-gradient(to bottom,  #4c5860 0%,#24375D 100%); /* W3C */

box-shadow: none 5px #666666;

	
	}
