
@font-face {
    font-family: 'sanchez';
    src: url('../fonts/sanchezregular-webfont.eot');
    src: url('../fonts/sanchezregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanchezregular-webfont.woff') format('woff'),
         url('../fonts/sanchezregular-webfont.ttf') format('truetype'),
         url('../fonts/sanchezregular-webfont.svg#sanchezregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	font-family: "sanchez", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	background-image: url('../img/linen.png');
	xbackground:rgba(47, 159, 147, 0.8);
	background-repeat: repeat;
	}
	
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.8);
    box-shadow: 0px 0px 7px rgba(0,0,0,.8);
    z-index: 100;
	}


#wrap {
	position:relative;
	width: 1000px;
	margin: 0px auto 0px auto; 
	/*-webkit-box-shadow: 0 0 15px rgba(0,0,0,.6);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,.6);
		box-shadow: 0 0 15px rgba(0,0,0,.6);*/
	}

a{
	text-decoration: none;
	
}

a:link, a:visited{
	color: #000;
}
/*-------------------------------------------------*/

/*  -------------------- grid --------------------  */
/*  SECTIONS  */
.section {
	margin-top: -10px;
	width: 80%;
	height: auto;
	float: right;
	clear: both;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 2% 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	
.section {
	margin-top: -10px;
	width: 100%;
	float: left;
	align-content: center;
	clear: both;
}
	

	
}

@media only screen and (max-width: 800px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}



/*LOGO--------------------------------------*/

#logo{
	height: 160px;
	background-color: #E7E8E9;
	filter:0;
	background-image: url('../img/header.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	border-radius: 0 0 10px 10px;
	z-index:101;
	/*-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
		box-shadow: 0 0 15px rgba(0,0,0,.3);*/
}

#link{
	float: left;
}

#link a{
	color: transparent;
	width: 150px;
	height: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

#link a:link, a:visited{
	color: transparent;
}

/*-------------------------------------------------*/

/*NAVIGATION--------------------------------------*/

#navigation{
	float: right;
	margin-top: 55px;
	margin-right: 30px;
	z-index:101;
}
#navigation ul {
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style-type: none;
	z-index:101;
	
}

 #navigation ul li {
    display: block;
    position: relative;
    float: left;
}

 #navigation li ul {
    display: none;
}

 #navigation ul li a {
	text-transform: uppercase;
    display: block;
    text-decoration: none;
    background: #1e7c9a;
    white-space: nowrap;
	font-size: 12px;
	font-family: 'sanchez';
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #DBC2C2;
	z-index:101;
	-webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;

}

 #navigation ul li a:hover {
	background-color: #AD464A;
}

#navigation li{
	background: transparent;
}
 #navigation li:hover ul {
    display: block;
    position: absolute;
}
 #navigation  li:hover li {
    float: none;
    font-size: 11px;
}
 
#navigation .active{
	background-color: #AD464A;
}
	
	
/*--------------------------------------------------*/

/*PRODUCTS-NAVIGATION-------------------------------*/

#products-nav{
	float: left;
	width: 200px;
}

#products-nav h1{
	font-family: 'sanchez';
	padding: 0;
	font-size: 14px;
	border: none;
}

#products-nav ul li{
	list-style: none;
}

#products-nav ul{
	padding: 0;
	margin: 0;
}

#products-nav li a{
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 25px;
	padding-left: 28px;
	padding-right: 0px;
	padding-bottom: 25px;
	color: rgba(240, 240, 240, 0.5);
}


#products-nav li.blue{
	background: rgba(45, 47, 140, 0.9);
}

#products-nav li.green{
	background: rgba(122, 166, 49, 0.9);
}

#products-nav li.orange{
	background: rgba(232, 78, 37, 0.9);
}

#products-nav li.pink{
	background: rgba(181, 25, 76, 0.9);
}

#products-nav li.purple{
	background: rgba(90, 32, 73, 0.9);
}

#products-nav li.yellow{
	background-color:rgba(242, 150, 21, 0.9);
}


#products-nav ul li a {
	display: block;
	}
	
#products-nav ul li a:link, 
#products-nav ul li a:visited {
	color: #FFF;
	}

#products-nav .active{
	xbackground-color: rgba(158, 28, 32, 0.8)
	}

#products-nav a:hover {
	xbackground-color: rgba(158, 28, 32, 0.8)
	}





/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6;
}
.col:first-child { margin-left: 0; }




/*HOMEPAGE-----------------------------------------*/



#slides{
	margin-top: 10px;
	margin-bottom: 70px;
	height: 400px;
}

#content {
	height: 380px;
	xbackground-color: #E7E8E9;
	position: relative;	
}

#content p {
	font-size: 13px;
	text-align: left;
	text-transform: none;
}


.footer-box {
	     margin:15px 0px 10px 0px;
	     display:inline-block;
	     width: 303px;
	     height: 140px;
	     padding:15px;
	     background:#e6e2df;
	     color:#b2aaa4;
	     -webkit-transition:all 0.2s ease;
	     -moz-transition:all 0.2s ease;
	     background-position:320px 50%;
	     background-repeat:no-repeat;
	     text-decoration: none;
	 }
	
.first{
	width: 299px;
	margin: 0 2px 0 2px;
}	

