/*
Theme Name: optovue
Theme URI: http://wordpress.org/
Description: Design by Daniel Huffstutter and Code by Sophia Knight of Einstein Industries.
Version: 1.0
Author: Daniel Huffstutter Sophia Knight
Author URI: http://einsteinindustries.com/
Tags: einstein

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html { 
	background:#ffffff url("images/bg.jpg") top repeat-x;
	}
body { 
	background:url("images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#3e444a;
	}
blockquote { margin-left:10px; margin-right:10px; }

body#index h1	{ font-size:1.9em; color:#3e444a; }
    h1	{ font-size:2.2em; color:#006bc8; font-weight: normal;}

h2	{ font-size:1.1em; color:#034f92; }
h3	{ font-size:1.0em; color:#026dcb; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#034f92; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#3e444a; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 10px; 
	}

hr {display: block; margin: 15px 0px 25px 0px;}

div.meta, div.feedback {display: none;}
div.navigation { 
        margin: 15px 0px 20px 0px; 
        font-size: .95em; 
        display: block; 
        height: 20px;
       }
div.navigation div.alignright {float: right;}
div.navigation div.alignleft {float: left;}

.hidden {display: none;}


/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#034f92 !important; /* to prevent highlighting by Google Toolbar */
	border:none;
	color:#fff;
	width:160px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; height: 20px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; width: 500px;}
#contact-main label.instructions { font-size: .95em;}
#contact-main label { 
	width:130px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:300px;
	position:absolute;
	left:144px;
	top:-2px;
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #034f92;
	color:#3e444a;
	}

#contact-main label select { width:305px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:30px 0 0 360px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("images/btn-submit.jpg");
	width:88px;
	height:18px;
	border:none;
	cursor:pointer;
	}

label.comments-clear {margin-top: 100px; display: block;}

label.comments-clear input#contact_upload, label.comments-clear input[type="file"] {width: 300px; height: 24px; }
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
address {
	font-size: .95em;
	color: #000;
	}
	address a:link, address a:visited {font-weight:bold; color: #000;}
	address a:hover, address a:active {font-weight:bold; color: #026dcb;}
	
/* ------------------------ main framework ------------------------ */
#wrap {
/*	background:url("images/bg-wrap.jpg") repeat-y;*/
	width:900px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("images/bottom-img.jpg") bottom no-repeat;
	width:900px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("images/masthead2.jpg");
	height:95px;
	z-index:1000;
	}
	/* index page link within #masthead */		
	#masthead a.home-link, #masthead-promo a.home-link {
	position:absolute;
	left:10px;
	width:200px;
	top:30px;
	height:60px;
		}
	#masthead a.home-link span {
		display:none;
		}

#header-bottom {
	height: 22px;
	background: url("images/header-bottom.jpg");
	clear: both;
        width: 899px;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:210px;
	float:left;
	position:relative;
	padding: 0px 25px 0px 25px;
	}
body#index #column-left {
	width:555px;
	padding: 0px 20px 0px 25px;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}



	#column-left ul.sub-nav { margin: 25px 0px 25px 0px; }

       #column-left ul.sub-nav li { 
			background:none;
                        margin-bottom: 2px;
                        
                        }
      #column-left ul.sub-nav li ul {margin-top: 5px;}

      #column-left ul.sub-nav li ul li a {
			padding:2px; 
                        width: 165px;
                        display: block;
                        color: #fff;
                        text-decoration: none;
			}

       #column-left ul.sub-nav li a {
			padding:3px; 
                        width: 180px;
                        display: block;
                        text-decoration: none;
			}
     
      #column-left ul.sub-nav li a:link, #column-left ul.sub-nav li a:visited {
			/*background: #efd71a;*/
                        color: #034f92;
                       }
      #column-left ul.sub-nav li a:hover, #column-left ul.sub-nav li a:active {
			background: #034f92;
                        color: #fff;
                        }

        #column-left ul#distributor-list { margin: -20px 0px 0px 25px; }
	#column-left ul.sub-nav li#spacer {background: none;}
	















	 
	li#images, body#events li#events-list1,
        body#news li#events-list1,
        body#contact li#employment, 
