@charset "utf-8";
/* CSS Document */

html {
	padding: 0;
	margin: 0;
}

body { 
	margin:0px;
	padding:0px;
	background-color: #f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h1 a {
	width: 365px;
	height: 93px;
	text-indent: -9000em;
	display: block;
	margin:6px 0 0 5px;
	padding: 0;
}

h1 a {
	background-image:url(images-serenity/logo.gif);
}	

h1 {
	position: absolute;
	top: 34px;
}


a {
	color: #AA0041;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

a.header {
	color: #000000;
	text-decoration: none;
	outline: none;
}
a.header:hover {
	text-decoration: underline;
}


a img {
	border: 0;
}

hr {
	display: none;
}

#bkgPage {
	width:auto;
	height:182px;
	background-image:url(images-serenity/bkgpage.jpg);
	background-repeat: repeat-x;
}

#contentPage {
	width:910px;
	height:auto;
	margin:0px auto;
	padding:0px;
}

#main_bg {
	padding: 0 5px;
		background: transparent url(images-serenity/main_bg.jpg) repeat-y center top;
}
#header_bg {
	padding: 0 5px;
		background: transparent url(images-serenity/header_bg_new.jpg) repeat-y center top;
}

#header {
	height:182px;
	background-image:url(images-serenity/header_bar.jpg);
	position: relative;
}

#header ul, #header li {
	margin: 0;
	padding: 0;
}

#header_top li { 
	float: left; 
	padding: 6px 13px;
	list-style: none;
	font-weight: 600;
	background: transparent url(images-serenity/separator_top.gif) no-repeat left 3px;
}

#header_top {
	height: 31px;
}

#header_top a {
	color: #FFF;
}

#header_middle {
	height: 120px;
	/* background: #FFF url(images-serenity/bg_header_middle.gif) no-repeat right 10px; */
}
.no_bg {
	background: none !important; 
}
.titleBar.no_bg {
	background: #AA0041 none !important; 
} 
.titleBar.no_bg h2 {
	text-align: center;
	padding-left: 0;
} 
#header_middle li  {
	float: right;
	list-style: none;
	margin: 20px 0 0 5px;
}
#header .english a, #header .other a  {
	display: block;
	width: 34px;
	height: 22px;
}

#header_top .rss {
	background: transparent url(images-serenity/rss.gif) no-repeat left 5px;
	padding-left: 25px;
}

#header_top .right {
	float: right;
}

#header_top .left {
	float: left;
}

#header_middle p, #header_middle h2 {
	padding: 0;
	margin: 0;
	text-align:right;
	font-weight: 600;
}

#header_middle h2 {
	font-size: 16px;
	margin: 30px 10px 0 0;
	color: #AA0041;
}

#header_middle p {
	font-size: 14px;
	margin: 5px 10px 0 0;
}

#mainContent {
	height:auto;
	margin: 0 auto;
}
#footer {
	height:90px;
	background: #E1EBE1 url(images-serenity/footer_bar.jpg) repeat-x center top;
	clear:both;
	margin: 0 auto;
}


/* Header */

.header_bottom ul {
	float: right;
}

.header_bottom ul, .header_bottom li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_bottom li { 
	float: left;
	background: transparent url(images-serenity/separator_pink.gif) no-repeat left 2px;
	font-weight: 600;
	color: white;
}

.header_bottom li a { 
	display: block;
	padding: 5px 13px;
	color: white;
}
.header_bottom form {
	margin: 2px 5px 0;
	padding:0;
}
button.red {
	background: #F0C8DC none;
	border: #C8648C solid 1px;
	font-size: 11px;
	font-weight: 600;	
	margin: 0 0 0 1px;
	padding: 2px 8px;
	cursor: pointer;
}
input.text_form {
	border: #C8508C solid 1px;
}

/* Menu Bar*/

.menuBar {
	width:160px;
	height:auto;
	float:left;
}

.menuBar h2{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	margin:0px;
	padding-top:6px;
}

.menuBar h2{
	color:#FFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:6px 5px 6px 12px;
	text-align:left;
}

.hover_title {
	background: #AA0041 url(images-serenity/arrow_up.gif) no-repeat scroll 4px 12px !important;
}

.titleBar {
	background: #C8648C none;
	height:26px;
	margin:0px;
}

.splitBar {
	background-image:url(images-serenity/title_bar.jpg);
	overflow:hidden;
	height:4px;
	margin:0px;
}

.quote {
	padding:5px;
}

.quote p{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	font-style:italic;
}

/* Menu Right */

.menuRight {  
	list-style:none;
	margin:0;
	padding:0;
}

.menuRight li, .menuLeft li {
	background: #FAF5F5 url(images-serenity/menu_li.gif) no-repeat center bottom;
}

.menuRight li a {
	display:block;
	padding:5px 11px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#A5486D;
	text-decoration:none;
	background:none;
}

.menuRight li a:hover {
	background-color:#F0E6E6;
	color:#000000;
	text-decoration:none;
}

.menu_title {
	color: #000 !important;
}

.menuRight .imageSidebar a {
	padding: 5px 0;
	text-align: center;
}

.menuRight .imageSidebar a:hover {
	background: none;
}

.menuRight .imageSidebar img {
	border: #C8C8C8 solid 1px;
}