.last{
	width: 299px;
	margin: 20px 2px 20px 2px;
}

	
.footer-box h5 {
	 font-weight: normal;
     text-transform:uppercase;
     font-size:15px;
	 line-height: 1;
     xpadding:0 0 10px 0;
	 }

.footer-box:hover h5 {
	     text-shadow:0 0 4px rgba(0,0,0,0.4);
	     color:white;
	 }

.footer-box:hover p {
	     color:white;
	 }

.footer-box p {
		font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	    font-size:13px;
	    width:175px;
	    line-height:1.5; 
	 }

.footer-box:hover {
	     background-position:200px 50%;
	 }
	
	/*IV PUMPS*/
	
	 #iv {
	     background-image:url('../img/iv.png');
	     background-position: 250px 18px ;
	 }

	 #iv:hover {
	     background-color:rgba(45, 47, 140, 0.9);
	     background-position: center right ;
	 }

	#iv:hover p {
	     color:#fff8da;
	 }
	
	 
	/*SYRINGE PUMPS*/
	
	#syringe{
	     background-image:url('../img/syringe.png');
	     background-position: 250px 18px;
	 }
	 #syringe:hover {
	     background-color:rgba(122, 166, 49, 0.9);
	     background-position:center right;
	 }
	
	#syringe:hover p {
	     color:#fff8da;
	 }
	
	
	
	/*FLUID WARMERS*/
	
	 #warmers {
	     background-image:url('../img/warmer.png');
	     background-position:250px 18px;
	 }
	 #warmers:hover {
	     background-color:rgba(232, 78, 37, 0.9);
	     background-position:center right;
	 }
	
	#warmers:hover p {
	     color:#fff8da;
	 }
	
	/*VET SCALES*/
 
	 #scales {
	     background-image:url('../img/scale.png');
	     background-position:250px 18px;
	 }
	
	 #scales:hover {
	     background-color:rgba(181, 25, 76, 0.9);
	     background-position:center right;
	 }

	#scales:hover p {
	     color:#fff8da;
	 }
	
	
	/*VETERINARY MONITORS*/
	
	#monitors {
	     background-image:url('../img/monitors.png');
	     background-position:250px 18px;
	 }

    #monitors:hover {
        background-color:rgba(90, 32, 73, 0.9);
        background-position:center right;
    }

    #monitors:hover p {
        color: #fff8da;  
    }

    /*ACCESORIES*/

	#accesories {
	     background-image:url('../img/accesories.png');
	     background-position:250px 18px;
	 }

    #accesories:hover {
        background-color:rgba(242, 150, 21, 0.9);
        background-position:center right;
    }

    #accesories:hover p {
        color: #fff8da;  
    }

	
 

/*-------------------------------------------------*/

/*ABOUT US--------------------------------------*/

#about{
	
	height: 451px;
}

h1{
	text-transform: uppercase;
	xbackground-color: #4BB749;
	padding-left: 25px;
	padding-bottom: 10px;
	border-width: 0 0 3px 0;
	border-style: double;
	border-color: #9E1C20;
	font-family: "sanchez", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 25px;
}

#text{
	background: rgba(255, 255, 255, 0.7);
	float: right;
	width: 590px;
	margin-top: 15px;
	padding: 0;
	height: 287px;
}

#text p{
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-align: left;
	text-transform: none;
	font-size: 14px;
}

#aboutpicture{
	margin-top: 15px;
	background-image: url('../img/vets.jpg');
	background-repeat: no-repeat;
	width: 400px;
	height: 287px;
	xbackground: #999;
	float: left;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.2);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
}

/*-------------------------------------------------*/


/*PRODUCTS HOME-------------------------------------*/

#products1 h1{
	text-transform: uppercase;
	xbackground-color: #4BB749;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
	border-width: 0 0 3px 0;
	border-style: double;
	border-color: #9E1C20;
}


#products_container{
	width: 1000px;
}


#products_example {
	width:1000px;
	height:auto;
	position:relative;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:796px;
	overflow:hidden;
	float:right;
	position:relative;
	xborder:1px solid transparent;
	display:none;
}

.slides_container{
	height: 481px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:700px;
	height:481px;
	display:block;
}


/*
	Pagination
*/

.pagination{
	background: #F3A02C;
	padding: 0;
	display: block;
	width: 204px;
	height: 445px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
	xborder-right: 5px solid transparent;
	/*border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;*/
}

 
.pagination li a{
	width: 96px;
	font-family: 'sanchez';
	float:left;
	text-transform: uppercase;
	text-decoration: none;
	list-style: none;
	padding-top: 20px;
	padding-left: 28px;
	padding-right: 76px;
	padding-bottom: 20px;
	color: rgba(240, 240, 240, 0.5);
	border-right: 5px solid transparent;
}


.pagination .ivpumpbutton a{
	background-image: url('../img/ivbutton.png');
	color: white;
}

.pagination .syringepumpbutton a{
	background-image: url('../img/syringebutton.png');
	color: white;
}

.pagination .warmerbutton a{
	background-image: url('../img/warmerbutton.png');
	color: white;
}

.pagination .scalesbutton a{
	background-image: url('../img/scalebutton.png');
	color: white;
}

