@import 'reset.css';

body {
	background: #f9f9f9;
	font-family: Tahoma, Verdana, Tahoma, sans-serif, Helvetica;
	font-size: 12px;
	color: #555;
	z-index: 0;
}

.c {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.u { text-transform: uppercase }
.r {
	text-align: right;
	display: block;
}
.fl { float: left }

.arrow_link {
	background: url(../img/link_arrow.gif) center right no-repeat;
	padding-right: 10px;
}

.arrow_list {
	list-style: square url(../img/link_arrow.gif);
	margin-left: 10px;
}

.countries li a{
	font-weight: normal;
}

.countries a:hover {
	text-decoration: none;
}

.arrow_list2 {
	list-style: square url(..../img/link_arrow.jpg);
	margin-left: 15px;
}

ul.arrow_list2 a {font-weight: normal; text-decoration: none;}
ul.arrow_list2 a:hover {text-decoration: underline;}

#wrapper {
	width: 1016px;
	margin: 0 auto;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	z-index: 1;
}

#header {
	background: url(../images/ms-header.jpg) no-repeat;
	height: 268px;
	position: relative;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 28px;
	left: 35px;
	overflow: hidden;
	width: 205px;
	height: 100px;
}

/***** TOP MENU *******/

#nav {
	width: 100%;
	background: #292929;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	float: left;
	margin: 0; padding: 0;
	margin-top: 230px;
	z-index: 9999;
}

#nav li a, #nav li {
	float: left;
	z-index:9999;
}

#nav li {
	list-style: none;
	position: relative;
}

#nav li a {
	padding: 0.8em 2em;
	text-decoration: none;
	color: white;
	background: #292929;
	background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
	background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #292929;
	border-bottom: 1px solid #232323;
	border-top: 1px solid #545454;
}

#nav li a:hover {
	background: red url('../img/h2.jpg') repeat-x;
}

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0; bottom: 0; 
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0; margin: 0;
}

#nav li:hover > ul {
	display: block;
	position: absolute;
	left: 0;
}

#nav li ul li, #nav li ul li a {
	float: none;
}

#nav li ul li {
	_display: inline; /* for IE6 */
}

#nav li ul li a {
	width: 240px;
	display: block;
}

/* SUBSUB Menu */

#nav li ul li ul {
	display: none;
}

#nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/****** END NAV *****/


/* ########## CONTENT ########## */
#content {
	background: #fff;
	padding: 15px 10px;
}
#content #left {
	width: 210px;
	float: left;
}
#content #middle {
	width: 700px;
	float: left;
	padding: 0 5px;
}

#content #right {
	width: 260px;
	float: right;
}

#treatments {
	width: 701px;
	float: left;
	padding: 0;
}

#dental object {margin-left: 20px;}

ul#home-page {
	list-style: square;
	margin-left: 40px;
}

#content sup {font-size: 0.8em; position: relative; top: -3px;}

#specialist-form {margin: 0 30px 30px 20px; padding: 0;}

#specialist-form p {margin: 0 !important; padding: 0 0 15px 0 !important;}


#specialist-form select {border: 1px solid #d2d2d2; padding: 4px;}

#specialist-form .textinput, #specialist-form textarea {
	display: block;
	border: 1px solid #33A0BF;
	padding: 6px;
	width: 628px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#specialist-form textarea {
	height: 120px;
}

#specialist-form textarea:focus  {
	border: 1px solid #d1d1d1;
	background: #EFFBFF;
}

#specialist-form .warning {
	width: 615px;
	display: block;
	padding: 15px;
	background: #FFBFCE;
	border: 1px solid red;
	text-align: center;
	color: red;
	font-size: 1.2em;
	margin-top: 10px;
}

#specialist-form a {
	display: inline !important;
}

#specialist-form .textinput:focus {
	border: 1px solid #d1d1d1;
	background: #EFFBFF;
}

#specialist-form .required {
	color: red;
	font-weight: bold;
	font-size: 14px;
	display: inline;
}
	
#specialist-form label {
	font-size: 1.1em;
	margin-top: 10px;
	display: block;
}

#specialist-form .submit {
	margin-top: 10px;
	background: #009AAF;
	padding: 5px 10px;
	color: white;
	border: none;
	-moz-border-radius: 6px;
}

#specialist-form .submit:hover {
	background: #007E8F;
}
/* ##########/CONTENT ########## */

#footer {
	height: 175px;
	background: url(../img/footer_bg.jpg);
	color: #345d80;
	font-size: 80%;
	font-weight: normal;
}
#footer div { padding: 120px 0 0 35px }
#footer ul {
	margin: -10px 0 0 680px;
}
#footer ul li { float: left }
#footer ul li a {
	padding: 0 10px;
	color: #345d80;
	text-decoration: none;
}

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


