/* Concept Dental - Screen */

body {
	font: normal 12px "Verdana";
	background:none;
}

/*------------------------------
 Container
--------------------------------*/

div.container {
	width: 100%;
	height: auto;
	background: none;
}

/* Container Content */


/*------------------------------
 Header
--------------------------------*/

div.header {
	display:none;
}

/* Logo */

div.logo h1 a {
	display:none;
}

/*------------------------------
 Nav Banner 
--------------------------------*/

div.nav-banner {
	display:none;
}

/* Nav */

div.nav {
	display:none;
}


/* Banner */

div.banner {
	display:none;
}

/*------------------------------
 Wrap Content
--------------------------------*/


/* Content */

div.content {
	width: auto;
	height: auto;
	padding: 0 5px;
	background: url('../images/core/bg-content.jpg') 0 0 no-repeat;
}

div.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Content Left */

div.content-left {
	width: auto;
	height: auto;
	float: left;
	padding: 34px;
}

/* Standard */

div.standard {
	color: #454876;
	font-size: 1.1em;
}

div.standard h2 {
	font-size: 2.2em;
	color: #454876;
	margin-bottom: 15px;
}

div.standard h3 {
	font-size: 1.6em;
	color: #60739B;
	font-weight: normal;
	margin-bottom: 15px;
}

div.standard h4 {
	font: bold 1.1em "Verdana";
	color: #6b3e8b;
	padding: 5px;
	background: #e4daf6;
	margin-bottom: 15px;
	line-height: 1.5em;
}

div.standard h4 em {
	color: #856898;
	font-weight: normal;
}

div.standard h5 {
	color: #454876;
	font: bold 1.1em "Verdana";
	line-height: 1.5em;
}

div.standard p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

div.standard a {
	color: #91007b;
	text-decoration: underline;
}

div.standard a:hover {
	color: #454876;
}

div.standard ul {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ul li {
	line-height: 1.5em;
	padding-left: 20px;
	background: url('../images/core/icon-bullet.jpg') left 3px no-repeat;
}

div.standard ol {
	margin-bottom: 15px;
	list-style-type: decimal;
}

div.standard ol li {
	line-height: 1.5em;
}

div.standard img.left {
	float: left;
	margin: 0 15px 10px 0;
}

div.standard img.right {
	float: right;
	margin: 0 0 10px 15px;
}

div.standard div.thumbs ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.standard div.thumbs ul li {
	display: inline;
	padding: 0;
	background: none;
}

/*------------------------------
 Body Profile
--------------------------------*/

body#profile div.standard ul {
	margin: 0;
	width: 656px;
	display: block;
	margin-bottom: 30px;
}

body#profile div.standard ul li {
	background: none;
	padding: 0;
}

body#profile div.standard ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body#profile div.standard ul li ul {
	margin-bottom: 15px;
	margin-left: 25px;
	width: auto;
}

body#profile div.standard ul li ul li {
	line-height: 1.5em;
	padding-left: 20px;
	background: url('../images/core/icon-bullet.jpg') left 3px no-repeat;
}

/*------------------------------
 Body Contact
--------------------------------*/

body#contact-us div.content {
	padding: 34px;
	width: 822px;
	height: auto;
	background: url('../images/core/tile-content-noborder.jpg') 0 0 repeat-y;
}

/* Content Right */

div.content-right {
	display:none;
}

/* Contact Info */

div.contact-info {
	font-size: 1.1em;
	color: #454876;
	padding: 0 15px;
}

div.contact-info h3 {
	font: bold 1em "Verdana";
	color: #454876;
	margin-bottom: 15px;
	line-height: 1.6em;
}

div.contact-info h4 {
	font: bold 1em "Verdana";
	color: #454876;
	line-height: 1.6em;
}

div.contact-info p {
	line-height: 1.6em;
	margin-bottom: 15px;
}

div.contact-info a {
	color: #91007b;
	text-decoration: underline;
}

div.contact-info a:hover {
	color: #454876;
}

div.contact-info ul {
	margin-bottom: 15px;
}

div.contact-info ul li {
	line-height: 1.6em;
}

div.contact-info ul li.phone {
	padding-left: 18px;
	background: url('../images/core/icon-phone.jpg') left center no-repeat;
}

div.contact-info ul li.fax {
	padding-left: 18px;
	background: url('../images/core/icon-fax.jpg') left center no-repeat;
}

div.contact-info ul li.email {
	padding-left: 18px;
	background: url('../images/core/icon-email.jpg') left center no-repeat;
}

/*------------------------------
 Brands
--------------------------------*/

div.brands {
	display:none;
}


/*------------------------------
 Footer
--------------------------------*/

div.footer {
	display:none;
}




