.pagination .monitorsbutton a{ 
	background-image: url('../img/monitorsbutton.png');
	color: white;
}

.pagination .accesoriesbutton a{ 
	background-image: url('../img/accesoriesbutton.png');
	padding-top: 31px;
	width: 96px;
	color: white;
}

.pagination li.current a {
	xbackground: rgba(0, 0, 0, 0.4);
	border-right: 5px solid white;
}

.pagination a:hover{
	xbackground: red;
}

#products .next,#products .prev {
	position:absolute;
	top:430px;
	left:0;
	width:43px;
	height:22px;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	color: transparent;
	left: 210px;
	background:url(../img/arrows-prev.png);
}

#products .next {
	color: transparent;
	left:950px;
	background:url(../img/arrows-next.png);
}


/*-------------------------------------------------*/


/*PRODUCTS-SINGLE----------------------------------*/

#products-content-iv{
	height: auto;
}



#products-content-iv-simplified{
	height: 1140px;
}





#products-content-portable-syringe{
	height: 1030px;
}

#products-content-warmer{
	height: auto;
}

#products-content-warmer-specs{
	height: 870px;
}

#products-content-scales{
	height: auto;
}

#products-content-scales-specs{
	height: 880px;
}

#products-content-portable-scale-specs{
	height: 820px;
}



#products-content-monitors-specs{
	height: 1630px;
}

#products-content-ultrasound{
	height: auto;
}

#products-content-vs1000{
	height: 1150px;
}







#products-content-iv a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-iv-numeric a{
	text-decoration: none;
	color: #333;
}

#products-content-iv-simplified a{
	text-decoration: none;
	color: #333;
}

#products-content-syringe a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-nonportable-syringe a{
	text-decoration: none;
	color: #333;
}

#products-content-portable-syringe a{
	text-decoration: none;
	color: #333;
}

#products-content-warmer a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-warmer-specs a{
	text-decoration: none;
	color: #333;
}

#products-content-scales a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-scales-specs a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-portable-scale-specs a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-monitors a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-monitors-specs a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-ultrasound a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-vs1000 a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-vs1000 a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}


#products-content-6L a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-3L a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#products-content-25L a{
	font-family: 'sanchez';
	text-decoration: none;
	color: #333;
}

#left-side{
	float: left;
	width: 200px;
	height: 500px;
	xbackground: red;
}



#right-side-numeric-specifications{
	float: right;
	width: 790px;
	padding-top: 280px;
	background: rgba(45, 47, 140, 0.4);
	background-image: url('../img/numeric_specs.jpg');
	background-repeat: no-repeat;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

#right-side-iv-simplified-specifications{
	float: right;
	width: 790px;
	background: rgba(45, 47, 140, 0.4);
	background-image: url('../img/simplified_specs.jpg');
	background-repeat: no-repeat;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}


#right-side-syringe{
	float: right;
	width: 790px;
	height: auto;
	padding-bottom: 140px;
	height: auto;
	background: #ADC881;
	background-repeat: no-repeat; 
	xbackground: rgba(122, 166, 49, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#right-side-syringe-nonportable{
	float: right;
	width: 790px;
	height: auto;
	padding-top: 240px;
	background: rgba(133,173,67,0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-image: url('../img/syringe_specs.jpg');
	background-repeat: no-repeat;
}

#right-side-syringe-portable{

	float: right;
	padding-bottom: 20px;
	width: 790px;
	height: auto;
	background: rgba(133, 173, 67, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-image: url('../img/syringe_specs2.jpg');
	background-repeat:  no-repeat; 
	
}

#right-side-warmer{
	float: right;
	width: 790px;
	padding-bottom: 20px;
	height: auto;
	xbackground: rgba(45, 47, 140, 0.4);
	background-image: url('../img/rightsidewarmer.jpg');
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

#right-side-warmer-specs{
	float: right;
	width: 790px;
	padding-top: 250px;
	padding-bottom: 20px;
	height: auto;
	background: rgba(232, 78, 37, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	background-image: url('../img/fluidspecs.jpg');
	background-repeat:  no-repeat;
	
}

#right-side-scales{
	float: right;
	width: 790px;
	height: auto;
	padding-bottom: 140px;
	xbackground: rgba(45, 47, 140, 0.4);
	background-repeat: no-repeat;
	/* background-image: url('../img/rightsidescale.jpg');*/
	background-color:#D27393;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

#right-side-scales-specifications{
	float: right;
	width: 790px;
	height:auto;
	padding-bottom: 40px;
	background: rgba(181, 25, 76, 0.4);
	background-image: url('../img/bigscalespecs.jpg');
	background-repeat:no-repeat;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

#right-side-portable-scales-specifications{
	float: right;
	width: 790px;
	height: auto;
	background: rgba(181, 25, 76, 0.4);
	background-image: url('../img/portable_scale_specs.jpg');
	background-repeat:no-repeat;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-bottom: 40px;
}

#right-side-iv {
	float: right;
	width: 790px;
	padding-bottom: 20px;
	height: auto;
	background: rgba(45, 47, 140, 0.4);
	background: #DBC7D8;
	background-repeat:no-repeat;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#right-side-monitors h2{
	font-family: 'sanchez';
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #333;
}

