body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bg-body.gif);
	font-family:Georgia;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
	text-decoration: none;
}

.blanco1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAEAE;
	text-decoration: underline;
}

.blanco1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.blanco2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a4a4a4;
	text-decoration: none;
}

.blanco2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.celeste {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #ed8114;
	text-decoration: none;
}

.gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353535;
	text-decoration: none;
}

.gris1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
	text-decoration: none;
}

.gris2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A4A4A4;
	text-decoration: none;
}

.gris4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a7a7;
	text-decoration: none;
}

.gris5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a7a7;
	text-decoration: underline;
}

.gris5:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	text-decoration: none;
}

.gris6 {
	font:14px/16px Oswald, Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	text-decoration: none;
}

.azul {
	font-family: Verdana;
	font-size: 13px;
	color: #324263;
	text-decoration: none;
}

.azul1 {
	font-family: Verdana;
	font-size: 15px;
	color: #324263;
	text-decoration: none;
}

.azul-link {
	font-family: Verdana;
	font-size: 13px;
	color: #324263;
	text-decoration: underline;
}

.azul-link:hover {
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}


nav ul{
	overflow:hidden;
	font:14px/16px Oswald, Arial, Helvetica, sans-serif;
}

nav ul li{
	float:left;
	list-style:outside none;
	background:url(../images/sprite-2.png) no-repeat -994px 3px;
	margin-left: 16px;
	padding: 0 0 0 21px;
}

nav ul li:first-child{background:none;}
nav a{
	color:#ff9400;
	text-decoration:none;
}

nav a:hover{
	text-decoration:none;
	color:#a0a0a0;
}

body#home article p.headline {
	margin-top:10px;
	line-height:1em;
	font-size:2.5em;
	
}
body#home article h1 {
	font-size:1.2em;
	line-height:0;
	margin-top:0px;
	
}
body#home h1, article p.headline, h2, body.blog h1 {
	text-align: center;
	font-weight: 500;
	letter-spacing: -1px;
	color:#494949;
	
}
article p.headline, body.blog h1 {
	font-size:2.3em;
	line-height: 1em;
	margin:50px 0 15px 0;
}

p.byline {
	text-align: center;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:200;
	width: 800px;
	margin: 0 auto 15px auto;
	background: url(http://d2agh9ata29wb8.cloudfront.net/e/einsteinmedical.com/line-break.png) no-repeat bottom center;
	padding-bottom:55px;
	font-family:Georgia;
	font-style:italic;
	text-align:center;
	color:#a5a5a5;
	
}

#hero-shot {
	margin:20px auto 0px auto;
	text-align: center;
}
#hero-shot p {
	margin:0;
}


.orange {
	text-shadow: 1px 1px 0px #ffe8b2;	
	color: #7c5d1b;
	border: 1px solid #d6a437;	
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fed970) to(#febd4b)); /*old webkit*/
    background: -webkit-linear-gradient(#fed970, #febd4b); /*new webkit*/
    background: -moz-linear-gradient(#fed970, #febd4b); /*gecko*/
    background: -ms-linear-gradient(#fed970, #febd4b); /*IE10*/
    background: -o-linear-gradient(#fed970, #febd4b); /*opera 11.10+*/
    background: linear-gradient(#fed970, #febd4b); /*future CSS3 browsers*/	
	-pie-background: linear-gradient(#fed970, #febd4b);	/*PIE*/	
}

.orange:hover {
	color: #7c5d1b;
	border: 1px solid #d6a437;	
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#febd4b) to(#fed970)); /*old webkit*/
    background: -webkit-linear-gradient(#febd4b, #fed970); /*new webkit*/
    background: -moz-linear-gradient(#febd4b, #fed970); /*gecko*/
    background: -ms-linear-gradient(#febd4b, #fed970); /*IE10*/
    background: -o-linear-gradient(#febd4b, #fed970); /*opera 11.10+*/
    background: linear-gradient(#febd4b, #fed970); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#febd4b, #fed970); /*PIE*/	
}
/*----- 3.2. Forms -----*/
	
.form-wrapper {
	clear:both;
	width:870px;
	border:1px solid #e5e5e5;
	background:#fdfdfd url(../images/form-pattern.png) repeat scroll 0 0;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);	
	padding:8px;
	margin-left: 20px;
	overflow:hidden;
	position:relative;
}
	
.in-touch {
	margin-top:40px;
}
.email-list {
	margin-top:13px;
}
form#cform {
	margin:0;
	padding:0;
}

#cform {
	position:relative;
}

#message, #mesaj { margin: 0; padding: 0; }

input#semail {
	width:293px;
	height:18px;
	padding:10px 36px 10px 15px;
	border:1px solid #e5e5e5;
	font-size:14px;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	
}

input#name, input#email, input#phone, input#subject  {
	width:413px;
	height:18px;
	padding:10px 0 10px 15px;
	margin-bottom:8px;
	border:1px solid #e5e5e5;
	font-size:14px;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

input#name, input#phone {
	margin-right:8px;
}

input#verify {
	width:38px;
	height:18px;
	padding:10px 0 10px 15px;
	border:1px solid #e5e5e5;
	font-size:14px;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

input#submit, input#ssubmit {
	position:relative;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
	box-shadow: #e3e3e3 0 1px 1px;		
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.1),
		inset 0px 1px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.1),
		inset 0px 1px 1px rgba(255,255,255,0.7);				
	font-size: 14px;
	float:right;
	margin-left: 6px;
	padding:0 10px;
	height:40px;
	cursor:pointer;	
	line-height:36px;
	behavior: url(PIE.htc);		
}

input#ssubmit {
	width:118px;
}

textarea#comments {
	width:836px;
	height:100px;
	padding:10px 15px;
	margin-bottom:8px;
	border:1px solid #e5e5e5;
	font-size:14px;	
	float:left;
	resize: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
}

#captcha {
	float:left;
	position:relative;
}

#captcha span {
	float:left;
	height:38px;
	line-height:38px;
	margin-right:10px;
	font-size:14px;
}

.loader {
	position:relative;
	float: right;
	margin-top: 12px;	
	
}

.error_message {
	text-align:center;
	color:red;
	padding:10px 0;
}

#success_page {
	text-align:center;
	padding:10px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Tipsy Plugin - https://github.com/jaz303/tipsy
/*-----------------------------------------------------------------------------------*/


.tipsy { font-size: 11px; position: absolute; padding: 8px 5px; z-index: 100000; }
  .tipsy-inner { background-color: #afafaf; color: #FFF; max-width: 200px; padding: 1px 10px 0 10px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  

  .tipsy-inner { box-shadow: 1px 1px 2px #e7e7e7; -webkit-box-shadow: 1px 1px 2px #e7e7e7; -moz-box-shadow: 1px 1px 2px #e7e7e7; }
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #afafaf;top:29px}
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #afafaf; }
  .tipsy-arrow-s { border-top-color: #afafaf; }
  .tipsy-arrow-e { border-left-color: #afafaf; }
  .tipsy-arrow-w { border-right-color: #afafaf; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
  
 
 .js1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1B1B1;
	text-decoration: none;
}
.js2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1B1B1;
	text-decoration: underline;
}
.js2:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7B7B7B;
	text-decoration: none;
}