/*----------------------------------------------------------------------
	styles generals
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #F7E6AD;
}

p, 
ul li,
input,
textarea,
select,
label{
	font-size: 1.3em;
}

p,
h2,
h3,
h4 {
	line-height: 130%;
	/*padding-bottom: .8em;*/
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

a {
	color: #110400;
	text-decoration:none;
	font-weight:bold;
}

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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper{
	width: 100%;
	margin: 0 auto;
}

#header{
	width:100%;
	margin:0 auto;
	background:url(../images/bg/header.png) repeat-x;
}

#main{
	width:100%;
	margin:0 auto;
	
	
}

#footer{
	width:100%;
	margin:0 auto;
	background:url(../images/bg/footer.png) repeat-x;
}

/*----------------------------------------------------------------------
	header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header{
	padding-top:4px;
}

#header .logo,
#header .isologo{
text-align:center;
}

#header .isologo{
	padding:100px 0 16px 0;
}

#header .navigation{
	width:898px;
	margin:0 auto;
	margin-top:-27px;
}

#header .navigation ul li{
	float:left;
}

#header .navigation ul li a{
	background:url(../images/pics/menu.png) no-repeat 0 0;
	display:block;
	height:100px;
	width:100px
}

#header .navigation ul li a span{
	display:none;
}

#header .navigation ul li a.home{
	background-position:0 0;
}

#header .navigation ul li a.home:hover{
	background-position: 0 -100px;
}

#header .navigation ul li a.drdebian{
	background-position:-100px 0;
	width:95px;
}

#header .navigation ul li a.drdebian:hover{
	background-position: -100px -100px;
}

#header .navigation ul li a.staff{
	background-position:-193px 0;
	width:70px;
}

#header .navigation ul li a.staff:hover{
	background-position: -193px -100px;
}

#header .navigation ul li a.services{
	background-position:-279px 0;
	width:60px;
}

#header .navigation ul li a.services:hover{
	background-position: -279px -100px;
}

#header .navigation ul li a.procedures{
	background-position:-263px 0;
	width:89px;
}

#header .navigation ul li a.procedures:hover{
	background-position: -263px -100px;
}

#header .navigation ul li a.preparation{
	background-position:-347px 0;
	width:102px;
}

#header .navigation ul li a.preparation:hover{
	background-position: -347px -100px;
}

#header .navigation ul li a.healthcare{
	background-position:-447px 0;
	width:165px;
}

#header .navigation ul li a.healthcare:hover{
	background-position: -447px -100px;
}

#header .navigation ul li a.billing{
	background-position:-613px 0;
	width:139px;
}

#header .navigation ul li a.billing:hover{
	background-position: -613px -100px;
}

#header .navigation ul li a.contact{
	background-position:-752px 0;
	width:135px;
}

#header .navigation ul li a.contact:hover{
	background-position: -752px -100px;
}

/*----------------------------------------------------------------------
	main
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main .main_inner{
	width:935px;
	margin:0 auto;
	padding-top:5px;
	background-color:#FFF;
}
#main .main_inner2{
	width:915px;
	background-color:#FFF;
	min-height:50px;
	background:url(/images/bg/content2.jpg) repeat-x;
	background-position:bottom;
	padding:5px;
	margin-left:5px;
	
	
	
}

/*---- colside ---------------------------------------------------------*/
#main .main_inner .button_clickhere{
	background:url(../images/buttons/button_clickhere.png) no-repeat;
	width:70px;
	height:15px;
	display:block;
}

#main .main_inner .button_go{
	background:url(../images/buttons/button_go.png) no-repeat;
	width:40px;
	height:40px;
	display:block;
}

#main .main_inner .button_newpatient{
	background:url(../images/buttons/newpatient_btn.png) no-repeat;
	width:198px;
	height:40px;
	display:block;
}

#main .main_inner .button_established{
	background:url(../images/buttons/established_btn.png) no-repeat;
	width:198px;
	height:40px;
	display:block;
}

#main .main_inner .colside_left span,
#main .main_inner .colside_right span{
	display:none;
}

/*---- colside left ----------------------------------------------------*/
#main .main_inner .colside_left{
	float:left;
	width:225px;
	margin:0px 5px 0px 5px;
}

#main .main_inner .colside_left .box_schedule{
	background:url(../images/pics/banner_schedule.jpg) no-repeat;
	padding:15px;
	margin-bottom:5px;
}

#main .main_inner .colside_left .box_schedule .button_clickhere{
	margin-top:60px;
}

#main .main_inner .colside_left .box_billin{
	background:url(../images/pics/banner_billing.jpg) no-repeat;
	padding:15px;
	padding-left:174px;
	margin-bottom:5px;
}

#main .main_inner .colside_left .box_visit{
	background:url(../images/pics/banner_visit.jpg) no-repeat;
	padding:15px 15px 43px 0px;
	margin-bottom:5px;
}

#main .main_inner .colside_left .box_billin .button_clickhere{
	margin-top:60px;
}

#main .main_inner .colside_left .box_callus{
	background:url(../images/pics/banner_callus.jpg) no-repeat;
	width:225px;
	height:80px;
	margin-bottom:5px;
}

#main .main_inner .colside_left .box_login{
	background:url(../images/boxes/form_login2.jpg) no-repeat;
	margin-bottom:5px;
}

#main .main_inner .colside_left .box_login ul{
	padding:8px 0;
}

