body {
	/*background: #b1423b url('/public/images/bgr.gif') repeat-y center center;	*/
	background: #eeeeee;
	color: #333333;
	font: normal 70% Trebuchet MS, Tahoma, sans-serif;
	line-height: 20px;	
	margin: 0;
	padding: 0;
}

/* standard elements ----------------------------------------------- */
html {min-height: 100%;}

p {text-indent:0px;}

img {
	border:0;
	padding:0;
	margin:0;
	display: block;
}

a {
	PADDING: 0px;	
	color: #ac453a;
	text-decoration: underline;
}

a:hover {
	COLOR: #ffffff; 
	PADDING: 0px;
	BACKGROUND-COLOR: #ac453a;
	TEXT-DECORATION: none;
}

/*
li {
	list-style: none;
}
*/

.date { 
	font: 3.0em Georgia, "Times New Roman", Times, serif;
	color: #9a1621; 
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #fff;
	background: url(/public/images/im_banner_ar_no_date.jpg) no-repeat 2px -10px;
	width: 240px;
	height: 120px;
	text-align: center;
}
.date:a{
	text-decoration: none;
}

.date:hover{
	text-decoration: none;
	color: #666;
}

H1 { 
	font: 2.6em Georgia, "Times New Roman", Times, serif;
	color: #ac453a; 
	margin-bottom: 10px;
}

H2 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;  
	color: #707070; 
}

H3 {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;  
	font-style: normal; 
	color: #333333; 
}

H4 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: normal; 
	color: #ac453a; 
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

H5 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-style: normal; 
	color: #ac453a; 
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;	
}

.clearer {
	clear: both; 
	font-size: 0;
	height: 1px;
}


/* structure -------------------------------------------------------- */
.inner-container {
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	width: 940px;
	background-color: #ffffff;
}

/* start structura --------------------------------------------- */

.page {
	float: right;
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;	
}

.page-left {
	float: left;
	width: 240px;
} 

.page-right-home {
	float: right;
	width: 700px;
	margin-right: 0px;
	background: #ffffff url('/public/images/sp_banner.jpg') 0px 0px no-repeat;
	background-repeat: no-repeat;
	background-position: top center;
}
 
.page-right {
	float: right;
	width: 700px;
	background-repeat: no-repeat;
	background-position: top center;	
}


.tabs {
	float: right;
	width: 338px;
	padding-right: 20px;
}

.tabs-left {
	float: left;
	width: 121px;
	margin: 0px;
	padding: 0px;
} 

.tabs-right {
	float: right;
	width: 217px;	
	margin: 0px;	
	padding: 0px;
}



/* end structura --------------------------------------------- */


/* path ------------------------------------------------ */
.path {
	font-size: 11px;
	padding: 0px;
	color: #666;
}

/* content --------------------------------------------- */
.table-content {
	float: right;
	width: 640px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;	
}

.table-content-left {
	float: left;
	width: 325px;
	margin-top: 0px;
	margin-bottom: 20px;	
	margin-right: 10px;	
	margin-left: 0px;
	text-align: justify;
} 

.table-content-right {
	float: right;
	width: 275px;
	margin-right: 10px;	
}

.content-home {
	float: right;
	width: 640px;
	padding-top: 230px;
	margin-top: 0px;		
	margin-bottom: 0px;	
	margin-right: 30px;	
	margin-left: 30px;
	text-align: justify;
	line-height: 22px;
}

.content {
	float: right;
	width: 640px;
	padding-top: 330px;	
	margin-top: 0px;		
	margin-bottom: 0px;	
	margin-right: 30px;	
	margin-left: 30px;
	text-align: justify;
	line-height: 22px;
}

.content-dentists {
	float: right;
	width: 640px;
	padding-top: 60px;	
	margin-top: 0px;		
	margin-bottom: 0px;	
	margin-right: 30px;	
	margin-left: 30px;
	text-align: justify;
	line-height: 22px;
}

/*
.content ul li {
	list-style: url('/public/images/li.gif');
	margin-left: 18px;
	line-height: 20px;		
}
*/

 /* START MENIU ---------------------------------------------------- */
#menu {
	height: 250px;
	width: 220px;	
	margin-left: 20px;
	padding: 0px 0px 20px 0px;
} 

#menu-under {
	margin-top: 50px;
	margin-left: 0px;
} 

/* Suckerdiv level menu items ---------------------------------------------- */
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 220px; /* Width of Menu Items */
	border-top: 1px solid #e5e5e5;
	border-right: 0px solid red;	
}
  
.suckerdiv ul li{
	position: relative;
}

.suckerdiv ul li ul{
	position: absolute;
	width: 300px; 
	top: 0;
	visibility: hidden;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -1px;	
	margin-top: -1px;
	border: 0px solid;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;	
	color: #666;
} 

