/*----------------------------------------------------------------------
	styles generals
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	font-size: 62.5%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #735B3A;
	background: #C2DA90 url(../images/bg/body.png) repeat-x;
}

p, 
ul li,
input,
textarea,
select,
label{
	font-size: 1.2em;
}

p,
h2,
h3,
h4 {
	line-height: 120%;
	/*padding-bottom: .8em;*/
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

a {
	color: #110400;
	text-decoration:none;
}

a:hover {
	color: #775C2D;
}

.left{
	float: left;
}

.right{
	float: right;
}

.align_center{
	text-align:center;
}

.hidden {
	display: none;
}

hr,
.clear {
	display: block;
	height: 1px;
	border: 0;
	margin: 10px 0;
	clear: both;
}

.clear{
	clear: left;
	margin: 0;
	visibility: hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

hr.separator{
	height: 1px;
	visibility: visible !important;
	border-top: 1px solid #E4E4D6;
	padding-bottom: 10px;
}

hr.splitter{
	height: 0;
	visibility: visible !important;
	border-top: 1px solid #FFF;
	margin: 0;
}

.messages{
	padding: 50px 0;
	text-align: center;
	font-size: 1.2em;
}

/*----------------------------------------------------------------------
	layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.floral_left{
	width: 100%;
	margin: 0 auto;
	background:url(../images/bg/floral_left.png) no-repeat 0 70px;
}

.floral_right{
	width: 100%;
	margin: 0 auto;
	background:url(../images/bg/floral_right.png) no-repeat  100% 30px;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
}


/*----------------------------------------------------------------------
	header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header .logo{
	color:#506F11;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:bold;
	width:450px;
	padding:30px 0 10px 15px;
}

#header .logo a{
	color:#506F11;

}
#header .logo a:hover{
	color:#506F11;

}

#header .menu_top{
	width:280px;
	text-align:right;
	padding-top:50px;
	padding-right:15px;
}

#header .menu_top ul li{
	display:inline;
	padding:0 8px 0 4px;
	border-right:1px solid #506F11;
}

#header .menu_top ul li.last{
	border-right:0;
}

#header .menu_top ul li a{
	color:#506F11;
	font-size:1.2em;
	font-weight:bold;
}

#header .menu_top ul li a:hover{
	text-decoration:underline;
}

/*----------------------------------------------------------------------
	main
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main .inside{
	padding:10px;
	background-color:#FFF;
}

#main .top-left, 
#main .top-right,
#main .bottom-left,
#main .bottom-right{
	background-image:url(../images/boxes/main.png);
}

#main .top-left{
	margin-right:15px; 
	height:15px;
}

#main .top-right{
	margin-top:-15px; 
	margin-left:15px; 
	background-position:100% 0; 
	height:15px;
}

#main .bottom-left{
	margin-right:15px; 
	background-position:0 -585px; 
	height:15px;
}

#main .bottom-right{
	margin-top:-15px; 
	margin-left:15px;	
	background-position:100% -585px;
	height:15px;
}

#main h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.4em;
	color:#506F11;
	font-weight:normal;
}

#main h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	color:#097699;
	font-weight:normal;
}

#main .h2_home{
	padding-bottom:20px;
}

/** menu -----------------------------------------------------------*/
#main .menu_main .aesthetics{
	position:relative;
	background:url(../images/pics/aesthetics.png) no-repeat;
	width:288px;
	height:174px;
	margin-bottom:-20px;
	margin-right:8px;
}

#main .menu_main .office{
	position:relative;
	background:url(../images/pics/office.png) no-repeat;
	width:288px;
	height:174px;
	margin-left:296px;
	margin-bottom:-20px;
	margin-top:-174px;
	margin-right:8px;
}

#main .menu_main .pediatrics{
	position:relative;
	background:url(../images/pics/pediatrics.png) no-repeat;
	width:288px;
	height:174px;
	margin-left:592px;
	margin-bottom:-20px;
	margin-top:-174px;
}

#main .menu_main ul li{
	float:left;
	margin-right:8px;
	text-align:center;
	margin-bottom:-2px;
}

#main .menu_main ul li.last{
	margin-right:0;
}

#main .menu_main ul li a{
	background:url(../images/buttons/menu.png) no-repeat 0 0;
	display:block;
	width:288px;
	height:60px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	padding-top:12px;
	font-weight:bold;
	
	
}
#main .menu_main ul li a strong{
	font-size: 11px;
	padding-top:22px;
	font-weight: normal;
	
}

#main .menu_main ul.lnks_home li{
	margin-bottom:-10px;
}

