@charset "utf-8";

html, html#js, html#nojs {
	
}

body {
	background: #FFF url(../images/bg.png) repeat-x;
	color: #ccc;
}

a {
	color: #4988d7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, div { behavior: url(iepngfix.htc) }

h1, h2, h3{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: white;
	padding: 0 0 .5em;
	margin: 0;
	line-height: 1em;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 13px;
}

hr{
	color:white;
	background:white;
}

.bigQuotes{
	color: #4988d7;
	text-align: justify;
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height: 2.0em;
}

.bigQuotes big{
	font-size: 36px;
	position: relative;
	top: 8px;
	left: 1px;
	padding: 0 3px;
	color: white;
	line-height: 0em;
}

.italic{
	font-style: italic;
}

img.floatLeft{
	margin: 0 10px 10px 0;
	padding:2px;
	border:1px solid #1F1F1F;
}

img.floatRight{
	margin: 0 0 10px 10px;
	padding:2px;
	border:1px solid #1F1F1F;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 342px 0 0 0;
}

#header{
	position: absolute;
	left: 0;
	top: 14px;
	height: 328px;
	width: 100%;
	z-index: 100;
	background: url(../images/header-bg.png) no-repeat;
}

#logo{
	display: block;
	position: absolute;
	left: 15px;
	top: 12px;
	width: 318px;
	height: 109px;
	background: url(../images/logo.png);
}

#menu{
	position: absolute;
	left: 18px;
	top: 145px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

#menu li{
	padding: 0 0 9px 0;
	cursor: pointer;
}

#menu li.dropDown{
	position: relative;
	line-height:26px;
}

#menu li a, #menu li a span{
	display: inline-block;
	vertical-align: top;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}

#menu li a .l{
	width: 27px;
	background: url(../images/menu-icon-both.png) no-repeat;
}

#menu li:hover a .l{
	background-position: 0 100%;
}

#menu li a .r{
	width: 4px;
	background: url(../images/menu-selected-right.png) no-repeat 0 -26px;
}

#menu li:hover a .r{
	background-position: 0 0;
}

#menu li a .m{
	padding: 0 5px 0 6px;
	width: 160px;
	color: #a3b6e5;
}

#menu li:hover a .m{
	color: #fff;
	text-decoration: none;
	background: #5c91d3;
}

#menu li ul{
	display: none;
	position: absolute;
	z-index: 110;
	left: 130px;
	top: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li:hover ul{
	display: block;
}

#menu li ul li{
	width: 172px;
	padding: 0;
	margin: 0;
	height: auto;
	line-height: 1.2em;
	background: #5c91d3;
}

#menu li ul li.top, #menu li ul li.bottom{
	overflow: hidden;
	height: 4px;
	background-color: transparent;
	background-image: url(../images/menu-top.png);
}

#menu li ul li.bottom{
	background-image: url(../images/menu-bottom.png);
}

#menu li ul li a{
	color: #c7ddff;
	font-weight: normal;
	display: block;
	padding: 0 10px 0 20px;
	height: auto;
	font-size: 12px;
	line-height: 1.8em;
	background: url(../images/menu-arrow.png) no-repeat 10px 4px;
}

#menu li ul li a:hover{
	color: #fff;
	text-decoration:none;
	font-weight:700;
}


#topImage{
	position: absolute;
	left: 238px;
	top: 146px;
	width: 644px;
	height: 163px;
	z-index: 5;
}

#content{
	background: #000;
	padding: 18px;
	overflow: hidden;
}

#mainColumn{
	float: right;
	width: 645px;
}

#mainColumn p{
	line-height: 1.5em;
	text-align: justify;
}

.twoColumns{
	padding: 5px 0 0 0;
	overflow: hidden;
	margin: 0 0 1em 0;
}

#mainColumn .twoColumns p{
	line-height: 1.2em;
}

.twoColumns .leftColumn, .twoColumns .rightColumn{
	width: 48%;
	float: left;
}

.twoColumns .rightColumn{
	float: right;
}

#sideColumn{
	width: 202px;
	float: left;
}

#contactForm{
	text-align: right;
	padding: 8px;
	border: 1px solid #1f1f1f;
	margin: 0 0 15px 0;
}

#contactForm h2{
	font-size: 17px;
	font-weight: lighter;
	text-align: left;
}