.inner_sidebar {
	padding: 5px 11px;	
}

.inner_sidebar p, .inner_sidebar form {
	margin: 0;
	padding: 0;
}

.inner_sidebar p {
	margin-bottom: 10px;
}

.inner_sidebar label { 
	margin: 10px 0 0 0;
	display: block;
}

.inner_sidebar button.red {	
	margin-top: 6px;
	padding: 2px 8px;
}

.inner_sidebar input {
	width: 130px;
}

.inner_sidebar #suscribe {
	position: relative;
	left: 58px;
}

/* Center Frame */

.centerFrame {
	width:740px;
	height:auto;
	padding:0;
	background-color:#ffffff;
	float:left;
}
.centerFrame h2, .centerFrame h3 {
	font-family:Arial;
	
	font-weight:bold;
	color: #C80064;
	margin-top: 0;
}

.centerFrame h2 {
	font-size:18px;
}

.centerFrame h3 {
	color: #000;
	font-size:16px;
}

.centerFrame .img_main {
	background:white none repeat scroll 0%;
	border:1px solid #000000;
	float:right;
	margin:0 0 18px 22px;
	padding:1px;
}

.centerFrame .img_mainleft {
	background:white none repeat scroll 0%;
	border:1px solid #000000;
	float:left;
	margin:2px 18px 0px 0px;
	padding:1px;
}

.centerFrame p{
	font-family:Arial;
	font-size:11px;
	text-align:justify;
}

.product button.red {
	margin: 6px 0 0 5px;
}

.product ul, .product li { 
	margin: 0;
	padding: 0;
	list-style: none;
}

.product .left {
	float: left;
	width: 160px;
}

.product .right {
	float: left;
	width: 148px;
	font-weight: 600;
	margin: 0;
}

.product .right.price {
	width: 62px;
	margin-right:5px;
	font-weight: 600;
}

.product .right span {
	display: block;
	font-size: 50px;
	line-height: 50px;
}

.product form {
	clear: both;
	margin: 0;
	padding: 0;
}

.product form select {
	border: solid #999999 1px;
	height: 20px;
}

.split {
	background-image:url(images-serenity/split.jpg);
	overflow:hidden;
	width:560px;
	height:1px;
}

.split_new {
	background: white none;
	overflow:hidden;
	height:1px;
}

.resalt {
	color: #AA0041;
}

.clear {
		clear:both; 
		height:1px;
		margin:0;
		padding:0;
		font-size: 1px;
		line-height: 0;
}

.centerFrame .content_text	{
	float: right;
	width: 330px;
}

.centerFrame .content_text .inner {
	padding: 14px 11px ;
}

.centerFrame .content_text .inner h3{
	margin-top: 0;
	font-size: 14px;
}

.centerFrame .content_text .inner h3 span {
	color: #6E6E6E;
}

.image p{
	text-align: center;
}

.frame_image { 
	width: 224px;
	height: 225px;
	background: transparent url(images-serenity/product_frame.jpg) no-repeat center top;
	text-align: center;
}

.frame_image img {
	left:-2px;
	position:relative;
	top:1px;
}

.description {
	color: #646464;
}

.centerFrame .image	{
	float: left;
	width: 224px;
}

.centerFrame .image	.inner{
	padding: 15px 0;
}

.product {
	background: #FFF url(images-serenity/split.jpg) repeat-x center bottom; 
	padding: 0 3px;
}

.padding_center {
	padding: 5px;
}

.text_wrapper {
	padding: 20px 20px 20px 20px; 
}

.text {
	border-bottom: #C88CC8 solid 1px;
	padding: 15px 0;
}

.postmetadata, .postmetadata li {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.postmetadata {
	background: #F0F0E6 none; 
}

.postmetadata li {
	float: left;
	background: #F0F0E6 url(images-serenity/separador_data.gif) no-repeat left 7px; 
	padding-left:10px;
}

.postmetadata li a {
	display: block;
	padding: 5px 10px;
	color: #8C7814;
}


.text a {
	color: #c80064;
}

/* Footer */

.footer_inner {
	padding: 10px;
	color: #000;	
}

.left_footer {
	float: left;
	width: 650px;
}

.right_footer {
	float: right;
	width: 225px;
}

.left_footer p {
	margin: 0;
}

.right_footer ul, .right_footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right_footer ul {
	float: right;
}

.right_footer li { 
	float: left;
	background: transparent url(images-serenity/separator_footer.gif) no-repeat left 7px;

}
.right_footer img {
	margin-top: 10px;
	float: right;
}

.right_footer li a { 
	display: block;
	padding:5px 6px;
}

/* Tools */

.bold {
	font-weight: 600;
}

.clearfix:after, .wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.hover {
	background: #F5F5F5 url(images-serenity/split.jpg) repeat-x center bottom;  
	cursor: pointer;
}

.no_bg_new { 
	background:transparent none repeat scroll 0% !important;
}

.no_arrow {
	background: #AA0041 ;
}


.BigTitle {
	font-size:24px;
	font-weight:bold;
}
.SmTitle {
	font-size:14px;
	font-weight:bold;
}	

.StdTextBd {
	font-size:11px;
	font-weight:bold;
}	