#main .menu_main ul.lnks_home li a{
	padding-top:27px;
}

#main .menu_main ul li a.item{
	background-position:0 0;
}

#main .menu_main ul li a.item:hover,
#main .menu_main ul li a.item.selected{
	background-position:-288px 0;
}

/** content -----------------------------------------------------------*/
#main .main_inner .content{
	width:575px;
	padding:20px;
}

#main .main_inner .content p{
	line-height:140%;
}

#main .main_inner .content .submenu{
	padding:20px 0 40px 0;
}

#main .main_inner .content .submenu .bloque{
	float:left;
	width:30%;
	display:block;
}

#main .main_inner .content .submenu .bloque ul li{
	background:url(../images/bullets/arrow1.png) no-repeat 0 8px;
	padding:4px 0 4px 12px;
}

#main .main_inner .content .submenu .bloque ul li a{
	color:#735B39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#main .main_inner .content .submenu .bloque ul li a:hover{
	color:#4E7012;
	text-decoration:underline;
}

#main .main_inner .content .title_section{
	border-bottom:1px solid #B9AE9C;
	border-top:1px solid #B9AE9C;
	padding:5px 0;
}

#main .main_inner .content .title_section h2{
	float:left;
	width:85%;
}

#main .main_inner .content .title_section .top{
	float:right;
	width:10%;
	text-align:right;
	padding-top:8px;
}

#main .main_inner .content .title_section .top a{
	color:#725B39;
	font-size:1.2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/bullets/arrow_top.png) no-repeat 0 5px;
	padding-left:12px;
}

#main .main_inner .content .title_section .top a:hover{
	color:#516E11;
	text-decoration:underline;
}

#main .main_inner .content .content_section{
	padding:10px 0 20px 0;
}

#main .main_inner .content .content_section a{
	color:#715D3C;
	font-weight:bold;
}

#main .main_inner .content .content_section a:hover{
	color:#4E7012;
}

#main .main_inner .content .content_section .hours{
	color:#4E7011;
	font-weight:bold;
	padding-top:10px;
}

#main .main_inner .content .content_section .hours span{
	width:130px;
	display:block;
	float:left;
}

#main .main_inner .content .content_section ul{
	padding-top:10px;
}

#main .main_inner .content .content_section ul li{
	padding:4px 0 4px 14px;
	/*overflow:auto;*/
	background:url(../images/bullets/arrow2.png) no-repeat 0 7px;
	line-height:140%;
}

#main .main_inner .content .content_section ul li span{
	display:block;
	float:left;
	width:300px;
}

#main .main_inner .content .content_section ul li a{
	color:#4E7011;
}

#main .main_inner .content .content_section ul li a:hover{
	color:#09779A;
}

/** colside -----------------------------------------------------------*/
#main .main_inner .colside{
	width:251px;
}

#main .main_inner .colside .contact{
	background:url(../images/boxes/contact.png) no-repeat;
	padding:10px 20px;
	margin-bottom:10px;
	height:144px;
}

#main .main_inner .colside .contact .title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:3.4em;
	padding-bottom:8px;
}

#main .main_inner .colside .contact .info{
	color:#FFF;
	line-height:130%;
}

#main .main_inner .colside .contact .btn_clickhere{
	padding-top:15px;
	padding-bottom:2px;
}

#main .main_inner .colside .contact .btn_clickhere a{
	background:url(../images/bullets/clickhere1.png) no-repeat 0 2px;
	color:#FFF;
	padding-left:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main .main_inner .colside .request{
	background:url(../images/boxes/request.png) no-repeat;
	padding:10px 20px;
}

#main .main_inner .colside .request .title1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:2.2em;
	line-height:80%;
	padding-top:10px;
}

#main .main_inner .colside .request .title2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:3em;
}

#main .main_inner .colside .request .btn_clickhere{
	padding:25px 0 40px 22px;
}

#main .main_inner .colside .request .btn_clickhere a{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
}

#main .main_inner .colside .banner{
	padding-top:10px;
}

/*----------------------------------------------------------------------
	footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer{
	text-align:center;
	padding:10px 0;
}

#footer ul{
	padding:2px 0;
}

#footer ul li{
	display:inline;
	color:#735B3A;
	padding:0 3px 0 6px;
	background:url(../images/bullets/nav_list.png) no-repeat 0 3px;
}

#footer ul li.first{
	background:none;
}


#footer ul li a{
	color:#735B3A;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

#footer ul li a:hover{
	text-decoration:underline;
}

#footer ul.upper li a{
	text-transform:uppercase;
}