#right-side-monitors-specifications{
	float: right;
	width: 790px;
	height: 1480px;
	background: rgba(155, 119, 145, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	background-image: url('../img/monitor_specs.jpg');
	background-repeat:  no-repeat;
}

#right-side-monitors-specifications h2{
	font-family: 'sanchez';
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #333;
}


#right-side-ultrasound{
	float: right; 
	width: 790px;
	padding-bottom: 140px;
	height: auto;
	xbackground: rgba(45, 47, 140, 0.4);
	background: #f3b258;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

#right-side-ultrasound ul{
	margin: 0;
	font-size: 14px;
	color: white;
	padding-bottom: 20px;
}

#right-side-ultrasound li{
	padding-bottom: 10px;
}

#right-side-ultrasound h2{
	color: white;
	margin-top: 0;
	padding-top: 10px;
	margin-left: 30px;
	padding-left: 3px;
	font-family: 'sanchez';
	font-weight: normal;
	font-size: 13px;
	border-bottom: 2px solid #f18c00;
	text-align: left;
}

#right-side-vs1000-specifications{
	float: right;
	width: 790px;
	height: 960px;
	background-image: url('../img/vs1000-specs.png');
	background-repeat: no-repeat;
	background-color: rgba(241, 168, 66, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

#right-side-vs1000-specifications h2{
	font-family: 'sanchez';
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #333;
}

#right-side-6L-specifications{
	float: right;
	width: 790px;
	padding-bottom: 40px;
	height: auto;
	background-image: url('../img/6L-cleaner-specs.png');
	background-repeat: no-repeat;
	background-color: rgba(241, 168, 66, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
}

#right-side-6L-specifications h2{
	font-family: 'sanchez';
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #333;
}

#right-side-3L-specifications{
	float: right;
	width: 790px;
	padding-bottom: 40px;
	height: auto;
	background-image: url('../img/3L-cleaner-specs.png');
	background-repeat: no-repeat;
	background-color: rgba(241, 168, 66, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#right-side-3L-specifications h2{
	font-family: 'sanchez';
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #333;
}

#right-side-25L-specifications{
	float: right;
	padding-bottom: 40px;
	width: 790px;
	height: auto;
	background-image: url('../img/25L-cleaner-specs.png');
	background-repeat: no-repeat;
	background-color: rgba(241, 168, 66, 0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#right-side-25L-specifications h2{
	font-family: 'sanchez';
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	color: #333;
}

#ultrasound-product {
	height: 650px;
	float: left;
	position: relative;
	display: block;
	font-size: 14px;
	color: white;
}

.scanner-photo{
	xfloat: left;
	width: 393px;
	height: 300px;
	background-image: url('../img/scanner-home.png');

}

.scanner-features{
	width: 393px;
	height: 300px;
	xbackground-color: pink;
}


.cleaner6-photo{
	mxfloat:left;
	xfloat: left;
	width: 393px;
	height: 300px;
	background-image: url('../img/6L-home.png');
}

.cleaner6-features{
	width: 393px;
	height: 300px;
}

.cleaner3-photo{
	xfloat: right;
	width: 393px;
	height: 300px;
	background-image: url('../img/3L-home.png');
}

.cleaner3-features{
	width: 393px;
	height: 280px;
}


.cleaner25-photo{
	float: left;
	width: 350px;
	height: 300px;
	background-image: url('../img/25L-home.png');
}

.cleaner25-features{
	width: 393px;
	height: 300px;
}


#syringe-portable-specifications{
	margin-top: 240px;
}



#iv-numeric-specifications{
}

#iv-simplified-specifications{
	margin-top: 280px;
}



#warmer-specs{

}

#scale-specs{
	margin-top: 50px;
}

#portable-scale-specs{
	margin-top: 280px;
}

#monitors-specifications{
	margin-top: 240px;
}

#vs1000-specifications{
	margin-top: 240px;
}

#cleaner-6L-specifications{
	margin-top: 280px;
}

#cleaner-3L-specifications{
	margin-top: 280px;
}

#cleaner-25L-specifications{
	margin-top: 260px;
}


#little{
	height: 150px;
}

#payment-section {
	padding-top: 10px;
	width: 100%;
	height: 50px;
	display: inline-block;
	position: relative;
}

#little-infusion-simple{
	background-image: url('../img/little-infusion-simple.jpg');
	height: 150px;
}

#little-syringe-portable{
	background-image: url('../img/little-portable-syringe.jpg');
	height: 150px;
}

#little-syringe-nonportable{
	background-image: url('../img/little-nonportable-syringe.jpg');
	height: 150px;
}

#little-warmer{
	background-image: url('../img/little-warmer.jpg');
	height: 150px;
}

#little-660-scale{
	height: 150px;
	background-image: url('../img/little-660-scale.jpg');
}

#little-portable-scale{
	height: 150px;
	background-image: url('../img/little-portable-scale.jpg');
}

#little-vs1000{
	background-image: url(../img/little-vs1000.jpg);
	height: 150px;
}

#little-6L-cleaner{
	background-image: url(../img/little-6L.jpg);
	height: 150px;
}

#little-3L-cleaner{
	background-image: url(../img/little-3L.jpg);
	height: 150px;
}

