/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
label{ cursor:pointer; }
a,a:visited{ color:#00f; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
html{ height:100%; width:100%; }
body{ position:relative; background:#374556 url(../images/bgr_landing.jpg) no-repeat 50% center; color:#000; font:62.5%/1 Georgia,Arial,sans-serif; height:100%;  min-height:467px; }

/* Page */
.page{ width:100%; height:100%; position:relative;}

/* Wrapper */
#wrapper{ width:100%; height:467px; margin:-234px 0 0; position:absolute; top:50%;}
#wrapper_inner{ width:839px; margin:0 auto;  background:url(../images/bgr_content.png) no-repeat; height:467px; }
	/* Header */
	#header{ overflow:hidden; margin:0 0 90px; }
	#header h1{ display:block; float:left; width:393px; height:92px; margin:23px 0 0; }
	#header h1 a,
	#header h1 a:visited{ display:block; width:100%; height:100%; text-indent:-9999px; cursor:pointer; }
	#header .tit_call{ display:block; float:right; width:222px; height:58px; text-indent:-9999px; background:url(../images/tit_call.png) no-repeat; margin:67px 71px 0 0; }
	#content{ height:223px; }
		h3{ float:left; clear:left; text-indent:-9999px; width:323px; height:38px; background:url(../images/tit_help.png) no-repeat; margin:0 0 0 66px; }
		/* Buttons */
		#buttons{ float:right; margin:0 74px 0 0;}
			#buttons li{ display:block; float:left; margin:0 0 0 22px; }
			#button_dental{ display:block; width:148px; height:82px; background:url(../images/button_dental.png) no-repeat; text-indent:-5000px; cursor:pointer; }
			#button_dental:hover{ background-image:url(../images/button_dental_up.png); }
			#button_optometry{ display:block; width:148px; height:82px; background:url(../images/button_optometry.png) no-repeat; text-indent:-5000px; cursor:pointer; }
			#button_optometry:hover{ background-image:url(../images/button_optometry_up.png); }
	h4{ clear:both; text-align:center; width:704px;  height:23px; background:url(../images/tit_footer.png) no-repeat; text-indent:-9999px; margin:0 auto; }