body#contact li#meetings, 
body#contact li#newsletter, 
body#contact li#request-info, 
body#contact li#sales, 
body#contact li#symposium, 
body#contact li#showcase, 
body#contact li#tech-support, 
body#contact li#training,
li#rtvue-download {display: none;}
		
	body#rtvue li#images, li#events-list1, body#rtvue li#rtvue-download {display: block;}
	
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:600px;
	float:left;
	padding: 0px 40px 0px 0px;
	text-align:left;
	}
body#index #column-right {
	width:265px;
	padding: 0px 25px 0px 10px;
	}
	

	#column-right div.twocol {
		width: 260px;
		float: left;
		display: inline;
		margin: 0px 10px 0px 10px;
	}
	#column-right p,  #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:0px 0px 10px 0px;
		}
              
        #column-right h1 { margin: 15px 0px 20px 0px; }

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px;  display:block; } 
		#column-right ul.multi li { 
			background:transparent url("images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:250px;
			line-height:20px; 
			display:block;
			}
	#column-right ul.congress-list { padding-left:5px; margin-bottom: 20px; } 
		#column-right ul.congress-list li { 
			background:transparent url("images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:133px;
			line-height:20px; 
			}
			
	/* definition list */
	#column-right dl { padding-left:5px; line-height: 20px; }
		#column-right dl dt {
			font-weight:bold;
			margin-bottom: 3px;
			}
		#column-right dl dd {
			background:none;
			margin-left:5px;
			}
			#column-right dl dd.indent {margin-left: 20px;}
	#column-right ol { margin-left:25px; }
		#column-right ol li {
			list-style: decimal outside;
			line-height: 18px;
			}
        #column-right ol li a img {margin: 5px 0px 0px 8px; height: 40px; }
        #column-right ol li a:hover img {border: 1px solid #fff; height: 38px;}
			#column-right ol li ul {margin: 5px 0px 3px 0px;}
			#column-right ol li ul li { background: none; list-style: none;}
			