/* ########## BOX ########## */

.box_content {
	margin: 10px 10px;
	padding: 5px;
	line-height: 20px;
	padding-top: 10px;
	margin-top: 0;
}

.box_middle {
	width: 701px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #d2d2d2;
}

.box_middle h3 {
	margin-left: 10px;
	margin-top: 5px;
	font-size: 13px;
	margin-top: 20px; border-left: 6px solid #33A0BF; padding: 5px 0 5px 11px; display: block; width: 666px; background: #f9f9f9;
}

.box_middle ul {
	margin: 10px;
	margin-left: 20px;
	line-height: 26px;
}

.box_middle_treatments {
	position: relative;
	width: 700px;
	margin-bottom: 5px;	
}

.box_treatments {
	width: 720px;
	position: relative;
	margin-bottom: 5px;
}

.box_middle .top {
	height: 10px;
	overflow: hidden;
}
.box_middle .box_content {
	margin: 0;
}
.box_middle h2 { margin-bottom: 24px }
.box_middle h2 span{
	display: block;
	width: 691px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 5px;
	text-align: left;
}

.box_right_find {
	width: 233px;
	position: relative;
	margin-bottom: 25px;
	/*border: 1px solid #efefef;*/
	border: 1px solid #d2d2d2;
	padding: 2px;
	z-index: 999;
}

.box_right_find .box_content {
	margin: 20px 25px 10px 15px;
}

.box_right_find h2 { margin-bottom: 24px }
.box_right_find h2 span {
	display: block;
	width: 223px;
	line-height: 23px;
	color: #fff;
	text-transform: uppercase;
	font-size: 95%;
	padding: 0 5px;
}

.box_right, .box_small_middle {
	width: 231px;
	position: relative;
	margin-bottom: 25px;
	/*border: 1px solid #efefef;*/
	border: 1px solid #d2d2d2;
	padding: 2px;
}

.box_right .box_content {
	margin: 10px 25px 10px 15px;
}

.box_content h2 {
	margin-left: 10px;
}

.box_content a {
	font-weight: normal;
	/*color: #333;*/
	color: #01466F;
	margin-top: 15px;
	
}

.box_content a:hover {text-decoration: none;}

.box_right h2 { margin-bottom: 24px }
.box_right h2 span, .box_small_middle h2 span {
	display: block;
	width: 223px;
	line-height: 23px;
	color: #fff;
	text-transform: uppercase;
	font-size: 95%;
	padding: 0 5px;
}

.box_small_middle h2 span {width: 210px;}

h2.blue span, h2.green span {
	/*background: #f8f8f8;*/
	background: #EFFBFF;
	border-bottom: 1px solid #dcdcdc;
	color: #666;
}

.box_small_middle { width: 220px; line-height: 26px;}

h2.treatments span {background: #cd0a0a url(../img/h2.jpg) repeat-x; border-bottom: 1px solid #AF1515;}

h2.title {font-size: 22px; margin-top: 20px; border-left: 6px solid #DB3F40; padding: 5px 0 5px 11px; display: block; width: 666px; background: #f9f9f9;}

#box_treatment { margin-bottom: 5px; z-index: 1000; border: 1px solid #d2d2d2; width: 233px; padding: 2px; margin-bottom: 25px;}
#box_treatment .box_content {margin: 45px 0 45px 85px;}

#box_main img { margin: 0 20px 15px 0; padding-left: 10px; }
#box_main .box_content p { margin-bottom: 5px; padding: 15px; line-height: 22px; padding-bottom: 0;}

#box_specialist #specialist_selects {
	margin-top: 10px;
}

#box_specialist,#box_expert, .box_small_middle, #box_treatment, #box_middle2, .box_right {-moz-border-radius: 3px; -webkit-border-radius: 3px;}

#box_expert {
	z-index: 0;
}

#box_expert {padding: 0;margin: 0; }

#box_expert .box_content p {
	margin: -10px 55px 40px 0;
}

#box_expert a {margin-top: -20px;}

#box_features ul li {
	margin: 8px 55px 9px 0;
}

#box_wedding {margin-left: 11px; }
#box_wedding .box_content p {margin: 0 50px 15px 0;}

#col3 {margin-left: 11px; float: right;}
#col3 .box_content p {margin: 0 50px 15px 0;}


/*#box_wedding, #col3 {height: 205px;}*/

