* {
	margin: 0;
}

html {
    font-size: 100%;
    background: #3d3d3d url( '/images/background.png' ) top left repeat;
	width: 100%;
	height: 100%;
}

body {
    font-size: 1em;
	font-family: helvetica, arial, verdana, sans-serif;
    background: #3d3d3d url( '/images/background.png' ) top left repeat;
    margin: 0px;
    padding: 0px;
    color: #333333;
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 1.1em;
    color: #9d95c8;
    margin-bottom: 10px;
    clear: left;
}

h1 span {
    font-weight: normal;
}

h2 {
	font-size: 1em;
    color: #9d95c8;
    margin-top: 20px;
    margin-bottom: 5px;
    clear: left;
}

h2 a {
    color: #ffffff;
}

a {
	/* color: #9d95c8; */
	color: #4C09A3;
	text-decoration: none;
}

a:hover {
	color: #9d95c8;
}


p, form, div.testimonial {
	font-size: 0.8em;
	margin-bottom: 5px;
}

form p {
	font-size: 1em;
	font-style: italic;
}

#header {
    background: transparent url( '/images/purple.png' ) top left repeat-x;
	height: 53px;
}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px;
}

#book-open, #book-closed {
	width: 731px;
	margin: 50px auto;
	height: 818px;
	padding: 30px 0px;
}

#book-open {
    background: transparent url( '/images/book-open.png' ) center center no-repeat;
}

#book-closed {
    background: transparent url( '/images/book-closed.png' ) center center no-repeat;
}

#book-menu {
    float: right;
	width: 62px;
    height: 773px;
    background-image:url( '/images/book-nav.png' );
    background-repeat: no-repeat;
    margin-top: 20px;
}

#book-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#book-menu li {
    text-indent: -9999px;
    margin: 0px;
    padding: 0px;
}

#book-menu li a {
    display: block;
}

#menu-home {
    margin-top: 15px;
    height: 86px;
    width: 39px;
}

#menu-bylocation {
    height: 118px;
    width: 54px;
}

.menu-bylocation {
    background-position: -63px 0px;
}

#menu-bysubject {
    height: 103px;
    width: 39px;
}

.menu-bysubject {
    background-position: -125px 0px;
}

#menu-search {
    height: 81px;
    width: 44px;
}

.menu-search {
    background-position: -187px 0px;
}

#menu-aboutmarie {
    height: 118px;
    width: 53px;
}

.menu-aboutmarie {
    background-position: -249px 0px;
}

#menu-beautyiswithin {
    height: 158px;
    width: 39px;
}

.menu-beautyiswithin {
    background-position: -311px 0px;
}

#menu-contactmarie {
    height: 87px;
    width: 44px;
}

.menu-contactmarie {
    background-position: -373px 0px;
}

.menu-other {
    background-position: -435px 0px;
}

#logo {
    margin-top: 75px;
    margin-left: 240px;
    height: 48px;
    width: 253px;
    text-indent: -9999px;
}

#book-closed #logo {
    background: transparent url( '/images/logo-white.png' ) center center no-repeat;
}

#book-open #logo {
    background: transparent url( '/images/logo-purple.png' ) center center no-repeat;
}

#front-page {
    margin: 380px 80px 0px;
    color: #ffffff;
}

#standard-page {
    margin: 30px 80px 0px;
}

#gallery-list {
    padding: 0px;
    list-style: none;
    font-size: 0.8em;
}

#gallery-list li {
    padding: 0px 10px 0px 20px;
    background: transparent url( '/images/bullet.png' ) center left no-repeat;
    display: block;
    width: 110px;
    float: left;
}

#gallery-list li a.current {
    color: #333333;
    font-weight: bold;
}

#buybook form {
    float: left;
}

#buybook input {
    float: none;
    margin: 0px 0px 0px 30px;
}

.gallery-break {
    clear: left;
    height: 40px;
}

div.thumbnail {
    height: 140px;
    width: 142px;
    float: left;
    text-align: center;
}

div.thumbnail div {
    height: 117px;
    line-height: 117px;
    width: 117px;
}

div.thumbnail img {
    border: 1px solid #cccccc;
}

