*{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	font-family: Georgia, serif;
	font-size: 11px;
	color :#a86f2e;
}

#backframe {
	background-image: url(../images/backframe.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -70px;
	width: 962px;
	height: 687px;
}

#beautytek {
	margin: 5px 0 0 30px;
	list-style-image: url(../images/arrow.gif);
}

#bottom_bar {
	float:right;
	margin-top:0px;
    background-color: #b88143;
    text-align: center;
    left: 0px;
    width: 100%;
    height: 18px
}

#bottom_content {
	float:right;
	margin-top: 80px;
	padding-bottom:10px;
	text-align:center;
}

#bottom_nav {
	float:right;
	margin: 25px 95px 0 0;
	font-size: 12px;
}

#bottom_nav a:hover{
	text-decoration: underline;
}

#bottom_nav li{
	display: inline;
	padding: 10px;
}

#content {
	margin:-596px 0 0 99px;
	width: 757px;
	height: 491px;
}

#content_back {
	float:left;
	width: 758px;
	height: 472px;
}

#content_text {
	float:right;
	margin-top:-460px;
	text-align: left;
	width:380px;
	height:395px;
	overflow:auto;
}

#content_text a{
	color:#571509;
	text-decoration: none
}

#content_text a:hover{
	text-decoration: underline;
}

#content_wrap {
	position:relative; 
	width:962px; 
	text-align:center; 
	margin:-4px auto 0; 
	border: 0px;
}

#fill {
	position: relative;
	width: 758px;
	height: 491px;
	background-color: #b88143;
}

#fill_white {
	position: relative;
	width: 758px;
	height: 491px;
	background-color: #ffffff;
}

#home_content {
	position: absolute;
	top:150px;
	left:99px;
	width: 758px;
	height:376px;
}

#image_main {
	position:relative
	padding:0px;
	margin: 0px;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 10px 0 0 395px;
	text-align: center:
	width: 165px;
	height: 130px;
}


#menu_back {
	background-color: #571509;
	width: 1015px;
	height: 40px;

}

#nav_wrap {
	position:relative; 
	width:1016px; 
	text-align:center; 
	margin:-4px auto 0; 
	border: 0px;
}

#portals {
	position: relative;
	padding:0px;
	margin-top:20px;
	color:#ffffff;
	width:758px;
}

#portals a, #portal a:visited{
	color:#ecd39c;
	text-decoration: none;
}

#portals a:hover{
	text-decoration: underline;
}

#portal_app {
	float:left;
	background-image: url(../images/portal_app.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding-right:2px;
	width:188px;
	height:116px;
}

#portal_entree {
	float:left;
	background-image: url(../images/portal_entree.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding-right:2px;
	width:188px;
	height:116px;
}

#portal_creme {
	float: right;
	background-image: url(../images/portal_creme.jpg);
	background-repeat: no-repeat;
	margin:0px;
	width:188px;
	height:116px;
}

#portal_dessert {
	float:left;
	background-image: url(../images/portal_dessert.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding-right:2px;
	width:188px;
	height:116px;
}

#portal_txt {
	padding: 40px 0 0 3px;
	text-align:left;
	width:176px;
	line-height:12px;
	
}

#portal_link {
	position: relative;
	margin: 19px 0 0 93px;
	font-size:10px;
	line-height:14px;
}

#title {
	width:758;
	height: 20px;
}

	
#top_bar {
	background-image: url(../images/top_bar.jpg);
	background-repeat: repeat-x;
	width:100%;
	height: 17px;
}

#welcome {
	margin: -65px 0 0 60px;
	line-height: 15px;
	text-align: left;
	width: 660px;
	color: #ffffff;
}

/*page titles*/
#title_beautytek {
	background-image: url(../images/beautytek_header.jpg);
	background-repeat: no-repeat;
	width:758;
	height: 20px;
}


.menu ul{
	margin:0 auto;
	text-align:center;
}
/*dropdown*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	margin-top:-26px;
	margin-left:115px;
	text-align:center;
	width:850px;
	height:32px; 
	font-size:12px; 
	position:relative; 
	z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:1050px; w\idth:1050px; margin-top:-30px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:202px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:202px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#ecd39c; 
	width:202px;
	height:25px;
	border-left:1px solid #ffffff;  
	background:#571509; 
	padding-left:5px; 
	line-height:29px;
	text-decoration: none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:195px; w\idth:195px;}	

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
	
/* style the second level hover */
.menu ul ul a.drop:hover, menu ul ul a:hover{
	background:#ac6e29;
	color: #ffffff;
}

.menu ul ul a:hover > a.drop {
	background:#ac6e29;
	color: #ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:202px;
	border-top:1px solid #000;
	text-align: left;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:29px;
	t\op:29px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#b88143; 
	color:#571509; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px;
	width:179px;
	border: 1px solid #571509; 
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:187px;w\idth:187px;}

/* style the top level hover */
.menu a:hover, {
	color:#ecd39c;
	background:#5e2015;
	text-decoration: none;
}

.menu :hover > a, {
	color:#ecd39c;
	background:#5e2015;
	text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

#menu-style a:hover{
	color:#ecd39c;
	text-decoration:none;
	background: #ac6e29;
}

menu ul a:hover{
	text-decoration:none;
}




/* IE6 Only */

* html #backframe {
	background-image: url(../images/backframe.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -84px;
	width: 962px;
	height: 701px;
}

* html #bottom_content {
	margin: 0px 110px 0 0;
	width: 550px;
}

* html #bottom_nav {
	margin: 25px 45px 0 0;
	font-size: 12px;
}

* html #fill {
	margin-left:-105px;
}

* html #home_content {
	position: absolute;
	top:160px;
	left:99px;
	width: 758px;
	height:376px;
}

* html #logo {
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
}

* html #menu_back {
	position: relative;
	margin-top:-1px;
	z-index: 1;
	float:left;
}

* html .menu-style a:hover, * html .menu ul ul a:hover{
	color:#ecd39c;
	text-decoration:none;
	background: #ac6e29;
}

* html #portal_link {
	position: relative;
	margin: 6px 0 0 96px;
	font-size:10px;
	line-height:14px;
}


	
/* IE7 Only */

*:first-child+html #bottom_content {
	margin: 0px 240px 0 0;
	width: 550px;
}

*:first-child+html #bottom_nav {
	margin: 25px 95px 0 0;
	font-size: 12px;
}

*:first-child+html #fill {
	margin-left:-105px;
}

*:first-child+html #home_content {
	position: absolute;
	top:160px;
	left:99px;
	width: 758px;
	height:376px;
}

*:first-child+html menu ul ul a:hover  {
	color:#ecd39c;
	text-decoration:none;
	background: #ac6e29;
}

*:first-child+html #portal_link {
	position: relative;
	margin: 6px 0 0 96px;
	font-size:10px;
	line-height:14px;
}

/*typography*/



a {
	color:#571509;
	text-decoration: none
}

h1 {
	color: #571509;
	font-size:11px;
	line-height: 16px;
}
