body{
	background:#00394c url(/images/bgtl.png) no-repeat fixed top left;
	font-size:12pt;
}

#bgbr{
	background:url(/images/bgbr.png) no-repeat fixed bottom right;
	position:absolute;
	bottom:0;
	right:0;
	height:444px;
	width:630px;
	z-index:-1;
	display:none;
}

#wrapper{
	width:937px;
	margin: 0 auto;
}
#header{
	position:relative;
}
#content{}
#footer{
	text-align:center;
	color:#fff;
	font-family:tahome,sans-serif;
	font-size:smaller;
	clear:both;
	padding-right:20px;
}

h1 .title
{
font-size:16px;
}
h1{
	background:url(/images/logo.png) no-repeat;
	text-indent:-1000em;
	margin:30px 0 0;
}

h1 a{
	height:0;
	width:0;
	padding: 0 217px 74px 0;
	display:block;
	overflow:hidden;
}

#header ul{
	list-style-type:none;
	color:#fff;
	font-family:tahoma,sans-serif;
	position:absolute;
	bottom:-12px;
	right:60px;
	margin:0;
	font-size:10pt;
	z-index:10;
}

#header ul li{
	display:inline;
	padding:5px;
}

#header ul li.selected{
	background:url(/images/navtabl.png) no-repeat;
	padding:3px 0 4px 11px;
}

#header ul li.selected a{
	background:url(/images/navtabr.png) no-repeat top right;
	padding:3px 11px 4px 0;
}

#header ul li a{
	color:#fff;
	text-decoration:none;
}

#header ul li a:hover{
	text-decoration:underline;
}


/** Generics **/

.alert{color:#58020c;}

.whitebubble,
.pinkbubble{
	font-family:helvetica,sans-serif;
	color:#000;
	padding:0;
}

.whitebubble > .body,
.pinkbubble > .body{
	background-color:#fff;
	padding:0 20px 20px;
	position:relative;
}

.pinkbubble > .body{
	background-color:#d5c0c2;
}

.whitebubble > .body > h1,
.whitebubble > .body > h2,
.whitebubble > .body > h3,
.whitebubble > .body > h4,
.whitebubble > .body > h5,
.whitebubble > .body > h6,
.pinkbubble > .body > h1,
.pinkbubble > .body > h2,
.pinkbubble > .body > h3,
.pinkbubble > .body > h4,
.pinkbubble > .body > h5,
.pinkbubble > .body > h6{
	margin:0;
	font-size:x-large;
	color:#58020c;
	font-weight:normal;
	margin:0;
	padding:5px 0 0;
	text-align:center;
}

.whitebubble > .body > h2,
.pinkbubble > .body > h2{
	font-size:xx-large;
}

.whitebubble > .body > p,
.pinkbubble > .body > p{
	margin:10px 0 0;
	text-indent:1em;
}

.whitebubble > .head,
.whitebubble > .foot,
.pinkbubble > .head,
.pinkbubble > .foot{
	margin:0 10px;
	position:relative;
	height:11px;
	background-color:#fff;
}

.pinkbubble > .head,
.pinkbubble > .foot{
	background-color:#d5c0c2;
}

.whitebubble > .head > span,
.whitebubble > .foot > span,
.pinkbubble > .head > span,
.pinkbubble > .foot > span{
	background-image:url(/images/corners-white.png);
	background-repeat:no-repeat;
	position:absolute;
	height:11px;
	width:10px;
}

.pinkbubble > .head > span,
.pinkbubble > .foot > span{
	background-image:url(/images/corners-pink.png);
}

.whitebubble > .head > span.l,
.whitebubble > .foot > span.l,
.pinkbubble > .head > span.l,
.pinkbubble > .foot > span.l{
	left:-10px;
}

.whitebubble > .head > span.r,
.whitebubble > .foot > span.r,
.pinkbubble > .head > span.r,
.pinkbubble > .foot > span.r{
	right:-10px;
}

.whitebubble > .head > .l,
pinkbubble > .head > .l{
	background-position:0 0;
}

.whitebubble > .head > .r,
.pinkbubble > .head > .r{
	background-position:-11px 0;
}

.whitebubble > .foot > .l,
.pinkbubble > .foot .l{
	background-position:0 -10px;
}

.whitebubble > .foot > .r,
.pinkbubble > .foot > .r{
	background-position:-11px -10px;
}

.corners-base-shadow{
}

.corners-base-shadow > .head{
	background:url(/images/shadow-base-t.png) repeat-x top left;
	margin:0 30px 0 25px;
	height:25px;
	position:relative;
}

.corners-base-shadow > .head > .l{
	background:url(/images/shadow-base-tl.png) no-repeat top left;
	left:-25px;
	position:absolute;
	height:25px;
	width:25px;
}

.corners-base-shadow > .head > .r{
	background:url(/images/shadow-base-tr.png) no-repeat top right;
	right:-30px;
	position:absolute;
	height:25px;
	width:30px;
}

.corners-base-shadow > .foot{
	background:url(/images/shadow-base-b.png) repeat-x bottom left;
	margin:0 30px 0 25px;
	height:33px;
	position:relative;
	clear:both;
}

.corners-base-shadow > .foot > .l{
	background:url(/images/shadow-base-bl.png) no-repeat top left;
	left:-25px;
	position:absolute;
	height:33px;
	width:25px;
}

.corners-base-shadow > .foot > .r{
	background:url(/images/shadow-base-br.png) no-repeat top right;
	right:-30px;
	position:absolute;
	height:33px;
	width:30px;
}

.corners-base-shadow > .body{
	position:relative;
	height:100%;
}

.corners-base-shadow > .body > .l{
	background:url(/images/shadow-base-l.png) repeat-y;
	height:100%;
	width:25px;
	display:block;
	float:left;
}

.corners-base-shadow > .body > .m{
	float:left;
	width:80%;
	padding:0 10px 10px;
	height:100%;
	color:#fff;
	font-family:helvetica,sans-serif;
	background-color:#00394c;
}

.corners-base-shadow > .body > .m > h3{
	text-align:center;
	font-weight:normal;
	background-color:#58020c;
	margin:0;
}



.corners-base-shadow > .body > .r{
	background:url(/images/shadow-base-r.png) repeat-y;
	height:100%;
	width:31px;
	display:block;
	float:right;
}

.corners-base-shadow.redhead > .head > .r{
	background-image:url(/images/shadow-red-tr.png);
}

.corners-base-shadow.redhead > .head > .l{
	background-image:url(/images/shadow-red-tl.png);
}

.corners-base-shadow.redhead > .head{
	background-image:url(/images/shadow-red-t.png);
}

.redbutton{
	background:url(/images/button-red-l.png) no-repeat left top;
	padding:0 0 7px 13px;
	position:absolute;
	top:168px;
}

.redbutton a{
	background:url(/images/button-red-r.png) no-repeat right top;
	padding:3px 17px 9px 0;
	font-size:smaller;
	text-decoration:none;
	color:#fff;
}

.redbutton a:hover{
	text-decoration:underline;
}


/** Page Specific **/

#home-main.corners-base-shadow > .body{
	position:relative;
	height:381px;
}