#little-25L-cleaner{
	background-image: url(../img/little-25l.jpg);
	height: 150px;
}

/*Product categorie titles---*/

#product-title-iv{
	width: 790px;
	background-image:url('../img/iv_banner.png');
	margin-left: 210px;
}

#product-title-iv-specifications{
	width: 790px;
	background-image:url('../img/iv_banner.png');
	margin-left: 210px;
}


#product-title-iv h1{
	padding: 20px 0px 25px 20px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-iv-specifications h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-syringe{
	width: 790px;
	background-image:url("../img/syringe_banner.png");
	margin-left: 210px;
}

#product-title-syringe h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-warmers{
	width: 790px;
	background-image:url('../img/warmer_banner.png');
	margin-left: 210px;
}

#product-title-warmers h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-scales{
	width: 790px;
	background-image:url('../img/scales_banner.png');
	margin-left: 210px;
}

#product-title-scales h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-monitors{
	width: 790px;
	background-image:url('../img/monitors_banner.png');
	margin-left: 210px;
}

#product-title-monitors h1{
	padding: 20px 15px 20px 15px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-monitors-specifications{
	width: 790px;
	background-image:url('../img/monitors_banner.png');
	margin-left: 210px;
}

#product-title-monitors-specifications h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-ultrasound{
	width: 790px;
	background-image:url('../img/accesories_banner.png');
	margin-left: 210px;
}

#product-title-ultrasound h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-vs1000{
	width: 790px;
	background-image:url('../img/accesories_banner.png');
	margin-left: 210px;
}

#product-title-vs1000 h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-6L{
	width: 790px;
	background-image:url('../img/accesories_banner.png');
	margin-left: 210px;
}

#product-title-6L h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#product-title-25L{
	width: 790px;
	background-image:url('../img/accesories_banner.png');
	margin-left: 210px;
}

#product-title-25L h1{
	padding: 20px 0px 25px 20px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

/*---------------------------------------*/


#iv-description-01{
	/*margin-top: 300px;
	margin-left: 10px;*/
	width: 100%;
	float: left;
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: white;
}

#iv-description-02{
	float: right;
	font-size: 14px;
	margin-top: -35px;
	margin-right: 10px;
	color: white;
}


#iv-description-01 h2{
	margin-left: 30px;
	padding-left: 3px;
	width: 291px;
	font-family: 'sanchez';
	font-weight: normal;
	font-size: 13px;
	border-bottom: 2px solid #414296;
}

#iv-description-02 h2{
	margin-left: 30px;
	padding-left: 3px;
	font-family: 'sanchez';
	font-weight: normal;
	width:291px;
	font-size: 13px;
	border-bottom: 2px solid #414296;
}


#iv-description-01 li{
	padding: 0 0 0px 0;
	list-style: disc;
	font-size: 13px;
	font-weight: 400;
}


#iv-description-02 li{
	padding: 0 0 10px 0;
}










#syringe-description h2{
	margin-left: 30px;
	padding-left: 3px;
	width: 300px;
	font-size: 15px;
	border-bottom: 2px solid #87AF45;
	font-family: 'sanchez';
	font-weight: normal;
}


#syringe-description1 li{
	padding: 0 0 10px 0;
	list-style: disc;
	font-size: 16px;
}


#syringe-description2 li{
	padding: 0 0 10px 0;
	font-size: 16px;
	
}


#warmer-description{
	margin-top: 300px;
	margin-left: 30px;
	width: 48.5%;
	font-size: 14px;
	color: white;
}


#warmer-description h2{
	margin-left: 30px;
	padding-left: 3px;
	width: 194px;
	font-size: 15px;
	border-bottom: 2px solid #E85D38;
	font-family: 'sanchez';
	font-weight: normal;
}

#warmer-description li{
	padding: 0 0 10px 0;
	list-style: disc;
	font-size: 16px;
	
}

#scales-description01{
	float: left;
	position: relative;
	width: 48%;
	height: 550px;
	font-size: 14px;
	color: white;
}


#scales-description01 h2{
	width: 360px;
	font-size: 14px;
	border-bottom: 2px solid #BA2E5C;
	font-family: 'sanchez';
	font-weight: normal;
}

#scales-description01 li{
	padding: 0 0 10px 0;
	list-style: disc;
	font-size: 13px;
	font-weight: 400;
}

#scales-description02{
	float: left;
	position: relative;
	width: 48%;
	height: 650px;
	font-size: 14px;
	/*margin-top: 185px;*/
	margin-right: 20px;
	color: white;
}


#scales-description02 h2{
	padding-left: 3px;
	width: 310px;
	font-size: 14px;
	border-bottom: 2px solid #BA2E5C;
	font-family: 'sanchez';
	font-weight: normal;
}

#scales-description02 li{
	padding: 0 0 10px 0;
	list-style: disc;
	font-size: 13px;
	font-weight: 400;
}

#iv-description{
	width: 393px;
	height: auto;
	font-size: 15px;
	color: white;
}

#iv-description h2{
	color: white;
	margin-left: 30px;
	padding-left: 3px;
	width: 217px;
	font-family: 'sanchez';
	font-weight: normal;
	font-size: 13px;
	border-bottom: 2px solid #6A365B;
	text-align: left;
}

