/********************/
/**     HTML       **/
/********************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	background-image: url(../layout/back.jpg);
	background-repeat: repeat;
	background-position: center top;
}
td, th {
	text-align:left;
	vertical-align:top;
} 
ul, li, p, div, h1, h2, h3, h4, h5 {margin:0; padding:0;}	

p {
color: #404040;
font-size: 11px;
line-height: 1.4;
margin-bottom: 15px;
}

a {text-decoration: none;
font-weight: bold;
color: #C8476A;
}
a:hover {
	color:#972897;
}

/*********************/
/**     wraps       **/
/*********************/
.wrap0 {
	width: 900px;
	
}
.toptop {
	margin-left: 380px;
	margin-top:2px;
	position: absolute;
}
.wraphanging {
	height: 33px;
}
.wrapmenutop {
	background-image:url(../layout/top_charm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 255px;
}
.wrapcontents {
	background-color:#FFFFFF;
	background-image:url(../layout/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 100px;
	padding-left: 30px;
}
.wrapbottom {
	background-image: url(../layout/bot_bottom.gif);
	background-repeat: no-repeat;
	background-position: 253px top;
}

/*********************/
/**     hanging over     **/
/*********************/
#flyoutdiv {
	position: absolute;
	height: 600px;
	width: 600px;
	background-color:#FFFFFF;
	margin-top: 30px;
	margin-left: 50px;
	padding-top:20px;
	border: #999999 1px solid;
	z-index: 5;
	text-align:center;
	vertical-align:middle;
}
#flyoutdiv.visible {display:block;}
#flyoutdiv {
	display:none;
	background-color: #ffffff;
}
#theframe {margin-left:auto; margin-right:auto;}
#theframetext {margin:10px auto 10px auto ; color:#666666; border-top:dashed 1px #666666; width:375px; padding-top:10px;}

/*********************/
/**     content     **/
/*********************/

img.heading {
margin-bottom: 10px; 
}

h3 {
margin-top: 10px;
margin-bottom: 5px;
font-size: 12px;
font-weight: bold;
color: #C8476A;
}

.highlight {
color: #C8476A;
font-weight: bold; font-size: 12px;
}

.highlightthin {
color: #C8476A;
}
.note {
	color: #999999;
	font-size: 11px;
}

p.frontquote {
line-height: 1.3;
text-align: center;
font-weight: bold;
font-size: 12px;
color: #C8476A;
}

.pinkdot ul { font-weight: bold;
}
.pinkdot li {
	list-style-image: url(../layout/bullet_pink.gif);
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 4px;
}

.credits {
	margin-top: 3px;
	font-weight: normal;
}

.credits a {
	display: block;
	float: right;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}

.credits a:hover {
	color: #996C9F;
	text-decoration: none;
}
.allthumbs .thumbsgal {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #B0B0B0;
}
.allthumbs .thumbsgal a img {border:0;}
.allthumbs .thumbsgal a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
.testims {
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AEAEAE;
	margin-top:20px;
}
.testims .signature {
	color:#C7436A;
	text-indent: 0px;
	margin-top: 5px;
	margin-left:5px;
}