/* Sub level menu links style ----------------------------------------- */
.suckerdiv ul li a{
	font-size: 14px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #666; 
	font-style: bold;
	padding: 4px 0px 4px 20px;
	text-transform: uppercase;
	text-decoration: none;
	background: url("/public/images/im_arrow_menu_off.gif") 5px 50% no-repeat;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	line-height: 30px;
	height: 30px;
    margin-right: 0px;
    margin-left: -1px;
	border-bottom: #e5e5e5 1px solid;
	border-left: #e5e5e5 1px solid;
	border-right: #e5e5e5 1px solid;
} 
	
.suckerdiv ul li a:visited{ 
}  

.suckerdiv ul li a:hover{
	color: #b1423b;
	background: #ecece4 url('/public/images/im_arrow_menu_on.gif') 5px 50% no-repeat;
	z-index: 1;
}

.suckerdiv .subfolderstyle{
}

.suckertreesecond ul{
    background: #f3f3ee;
}
   
/* Holly Hack for IE \*/
  * html .suckerdiv ul li { float: left; height: 1%; }
  * html .suckerdiv ul li a { height: 1%; }
/* End */ 

div.hr {
	margin: 1em 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}



/*************************************
 Quotes and Blockquote 
*************************************/
.testimonial {
	background: #e9f5fd;
	margin: 0px;
	padding: 10px 5px 5px 10px;
	border-top: 1px solid #c5d7e4;
	border-bottom: 1px solid #c5d7e4;	
}

blockquote {
	background: url(/public/images/im_quote.png) 0 0 no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 6px 0 0 35px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #00557c;
}
.quote {
	color:#4B4A4C;
	font:italic 1.5em/1.25em 'Cambria',Georgia,'Times New Roman',Times,serif;
	margin-bottom:0.5em;
}


/* form elements */
label {
	font-weight: normal;
	color: #999;
}



input, select, textarea {
	margin: 5px 0;
	padding: 8px;
	color: #6A6969;
	border: #e5e5e5 1px solid;	
	font: 15px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}

input:focus, select:focus, textarea:focus {
	color: #333333;
	background: #f7f7f7;
}

input[type="image"] { 
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}




#name, #email, #message, #website {
	width: 380px;
}

.submit { 
	margin: 0;
	padding: 2px 7px; 
	background: #fff;
	BORDER-TOP: #d4d4d4 3px double; 
	BORDER-LEFT: #d4d4d4 3px double;  
  	BORDER-RIGHT: #ebebeb 3px double; 	
	BORDER-BOTTOM: #ebebeb 3px double; 	
	COLOR: #666666;
	font: 17px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}		

.submit:hover {
  background: #b1423b; 	
  color: #ffffff;
}





.mandatory {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #cc6600; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	line-height:28px;	
}

.text_gray {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	COLOR: #696969; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 19px;	
}

.text_gray_small {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #999; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 18px;	
}

.text_gray_big {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: #333333; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 20px;	
}

/* footer --------------------------------------------------------- */

.footer {
	color: #666;
	text-align:center;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	margin: 0 auto;
	padding: 5px 20px 20px 20px;
	clear: both;
}

.footer a {
	PADDING: 3px;	
	color: #ac453a;
	text-decoration: none;
}

.footer a:hover {
	PADDING: 3px;
	COLOR: #fff; 
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #ac453a;
	text-decoration: none;
}

.footerLeft {
	float: left;
	margin-left: 0px;
} 

.footerRight {
	float: right;
	margin-right: 0px;	
}


.referralBoxFax{
	font-size: 20px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #ac453a; 
	font-style: bold;
	padding: 20px 0px 0px 120px;
	text-decoration: none;
	background: #f7f7f7 url("/public/images/referral_fax.png") 20px 50% no-repeat;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	line-height: 30px;
	height: 90px;
	border: #e5e5e5 1px solid;
}

.referralBoxFax a{
	font-size: 20px;
}

.referralBoxFax:hover{
	color: #333;
	background: #E1E1D5 url('/public/images/referral_hover.png') 20px 50% no-repeat;
	border: #999 1px solid;	
}

.referralBoxEmail{
	font-size: 20px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #ac453a; 
	font-style: bold;
	padding: 20px 0px 0px 120px;
	text-decoration: none;
	background: #f7f7f7 url("/public/images/referral_email.png") 20px 50% no-repeat;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	line-height: 30px;
	height: 90px;
	border: #e5e5e5 1px solid;
}

.referralBoxEmail:hover{
	color: #333;
	background: #E1E1D5 url('/public/images/referral_hover.png') 20px 50% no-repeat;
	border: #999 1px solid;		
}