#monitor-description li{
	padding: 0 0 10px 0;
	list-style: disc;
	font-size: 14px;
	
}

.blue{
	text-transform: capitalize;
	font-family: 'sanchez';
	color: #404195;
}

.green{
	text-transform: capitalize;
	font-family: 'sanchez';
	color: #86AE44;
}

.orange{
	font-family: 'sanchez';
	color:#E95E39;
}

.pink{
	font-family: 'sanchez';
	color: #BC305E;
}

.purple{
	font-family: 'sanchez';
	color: #55404f;
}

.yellow{
	font-family: 'sanchez';
	color: #e38f1b;
}

tbody {
	font-size: 12px;
}



/*MORE DETAILS-BUTTONS----------*/

.details {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:14px;
	margin-left: 40px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	
}.details:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	
}.details:active {
	position:relative;
	top:1px;
}

.brochure {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:14px;
	margin-left: 30px;
	padding:6px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	
}.brochure:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	
}.brochure:active {
	position:relative;
	top:1px;
}

.brochure1 {
	margin-left: 100px; 

	display: inline-block;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	color:#777777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:14px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	
}.brochure1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	
}.brochure1:active {
	position:relative;
	top:1px;
}

.brochure2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:14px;
	margin-left: 74px;
	margin-top: 220px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	
}.brochure2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	
}.brochure2:active {
	position:relative;
	top:1px;
}




/*--------------------------------------------------*/

/*CUSTOMER SERVICE / MANUALS + BROCHURES-------------*/

#customer-service{
	height: auto;
}

#customer-service h1{
	text-transform: uppercase;
	xbackground-color: #4BB749;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
	border-width: 0 0 3px 0;
	border-style: double;
	border-color: #9E1C20;
	
}

#links{
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	height: 20px;
}


#links h2{
	font-family: 'sanchez';
	font-weight: normal;
	margin-left: 25px;
}

#manuals{
	margin-top: 10px;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	height: 20px;
}

#manuals h2{
	font-family: 'sanchez';
	font-weight: normal;
	margin-left: 25px;

}

#distributors h2{
	font-family: 'sanchez';
	font-weight: normal;
	margin-left: 25px;
}

#ivbrochures h2{
	width: 170px;
	margin-left: 65px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: solid 1px #AC4448;
}


#PDF li{
	margin-left: 75px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
}

#PDF a{
	text-decoration: none;
	color: #333;
}

#map_canvas { 
	width: 70%; 
	height: 555px; 
	margin-top: 10px;
	float: right; 
	position: relative; 
	z-index: 30 !important; 
	}

#locations { 
	list-style: none; 
	width: 250px; 
	float: left;  
	padding: 0;
	margin-top: 10px;
	margin-left: 25px;
	}
	
	
#locations h3{
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 15px;
	font-family: 'sanchez';
	font-weight: 500;
	}
	
#locations li { 
	padding: 0px; 
	width: 250px; 
	float: left; 
	position: relative; 
	z-index: 20; 
	}
	
#locations li:hover, #locations li.hover { 
	background: rgba(0, 0, 0, 0.2); 
	}
	

#more-info { 
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	margin: 3;
	width: 280px; 
	float: left; 
	background: rgba(0, 0, 0, 0.2); 
	height: 300px;
	margin-top: 10px;
	}

#more-info p{
	margin-left: 25px;
	line-height: 20px;
	width: 200px;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-transform: capitalize;
	text-align: left;
}
	
#more-info * { 
	position: relative; 
	z-index: 40; 
	margin: auto;
	}
	
#more-info > div { 
	xbackground: #e9e2bf; 
	/*-moz-box-shadow: 0 0 14px rgba(70,49,1,0.5); 
		-webkit-box-shadow: 0 0 14px rgba(70,49,1,0.5); */
	padding: 20px; 
	height: 240px; }
	
.longdesc { 
	display: none; 
	
	}

/*-------------------------------------------------*/

/*REFERENCE-----------------------------------------*/
#reference {
	width: 1000px;
	height: 1060px;
}

#reference p{
	font-size: 16px;
	text-transform: none;
	padding-top: 20px;
	margin-left: 25px;
	width: 800px;
	font-family:"sanchez", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-align: left;
	margin-bottom: 40px;
}

iframe{
	border: 0;
}



#videos h2{
	font-family: 'sanchez';
	font-weight: normal;
	margin-left: 25px;
	
}

#videos h3{
	width: 400px;
	font-size: 12px;
	font-weight: normal;
	background-color: #a22f38;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 5px 10px;
	}
	
#videos {
	width: 1000px;
	height: 300px;
	padding: 0;
	margin-bottom: 150px;
	}
	
#videos ul {
	list-style: none;
	padding: 0;
	}
	
#videos ul li {
	float: left;
	width: 200px;
	padding: 0 350px 0 0;
	}
	
#videos ul li.last {
	padding-right: 0;
	}
	
#videos ul li h3 {
	padding: 11px 0 11px 50px;
	}

#brochures h2{
	font-family: 'sanchez';
	font-weight: normal;
	margin-left: 25px;
}
	
/*-------------------------------------------------*/


/*CONTACT------------------------------------------*/

/*#contact{
	height: 540px;
	margin-top: 16px;
	background: url('../img/backcontact.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}*/