#main .main_inner .colside_left .box_login ul li{
	padding:2px 13px;
	padding-left:20px;
	background:url(../images/bullets/list_item.png) no-repeat 12px 6px;
}

#main .main_inner .colside_left .box_login form{
	padding-left:13px;
}

#main .main_inner .colside_left .box_login .title{
	font-family: HelveticaNeue-BoldCond, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:2.4em;
	font-weight:normal;
	padding:5px 0;
}

#main .main_inner .colside_left .box_login .box_button{
	position:relative;
	margin-top:-56px;
	margin-left:158px;
}

#main .main_inner .colside_left .box_login .button_goform{
	background:url(../images/buttons/button_go_form.png) no-repeat;
	width:46px;
	height:46px;
	border:0;
	cursor:pointer;
}

#main .main_inner .colside_left .box_login input{
	color:#FFF;
	background-color:#765C28;
	border:1px solid #604D2E;
	margin-bottom:10px;
	padding:1px 2px;
	font-size:1.1em;
	width:145px;
}

/*---- colside right ---------------------------------------------------*/
#main .main_inner .colside_right{
	float:right;
	width:225px;
	text-align:left;
	margin-right:5px
}

#main .main_inner .colside_right .box_newpatiens{
	background:url(../images/pics/banner_newpatiens.jpg) no-repeat;
	padding:15px;
	margin-bottom:5px;
}

#main .main_inner .colside_right .box_newpatiens .button_clickhere{
	margin-top:60px;
}

#main .main_inner .colside_right .box_location{
	background:url(../images/pics/banner_location.jpg) no-repeat;
	padding:20px;
	padding-left:174px;
	margin-bottom:5px;
}

#main .main_inner .colside_right .box_links{
	background:url(../images/pics/banner_links2.jpg) no-repeat;
	padding:20px 20px 26px 10px;
	margin-bottom:5px;
}

#main .main_inner .colside_right .box_location .button_clickhere{
	margin-top:60px;
}

#main .main_inner .colside_right .box_question{
	background:url(../images/boxes/form_question.jpg) no-repeat;
	margin-bottom:5px;
}

#main .main_inner .colside_right .box_question form{
	padding-left:13px;
}

#main .main_inner .colside_right .box_question .title{
	font-family: HelveticaNeue-BoldCond, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:2.4em;
	font-weight:normal;
	padding:5px 0;
}

#main .main_inner .colside_right .box_question .box_button{
	position:relative;
	margin-top:-56px;
	margin-left:158px;
}

#main .main_inner .colside_right .box_question .button_submit{
	background:url(../images/buttons/button_submit.png) no-repeat;
	width:94px;
	height:25px;
	border:0;
	cursor:pointer;
}

#main .main_inner .colside_right .box_question input,
#main .main_inner .colside_right .box_question textarea{
	color:#FFF;
	background-color:#765C28;
	border:1px solid #604D2E;
	margin-bottom:7px;
	padding:1px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width:192px;
}

#main .main_inner .colside_right .box_question textarea{
	height:57px;
}

/*---- content ---------------------------------------------------------*/
#main .main_inner .content{
	background:url(../images/bg/content_inner.jpg) repeat-x;
	width:440px;
	margin:-1px 237px 0px;
	padding:10px;
}
#main .main_inner .cont_foot{
	background:url(../images/bg/content2.jpg) repeat-x;
	background-position: bottom;
	width:440px;
	margin:-1px 237px 5px;
	padding:10px;
	min-height:70px;
}

#main .main_inner .content h1{
	font-family: HelveticaNeue-LightCond, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:2.8em;
	font-weight:normal;
	padding:10px 0 12px;
}

#main .main_inner .content h2{
	font-family: HelveticaNeue-LightCond, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:2.4em;
	font-weight:normal;
	padding:10px 0;
}
#main .main_inner .content h4{
	padding:0 0 10px;
}
#main .main_inner .content h1 span, 
#main .main_inner .content h2 span{
	font-family: HelveticaNeue-BoldCond, Arial, Helvetica, sans-serif;
}

#main .main_inner .content .img_float_left{
	float:left;
	padding:4px 10px 10px 0px;
}
#main .main_inner .content .img_float_right{
	float: right;
	padding:4px 0px 10px 10px;
}


#main .main_inner .content .box_home{
	margin:15px 0px 0px 0px;
	overflow: auto;
    height: 1%;
}

#main .main_inner .content  ul li{
	background:url(../images/bg/list2.jpg) repeat-x;
	padding:6px;
}
.2col{
	list-style-image:url(../images/bullets/list_item.png);
	background-image:none;
	list-style-image:none;
}
.2col_list{
	background-image:none;
}

/*----------------------------------------------------------------------
	footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer{
	text-align:center;
	font-size:.9em;
	padding-bottom:15px;
}

#footer p{
	padding-bottom:.8em;
}

#footer a{
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover{
	text-decoration:underline;
}

#footer ul{
	padding:20px 0;
}

#footer ul li{
	display:inline;
	padding:0 2px 0 6px;
	background:url(../images/bullets/menu_footer.png) no-repeat 0 3px;
}

#footer ul li.first{
	background:none;
}

#footer ul li a{
	color:#000;
	text-transform:uppercase;
	font-size:.9em;
}

#footer .txt_footer p a{
	color:#765C28;
}

