/* GENERAL - Body and Container */

body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1.4em;
	color: #126474;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-position:center top;
	background-repeat: no-repeat;	
	}

#container {

	margin: 0 auto;
	padding:0;
	width: 858px;
	text-align: left;

	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

#left {

	padding: 0;
	margin: 0;
	width: 274px;
	float: left;

	}
	
#activecolor {

	padding: 5px 2px 5px 0;
	margin: 0;
	width: 272px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #126474;

	}

#right_home {

	padding: 0;
	margin: 0;
	width: 584px;
	height: 664px;
	background-image: url(images/bg_home.jpg);
	background-position:center top;	
	background-repeat: no-repeat;
	float: right;

	}
	
#right_sub {

	padding: 0;
	margin: 0;
	width: 584px;
	height: 664px;
	background-image: url(images/bg_sub.jpg);
	background-position:center top;	
	background-repeat: no-repeat;
	float: right;

	}
	
#nav {

	padding: 0;
	margin: 0;
	width: 584px;
	height: 87px;
	
	}
	
#content_home {

	padding: 0;
	margin: 0;
	width: 584px;
	
	}
	
#content_sub {

	padding: 0px 30px 20px 30px;
	margin: 0;
	width: 524px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5em;
	color: #126474;
	text-decoration: none;
	
	}
	
#top {

	padding: 0;
	margin: 0;
	width: 584px;
	height: 160px;
	
	}
		
#bottom {
 
	width: 584px; 
	margin-left: auto; 
	margin-right: auto;
	
	} 

#bottom div { 

	float: left;
	
	} 
	
#promo_and_events {

	padding: 10px 20px 0 8px;
	margin: 0;
	
	}
	
#dr_jain {

	padding: 20px 10px 0 8px;
	margin: 0;
	width: 175px;
	}
	
#cutera {

	padding: 10px 10px 0 8px;
	margin: 0;
	width: 173px;
	}
	
#prof_products {

	padding: 10px 10px 0 8px;
	margin: 0;
	width: 174px;
	color: #ffffff;
	}

#prof_products a {
	color: #ffffff;
	text-decoration: none;
	}

#prof_products a:hover {
	color: #a6dfe6;
	}

#prof_products .bottomtext {
	color: #126474;
}

#prof_products .bottomtext a {
	color: #126474;
	text-decoration: underline;
	}


#title_main {

	padding:  0;
	margin: 0;
	height: 70px;
	text-align: center;	
}
.title_big {

	padding: 0 0 15px 0;
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #126474;
	
	}
	
.title {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #126474;
	font-weight: bold;

	
	}
	
/* GENERAL - Links */

a:link, a:active, a:visited {
	text-decoration:underline;
	color:#126474;
	}

a:hover {

	color:#20c0d0;
	text-decoration:underline;

	}
	
#activecolor a {
	color: #126474;
	text-decoration:none;
	}
	
#activecolor a:hover {
	color: #20c0d0;
	text-decoration:none;
	}