/*-------------------------*//* global layout styles *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#container{
	width:958px;
	margin:0 auto;
	text-align:left;
	position:relative;
	min-height:100%;
	_height:100%; /* :hack: min-height for IE6 */
	background:url(../images/bg_container.png) no-repeat 0 120px;
}

/*header*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#header{
	position:relative;
	height:60px;
	width: 937px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo {
	float: left;
	color: #fff;
	background: #1293a9;
	font-size: 3em;
}
 

/*navigation*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#nav{
	position:absolute;
	right:0px;
	top:62px;
	background: #1293a9;
}

#nav ul{
	margin:0;
	overflow:hidden;
}

#nav li{
	float:left;
	_display:inline; /* :hack: double margin fix for IE6 */
	margin:0 0 0 11px;
	padding: 0;
	background: none;
	font-size:1.2em;
}

#nav a {
	display: block;
	color:#FFF;
	height: 27px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#nav_home a { width: 45px; }
#nav_about a { width: 45px; }
#nav_media a { width: 45px; }
#nav_demo a { width: 135px; }
#nav_faq a { width: 45px; }
#nav_free a { width: 120px; }
#nav_contact a { width: 54px; }

#nav span {
	position: absolute;
	top: -28px;
	left: -28px;
	height: 100%;
	width: 100%;
	
}

#address {
	position: absolute;
	top: 3px;
	right: 30px;
	color: #7aced3;
	background: #0f8aa0;
	text-align: right;
	white-space: nowrap;
	font-size: .92em;
}

#address p {
	display: inline;
	margin: 0 0 0 38px;
}

#address a {
	color: #7aced3;
}

	
/*content*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#content{
	padding:45px 44px 170px;
	zoom: 1;
}
#content:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }


#content_main{
	width:540px;
	float:left;
	margin:0 50px 0 0;
	position:relative;
}

body.fullwidth #content_main{
	width:auto;
	margin-right: 0;
	float: none;
}
 
#content_sub{
	float:left;
	width:280px;
	position:relative;
}

#content_sub .panel {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-top: 25px;
	zoom: 1;
}
#content_sub .panel:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

#content_sub .panel:last-child {
	border-bottom: 0;
}

#content_sub .panel img {
	display: block;
	margin: 0 0 10px;
}

#contact_us li {
	padding: 0;
	margin: 0;
	background: none;
}

#contact_us .more {
	font-weight: bold;
}

/* about us pages */
.body_about .thumbs li{
	margin-bottom: 10px;
	border-bottom: 0;
	width:270px;
	float: left;
	padding: 0;
	background: none;
}

.body_about blockquote {
	float: right;
	width: 180px;
	margin: -5px 20px 10px;
}

#wallpaper ul {
	float: left;
	width: 115px;
	margin: 0 20px 20px 0;
}
#wallpaper ul li.no_arrow {
	background: none;
	padding: 0;
	margin: 0;
}

img.margin-right{
	float:left; 
	margin:0 15px 5px 0;
}

img.margin-left{
	float:right; 
	margin:0 0 40px 15px;
}

img.ux{
	float:left; 
	margin:0 15px 40px 0;
}


/* clients page */
#client_list { zoom: 1; }
#client_list:after { content: "."; clear: left; display: block; height: 0; visibility: hidden; }

#client_list ul {
	float: left;
	width: 250px;
	margin: 0 20px 20px 0;
}

#body_sector blockquote {
	font-style: italic;
	font-size: 1.17em;
	margin-bottom:20px;
}

#body_sector blockquote p{
	margin-bottom:0;
}

#body_sector cite {
	font-size: .85em;
}

/* contact us page */

#body_contact dt {
	width: auto;
}
  
/*gallery*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
#gallery {
	margin: 0 0 15px;
	border: 14px solid #ececec;
}

#gallery .thumb {
	display: block;
}

#gallery_changer li {
	display: inline;
	background: url(../images/bg_gallery_changer.png) no-repeat left;
	padding: 0 0 0 8px;
	margin: 0 0 0 7px;
}

#gallery_changer .first {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

#gallery_changer .current a {
	color: #000;
	text-decoration: none;
}
     
/* sectors page */

#body_sector #content_sub li {
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	background: none;
	zoom: 1;
}
#body_section #content_sub li:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

#body_sector #content_sub .thumb {
	float: left;
	margin: 0 15px 0 0;
}

#body_sector #content_sub h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

#body_sector #content_sub li p {
	margin: 0;
}

       
/*footer*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	width:100%;
	
	color: #23aebb;
	padding: 20px 0 0;
	margin: -110px 0 0;
	font-size: 0.92em;
	position: relative;
}

#footer_sleeve {
	width:936px;
	height: 70px;
	padding-bottom: 52px;
	background: url(../images/dentist.png) no-repeat 50% 55px;
	position: relative;
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer_sleeve:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

#footer a{
	color:#189BB1;
}

#footer_address {
	float: left;
}

#footer ul {
	float: right;
	margin: 27px 0 0;
}

#footer li{
	float:left;
	list-style:none;
	color:#189BB1;
	background:url(../images/li_footer.gif) no-repeat 100% 3px;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}

#footer li.last{
	background:none;
	margin-right:0;
}



#brush {
	position: absolute;
	width: 31px;
	height: 46px;
	top: 52px;
	left: 397px;
}