table thead {font-weight: bold; text-decoration: underline;}
table td {padding: 3px; border: 1px solid #414141;}

body#distributors table{ width: 600px;font-size: .95em;}

/* ------------------------ header framework ------------------------ */
#flash { height:255px; width: 900px; margin-left: 0px; background: url("images/header-bg.jpg") left; } /* sets height for the flash header - REMOVE IF NOT USED */


	/* --------------- no flash text styles ----------------------*/
	#flash p, #flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#flash a:link, #flash a:visited {color: #FFFFFF;}
	#flash a:hover, #flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:255px; background:url("images/flash1.jpg");} 
body#company #header-graphic{ background:url("images/flash1.jpg"); }
	body#news #header-graphic{ background:url("images/flash2.jpg"); }
	body#events #header-graphic{ background:url("images/flash2.jpg"); }
	body#international #header-graphic{ background:url("images/flash2.jpg"); }
	body#management #header-graphic{ background:url("images/flash1.jpg"); }
	body#advisers #header-graphic{ background:url("images/flash1.jpg"); }
	body#careers #header-graphic{ background:url("images/flash1.jpg"); }
	body#rtvue #header-graphic{ background:url("images/flash3.jpg"); }
	body#online-courses #header-graphic{ background:url("images/flash5.jpg"); }
	body#distributors #header-graphic{ background:url("images/flash4.jpg"); }
	body#training #header-graphic{ background:url("images/flash5.jpg"); }
	body#image-gallery #header-graphic{ background:url("images/flash5.jpg"); }
	body#articles #header-graphic{ background:url("images/flash5.jpg");}
	body#contact #header-graphic{ background:url("images/flash4.jpg"); }
	body#thankyou #header-graphic{ background:url("images/flash4.jpg"); }
	body#sitemap #header-graphic{ background:url("images/flash4.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:60px; } /* sets height for all subheads */
	body#index #subhead { background:url("images/subhead-index.jpg"); }
	body#company #subhead { background:url("images/subhead-company.gif"); }
	body#news #subhead { background:url("images/subhead-news-events.gif"); }
	body#events #subhead { background:url("images/subhead-news-events.gif"); }
	body#international #subhead { background:url("images/subhead-news-events.gif"); }
	body#management #subhead { background:url("images/subhead-management.gif"); }
	body#advisers #subhead { background:url("images/subhead-advisers.gif"); }
	body#careers #subhead { background:url("images/subhead-careers.gif"); }
	body#rtvue #subhead { background:url("images/subhead-rtvue.gif"); }
	body#online-courses #subhead { background:url("images/subhead-online-courses.gif"); }
	body#distributors #subhead { background:url("images/subhead-distributors.gif"); }
	body#training #subhead { background:url("images/subhead-training.gif"); }
	body#image-gallery #subhead { background:url("images/subhead-image-gallery.gif"); }
	body#articles #subhead { background:url("images/subhead-articles.gif"); }
	body#contact #subhead { background:url("images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("images/subhead-sitemap.gif"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#about-news-shows {
	float: left;
	background:url("images/about-news-shows-bg.jpg") repeat-y ;
	color: #fff;
	width: 900px;
	}
	#about-news-shows p {margin-bottom: 7px;}
	
	#about-news-shows a:link, #about-news-shows a:visited {color: #fff; font-weight: bold;}
	#about-news-shows a:hover, #about-news-shows a:active {color: #fff; font-weight: bold; text-decoration: none;}
	
	#title-index-about {
		background: url("images/title-index-about.jpg") top no-repeat;
		padding: 50px 10px 0px 28px;
		width: 263px;
		float: left;
		display: inline;
		}
	#title-index-news {
		background: url("images/title-index-news.jpg") top no-repeat;
		padding: 50px 18px 0px 20px;
		width: 260px;
		float: left;
		display: inline;
		}
	#title-index-tradeshows {
		background: url("images/title-index-shows.jpg") top no-repeat;
		padding: 50px 25px 0px 16px;
		width: 260px;
		float: left;
		display: inline;
		}
#about-news-shows-bottom {
	background: url("images/about-news-shows-bottom.jpg") bottom no-repeat;	
	padding-bottom: 30px;
	width: 900px;
	float: left;
	 }
		
#img-office {
	background: url("images/img-office.gif");
	height: 109px;
	width: 260px;

	}
#img-video {
	background: url("images/video.gif");
	height: 131px;
	width: 210px;
	}
body#index #img-video {
	background: url("images/video-index.gif");
	height: 162px;
	width: 265px;
	}

/* ------------------------ title framework with varying heights ------------------------- */
body#index #title-contact {
	height:50px;
	background:url("images/title-contact-index.gif") ;
	}
body#contact #title-contact, body#thankyou #title-contact {
	height:60px;
	background:url("images/title-locate-sub.gif") ;
	}
#title-contact {
	height:60px;
	background:url("images/title-contact-sub.gif") ;
	}
#title-video-media {
	height:60px;
	background:url("images/title-video-media.gif") ;
	}
	
body#index #title-video-media {
	padding:50px 23px 0px 0px;
	background:url("images/title-video-media-index.gif") top no-repeat;
	width: 270px;
	height: auto;
	float: left;
	display: inline;
	}
#temp-online-registration {
	padding:18px 23px 0px 0px;
	width: 270px;
	height: 275px;
	float: left;
	}
#title-vision {
	padding-top:50px;
	background:url("images/title-our-vision-index.gif") top no-repeat;
	width: 260px;
	float: left;
	display: inline;
	}

/* ------------------------------------- Promotion Pages ---------------------------------------- */
a#promo-img {
    text-align: center;
	display:block;
        background: url("images/promo-img-top.jpg") top no-repeat;
        width: 880px;
        padding: 10px;
	}
		