#contactForm .niceField{
	width: 178px;
	margin: 0 0 10px 0;
}

#contactForm .submit{
	width: 75px;
	height: 20px;
	border: none;
	cursor: pointer;
	/*background-image: url(../images/button-submit.jpg);*/
}

.sideLink{
	padding: 15px 0;
	font: 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	text-align: center;
	display: block;
	margin: 0 0 15px 0;
	border: 1px solid #1f1f1f;
	overflow:hidden;
}
.sideLink1{
	padding: 15px 0;
	font: 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	text-align: center;
	display: block;
	margin: 0 0 15px 0;
	border: 1px solid #1f1f1f;
	overflow:hidden;
}
.sideLink:hover{
	color: #fff;
}
.sideLink1:hover{
	text-decoration:none;
}
#footerWrapper{
	border-top: 2px solid #434343;
	background: #000;
}

#footer{
	padding: 70px 10px 20px;
	background: url(../images/bottom-logos.jpg) no-repeat center 20px;
	color: #777;
	line-height: 1.2em;
	font-size: 11px;
	width: 880px;
	margin: 0 auto;
	overflow: hidden;
}

/* Testimonial Bubble
------------------------------------------ */

.triangle-border {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	border:5px solid #4988d7;
	background:black;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates the larger triangle */
.triangle-border:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
	width:0;
	height:0;
	border:20px solid transparent;
	border-top-color:#4988d7;
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-26px; /* value = - border-top-width - border-bottom-width */
	left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:13px solid transparent;
	border-top-color:black;
}

/*Offers*/

.offer{
	width: 248px;
	height: 163px;
	float: left;
	padding: 10px;
	margin-top: 7px;
	font-size: 15px;
	color: #888;
	line-height: 1.4em;
	background: url(../images/offer-bg.png) no-repeat;
}

.offer h2{
	height: 64px;
	line-height: 64px;
	font-size: 17px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}

.offer h2 span{
	position: absolute;
	left: 0;
	line-height: 64px;
	font-size: 64px;
	letter-spacing: -4px;
	top: -2px;
}

.offerLeft{
	margin-right: 7px;
}

.teamslide{
	width:500px;
	height:auto;
	color:black;
}

.teamslide h2{
	color:black;
}

/*Bubbles*/
.bubble{
	width: 542px;
	margin: 0 auto;
	background: url(../images/bubble-bg.png) repeat-y;
	margin-top: 5px;
	margin-bottom: 10px;
}

.bubbleTop{
	padding: 8px 10px 0 10px;
	background: url(../images/bubble-top.png) no-repeat 0 0;
	height: 15px;
	margin-bottom: -15px;
}

.bubbleBottom{
	padding: 0 13px 0 23px;
	padding-bottom: 8px;
	background: url(../images/bubble-bottom.png) no-repeat 0 100%;
}

/*Gallery*/

.galleryBg{
	height: 220px;
	width:590px;
	padding:10px 0 0 7px;
	background: url(../images/gallery-bg.png) no-repeat 100%;
}

.galleryBg img{
	text-align:center;
	margin:0 auto;
}

.white{
	color:white;
}
.container {
	cursor:pointer;
	height:163px;
	overflow:hidden;
	position:relative;
	width:644px;
}
.slides {
	left:0;
	position:absolute;
	top:0;
}
#loopedSlider{
	height:163px;
	left:238px;
	position:absolute;
	top:146px;
	width:644px;
	z-index:5;
}
 
#mains7 {
	overflow:hidden;
	height:50px;
	width:200px;
		 
}

#s7 {
 
    height:50px;
	width:181px;
	margin-left:10px;
/* margin-left:60px; */
}

#s7 .cont img{
 
 cursor:pointer;
}

 #s7 .cont {
	 width:170px;
	 height:50px;
	 float:left;
 }
 .invis-offer {
	background-color:#333333;
	border:1px dashed #5C91D3;
	float:left;
	margin:10px 0;
	padding:10px;
	width:400px;
	color:#FFF;
}
.invis-offer h2 {
	color:#5C91D3;
	font-weight:bold;
	text-align:center;
}

.dentalphobia-logo {
	background-color: #FFF; 
  border: 3px solid #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.bda {
	text-align: center;
}

.bda .copy {
	margin-top: 36px;
	font-size: 20px;
}

.bda img {
	margin-top: 27px;
}
