@charset "UTF-8";
/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #602C56;
	text-decoration: underline;
}
a:link {
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #999;
}
a:active {
}

a.menulink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #602C56;
	text-transform: uppercase;
	text-align: center;
	padding-right: 31px;
	padding-left: 31px;
	height: 22px;
	display: block;
	padding-top: 5px;
	letter-spacing: 2%;
}
a.menulink:link {
	text-decoration: none;
	color: #602C56;
}
a.menulink:visited {
	text-decoration: none;
	color: #602C56;
}
a.menulink:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #D8EAEC;
}
.lowerbutton_area {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadowback.png);
	background-repeat: repeat-y;
	text-align: center;
	padding-bottom: 5px;
}
a.menulink:active {
	text-decoration: none;
	color: #602C56;
	text-align: center;
}
.button {
	height: 27px;
	width: 100px;
	padding-right: 31px;
	padding-left: 31px;
	display: inline;
}
a.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
a.footerlink:link {
	text-decoration: none;
	color: #FFF;
}
a.footerlink:visited {
	text-decoration: none;
	color: #FFF;
}
a.footerlink:hover {
	text-decoration: none;
	color: #CCC;
}
a.footerlink:active {
	text-decoration: none;
	color: #FFF;
}

body {
	background-color: #612c56;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	background-position:center top;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}
.bodyback {
	background-image: url(images/shadowback.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}
.gallerysetting {
	height: 340px;
	width: 369px;
	background-image: url(images/gallerybackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallerysetting2 {
	height: 340px;
	width: 369px;
	background-image: url(images/gallerybackground2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.flashgallery {
	display: block;
	height: 263px;
	width: 263px;
	margin-top: 28px;
	margin-right: 67px;
	margin-bottom: 49px;
	margin-left: 39px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 26px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #602C56;
	font-weight: normal;
	line-height: 0px;
}
.menu {
	background-image: url(images/menuback.jpg);
	width: 901px;
	background-repeat: repeat-y;
	background-position: center top;
}
.menuinset {
	background-color: #FFF;
	height: 27px;
	width: 901px;
	text-align: center;
}
.shadowbottom {
	background-image: url(images/shadowbackbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}
.whimsical {
	height: 66px;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	height: 30px;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
}
.banner {
	height: 143px;
	width: 901px;
}



/*Drop Down CSS Starts Here*/

/* Get rid of the margin, padding and bullets in the unordered lists */
#dmenu, #dmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	text-decoration: none;
}

/* Set up the link size, color and borders */
#dmenu a, #dmenu a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #602C56;
	text-transform: uppercase;
	letter-spacing: 2%;
	text-align: center;
	padding-right: 31px;
	padding-left: 31px;
	height: 22px;
	display: block;
	padding-top: 5px;
	text-decoration: none;
		}
	
/* Set up the sub level borders */
#dmenu li ul li a, #dmenu li ul li a:visited {
	text-decoration: none;
}
#dmenu li a.enclose, #dmenu li a.enclose:visited {
	border-width:0px;
	width: 100px;
	font-size: 12px;
	letter-spacing: 0%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
}

/* Set up the list items */
#dmenu li {
	float:left;
	background-color: #c5b1c1;
text-decoration: none;
}

/* For Non-IE browsers and IE7 */
#dmenu li:hover {position:relative;
text-decoration: none;}
/* Make the hovered list color persist */
#dmenu li:hover > a {
	color:#FFFFFF;
	background-color: #d8eaec;
	text-decoration: none;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#dmenu li ul {display:none;
text-decoration: none;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#dmenu li:hover > ul {
	display:block;
	position:absolute;
	top:-10px;
	left:126px;
	background:transparent url(transparent.gif);
	width:100%;
	padding-top: 10px;
	padding-bottom: 30px;
	text-decoration: none;
}
/* Position the first sub level beneath the top level liinks */
#dmenu > li:hover > ul {left:0px; top:21px;
text-decoration: none;
}

/* get rid of the table */
#dmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;
text-decoration: none;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #dmenu li a:hover {
	position:relative;
	color:#FFFFFF;
	background-color: #d8eaec;
text-decoration: none;
}

/* For accessibility of the top level menu when tabbing */
#dmenu li a:active, #dmenu li a:focus {
	color:#FFFFFF;
	background-color: #d8eaec;
	text-decoration: none;
}

/* Set up the pointers for the sub level indication */
#dmenu li.fly {
	background:url(images/transparentbox.png) repeat left top;
	text-decoration: none;
}
#dmenu li.drop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #023759;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #dmenu li ul {visibility:hidden; display:block; position:absolute; top:-5px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); text-decoration: none;}

/* keep the third level+ hidden when you hover on first level link */
#dmenu li a:hover ul ul{
visibility:hidden;
text-decoration: none;
}

/* make the second level visible when hover on first level link and position it */
#dmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
text-decoration: none;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#dmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-5px; left:80px;
text-decoration: none;
}
.beforeandaftergallery {
	background-image: url(images/beforeandafter_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.beforeandafterflash {
	height: 301px;
	width: 465px;
	margin-left: 43px;
	margin-top: 30px;
	margin-right: 72px;
	margin-bottom: 49px;
}
.questions {
	color: #602C56;
	text-decoration: underline;
	font-weight: bold;
}
.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
