@charset "utf-8";


body {
	
	background-image:url(../images/body_bckg.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	
}

h1	{
	font-size:16px;
	line-height:20px;
	color:#E96015;
	padding-top:10px;
	clear:left;
}

h2	{
	font-size:14px;
	color:#E96015;
	
	
}

li	{
	list-style-image:url(../images/cross_bullet.gif);
	line-height:20px;
	
}

a	{
	color:#E96015;
	text-decoration:none;
	font-weight:100;
	outline:none;
	
	}
 a:hover{
	
	color:#000;
}

a:focus {
            outline: none;
        }


#flags	{
	width:918px;
	margin-left:auto;
	margin-right:auto;
	height:22px;
}

#flags img	{
	padding-left:5px;
}
/*border styles*/

#border	{
	width:918px;
	background-image:url(../images/bottom_gradient.gif);
	background-repeat:repeat-x; 
	background-position:bottom;
}

#shadeborder-left	{
	background-image:url(../images/vertical_border_left_shade.gif);
	background-repeat:repeat-y;
	background-position:left;
	height:130px;
}

#shadeborder-right	{
	background-image:url(../images/vertical_border_right_shade.gif);
	background-repeat:repeat-y;
	background-position:right;
	
}
	
#corp-left	{
	background-image:url(../images/vertical_border_left.gif);
	background-repeat:repeat-y;
	background-position:left;
	
	
}

#corp-right	{
	background-image:url(../images/vertical_border_right.gif);
	background-repeat:repeat-y;
	background-position:right;
	
	
}

#corp-down	{
	background-image:url(../images/bottom-border.gif);
	background-repeat:repeat-x;
	
	
}

#content_down	{
		
	background-color:#FFF;
	
}

#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left:auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	
	
}


#logoline	{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	float:left;
	padding: 0 0 0 0; 
	

	
}

#logo	{
	padding-top:15px;
	float:left;
}

#message	{
	width: 200px;
	height:70px;
	float:right;
	margin-right:42px;
	margin-top:7px;

}
#heartbeat{
	background-image:url(../images/heartbeat.gif);
	background-repeat:no-repeat;
	margin-top:-12px;
	margin-right:10px;
	float:right;
	width:545px;
	height:48px;
	
}

#heartbeat p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	margin-top:30px;
	padding-left:300px;
}

#heartbeat_es{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:30px;
	padding-left:40px;
}
	
	@font-face {
  font-family:"Trebuchet MS";
  src: url(trebuc.ttf);
}

.menu_holder	{
	height:30px;
	padding-top:10px;
	float:left;
	width:100%;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	
	
}

#FlashID	{
	margin-left:4px;
	
	}


ul#menu{
	margin:0 0 0 3px;
	padding:0;
	float:left;
	list-style-type:none;
	width:900px;
	position:inherit;
	display:block;
	height:30px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	
	
}
ul#menu li{
	display:inline;
	float:left;
	margin:0;
	border-right:1px solid #ffffff;
	background-image:url(../images/menu-bckg.gif);
	background-repeat:repeat-x; 
	
	}
	
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:5px 25px 5px 25px;
	height:15px;
	background-image:url(../images/menu-bckg.gif);
	background-repeat:repeat-x; 
	font-weight:bold;
	}
	

	
	
ul#menu li a:hover{
	background-image:url(../images/menu-bckg_o.gif);
	background-repeat:repeat-x; 
	
	
	}
	





#mainContent {
	
	padding: 0px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:250px;
	float:left;
	width:810px;
	clear:both;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFF;
	
}

#mainContent_bckg	{
	background-color:#EAEAEA;
}


#bottom{
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	border:0;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	height:40px;
	padding-left:35px;
	padding-right:35px;
	
	
	
}

#footer	{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	float:left;
	padding-top:15px;
	}
	
#footerlinks	{
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	position:relative;
	float:right;
	padding:15px 5px 0px 5px;
	}


#footerlinks li{
	display:block;
	float:right;
	color:#E96015;
	text-decoration:none;
	padding:0 5px 0px 5px;
	height:15px;
	list-style-type:none;
		}
#footerlinks li a{
	display:block;
	float:right;
	color:#E96015;
	text-decoration:none;
	padding:0 5px 0px 5px;
	height:15px;
	list-style-type:none;
	}