#box_middle2 ul.tabs {
	height: 22px;
	margin: 0;
	background: #EFFBFF;
	border-bottom: 1px solid #d2d2d2;
	text-align: left;
	position: relative;
}
#box_middle2 ul.tabs li {
	float: left;
	line-height: 30px;
	margin-top: -4px;
}
#box_middle2 ul.tabs li a {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	line-height: 26px;
	padding: 5px 15px 0 15px;
}
#box_middle2 ul.tabs li a.current {
	padding-bottom: 14px;
	background: url(../img/tabs_bg_current.jpg) top center no-repeat;
	color: #fff;
	line-height: 24px;
}

#box_middle2 .box_content {
	padding-top: 10px;
	padding-left: 10px;
	margin: 3px 15px;
	height: 139px;
	line-height: 22px;
}

img#happypeople {
	position: absolute;
	left: 0px;
	/*top: 102px;*/
	bottom: 0;
}
img#csapo {
	position: absolute;
	right: -5px;
	top: 260px;
}
img#drwoman {
	position: absolute;
	bottom: 0;
	right: 0px;
}
img#dr, img#contact {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
img#film {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
img#bride,img#sth {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
img#girl{
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: 1;
}
img#film2 {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

img#film_big {
	position: absolute;
	bottom: 6px;
	right: -15px;
}

img#question {
	position: absolute;
	bottom: -1px;
	right: -15px;
}


/* ##########/BOX ########## */



/* ########## NICE SELECT ########## */
.nc {
	background: #009AAF url('../img/arrow_select.gif') no-repeat 110px center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	cursor: default;
	z-index: 999999;
	padding: 5px;
	padding-right: 20px;
}

.nc:hover {background: #007E8F url('../img/arrow_select.gif') no-repeat 110px center;}

.nc p {
	
	font-weight: normal;
	margin: 0 5px;
	font-size: 12px;
	position: relative;
	color: white;
	padding-left: 5px;
}
.niceSelect {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	right: 50px;
	z-index: 999;
	/*width: 105px;*/
	text-decoration: none;
	color: #208eaf;
	font-size: 12px;
	padding: 5px 0;
	/*font-weight: bold;*/
}

.niceSelect a {
	background: white;
	margin: 2px;
	margin-left: 2px;
	display: block;
	text-decoration: none;
	color: #208eaf;
	font-size: 12px;
	padding: 0 25px;
	width: 320px;
}

.niceSelect a:hover {
	background: #2CC9DF;
	color: white;
}
.niceSelect li {font-weight: normal;}

.st{
	color: #666; 
	font-size: 14px;
	padding-left: 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 2px;
	background: #efefef;
	padding-top: 0;
	border-left: 6px solid red;
}

/* ##########/NICE SELECT ########## */

.rm {
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #208eaf;

}

a.rm {font-weight: normal; text-decoration: underline;}
a:hover.rm {text-decoration: none;}

.fas {
	display: block;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #208eaf;
	z-index: 9999;
	
}

.fas a {
	display: block;
	line-height: 24px;
	width: 110px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #208eaf;
	padding: 8px 25px;
}

.tc {
	display: block;
	width: 670px;
	border-bottom: 1px solid #D1DCDF;
	padding: 2px;
	margin: 2px;
}

.tcp {
	padding: 3px;
	color: #666;
}

.watchtv li {
	list-style: circle;
	padding-top: 10px;
	line-height: 18px;
	margin-left: 10px;
}

.p_left {
	text-align: left;
	display: inline;
}

.p_right {
	margin-top: -43px;
	float: right;
	text-align: right;
}

.flash_sponsor {
	border: 1px solid #dcdcdc; 
	width: 492px; 
	text-align: center; 
	height: 68px; 
	margin-left: 4px; 
	background: white;
}
.flash_button {
	border: 1px solid #dcdcdc; 
	width: 235px; 
	text-align: center; 
	height: 65px; 
	margin-top: 0;
	margin-left: 4px; 
	background: white;
	z-index: 0;
}

#terms {margin-top: 0; padding-top: 0;}

#terms dt {
	display: block;
	line-height: 18px;
	/*width: 110px;*/
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #208eaf;
	padding: 3px;
}

#terms h2 {margin-left: 2px; margin-top: 20px;}

#terms ol {
	list-style-type: decimal;
	font-size: 11px;
	margin-left: 30px;
}

#terms ul {
	list-style-type: circle;
}

#terms .d {
	font-weight: bold;
}

#terms p {
	font-size: 13px;
	line-height: 15px;
	margin-left: 5px;
	text-align: left;
	margin: 2px !important;
	padding: 2px !important;
	font-size: 11px;
}

#home_listing ul {
	margin:10px 0 0 10px;
	list-style-type:none;
	}

#home_listing ul li {
	padding-left: 28px;
	background: url("../images/ms-bullet.png") no-repeat scroll 0 0 transparent;
	background-size: 17px 15px;
	background-position:7px 5px;
	margin-top:11px;
   
}
