/* CSS Document */

/* colors used:

pink #c00076
purple #7d4298
pale pink: #e7e0f2
blue text: #006aaf
*/

body
{
	text-align: center;
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0;
	font-size: small;
	font-family: "Trebuchet MS", sans-serif;
}

#wrapper
{
	width: 990px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	text-align: right;
	background-position: center top;
	background-image: url(../images/top_swoosh.jpg);
	background-repeat: no-repeat;
}

#headerLogo
{
	float: right;
	margin: 0 0 10px 0;
	width: 950px;
}

.headerImage
{
	float: right;
	margin: -60px 0 0 0;
}

#wrapper.timeout
{
	background-position: center top;
	background-image: url(../images/timeout_top_swoosh.jpg);
	background-repeat: no-repeat;
	height: 800px;
}

#innerWrapper
{
	float: left;
	width: 100%;
}

#innerWrapper.weddings
{
	/*background-attachment: fixed;*/
	background-image: url(../images/wedding_back.jpg);
	background-repeat: no-repeat;
	background-position: 600px 135px;
}

#innerWrapper.contactInnerWrapper
{
	/*background-attachment: fixed;*/
	background-image: url(../images/contact_back.jpg);
	background-repeat: no-repeat;
	background-position: 660px 185px;
}


#innerWrapper.welcome
{
	position: relative;
	background-image: url(../images/index_back.jpg);
	background-repeat: no-repeat;
	background-position: 720px 135px;
}

#innerWrapper.gift
{
	background-image: url(../images/gift_back.jpg);
	background-repeat: no-repeat;
	background-position: 20px right;
}

#innerWrapper.about
{
	background-image: url(../images/about_back.jpg);
	background-repeat: no-repeat;
	background-position: 200px 110px;
}

#innerWrapper.products
{
	background-image: url(../images/products_back.jpg);
	background-repeat: no-repeat;
	background-position: 700px 110px;
	height: 1100px;
}

#innerWrapper.skin_sol
{
	background-image: url(../images/skin_sol_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 800px;
}

#pageContent
{
	width: 600px;
    text-align: left;
	margin: 30px 0 0 0;
	color: #7d4298;
	float: left;
	font-size: 110%;
}

#pageContent.aesthetic
{
	background-image: url(../images/aesthetic_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 160px;
	width: 700px;
	text-align: left;
}

p.indexPara
{
	margin: 30px 50px 0 0px;
}

#pageContent.timeout
{
	padding-bottom: 0px;
	width: 700px;
	text-align: left;
	height: 700px;
}

#pageContent.timeout p
{
	margin: 0 255px 20px 0;
}

p.bridgingTitle
{
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 0 50px; 
}

#topLogo
{
    clear: both;
	text-align: left;
	margin: 25px 0 0 30px;
	padding-top: 10px;
	
}

#leftNav
{
	float: left;
	margin: 80px 30px 0 10px;
}

#footer
{
	clear: both;
	margin: 0 0 0 0;
	height: 199px;
	text-align: left;
	background-image: url(../images/bottom_swoosh.jpg);
}

#footer p
{
	color: #ffffff;
	margin: 150px 30px 0 0;
	float: right;
	font-size: 140%;
}

em
{
	font-weight: bold;
}

h1
{
	color: #c00076;
}

h1.skin_sol
{
	color: #006aaf;
	margin-top: 35px;
}

p.skin_sol
{
	color: #006aaf;
}

p.skin_sol_last
{
	margin-right: 85px;
	color: #006aaf;
}

h2
{
	color: #c00076;
	border-bottom: solid 2px #c00076;
	clear: right;
}

h3
{
	clear:right;
	margin-top: 50px;
	border-bottom: solid 1px #7d4298;
}

.highlightText
{
	color: #c00076;
}

.altHighlightText
{
	color: #CC6600;
}


ul.main
{
	margin: 0 70px 0 0;
}

ul.main img
{
	margin: 0;
	padding-right: 5px;
}

ul.main li
{
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-image: url(../images/purple_dot.gif);
}

img#liFirst
{
	margin-left: -5px;
}

img.indexPage
{
	margin-left: 0px;
}

#leftNav td
{
	background-image: url(../images/button2.jpg);
	height: 42px;
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align: center;
}

#leftNav td.pdf_link
{
	background-image: none;
}

#leftNav td.spacer_cell
{
	background-image: none;
}


#leftNav a:link
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:link.pdf_link
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px 0 5px;
}


#leftNav a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#leftNav a:hover
{
	color: #c00076;
	text-decoration: none;
	font-weight: bold;
}

#leftNav a#current
{
	color: #006aaf;
	text-decoration: underline;
	font-weight: bold;
}

.noteText
{
	font-style: italic;
	font-size: small;
	clear:right;
}

.priceDetails
{
	float: right;
	text-align:right;
}

.priceDetails p
{
	color: #c00076;
	font-weight: bold;
}

.paraHighlight
{
	background-color: #e7e0f2;
	padding: 0 10px 0px 10px;
	clear: both;
}

#headerLogo h1
{
	float: left;
	margin: 20px 350px 0 0;
	color: #e7e0f2;
}

ul li a:link 
{
	color: #7d4298;
	text-decoration: none;
}

ul li a:visited 
{
	color: #7d4298;
	text-decoration: none;
}

ul li a:hover 
{
	color: #c00076;
	text-decoration: underline;
}

ul li a:active 
{
	color: #7d4298;
	text-decoration: none;
}

.contentRight
{
	float: left;
	margin-right: 20px;
}

ul.skin_sol
{
	margin-left: 200px;
}

.warning
{
	color: #FF0000;
	font-weight: bold;
}

ul.skin_sol li
{
	color: #006aaf;
}

h1.indexPage
{
	font-size: 120%;
	font-style: italic;
	margin-top: 40px;
}

img
{
	border: 0;
}

#contactFormTable td
{	
	height:2.5em;
}

td.tdLabel
{
	padding-right: 1em;
}

.submitBtn
{
	background-image: url(../images/submitForm.gif);
	width: 180px;
	height: 40px;	
}


select, option
{
	width:210px;
	overflow:hidden;
} 