#masthead-promo {
	position:relative;
	background:url("images/masthead-promo.jpg");
	height:95px;
	}
	
	body#promotions #content {padding:30px;}
	
	body#promotions #content h1.title {margin-bottom:40px;}
	
body#promotions #content h1,
body#promotions #content h2, 
body#promotions #content h3, 
body#promotions #content p
{
	margin:0 25px 10px 25px;
}
	body#promotions #content form {margin: 25px auto;}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
/*	background:url("images/bottom-wrap.jpg");*/
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	color: #000;
	font-size: .95em;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#034f92; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #034f92;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 

	width:640px; 
	height:21px; 
	margin:0;
	padding:0; 
	position: absolute;
	top: 74px;
	left: 267px;
	z-index:1000;
	}

#nav span { display: none; }

#nav li, #nav a { height:21px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 68px; margin-left: 10px;}
#nav-02 { width: 85px;}
#nav-03 { width: 107px;}
#nav-04 { width: 75px;}
#nav-05 { width: 90px;}
#nav-06 { width: 110px;}
#nav-07 { width: 73px;}


/*-------------- (-79px) X position of button / (-21px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav-over.png")  -10px 0px no-repeat; }
#nav-02 a:hover { background:url("images/nav-over.png") -78px 0px no-repeat; }
#nav-03 a:hover { background:url("images/nav-over.png") -166px 0px no-repeat; }

#nav-04 a:hover { background:url("images/nav-over.png") -346px 0px no-repeat; }
#nav-05 a:hover { background:url("images/nav-over.png") -421px 0px no-repeat; }
#nav-06 a:hover { background:url("images/nav-over.png") -511px 0px no-repeat; }
#nav-07 a:hover { background:url("images/nav-over.png") -273px 0px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("images/nav-over.png")    -10px 0px no-repeat; }
body#company #nav-02 { background:url("images/nav-over.png")  -78px 0px no-repeat; }
body#rtvue #nav-03, 
body#networking #nav-03,
body#articles #nav-03,
body#image-gallery #nav-03 { background:url("images/nav-over.png")    -166px 0px no-repeat; }
body#events #nav-04 , 
body#news #nav-04 ,
body#international #nav-04 ,  
body#events  #nav-04 { background:url("images/nav-over.png") -346px 0px no-repeat; }
body#training #nav-05 { background:url("images/nav-over.png") -421px 0px no-repeat; }
body#contact #nav-06,
body#distributors #nav-06 { background:url("images/nav-over.png")  -511px 0px no-repeat;}
body#videos #nav-07 { background:url("images/nav-over.png")  -273px 0px no-repeat;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}
#nav li ul { 
	border:1px solid #034f92;
	border-top:none;
	}	
#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#034f92;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover  { 
	background-image:none;
	background-color:#fff;
	color:#deb200;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:100px; }	
#nav-03 ul, #nav-03 li { width:220px; }
#nav-04 ul, #nav-04 li { width:190px; }		
#nav-05 ul, #nav-05 li { width:110px; }
#nav-06 ul, #nav-06 li { width:150px; } 
#nav-07ul, #nav-07 li { width: 73px; } 
#nav-06 ul {margin-left: -40px;}

#image-gallery .wp-caption {float:left; margin-right:12px; font:10px verdana, arial, helvetica; height:120px;}
#image-gallery #column-right h2 {clear:both; margin:30px 0 10px 0;}

#image-gallery ul {padding-left:5px;}



.bullet { padding-right:6px;}

body#distributors h2 {clear:both; margin:10px 0;}
body#distributors ul.multi {height:80px; width:400px; margin-bottom:20px;}
body#distributors ul.multi li {width:175px;}


#image-gallery #column-right dl {
	float:left;
	font-size:10px;
	line-height:1em;
	margin-right:20px;
	padding:5px 0;
	text-align:center;
	width:90px;
	height:110px
	}
	
#videolink{display:block;height:133px;width:200px;position:absolute;}	
.entry{position:relative;}

.title_line
{
	background-color:#b4d1eb;
	width:100%;
	height:1px;
}
.gallery-wrapper{width: 100%; float: left; margin: 0 0 10px;}
.image-gallery
{
	float:left;
	height:163px;
	margin:15px;
	width:151px;
	background:url(images/gallery-image-bg.png) no-repeat center;
}
.image-gallery span
{
	color:#034F92;
	float:left;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	padding:5px 25px 0;
	text-align:left;
}
.image-gallery img
{
	padding:10px 12px 3px;
}
#galleria{height:421px;width:542px; }
.content_gallery{color:#ccc;font:14px/1.4 arial,sans-serif;width:550px;margin:20px auto; position:relative;}
.galleria-container{position:relative;overflow:hidden;background:#fff url(images/gallery-bg.jpg); }
.galleria-container img{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;}
.galleria-stage{position:absolute;top:50px;bottom:60px;height:261px;width:500px;left:22px;right:10px;overflow:hidden;}
.galleria-thumbnails-container{height:75px;top:325px;position:absolute;left:10px;right:10px;z-index:2;}
.galleria-carousel .galleria-thumbnails-list{margin-left:30px;margin-right:30px;}
.galleria-thumbnails .galleria-image{height:75px;width:75px;margin:0 5px 0 0;border:1px solid #e1e1e1;float:left;cursor:pointer;}
.galleria-counter{position:absolute;bottom:10px;left:10px;text-align:right;color:#fff;font:normal 11px/1 arial,sans-serif;z-index:2;}
.galleria-loader{background:#000;width:20px;height:20px;position:absolute;top:10px;right:10px;z-index:2;display:none;background:url(classic-loader.gif) no-repeat 2px 2px;}
.galleria-info{width:50%;top:15px;left:15px;z-index:2;position:absolute;}
.galleria-info-text{background-color:#006bc8;padding: 12px;display:none;}
.galleria-info-title{font:bold 12px/1.1 arial,sans-serif;margin:0;color:#fff;}
.galleria-info-description{font:italic 12px/1.4 georgia,serif;margin:0;color:#bbb;}
.galleria-info-title+.galleria-info-description{margin-top:7px;}
.galleria-info-close{width:9px;height:9px;position:absolute;top:5px;right:5px;background-position:-753px -11px;opacity:.5;cursor:pointer;display:none;}
.galleria-info-link{background-position:-669px -5px;opacity:.8;position:absolute;width:20px;height:20px;cursor:pointer;background-color:#034F92;margin-top:7px;margin-left:8px;}
.galleria-info-link:hover,
.galleria-info-close:hover{opacity:.5;}
.galleria-image-nav{position:absolute;top:50%;margin-top:-15px;width:100%;height:31px;left:0;}
.galleria-image-nav-left,
.galleria-image-nav-right{opacity:.7;cursor:pointer;width:16px;height:31px;position:absolute;left:10px;z-index:2;}
.galleria-image-nav-right{left:auto;right:10px;background-position:-300px 0;z-index:2;}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover{opacity:.5;}
.galleria-thumb-nav-left{cursor:pointer;display:none;background:url(images/prev_btn.jpg) center;position:absolute;left:0;top:23px;height:27px;width:27px;z-index:3;opacity:.8;}
.galleria-thumb-nav-right{background:url("images/next_btn.jpg") repeat scroll 0 0 transparent;cursor:pointer;height:27px;left:auto;position:absolute;right:0;width:27px;z-index:3;top:23px;}
.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover{opacity:.2;cursor:default;}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover{opacity:1;}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right{display:block;}
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right{background-image:url(images/classic-map.png);background-repeat:no-repeat;}
.galleria-lightbox-next{background:url(images/next_btn.jpg) no-repeat;height:27px;margin-top:-1px;width:27px;margin-right:5px;}
.galleria-lightbox-prev{background:url(images/prev_btn.jpg) no-repeat;height:27px;margin-top:-1px;width:27px;margin-right:9px;}
.galleria-lightbox-title{font-size:15px;text-align:center;width:72%;float:left;margin-top:5px;}
.galleria-lightbox-wrapper{float:right;width:28%;}
.galleria-lightbox-counter{margin-top:5px;}
.links
{
color:#034f92;
font-family:Arial;
font-size:11px;
left:200px;
position:absolute;
top:25px;
z-index:1;
}
.links a
{
margin:0 5px;
color:#034f92;
font-family:Arial;
font-size:11px;
text-decoration:none;
}
.links a:hover
{
text-decoration:underline;
}
.zoom{background:url("images/zoom.jpg") no-repeat left center;color:#034F92;cursor:pointer;font-family:Arial;font-size:11px;height:16px;
padding-left:26px;position:absolute;right:13px;top:25px;width:54px;z-index:10;text-decoration:none;}
.zoom:hover{text-decoration:underline;}


#slideshow
{
height:255px; width: 900px;
margin-left: 0px;
position:relative;
float:left;
}
.window{	
	height:255px; width: 886px; 
	margin: 15px 7px 0;
	overflow: hidden; 
	float:left;
}
.window li{ list-style:none;}
.window li img{background-color:transparent!important;}
 #slideshow_nav {
bottom:5px;
height:15px;
padding:5px;
position:absolute;
right:10px;
width:152px;
z-index:10;
}
#slideshow_nav a{
	background: url(images/navigation_buttons.png) center top no-repeat;	
	height:14px;
	width:14px;
	float:left;
	cursor:pointer;
	margin:0 5px 0 0;
}
#slideshow_nav a.activeSlide {
	background: url(images/navigation_buttons.png) center bottom no-repeat;	
}
#slideshow_nav a:hover {
	background: url(images/navigation_buttons.png) center bottom no-repeat;	
}

ul#ihealth{float:right;width:325px;margin-top:10px;}
ul#ihealth li{float:right; display:inline; background: url(/images/arrows_li.jpg) top left no-repeat; width:245px;padding:0 0 4px 21px;}
#bottomtext{position:absolute;top:805px;}
#title_patients{float:right;margin-top:60px}
a.ihealth_btn{background: url(/images/ihealth_btn.png) no-repeat; width:397px; height:36px; display:block;float:left;}


.hidden1 
{			
overflow:hidden;
position:absolute;
top:-50000px;
left:0;
width:1px;
height:1px;
}
.more_info
{
background:url(images/buttons.png) no-repeat 0 0;
width:169px;
height:19px;
display:block;
position:absolute;
top:358px;
left:179px;
}
.close
{
background:url(images/buttons.png) no-repeat  -185px 0;
width:611px;
height:394px;
display:block;
position:absolute;
top:358px;
left:367px;
}
#popup
{
background:url(images/popup_bg.jpg) no-repeat;
width:611px;
height:394px;
position:relative;
overflow: hidden;
}
.acquisition{top:250px; left:88px; position:absolute;}
.committed{top:306px; left:185px; position:absolute;}
#fancybox-outer {
    width: 611px!important;
}
#fancybox-content {
    border-width: 0!important;
    height: auto;
    overflow: hidden!important;
    width: auto;
	}
body#pop-up #column-right {
    padding: 0 25px 0 10px;
    width: 265px;
}
body#pop-up #column-left {
    padding: 0 20px 0 25px;
    width: 555px;
}
body#pop-up #title-video-media {
    background: url("images/title-video-media-index.gif") no-repeat scroll center top transparent;
    display: inline;
    float: left;
    height: auto;
    padding: 50px 23px 0 0;
    width: 270px;
}
body#pop-up  #title-contact {
    background: url("images/title-contact-index.gif") repeat scroll 0 0 transparent;
    height: 50px;
}