#footerlinks li a:hover{
	display:block;
	float:right;
	color:#000;
	text-decoration:none;
	padding:0 5px 0px 5px;
	height:15px;
	list-style-type:none; 
	
	
	}

#map_canvas	{

	border:#DBDBDB solid 1px;

	float:left;

	width:500px;

	height:375px;

}



#address	{
	width:285px;
	height:365px;
	border:#DBDBDB solid 1px;
	background-color:#EAEAEA;
	float:left;
	margin-left:10px;
	padding:5px;
}
#directions{
	padding-top:15px;
}



.click_here a {
display:block;
padding:2px 2px 2px 13px;
font: bold 11px sans-serif;
color:#fff;
background: url(../images/click_here.gif) 0 0 no-repeat;
text-decoration: none;
margin-top:125px;
margin-left:25px;
}
.click_here a:hover { 
background-position: 0 -35px;
background: url(../images/click_here_o.gif) 0 0 no-repeat;
color: #fff;
}

.click_here_esp a {
display:block;
padding:2px 2px 2px 10px;
font: bold 11px sans-serif;
color:#fff;
background: url(../images/click_here_esp.gif) 0 0 no-repeat;
text-decoration: none;
margin-top:125px;
margin-left:18px;
}
.click_here_esp a:hover { 
background-position: 0 -35px;
background: url(../images/click_here_esp_o.gif) 0 0 no-repeat;
color: #fff;
}

	
#click_here-main a {
display:block;
padding:2px 2px 2px 16px;
font: bold 11px sans-serif;
color:#fff;
background: url(../images/click_here.gif) 0 0 no-repeat;
text-decoration: none;
margin-left:15px;

}
#click_here-main a:hover { 
background-position: 0 -40px;
background: url(../images/click_here_o.gif) 0 0 no-repeat;
color: #fff;
}

#FlashID	{
	margin-left:-16px;
}
	
input[type=text], input[type=submit], input[type=password], input[type=button], textarea, select {
	border: 1px solid #808080;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
}

input[type=radio] {
	position: relative;
	top: 3px;
}

#dr-photo	{
	float:left;
	width:107px;
	height:300px;
	
}

#dr-text	{
	float:left;
	margin-left:20px;
	margin-right:10px;
	width:60%;
	

}

#personal_message2	{
	float:right;
	clear:both;
	margin-left:10px;
	background-image:url(../images/personal_message_banner.gif);
	background-repeat:no-repeat;
	width:135px;
	height:164px;
	
}

#personal_message2_es	{
	float:right;
	clear:both;
	margin-left:10px;
	background-image:url(../images/personal_message_banner_es.gif);
	background-repeat:no-repeat;
	width:135px;
	height:164px;
	
}


#special_offer	{
	float:right;
	margin-left:10px;
	background-image:url(../images/what_is_new.gif);
	background-repeat:no-repeat;
	width:135px;
	height:164px;
	margin-top:10px;
	clear:right;
}

#special_offer_es	{
	float:right;
	margin-left:10px;
	background-image:url(../images/what_is_new_es.gif);
	background-repeat:no-repeat;
	width:135px;
	height:164px;
	margin-top:10px;
	clear:right;
}



#news	{
	float:right;
	clear:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:135px;
	height:50px;
	
}

#top-images{
	float:left;
	width:850px;
	height:205px;
	clear:both;
	
		}
		
#top-images img {		
padding-right:5px;

}
	
#quotation	{
	float:right;
	width:300px;
		}
		
#hippokrates-img	{
	margin-right:20px;
}


/*spanish changes*/

ul#menu_es{
	margin:0 0 0 3px;
	padding:0;
	list-style-type:none;
	width:900px;
	position:relative;
	display:block;
	height:30px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	
	
}
ul#menu_es li{
	display:inline;
	float:left;
	margin:0;
	border-right:1px solid #ffffff;
	background-image:url(../images/menu-bckg.gif);
	background-repeat:repeat-x; 
	
	}
	
ul#menu_es li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:5px 13px 5px 14px;
	height:15px;
	background-image:url(../images/menu-bckg.gif);
	background-repeat:repeat-x; 
	font-weight:bold;
	}
	

	
	
ul#menu_es li a:hover{
	background-image:url(../images/menu-bckg_o.gif);
	background-repeat:repeat-x; 
	
	
	}