#contact-content{
	height: 640px;
}

#contact-content p{
text-align: left;
}


#contact-content h1{
	text-transform: uppercase;
	xbackground-color: #4BB749;
	padding-left: 25px;
	padding-bottom: 10px;
	border-width: 0 0 3px 0;
	border-style: double;
	border-color: #9E1C20;
}

#contact-form{
	float: left;
}

#contact-form p{
	margin-top: 0;
	color: #585757;
}

#contact-form-layout{
	width: 100%;
}

#contact-form-layout h3{
	margin: 0;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	width: 410px;
	border-bottom: 1px solid #9E1C20;
	line-height: 21px;
	text-transform: normal;
}

fieldset {
	height: 456px;
	float: left;
	border: none;
	font-family: 'museosans';
	font-weight: normal;
	padding: 0;
	margin-left: 0;
	}

label{
	width: 400px;
	}
	
input{
	background: rgba();
	/* width: 400px;
	height: 25px;*/
	width: auto; height: auto;
	border: 0px solid #B3B3B3;
	font-family: 'museosans';
	font-weight: normal;
	font-size: 14px;
	padding-left: 10px;
	xmargin-bottom: 10px;
}

textarea{
	display:block;
	width: 400px;
	height: 100px;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	padding-left: 10px;
	padding-top: 10px;
	}

#button{
	width: 414px;
	padding: 0;
	margin-top: 20px;
	font-family: 'sanchez';
	font-weight: normal;
}

#contact-photo{
	float: right;
	width: 514px;
	xbackground: red;
}

#contact-info{
	float: left;
	width: 200px;
}

.company-name{
	font-family: "Signika";
}

#contact-info h3{
	margin: 0;
	border-bottom: 1px solid #9E1C20;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

#contact-info p{
	margin:9px 0 40px 0;
	color: #585757;
	padding: 0 0 5px 0;
}

#googlemap{
	float: right;
	margin: 0;
	margin-top: 14px;
}

iframe{
	border: 0;
}

/*-------------------------------------------------*/

/*FOOTER-------------------------------------------*/
footer{
	width: 100%;
	padding: 10px 0 10px 0;
	background: #E7E8E9;
	display: inline-block;
}

p{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;	
}




.cad {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:14px;
	margin-left: 40px;
	padding:6px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.pay-cad {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:14px;
	margin-left: 40px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.details2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:14px;
	margin-left: 40px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}





#ultrasound-product-right {
	margin-top: 0px;
	width: 400px;
	height: 550px;
	float: left;
	clear: both;
	display: inline-block;
	font-size: 14px;
	color: white;
}


#ultrasound-product3 {
	height: 550px;
	width: 400px;
	float: left;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: white;
}

#grid-image {
	width: 170px;
	height: 210px;
}

#grid-title {
	font-family: "HelveticaNeue-light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:12px;
}

#grid-price {
	font-family: "HelveticaNeue-light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 13px;
	font-weight: bold;
}

#single-grid {
	float: left;
	text-align: center;
	height:290px;
	padding-bottom: 40px;
	width: 100%;
}

#payment {
	margin-left: 45px;
	margin-top: 10px;

}




.iv-set1-img {
	xfloat: left;
	width: 350px;
	height: 350px;
	align-content: center;
	background-image: url('../img/iv-set2.png');
	background-repeat:no-repeat;
	background-size: 280px 280px;
}

#iv-product {
	width: 48.2%;
	height: 600px;
	float: left;
	display: inline-block;
	position: relative;
	color: white;
	margin-top: 50px;
	
}



.iv-set0-img {
	xfloat: left;
	width: 100%;
	height: 100px;
	background-image: url('../img/iv-all.png');
}

#main-payment {
	float: right;
	position: relative;
	display: inline-block;
	margin-right: 190px;
	color: balck;
}


#ultrasound-product2 {
	height: 650px;
	float: right;
	position: relative;
	display: block;
	clear: none;
	font-size: 14px;
	color: white;
}

#syringe-description {
	padding-bottom: 50px;
	height: 545px;
	width: 48.5%;
	float: left;
	position: relative;
	display: block;
	font-size: 14px;
	color: white;
}

.aj5805-photo {
	width: 380px;
	height: 350px;
	float: right;
	position: relative;
	background-image: url('../img/aj5805.png');
}

.aj5815-photo {
	float: left;
	width: 380px;
	height: 350px;
	background-image: url('../img/aj5815.png');
	
}

.aj5803-photo {
	float: left;
	width: 380px;
	height: 350px;
	position: relative;
	background-image: url('../img/aj5803.png');
}



.iv-set2-img {
	xfloat: left;
	width: 350px;
	height: 350px;
	background-image: url('../img/iv-set1.png');
	background-repeat:no-repeat;
}

.iv-set3-img {
	xfloat: left;
	width: 350px;
	height: 300px;
	background-image: url(../img/iv-3120.png);
	background-repeat:no-repeat;
}

#main-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/aj5815.png');
	background-repeat:  no-repeat;
}

#main-feature {
	width: 360px;
	height: 320px;
	float: right;
	margin-right: 40px;	
	margin-bottom: 0px;
	color: white;
    font-family: Arial, Verdana;
    font-size: 15px;
	line-height: 1.5;
}







