body {
	margin:0px;
	background:url(../images/backgroundfull.jpg);
	background-repeat:repeat-x;
	background-color:#6e6158
}
img, div{ 
	behavior: url(/includes/js/iepngfix.htc);
	border: none;
 }
a:link {
	color:#dce4e7;
	text-decoration:none;
}

a:visited {
	color:#dce4e7;
	text-decoration:none;
}

#linkContent {
	color:#a26856;
	text-decoration:underline;
}

/***** DIVs *****/
#divContainer {
	width:980px;
	height:auto;
	margin:auto;

}

#divLogoHeader {
	background:url(../images/logo.jpg);
	height:95px;
	padding:34px 41px 0 0;
	text-align:right;
	width:939px;
}

#divContent {
	margin:auto;
	background:url(../images/main2.png);	
	background-repeat:no-repeat;
	width:916px;
	height:470px;
	position:relative;
	top:20px;
}

#divContent_Contact {
	margin:auto;
	background:url(../images/feet.png);	
	background-repeat:no-repeat;
	width:916px;
	height:870px;
	position:relative;
	top:20px;
}

#divContentTxt {
	width:450px;
	height:auto;
	position:relative;
	left:40px;
	top:60px;
	font-family:arial;
	font-size:10pt;
	color:#707070;
	line-height:25px;
}

#divMenu {
	 width:860px;
	 height:42px;
	 font-family:arial;
	 font-size:10pt;
	 margin: auto;
}

#divHeader {
	background:url(../images/header.jpg);
	width:352px;
	height:49px;
	position:relative;
	left:12px;
	top:55px;
}
.row {
	}
	/***** Nav *****/
	#divHome {
		float:left;
		width:69px;
		height:29px;
		padding-left:18px;
		line-height:35px;
		vertical-align:middle;
		cursor:pointer;
	}
	#divPermHairRem {
		float:left;
		width:178px;
		height:29px;
		padding-left:15px;
		line-height:35px;
		vertical-align:middle;
		cursor:pointer;
	}
    #divSkinTEC {
		float:left;
		width:133px;
		height:29px;
		padding-left:14px;
		line-height:35px;
		vertical-align:middle;
		cursor:pointer;
	}
    #divCosmetic {
		float:left;
		width:147px;
		height:29px;
		padding-left:14px;
		line-height:35px;
		vertical-align:middle;
		cursor:pointer;
	}
	#divProducts {
		float:left;
		width:80px;
		height:29px;
		padding-left:14px;
		line-height:35px;
		vertical-align:middle;
		cursor:pointer;
	}
    #divFAQ {
		float:left;
		width:53px;
		height:29px;
		padding-left:12px;
		line-height:35px;
		vertical-align:middle;
		cursor:pointer;
	}
    #divContact {
		float:left;
		width:96px;
		height:29px;
		padding-left:16px;
		line-height:35px;
		vertical-align:middle;
		cursor:pointer;
	}
	
	/***** Nav Hovers *****/
	
	#divHome:hover {
		background:url(../images/tab.png);
		background-repeat:no-repeat;
		width:69px;
		height:29px;
		color:#627f92;
	}
	
	#divPermHairRem:hover {
		background:url(../images/tabperm.png);
		background-repeat:no-repeat;
		width:178px;
		height:29px;
		color:#627f92;
	}
	
	#divSkinTEC:hover {
		background:url(../images/tabskin.png);
		background-repeat:no-repeat;
		width:133px;
		height:29px;
		color:#627f92;
	}
	
	#divCosmetic:hover {
		background:url(../images/tabcosmetic.png);
		background-repeat:no-repeat;
		width:147px;
		height:29px;
		color:#627f92;
	}
	#divProducts:hover {
		background:url(../images/tabproducts.png);
		background-repeat:no-repeat;
		width:80px;
		height:29px;
		color:#627f92;
	}
	
	#divFAQ:hover {
		background:url(../images/tabfaq.png);
		background-repeat:no-repeat;
		width:53px;
		height:29px;
		color:#627f92;
	}
	
	#divContact:hover {
		background:url(../images/tabcontact.png);
		background-repeat:no-repeat;
		width:96px;
		height:29px;
		color:#627f92;
	}
div.row {
  clear: both;
}
div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
}
div.row span.formw {
  float: left;
  width: 135px;
  text-align: left;
} 
.spacer {
	clear: both;
	line-height: 1px;
}