DIV.id_main {
	CLEAR: left;
	MARGIN-BOTTOM: 16px;
	margin-top: 16px;
}
DIV.id_links {
	PADDING-RIGHT: 15px! important; PADDING-LEFT: 15px! important; BACKGROUND: #fff; PADDING-BOTTOM: 5px! important; MARGIN: 0px; PADDING-TOP: 5px! important
}
DIV.id_links H3 {
	MARGIN-BOTTOM: 5px; COLOR: #22485e
}
DIV.id_links LI {
	PADDING-LEFT: 0px; PADDING-BOTTOM: 0px
}
DIV.id_links DIV.sep {
	CLEAR: left; BORDER-TOP: #e2e2df 1px solid; MARGIN: 2px 0px 5px
}


DIV.id_intro {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 5px;
	COLOR: #000000;
	PADDING-TOP: 55px;
	float: left;
	width: 485px;
	background-image: url(../imgs/address_bg.png);
	background-repeat: no-repeat;
	height: 172px;
}
DIV.id_intro P {
	MARGIN-BOTTOM: 10px
}

DIV.id_intro H3 {
	COLOR: #22485e;
	font-size: 2em;
}
DIV.id_intro SELECT {
	FONT-SIZE: 12px; MARGIN-BOTTOM: 10px
}
DIV.id_intro A:hover {
	COLOR: #000
}
DIV.id_flash_mod {
	float: right;
	margin-top: 0px;
	border: 1px solid #e2deae;
	
}
DIV.id_flash_mod H3 {
	font-size: 3em;
	margin-bottom: 15px;
	color: #727A16;
	text-align: right;
}
DIV.id_product {
	COLOR: #000000;
	PADDING-TOP: 0px;
	float: left;
	width: 500px;
	font-size: 14px;
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 12px;
}
DIV.id_product H3 {
	FONT-SIZE: 2em! important;
	MARGIN-BOTTOM: 15px;
	COLOR: #727A16
}
DIV.id_product P {
	MARGIN-BOTTOM: 3px
}
DIV.id_product A:link {
	COLOR: #FFFFFF
}
DIV.id_product A:hover {
	COLOR: #000
}
DIV.id_boxgr {
	COLOR: #000000;
	PADDING-TOP: 9px;
	float: left;
	width: 914px;
	background-color: #97a697;
	font-size: 14px;
	padding-left: 0px;
	margin-top: 15px;
	padding-bottom: 12px;
}
DIV.id_boxgr H3 {
	FONT-SIZE: 2em! important;
	MARGIN-BOTTOM: 15px;
	COLOR: #FFFFFF
}
DIV.id_boxgr P {
	MARGIN-BOTTOM: 3px
}
DIV.id_about {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	COLOR: #000000;
	PADDING-TOP: 120px;
	float: left;
	width: 920px;
	background-image: url(../imgs/bg_img.gif);
	background-repeat: no-repeat;
}
DIV.id_about P {
	MARGIN-BOTTOM: 10px
}

DIV.id_about H3 {
	COLOR: #22485e;
	font-size: 2.0em;
}
DIV.id_about H2 {
	COLOR: #FFFFFF;
	font-size: 1.5em;
	margin-bottom: 2px;
}
DIV.id_about SELECT {
	FONT-SIZE: 12px; MARGIN-BOTTOM: 10px
}
DIV.id_about A:hover {
	COLOR: #000
}

/*The "universal rule". Set's border, padding and margin to 0 for all values. NB! If you aren't used to using this kind of code in your CSS you may experience some changes in your overall design. If so, set padding, margin and border in your breadCrumb CSS instead*/ 

#breadCrumb {
	color: #000000; /*This is our color on the text which isn't a link. We want' they to be light grey */
	background-color: #c4ccc4;
	padding-left: 9px;
	height: 33px;
	font-weight: bold;
	margin-top: 100px;
} 
#breadCrumb li {
	float: left;
	margin-right: 5px;
	display: inline;
	padding-top: 10px;
	background-image: url(../imgs/breadcrumb_sep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 11px;
	padding-bottom: 10px;
} 
#breadCrumb a {
	color: #fff; /* Our breadcrumb links are going to be white */
	font-weight: normal;
	padding-right: 11px;
} 
#breadCrumb a:hover {
	color: #000000;
} 
#breadCrumb ul {
	margin-left: 0px;
}
/*Breadcrumb end*/ 

/*Rollover for the boxs*/ 
DIV.id_box {
	width: 130px;
	float: left;
	padding-right: 9px;
	padding-left: 9px;

}
DIV.id_box a img {
	height: 170px;
	width: 131px;
}
DIV.id_box a#perm img {
	background-image: url(../imgs/perm_mak.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#tan img {
	background-image: url(../imgs/tan.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#laser img {
	background-image: url(../imgs/laser.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#facial img {
	background-image: url(../imgs/facials.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#micro img {
	background-image: url(../imgs/micro.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#man img {
	background-image: url(../imgs/manic.png);
	background-repeat: no-repeat;
	background-position: left top;
}

DIV.id_box a#perm:hover img {
	background-image: url(../imgs/perm_mak_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#tan:hover img {
	background-image: url(../imgs/tan_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#laser:hover img {
	background-image: url(../imgs/laser_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#facial:hover img {
	background-image: url(../imgs/facials_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#micro:hover img {
	background-image: url(../imgs/micro_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.id_box a#man:hover img {
	background-image: url(../imgs/manic_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}


DIV.id_services {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	COLOR: #000000;
	float: left;
	width: 920px;
}
DIV.id_services P {
	MARGIN-BOTTOM: 10px
}

DIV.id_services H3 {
	COLOR: #22485e;
	font-size: 2.0em;
}
DIV.id_services H2 {
	COLOR: #FFFFFF;
	font-size: 1.5em;
	margin-bottom: 2px;
}
DIV.id_services SELECT {
	FONT-SIZE: 12px; MARGIN-BOTTOM: 10px
}
DIV.id_services A:hover {
	COLOR: #000
}
DIV.id_facilities {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	COLOR: #000000;
	float: left;
	width: 920px;
}
DIV.id_facilities P {
	MARGIN-BOTTOM: 10px
}

DIV.id_facilities H3 {
	COLOR: #22485e;
	font-size: 2.0em;
}
DIV.id_facilities H2 {
	COLOR: #FFFFFF;
	font-size: 1.5em;
	margin-bottom: 2px;
}
DIV.id_facilities SELECT {
	FONT-SIZE: 12px; MARGIN-BOTTOM: 10px
}
DIV.id_facilities A:hover {
	COLOR: #000
}
DIV.id_facilities_mod_1 {
	float: left;
	margin-top: 0px;
	border: 1px solid #e2deae;
	margin-bottom: 10px;
	margin-left: auto;
	height: 260px;
	width: 260px;
	
}
DIV.id_facilities_mod_2 {
	margin-top: 0px;
	border: 1px solid #e2deae;
	margin-bottom: 10px;
	margin-left: auto;
	height: 260px;
	width: 260px;
	margin-right: auto;
	
}
DIV.id_facilities_mod_3 {
	float: right;
	margin-top: 0px;
	border: 1px solid #e2deae;
	margin-bottom: 10px;
	margin-right: auto;
	height: 260px;
	width: 260px;
	clear: right;
	
}
DIV.id_facilities_mod {
	float: right;
	margin-top: 0px;
	border: 1px solid #e2deae;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	
}
#address {
	float: left;
}
#hours {
	float: right;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #97A697;
	padding-left: 10px;
	padding-right: 15px;
	width: 220px;
}