#section1 {
	display: block;
	height: 450px;
	background: #ADC881;
	font-size: 14;
}





#syringe-nonportable-specifications {
	margin-top: 20px;
	
}




#right-side-syringe-5815 {
	float: right;
	width: 790px;
	height: auto;
	background: rgba(133,173,67,0.4);
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-repeat: no-repeat;
}





#little-syringe-5815 {
	background-image: url('../img/syringe-5815-detail.png');
	height: 150px;
}

#single-grid img{
	width: auto;
	max-height: 220px;
	height: auto;
	display: inline-block;
	padding-bottom: 5px;
}

#right-side-ip {
	float: right;
	width: 790px;
	padding-bottom: 20px;
	height: auto;
	background: rgba(45, 47, 140, 0.4);
	background:#7373A1;
	background-repeat:no-repeat;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#product-title-ip {
	width: 790px;
	background-image:url('../img/../img/iv_banner.png');
	margin-left: 210px;
}

#ip-image-5808a {
	float: left;
	width: 380px;
	height: 380px;
	/*margin-top: 40px;
	margin-left: 100px;*/
	background-image: url('../img/../img/5808A.png');
	background-repeat: no-repeat;
}

#ip-image-5808 {
	float: right;
	width: 380px;
	height: 320px;
	margin-top: 45px;
	margin-right: -70px;
	background-image: url('../img/../img/5808.png');
	background-repeat: no-repeat;
}

#space-section {
	display: inline-block;
}

#distributors {
	display: block;
}


#warranty-form-layout {
	width: 100%;
	display: inline-block;
}

#warranty-form-layout h3 {
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	width: 90%;
	border-bottom: 1px solid #9E1C20;
	line-height: 21px;
}

#warranty-form-layout p{
	text-align: left;
	margin: 10px 10px 10px 30px;
	
}
#bg-text {
	margin-top: 50px;
	margin-right: 80px;
	width: 380px;
	height: 150px;
	float: right;
}

#currency p{
	float: right;
	margin-right: 50px;
	color: #9E393C;
	font-weight: bold;
}

#syringe-5815-specifications {
	margin-top: -40px;
}

#was-price {
	text-decoration: line-through; 
	color: #911B1E;
	text-align: left;
	width: 130px;
}

#now-price {
	text-align: left;
	width: 130px;
}

#scales-description03 {
	float: left;
	position: relative;
	width: 48%;
	height: 550px;
	font-size: 14px;
	margin-left: 0px;
	color: white;
}

h2 {
	margin-left: 30px;
	padding-left: 3px;
	width: 360px;
	font-size: 14px;
	border-bottom: 2px solid #BA2E5C;
	font-family: 'sanchez';
	font-weight: normal;
}

#pro-payment {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#cat-scale-img {
	height: 350px;
	background-image: url('../img/cat-scale.png');
	background-repeat: no-repeat;
	background-size: 350px 350px;
}

#iframe-video {
	float: right;
	margin: 0px;
	clear: none;
}

#dog-scale-img {
	height: 350px;
	background-image: url('../img/dog1.png');
	background-repeat: no-repeat;
	background-size: 350px 280px;
}

#portable-scale-img {
	height: 350px;
	background-image: url('../img/scale-1.png');
	background-repeat: no-repeat;
	background-size: 350px auto;
}

#scales-description03 li{
	padding: 0 0 10px 0;
	list-style: disc;
	font-size: 13px;
	font-weight: 400;
}

#products-content li{
	padding: 0 0 10px 0;
	list-style: disc;
	font-size: 13.5px;
	font-weight: 400;
}

#com-icon {
	width: 200px;
	height: 30px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}

#title2 {
	width: 100%;
	float: right;
	position: relative;
}

#office-title-specifications {
	width: 790px;
	height: 75px;
	background-color: #640001;
	margin-left: 210px;
}

#office-title-specifications h1 {
	padding: 25px 0px 25px 20px;
	font-size: 19px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
}

#right-side-office-specifications {
	float: right;
	width: 790px;
	background: #DAC4C4;
	/*background-image: url('../img/numeric_specs.jpg');*/
	background-repeat: no-repeat;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

#section-office-img {
	display: block;
	height: 450px;
	font-size: 14;
}

#main-15-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url('../img/15cap.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#section-office17-img {
	display: block;
	height: 450px;
	font-size: 14;
}

#main-17-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/17cap.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-12black-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/12black.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#section-office12 {
	display: block;
	height: 350px;
	font-size: 14;
}

#main-15black-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/15black.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-17black-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/17black.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-19black-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/19black.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-12manual-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/12manual.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-14manual-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/14manual.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-12auto-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/12auto.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-14auto-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/14auto.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-16manual-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/16manual.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-16auto-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/16auto.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-18auto-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/18auto.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-18autob-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/18autob.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-16b-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/16B.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-back-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/backrest.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-foot-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/footrest.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-rstool-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/rstool.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-saddle-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/saddle.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-floorlamp-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/floorlamp.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-bc2000-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/bc2000.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-bc1210-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/bc1210.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}

#main-minifridge-image {
	width: 350px;
	height: 350px;
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url('../img/minifridge.png');
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: contain;
}
