@charset "utf-8";
/* Styles for the Skin Care Products Pages */

/** General styles */
body{
	background-color:#000000;
	color:#ff6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}

*{
	margin:0;
	padding:0;
}

a:link, a:visited {
	text-decoration:none;
	color:#ff6600;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

h1 {
	font-size:40px;
	color:#ff6600;
	font-weight:normal;
	line-height:40px;
	margin-bottom:10px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
	margin:10px 0;
}

h3 {
	font-size:21px;
	color:#cc3300;
	font-weight:normal;
	line-height:26px;
	margin-bottom:10px;
}

#container {
	width:960px;
	margin:15px auto;
}

#header {
	width:109px;
	height:54px;
	clear:both;
	padding:0 40px 0 51px;
	margin:10px 0 20px 0;
	border-right:2px dotted #cc9966;
}
#sitemap #header {
	border:none;
}

#head_container {
	width:832px;
	height:332px;
	clear:both;
	background:url(../images/facialskincare/panel_bg.gif) top left no-repeat;
	padding:47px 63px 0 65px;
	margin-bottom:35px;
}
.sitemap_container {
	width:960px;
	margin:15px auto;
}
.sitemap_content {
	background:none!important;
	width:960px;
	padding:0px 65px;
}
#sitemap_ul {
	width:237px;
	float:left;
	padding:12px 0 20px;
}
#sitemap_ul ul{
	list-style:none;
	padding:0;
	margin:0;
}
#sitemap_ul ul li {
	height:28px;
	margin:0;
	font-size:11px;
	line-height:27px;
}
#sitemap_ul li.last_item {
	border:none;
}

#sitemap_ul a:link, #sitemap_ul a:visited {
	color:#cc9966;
	text-transform:uppercase;
	font-weight:bold;
}

#sitemap_ul a:hover {
	color:#cc3300;
	text-decoration:none;
}
.head_separator {
	width:100%;
	height:10px;
	border-bottom:2px dotted #cc9966;
	/*background:url(../images/facialskincare/horizontal_dots_clear.gif) bottom repeat-x;*/
	line-height:0;
	font-size:1px;
	clear:both;
}
.sitemap_separator {
	width:100%;
	height:10px;
	border-bottom:2px dotted #cc9966;
	line-height:0;
	font-size:1px;
	margin-bottom:80px;
}
#clickable_panel {
	width:100%;
	padding-top:10px;
}

#clickable_panel_text {
	width:653px;
	float:left;
	padding:30px 15px 0 0;
	text-align:right;
	font-size:34px;
	color:#cc3300;
	/*text-indent:-15px;*/
	font-weight:normal;
}

#clickable_panel img {
	float:left;
}

#clickable_panel span.clickable_action {
	font-size:22px;
	font-weight:bold;
	color:#ff6600;
	text-transform:uppercase;
}

#clickable_panel a:link, #clickable_panel a:visited {
	color:#cc3300;
}

#main {
	width:956px;
	clear:both;
	float:left;
	border:2px dotted #cc9966;
}

#left_nav {
	width:237px;
	float:left;
	padding-top:8px;
}

#left_nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#left_nav ul li {
	height:28px;
	padding:0 0 0 16px;
	margin:0;
	border-bottom:2px dotted #cc9966;
	font-size:11px;
	line-height:27px;
}

#left_nav ul li.nav_active {
	color:#cc3300;
	text-transform:uppercase;
	font-weight:bold;
	cursor:auto;
}

#left_nav ul li.last_item {
	border:none;
}

#left_nav ul li a:link, #left_nav ul li a:visited {
	color:#cc9966;
	text-transform:uppercase;
	font-weight:bold;
}

#left_nav ul li a:hover {
	color:#cc3300;
	text-decoration:none;
}

.quote {
	width:176px;
	margin:20px 0 20px 17px;
	padding:0 20px 0 24px;
	display:none;
	font-size:22px;
	line-height:30px;
	color:#cc9966;
	background:url(../images/facialskincare/lft_quote.gif) 0 4px no-repeat;
}

.quote img {
	margin-left:4px;
}

#main_content {
	width:680px;
	float:left;
	border-left:2px dotted #cc9966;
	padding:0 18px 10px 19px;
}

#main_content p {
	line-height:26px;
	padding:10px 0;
}

#main_content div {
	font-size:15px;
	line-height:21px;
	margin-top:10px;
}

#main_content div ul {
	padding-left:16px;
}

#main_content div ul li {
	padding:5px 0;
}

.medium_content{
	width:407px;
	float:left;
	padding-right:16px;
}

.small_content{
	width:257px;
	float:left;
}

#footer {
	width:960px;
	float:left;
	padding:5px 0;
	text-align:center;
	font-size:9px;
	color:#cc9966;
	line-height:13px;
}

#footer a:link, #footer a:visited {
	color:#cc9966;
}

.clear {
	clear:both;
	line-height:0;
	font-size:1px;
	height:1px;
}