@charset "utf-8";

/* FreshLookHome.com CSS Document */



body

{

	background: #FFFFFF;

	color:  #666666;

	padding: 0;

	margin: 0;

	font-family: "Verdana";

	font-size: 14px;

	line-height: 18px;

}

p

{

	padding: 5px 0;

	margin: 0;

}

h1

{

	font-family: "Trebuchet MS";

	font-size: 22px;

	font-weight: bold;

	color: #D2B48C;

}

a

{

	color: #ACBBDA;

	text-decoration: underline;

	font-weight: normal;

}

a:hover

{

	color:  #C8A473;

	text-decoration: underline;

	font-weight: normal;

}

form{

	padding: 0;

	margin: 0;

}

#toppane

{

	background: #FFFFFF;

	border-bottom: solid 5px #D2B48C;

	height: 128px;

}

#mainpane

{

	background: url(images/body-bg.jpg) repeat-x top;

	padding-bottom: 5px;

}

#leftpane-top

{

	background: url(images/leftpane-top.jpg) no-repeat top;

	width: 220px;

	height: 121px;

}

#menucontainer

{

	margin-top: 43px;

}

#leftpane

{

	background: url(images/leftpane-bg.jpg) repeat-y center;

	padding: 0 11px;

}



#leftpane ul

{

	padding: 0;

	margin: 0;

}

#leftpane li

{

	list-style: none;

	padding: 0;

	margin: 0;

	font-family: "Trebuchet MS";

	font-size: 15px;

	font-weight: normal;

	text-align: left;

}

#leftpane li a

{

	display: block;

	background: url(images/menuitem-off.jpg) no-repeat left top;

	width: 183px;

	padding:0 0 0 15px;

	text-decoration: none;

	line-height: 26px;

	color: #FFFFFF;

}

#leftpane li a:hover

{

	display: block;

	background: url(images/menuitem-on.jpg) no-repeat left top;

	width: 183px;

	padding:0 0 0 15px;

	text-decoration: none;

	line-height: 26px;

	color: #FFFFFF;

}

#leftpane li a.selected

{

	display: block;

	background: url(images/menuitem-on.jpg) no-repeat left top;

	width: 183px;

	padding:0 0 0 15px;

	text-decoration: none;

	line-height: 26px;

	color: #FFFFFF;

}

#submenus

{

	background: #C8A473;

	border-top: solid 1px #FFFFFF;

}

#submenus td

{

	border-bottom: dotted 1px #FFFFFF;

	line-height: 20px;

	color: #EDE1D1;

	font-family: "Trebuchet MS";

	font-size: 13px;

	text-align: left;

}

#submenus td a

{

	color: #EDE1D1;

	text-decoration: none;

}

#submenus td a:hover

{

	color: #FFFFFF;

	text-decoration: none;

}



#leftpane-bot

{

	background: url(images/leftpane-bot.jpg) no-repeat center;

	width: 220px;

	height: 49px;

}

#contentpane

{

	padding: 10px 0 0 0;

}

#footer

{

	background: #ACBBDA url(images/bot-line.jpg) top repeat-x;

	padding: 15px 0 10px 0;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

}

#footer a

{

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

#footer a:hover

{

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: underline;

}