div.thumbnail div.purchase {
	padding-bottom: 22px;
}

div.thumbnail img {
    vertical-align: middle;
}

div.thumbnail span {
    position: relative;
    top: -19px;
}

div.thumbnail a span {
    color: #404040;
}

div.thumbnail a:hover span {
    color: #999999;
}

#about-marie p, #about-marie h1, #about-marie h2 {
    margin-left: 165px;
}

#about-marie img {
    float: left;
    border: 1px solid #cccccc;
}

#marie-sig {
    display: block;
    clear: left;
    float: none;
    margin-left: 165px;
    margin-top: 40px;
}


.invite_column {
	float: left;
	width: 305px;
	margin-left: 20px;
	height: 185px;
	overflow: auto;
}

#terms {
	text-align: right;
	font-size: 0.7em;
	padding-right: 20px;
}

#push {
	height: 53px;
}

#footer {
    background: transparent url( '/images/purple2.png' ) top left repeat-x;
    height: 53px;
    color: #ffffff;
    font-size: 0.8em;
}

#footer a {
    color: #9d95c8;
}

#footer a:hover {
    color: #ffffff;
}

#footer .footer_right {
    padding-top: 20px;
    float: right;
    margin-right: 20px;
}

img {
    border: none;
}

table {
    /* width: 100%; */
}

th {
    text-align: left;
}

tr.baskettotal {
    font-weight: bold;
}

td input {
    width: 50px;
}

td div.thumbnail {
    height: 50px;
    width: 50px;
}

td div.thumbnail div {
    height: 50px;
    line-height: 50px;
    width: 50px;
}

td div.thumbnail img {
    width: 50px;
}

#submenu, #headermenu {
    list-style: none;
    color: #cccccc;
    font-size: 0.8em;
}

#headermenu {
    float: right;
    padding-top: 12px;
}

#submenu {
    position: relative;
    top: -30px;
    left: -20px;
}

#submenu li, #headermenu li {
    float: left;
    padding-right: 20px;
}

#submenu a, #headermenu a {
    color: #9d95c8; 
}

#submenu a:hover, #headermenu a:hover {
    color: #ffffff; 
}

/* Easy Slider */

#slider-container {
    width: 570px;
    position: relative;
}

#slider ul, #slider li, #slider2 ul, #slider2 li {
    margin:0;
    padding:0;
    list-style:none;
}

#slider2 {
    margin-top:1em;
}

#slider li, #slider2 li { 
    /* 
        define width and height of list item (slide)
        entire slider area will adjust according to the parameters provided here
    */ 
    width:570px;
    height:430px;
    overflow:hidden;
}

#nextBtn, #slider1next { 
    float: right;
    padding-right: 30px;
}														

#nextBtn, #prevBtn {
    font-size: 0.8em;
}

/*
#prevBtn, #nextBtn, #slider1next, #slider1prev { 
    display:block;
    width:47px;
    height:47px;
    position:absolute;
    left:6px;
    top:230px;
    text-indent: -9999px;
    z-index:1000;
}	

#nextBtn, #slider1next { 
    left:886px;
}														

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {  
    display:block;
    position:relative;
    width:47px;
    height:47px;
    background:url( '/images/arrow_left_slideshow.png' ) no-repeat 0 0;
    outline: none;
}	

#prevBtn a:hover {
    background: url( '/images/arrow_left_slideshow2.png' ) no-repeat 0 0;	
}

#nextBtn a:hover {
    background: url( '/images/arrow_right_slideshow2.png' ) no-repeat 0 0;	
}

#nextBtn a, #slider1next a { 
    background: url( '/images/arrow_right_slideshow.png' ) no-repeat 0 0;	
}	
*/


.clearleft {
    padding: 0px;
    margin: 0px;
    font-size: 1px;
    clear: left;
}

.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w170 {
    width: 170px;
}

.w200 {
    width: 200px;
}

div#bookinner {
    height: 470px;
    width: 570px;
    overflow: auto;
}

div#bookinner2 {
    height: 370px;
    width: 570px;
    overflow: auto;
}

#bookinner2 td, #bookinner2 th, #pdetails {
    font-size: 0.8em;
}