#home-main.corners-base-shadow > .body > .m{
	background:url(/images/home-main-bg.png) no-repeat;
	float:left;
	width:944px;
	height:422px;
	position:absolute;
	left:-28px;
	bottom:-32px;
	z-index:3;
	padding:0;
}

#home-main .whitebubble{
	width:275px;
	position:absolute;
	right:30px;
	top:30px;
	font-size:10pt;
}

#home-main > .body > .m > h2,#home-main > .body > .m > h3{
	display:none;
}

#podrow{
	clear:both;
	height:210px;
	width:938px;
	position:relative;
}

#podrow > div{
	width:50%;
	position:absolute;
	top:-25px;
}

#podrow > div.left{
	left:0;
}

#podrow > div.right{
	right:0;
}

#podrow > .corners-base-shadow > .body > .m{
	width:393px;
	height:165px;
	padding-top:25px;
}

#podrow > .corners-base-shadow > .body > .m h3{
	position:absolute;
	width:432px;
	left:16px;
	padding-bottom:10px;
	top:0;
}

#podrow > .corners-base-shadow > .body > .l,
#podrow > .corners-base-shadow > .body > .r{
	height:200px;
}

#testimonials{
	margin:16px 0 0;
	position:relative;
}

#testimonials > .body > .content{
	width:500px;
	padding-bottom:100px;
}

#testimonials > .body > .content > h2{
	margin:0;
	color:#58020c;
	font-weight:normal;
	font-size:24px;
}
  
#testimonials ul{
	padding:0;
	margin:30px 0 0;
	font-size:smaller;
}

#cosmetic ul li{
	padding:0;
	margin:0 !important;
}
#testimonials ul > li{
	list-style-type:none;
	font-family:tahoma,sans-serif;
	margin:0 0 15px;
}

#testimonials ul > li > span{
	color:#58020c;
	font-weight:bold;
}

#testimonials ul > li > p{
	margin:5px 0 0;
	text-indent:1em;
}

#testimonials > .body > .pinkbubble{
	width:325px;
	position:absolute;
	top:100px;
	right:20px;
}

#testimonials > .body > .pinkbubble h4{
	text-align:left;
	padding-left:10px;
}

#testimonials > .body > .pinkbubble span.flower{
	background:url(/images/testimonial-flower.png) no-repeat;
	position:absolute;
	height:173px;
	width:360px;
	top:-109px;
	left:-39px;
}
h2
{
font-size:16px;
color:#58020c;
}