/* TorridArt.com */
/* CSS for main User Interface */
/* Copyright Goneway Media, Inc */

/*************/
/* Main Body */
/*************/

* {
        margin: 0;
        padding: 0;
        }


body {
	  	font-size: 13px;
	 	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
        padding: 0 0 20px 0;
	 	}

.body-bg-red {
     	background-color: rgb(255,250,240);
		}

.body-bg-members {
        padding-top: 20px;
        background-color: rgb(130,30,30);
        background-image: url(../logo/bg_red.gif);
        background-position: top left;
        background-repeat: repeat-x;
        background-attachment: fixed;
		}


a {
	   	color: rgb(64,64,138);
		}

a:hover {
	 	color: rgb(138,64,64);
		}

a:visited {
        color: rgb(120,120,156);
        }

.ljt {
        width: 790px;
        height: 20px;
		margin: 0px auto;
		padding: 10px 0 0 0;
        background-color: rgb(255,250,240);
        }

.ljt ul {
        float: right;
        height: 20px;
		list-style: none;
		}

.ljt li {
		float: left;
		display: block;
		background-color: inherit;
		}

.ljt img {
        border: 0px;
        }

/*************************/
/* For IE6 Compatability */
*html .ljt {
	    margin-bottom: -4px;
		}
/*************************/

.page-container {
        clear: both;
		width: 802px;
		margin: 0px auto;
		padding: 0px;
        border: 1px solid rgb(180,180,180);
        background: rgb(245,247,229);
		}
		
.bg-orange {
		background: rgb(245,247,229) url(../logo/bg-orange.gif) repeat-y 0;
		}
	
.bg-orange-both {
		background: url(../logo/bg-orange-both.gif) repeat-y 0;
		}

.bg-orange-gallery {
		background: rgb(245,247,229) url(../logo/bg-orange-gallery1.gif) repeat-y 0;
		}

.bg-orange-fp {
		background: rgb(245,247,229) url(../logo/bg-orange-fp.gif) repeat-y 0;
		}


		
/* Standardize the Heading Tags Between Browsers */
/* Use IE6 Font Sizes */

h1, h2, h3, h4, h5 {
		font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
   		line-height: 1.3em;
		margin-bottom: 1em;
		margin-top: 0.8em;
		}
		
h1 {	font-size: 32px;
		}
h2 {	font-size: 24px;
		}
h3 {	font-size: 18px;
		}
h4 {	font-size: 16px;
		}
h5 {	font-size: 13px;
		}
.no-top-margin {
		}
	
/**********/		
/* Header */
/**********/

.header-container {
	    float: left;
		width: 800px;
		border-right: 1px solid rgb(245,247,229);
        border-top: 1px solid rgb(245,247,229);
        border-left: 1px solid rgb(245,247,229);
		}

.header-graphic {
        position: relative;
		width: 800px;
		height: 66px;
        background: rgb(245,247,229);
		}

.graphic-red-guest {
		background-image: url("../logo/header-red6.gif");
		}

.graphic-red-member {
		background-image: url("../logo/header-red6-member.gif");
		}

.tour-head {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        }



/*********************/
/* Global Navigation */
/*********************/
		
.nav-global {
        position: absolute;
		right: 0;
        top: 0;
        z-index: 2;
		}
		
.nav-global ul {
		margin: 5px 4px 0px 0px;
		list-style: none;
		}
		
.nav-global li {
		float: left;
		white-space: nowrap;
		}
		
.nav-global li.nav-li-first a {
		display: block;
		padding: 0px 5px 0px 5px;
		background-color: inherit;
		font-family: verdana, arial, helvetica, sans-serif;
		color: rgb(204,204,204);
		text-decoration: none;
		font-size: 11px;
		}

.nav-global li.nav-li-next a {
		display: block;
		padding: 0px 5px 0px 5px;
		background-color: inherit;
		font-family: verdana, arial, helvetica, sans-serif;
		border-left: 1px solid rgb(204,204,204);
		color: rgb(204,204,204);
		text-decoration: none;
		font-size: 11px;
		}
		
.nav-global li a:hover {
		background-color: inherit;
		color: rgb(255,120,120);
		text-decoration: underline;
		}
		
/***********************/
/* Header Announcements */
/***********************/

.dateline {
        clear: both;
        height: 15px;
        background: url("../logo/under_dateline.gif") repeat-x top;
        text-align: center;
        /* font-family: verdana; */
        font-size: 11px;
        font-weight: bold;
        color: rgb(102,102,102);
		}

.dateline span {
        padding-left: 20px;
        font-weight: normal;
        }


/************************/
/* Main Navigation Menu */
/************************/
	
#nav-main {
		clear: both;
		float: left;
		width: 800px;
        border-bottom: 1px solid rgb(180,180,180);
		}
		
#nav-main ul {
        float: left;
		list-style: none;
		}
		
#nav-main li {
		float: left;
		display: block;
        font-family: verdana;
        font-size: 12px;
		font-weight: normal;
        text-align: center;
		border-right: 1px solid rgb(153,153,153);
		padding: 0px;
		white-space: nowrap;
		background-color: inherit;
		}

#nav-main li.last {
		border-right: none;
		}

#nav-main li.eight a {
		display: block;
		color: rgb(250,240,230);
        width: 113px;
		padding: 2px 0px;
		text-decoration: none;
		}

#nav-main li.grayed {
		display: block;
		color: rgb(160,160,160);
        width: 135px;
		padding: 2px 0px;
		text-decoration: none;
		}

#nav-main li.last a {
        width: 116px;
		}

.hover-red li a:hover {
		background-color: rgb(171,25,25);
		color: white;
		text-decoration: none;
		}

/* Page Titles */

.page-title {
        padding: 10px 0 0 180px;
        }

.asacp-fp {
        text-align: justify;
        font-family: verdana;
        font-size: 11px;
        line-height: 110%;
        color: rgb(127,127,127);
        padding: 15px 100px 0px 100px;
        }

.asacp-fp p {
        padding: 0 0 10px 0;
        }

.asacp-labels {
        float: right;
        padding: 30px 0 30px 40px;
        }


.asacp-join {
        clear: both;
        text-align: center;
        font-size: 12px;
        color: rgb(102,102,102);
        padding: 10px 0 0 0;
        }

/*****************/
/* Three Columns */
/*****************/

.content-container-left {
		clear: both;
		float: left;
		}

.content-container-center {
		float: left;
		padding: 0px 20px 10px 25px;
		}

.content-container-right {
		float: right;
		}

.content-container-left img, .content-container-center img, .content-container-right img {
        border: 0px;
        }


/* On Front Page */

.right-column img, .left-column img {
        border: 0px;
        }


/* On Blog_summary */

.blog-summary-container {
    float: right;
    width: 648px;
    }

.blog-summary-container h3 {
    padding: 20px 0 0 30px;
    margin: 0;
    }

.blog-summary-container p {
    padding: 0 0 20px 30px;
    }

.container-left {
        float: left;
        width: 273px;
        padding: 10px 20px 20px 30px;
        }

.container-right {
        float: right;
        width: 273px;
        padding: 10px 30px 20px 20px;
        }

.container-right img, .container-left img {
        border: 0;
        }



/*************************************/
/* All material unique to Front Page */
/*************************************/

.top-row-left {
        width: 160px;
        float: left;
        }

.top-row-center {
        float: left;
        width: 475px;
        padding: 0 0 0 5px;
        }

.top-row-right {
        width: 150px;
        float: right;
        padding: 0 0px 0 0px;
        }

.quote-box {
        width: 130px;
        padding: 5px 10px 40px 9px;
        }

.quote-box p {
        font-size: 11px;
        font-family: verdana;
        padding: 5px 0;
        }

.quote-box p.credit {
        text-align: right;
        padding: 0px 0 0 0;
        }

.bottom-row {
        background: url("../logo/button_bg7.gif") no-repeat;
        height: 47px;
        padding: 33px 0px 10px 0px;
        text-align: center;
        }

.bottom-row span {
        padding: 0 15px;
        }

.header-looking {
        height: 25px;
        width: 155px;
        background: url("../logo/header_looking_155.gif") no-repeat;
        border-right: 1px solid rgb(195,195,215);
        }


.header-visitor-intro {
        height: 35px;
        width: 156px;
        background: url("../logo/header_w_155.gif") no-repeat;
        }

.visitor-intro {
        width: 155px;
        font-family: verdana;
        font-size: 10px;
        line-height: 125%;
        padding: 5px 0px 50px 0px;
        background: rgb(240,240,219) url("../logo/under_text.gif") repeat-x bottom;
        border-right: 1px solid rgb(195,195,215);
        }

.visitor-intro p {
        font-size: 10px;
        color: rgb(80,80,80);
        font-family: verdana;
        line-height: 120%;
        padding: 4px 15px 6px 10px;
        text-align: left;
        }

.visitor-intro ul {
        list-style: circle;
		padding: 3px 0 5px 25px;
        }


.visitor-intro li {
        font-weight: bold;
        font-size: 10px;
        color: rgb(80,80,80);
        line-height: 130%;
        }

form.looking {
        padding: 10px 0 30px 10px;
        }

.looking-select {
        width: 130px;
        font-size: 10px;
        }

form.newsletter {
        padding: 0px 0 0px 10px;
        }

label.newsletter-txt {
        font-size: 11px;
        font-family: verdana, ariel, sans-serif;
        }

input.newsletter-txt {
        width: 130px;
        height: 15px;
        font-size: 11px;
        background: url(../logo/input_bg_notify.gif) no-repeat;
        border: 1px solid rgb(195,195,215);
        font: verdana;
        }

.newsletter-submit {
        padding: 5px 0 0px 0;
        }

.newsletter-button {
        font: 11px verdana;
        width: 130px;
        background-color: rgb(250,245,240);
        border: 1px solid rgb(195,195,215);
        padding: 2px 0px;
        cursor: pointer;
        }

.privacy-news {
        padding: 0px 0 0 40px;
        }

.privacy-news a {
        font-size: 10px;
        font-family: verdana;
        text-decoration: none;
        }

.privacy-news a:hover {
        text-decoration: underline;
        }

/**************************************/
/* Material unique to Galleries page  */
/**************************************/

.update-top {
        padding: 0 0 0 0px;
        }


.update-column-left {
		clear: both;
		float: left;
        width: 125px;
		}

.update-column-center {
		float: left;
		padding: 10px 5px 10px 15px;
        width: 450px;
		}

.update-column-right {
		float: right;
        width: 200px;
        padding: 0px 0 0 0;
		}

.update-column-left img, .update-column-center img, .update-column-right img {
        border: 0px;
        }


/******************/
/* Update display */
/******************/

.update-main-img-container {
        float: left;
        padding: 0 0px 20px 0px;
        }

.update-main-img {
		width: 355px;
		height: 338px;
		background: url("../logo/featured_update_shadow_345.gif") no-repeat;
		}

.update-main-img-header {
        height: 25px;
        width: 347px;
        background: url(../logo/header_todays_345.gif);
        }

.update-main-img img {
		float: left;
        border: 1px solid #666666;
		}

.update-next-next {
        float: left;
        padding: 0px 10px 0 20px;
        }

.update-title-container {
        float: left;
        height: 338px;
        width: 320px;
        }


.update-title {
        height: 100px;
        }


.update-month {
		clear: both;
		font-size: 16px;
		text-align: center;
		letter-spacing: 10px;
        font-weight: bold;
		padding: 20px 0 25px 0;
		line-height: 100%;
		}

.update-link {
        float: left;
		width: 102px;
        height: 225px;
		text-align: center;
        padding: 0 5px 0 5px;
		}

.update-link img {
		border: 1px solid #666666;
		}

.update-link p.no-photos {
		line-height: 110%;
		font-size: 12px;
		}

.update-link p.no-photos span {
		font-size: 12px;
        font-weight: bold;
		font-variant: small-caps;
        letter-spacing: 1px;
        }

.update-link p.no-photos a {
		text-decoration: none;
		}

.update-link p.no-photos a:hover {
		text-decoration: none;
		}

.update-calendar {
        text-align: center;
        }

.update-calendar p {
        font-size: 22px;
        font-weight: bold;
        padding: 30px 0 5px 0;
		color: rgb(180,80,80);
        }

.update-calendar a {
        text-decoration: none;
        padding: 0 0 0 0;
        }

.update-calendar a:hover {
        text-decoration: underline;
        }

.update-stats {
        padding: 10px 0 0 0;
        color: rgb(51,51,51);
        font-size: 11px;
        text-align: center;
        line-height: 14px;
        }

.update-stats p.title {
        text-decoration: underline;
        font-weight: normal;
        font-size: 12px;
        padding: 0 0 5px 0;
        }

.update-stats p {
        padding: 2px 0;
        }

.gallery-display p.todays-label {
		font-size: 13px;
        font-weight: bold;
		font-variant: small-caps;
        letter-spacing: 1px;
        padding: 0 0 3px 10px;
        }


/*-------------------------------------*/
/*  Display of blogs on Galleries page */


.new-posts {
        border-top: 1px solid rgb(195,195,215);
        border-bottom: 1px solid rgb(195,195,215);
        border-left: 1px solid rgb(195,195,215);
        background: rgb(240,240,219);
        width: 199px;
        background: rgb(240,240,219) url("../logo/under_text.gif") repeat-x bottom;
        }

.new-posts-header {
        clear: both;
        width: 200px;
        height: 25px;
        background: url("../logo/header_new_posts_200.gif");
        }


.more-recent {
        text-align: right;
        font-size: 13px;
        font-weight: bold;
        padding: 5px 0 5px 0;
        }


.blog-summary-fp {
        padding: 10px 9px 20px 12px;
        }

.blog-box-heading-fp {
        padding: 0 0 3px 0;
        border-bottom: 1px solid rgb(195,195,215);
        }

.blog-box-heading-fp a {
        font-size: 13px;
        font-weight: bold;
        color: rgb(51,51,51);
        padding: 0 0 5px 0;
        text-decoration: none;
        }

.blog-box-heading-fp a:hover {
        text-decoration: underline;
        color: rgb(60,60,120);
        }

.blog-summary-fp p.full-rapper {
        padding: 3px 0 3px 0;
        font-size: 11px;
        text-align: left;
        color: rgb(102,102,102);
        font-weight: bold;
        font-family: verdana;
        }

.blog-summary-fp p {
        font-size: 11px;
        font-family: verdana;
        color: rgb(51,51,51);
        line-height: 115%;
        text-align: justify;
        padding: 0 0 5px 0;
        }

.blog-summary-fp p.full-blog a {
        text-decoration: none;
        font-size: 11px;
        line-height: 130%;
        color: rgb(100,100,180);
        font-weight: bold;
        font-family: verdana;
        }

.blog-summary-fp p.full-blog a:hover {
        text-decoration: underline;
        }



/*-----------------------------------*/
/*  Display of blogs on blog_summary */
/*-----------------------------------*/

.blog-theme {
        padding: 0 0 5px 0;
        font-size: 16px;
        font-weight: bold;
        color: rgb(71,71,71);
        }

.blog-theme span {
        font-size: 14px;
        color: rgb(102,102,102);
        }

.blog-summary {
        padding: 10px 7px 10px 10px;
        }

.blog-box-heading {
        padding: 0 0 8px 0;
        font-size: 13px;
        line-height: 115%;
        color: rgb(102,102,102);
        border-bottom: 1px solid rgb(195,195,215);
        }

.blog-theme a {
        font-size: 16px;
        font-weight: bold;
        color: rgb(51,51,51);
        padding: 0 0 0px 0;
        text-decoration: none;
        }

.blog-theme a:hover {
        text-decoration: underline;
        color: rgb(60,60,120);
        }

.blog-title {
        padding: 4px 0 0px 0;
        line-height: 115%;
        font-family: verdana;
        }

.blog-title a {
        font-size: 12px;
        font-weight: bold;
        color: rgb(100,100,180);
        text-decoration: none;
        }

.blog-title a:hover {
        text-decoration: underline;
        color: rgb(60,60,120);
        }

.blog-title span.author {
        font-size: 11px;
        font-weight: bold;
        color: rgb(102,102,102);
        }

.blog-title span.posted {
        font-size: 10px;
        font-weight: normal;
        color: rgb(102,102,102);
        }

.blog-summary p {
        font-size: 11px;
        font-family: verdana;
        color: rgb(51,51,51);
        line-height: 115%;
        text-align: justify;
        padding: 0 0 5px 0;
        }

.blog-summary p.full-blog a {
        text-decoration: none;
        font-size: 11px;
        line-height: 130%;
        color: rgb(100,100,180);
        font-weight: bold;
        font-family: verdana;
        }

.blog-summary p.full-blog a:hover {
        text-decoration: underline;
        }

.next-gallery-container {
        float: right;
        width: 140px;
        padding: 0 10px 0 0;
        height: 220px;
        background: url("../logo/next_gallery_2.gif") no-repeat;
        }

.next-gallery-container img {
        border: 0;
        }

.next-gallery-container-left {
        float: left;
        width: 140px;
        height: 238px;
        background: url("../logo/next_gallery.gif") no-repeat;
        }

.next-gallery-container-left img {
        border: 0;
        }

.next-gallery {
		width: 135px;
		padding: 0px;
		text-align: center;
		}

.next-gallery p.gallery-name {
		margin: -4px 0px 0px 0px;
		color: rgb(229,229,229);
        height: 18px;
		font-weight: bold;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		}

.coming-header {
        height: 25px;
        width: 135px;
        background: url("../logo/header_coming.gif") no-repeat;
        }

.next-gallery-header {
        height: 25px;
        width: 135px;
        background: url("../logo/header_next_gallery.gif") no-repeat;
        }

.featured-gallery-header {
        height: 25px;
        width: 135px;
        background: url("../logo/featured_header.gif") no-repeat;
        }

.featured-model-header {
        height: 25px;
        width: 135px;
        background: url("../logo/header_featured_model.gif") no-repeat;
        }

.latest-header {
        height: 25px;
        width: 135px;
        background: url("../logo/header_latest.gif") no-repeat;
        }

.latest-update-header {
        height: 25px;
        width: 135px;
        background: url("../logo/header_latest_update.gif") no-repeat;
        }

.next-gallery img {
        border: 1px solid #666666;
		}

/* End of Front Page */



/***********************/
/* Three Column Widths */
/***********************/

/* Front Page */
.width-fp-lr {
		width: 150px;
		}

.width-fp-center {
		width: 450px;
		}

/* Text Pages */
.width-text-left {
		width: 150px;
		}
.width-text-center {
		width: 390px;
		}
.width-text-right {
		width: 200px;
		}

/******************************************************/
/* Three column widths in model index and model pages */
/******************************************************/

.width-galleries-left {
		width: 125px;
		}

.width-galleries-center {
		width: 500px;
		}

.width-galleries-right {
		width: 125px;
		}


/**********************/
/* Bottom Bar and Nav */
/**********************/

.icons {
        clear: both;
        width: 800px;
        height: 75px;
        background: url('../logo/icons_1.gif') bottom no-repeat;
        }

.icon-labels {
        text-align: center;
        padding: 10px 0;
        /* border-top: 1px solid rgb(204,204,204);
        margin: 0 120px;                           */
        }

.bottom-fade {
        clear: both;
        height: 15px;
        border-left: 1px solid rgb(245,247,229);
        border-right: 1px solid rgb(245,247,229);
        background: url('../logo/over_footer.gif') repeat-x bottom;
        }

.bottom-menubar {
		clear: both;
        position: relative;
		width: 716px;
		height: 24px;
		padding: 0px 40px 0px 44px;
		border-left: 1px solid rgb(245,247,229);
        border-bottom: 1px solid rgb(245,247,229);
        border-right: 1px solid rgb(245,247,229);
		text-align: right;
		}

.bottom-menubar p.top-of-page {
		margin: 1px 0px 0px 0px;
		float: left;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        line-height: 1.8em;
		}
		
.bottom-menubar p.top-of-page a {
		color: rgb(204,204,204);
		font-family: verdana, arial, helvetica, sans-serif;
		text-decoration: none;
		font-size: 11px;
		line-height: 1.8em;
		}
		
.bottom-menubar p.top-of-page a:hover {
		color: rgb(255,120,120);
		text-decoration: underline;
		}


/******************/
/* Content Boxes */
/******************/


.zip-text {
        text-align: center;
        font-weight: normal;
        font-size: 12px;
        line-height: 12px;
        padding: 4px;
        }


/************/
/* Help Box */
/************/

.sidebar-help {
        width: 116px;
		padding: 10px 4px 4px 4px;
        margin: 0px 0px 10px 0px;
		border-top: 1px solid rgb(195,195,215);
		border-left: 1px solid rgb(195,195,215);
		border-bottom: 1px solid rgb(195,195,215);
        background: rgb(240,240,219) url(../logo/help_qm.gif) no-repeat 50% 20%;
        }

.sidebar-help p {
        padding: 0px 2px 10px 2px;
		color: rgb(60,60,60);
		font-size: 12px;
		line-height: 110%;
        text-align: justify;
        }

.first-help-modifier {
        font-family: georgia, "trebuchet ms", sans-serif;
		font-size: 24px;
		font-weight: bold;
		float: left;
        line-height: 26px;
		padding: 0 5px 0 0;
		color: rgb(180,80,80);
		}


.more-torrid-help {
		font-weight: bold;
		font-size: 12px;
		line-height: 110%;
		color: white;
		background-color: rgb(180,180,160);
		text-align: center;
		}

.more-torrid-help ul {
		list-style: none;
        color: white;
		font-weight: bold;
		}

.more-torrid-help li {
		display: block;
		background-color: inherit;
        color: rgb(255,255,255);
		}

.more-torrid-help li a {
		color: rgb(255,255,255);
		display: block;
		padding: 5px;
		text-decoration: none;
		font-size: 12px;
		}

.more-torrid-help li a:hover {
		background-color: rgb(160,160,130);
		color: rgb(255,255,255);
		text-decoration: none;
		}

/*************************/
/* For IE6 Compatability */
*html .more-torrid-help li a {
	    height: 1.5em;
        color: rgb(255,255,255);
		}
/*************************/


/****************/
/* Support Page */
/****************/

.support-text {
		padding: 10px 20px 20px 20px;
        width: 458px;
        font-size: 13px;
        text-align: justify;
        line-height: 125%;
        border-right: 1px solid rgb(195,195,215);
        border-left: 1px solid rgb(195,195,215);
        border-bottom: 1px solid rgb(195,195,215);
		background: rgb(240,240,219) url("../logo/under_text.gif") repeat-x bottom;
        }

.support-text ol {
        padding: 5px 0 0 20px;
        }


.header-support {
        width: 500px;
        height: 30px;
        background: url(../logo/header_support.gif) no-repeat;
        }

.header-tips {
        width: 500px;
        height: 30px;
        background: url(../logo/header_tips.gif) no-repeat;
        }

.support-heading {
        margin-top: 20px;
        margin-bottom: 6px;
        }

.support-body {
        margin-top: 40px;
        }

.support-body p {
        }

p.faq-top-of-page {
        font-family: verdana;
        }

p.faq-top-of-page a {
        font-size: 10px;
        text-decoration: none;
        }

p.faq-top-of-page a:hover {
        text-decoration: underline;
        }

.highlight {
        background-color: rgb(240,240,219);
        padding: 15px;
        font-weight: bold;
        margin: 5px 15px 10px 15px;
        }

/*******************/
/*  Feedback Page  */
/*******************/

.feedback-text {
		padding: 10px 20px 20px 20px;
        width: 458px;
        font-size: 13px;
        text-align: justify;
        line-height: 125%;
        border-right: 1px solid rgb(195,195,215);
        border-left: 1px solid rgb(195,195,215);
        border-bottom: 1px solid rgb(195,195,215);
		background: rgb(240,240,219) url("../logo/header_under_tour.gif") repeat-x bottom;
        }

.feedback-text p {
        padding: 0 0 10px 0px;
        }

.header-feedback {
        width: 550px;
        height: 30px;
        background: url(../logo/header_feedback.gif) no-repeat;
        }

form.feedback {
        padding: 15px 0px 0px 0px;
        margin: 15px 0px 0px 0px;

        }

label.txt {
        clear: both;
        float: left;
        width: 140px;
        text-align: right;
        margin: 6px;
        font-family: verdana, ariel, sans-serif;
        }

input.txt {
        background: url(../logo/input_bg_feedback.gif) no-repeat;
        border: 1px solid rgb(150,150,255);
        margin: 4px 5px;
        font: verdana;
        }

.feedback textarea {
        background: url(../logo/input_bg_feedback.gif) no-repeat top left;
        border: 1px solid rgb(150,150,255);
        margin-left: 55px;
        }


.feedback-button {
        font: 11px verdana;
        background-color: rgb(250,240,230);
        border: 1px solid rgb(150,150,255);
        margin: 30px 0px 0px 0px;
        cursor: pointer;
        }

.feedback select {
        background: rgb(250,240,230);
        margin: 4px 5px;
        font-family: verdana;
        }

div.grad {
        height: 430px;
        width: 500px auto;
        border: 1px solid rgb(195,195,215);
        background: url(../logo/feedback_form_grad.gif) repeat-x bottom;

        }

.feedback-form-title {
        height: 25px;
        width: 500px;
        background: url(../logo/header_feedback_form.gif) no-repeat;
        }

.casting-form-title {
        height: 25px;
        width: 500px;
        background: url(../logo/header_casting_form.gif) no-repeat;
        }

.sidebar-orig-content-125 {
        width: 123px;
        height: 300px;
		padding: 0 0 0 1px;
        margin: 0px 0px 10px 0px;
		background: rgb(240,240,219) url("../tour/logo/header_under_tour.gif") repeat-x bottom;
        }


/*******************/
/*  Casting Page   */
/*******************/

.header-casting {
        width: 500px;
        height: 30px;
        background: url(../logo/header_casting.gif) no-repeat;
        }

.header-orig-content-125 {
        width: 125px;
        height: 25px;
        background: url(../logo/header_orig_content_125.gif) no-repeat;
}


/**************/
/* About page */
/**************/

.logos-about {
        margin-top: 30px;
        text-align: center;
        }


/***************/
/*  Join Page  */
/***************/

.header-join {
        width: 450px;
        height: 30px;
        background: url(../logo/header_join.gif) no-repeat;
        }

.join-text {
		padding: 20px;
        width: 408px;
        /* height: 260px; */
        font-size: 13px;
        text-align: justify;
        line-height: 125%;
        border-right: 1px solid rgb(195,195,215);
        border-left: 1px solid rgb(195,195,215);
        border-bottom: 1px solid rgb(195,195,215);
		background: rgb(240,240,219) url("../logo/header_under_tour.gif") repeat-x bottom;
        }

.join-text p {
        padding: 0 0 25px 0;
        }

.header-secure {
        width: 150px;
        height: 25px;
        background: url(../logo/header_secure.gif);
        }


.sidebar-secure {
        width: 140px;
		padding: 4px;
        margin: 0px 0px 10px 0px;
        }

p.secure-reg {
        color: black;
        font-size: 12px;
        letter-spacing: 0px;
        text-align: left;
        padding: 2px 4px;
        line-height: 110%;
        }

p.secure-bold {
        color: rgb(80,80,80);
        text-align: justify;
        font-size: 12px;
        font-weight: bold;
        line-height: 120%;
        padding: 0px 8px 20px 6px;
        }

.join-buttons {
        background: url("../logo/join_bg.jpg") no-repeat;
        height: 400px;
        width: 450px;
        }

.join-buttonbox {
        clear: both;
        float: right;
        width: 170px;
        padding: 10px 0 40px 0;
        }

.join-button {
        font: 13px verdana;
        width: 170px;
        height: 30px;
        color: black;
        background-color: rgb(195,195,215);
        cursor: pointer;
        }

.join-links {
        clear: both;
        text-align: center;
        }

.join-links a {
        text-decoration: none;
        }

.join-links a:hover {
        text-decoration: underline;
        }


/* Lists in content boxes */
ul.list-a {
		list-style-type: disc;
		padding: 0px 0px 0px 17px;
		}

ul.list-c {
		list-style-type: disc;
        font-size: 12px;
        line-height: 130%;
		padding: 0px 0px 0px 17px;
        }

.sidebar-contentbox li {
		color: black;
		padding: 0px;
		}


/* Lists in TOUR content boxes */
ul.list-b {
		list-style-type: disc;
        font-size: 11px;
        line-height: 130%;
		padding: 0px 0px 0px 20px;
		}

.sidebar-tour-contentbox li {
		color: #333333;
		}


/* Text in center columns */

.intro-info-text {
		margin: 0px 0px 30px 0px;
		}

.intro-info-text p {
	    font-size: 13px;
        text-align: justify;
		padding: 0px 0px 11px 0px;
		}

.intro-info-text ul {
        padding: 5px 0 10px 25px;
        }

.tour-text {
		padding: 10px 10px;
        width: 428px;
        border-right: 1px solid rgb(195,195,215);
        border-left: 1px solid rgb(195,195,215);
		background-color: rgb(240,240,219);

		}

.tour-text p {
	    font-size: 13px;
        line-height: 15px;
        text-align: justify;
		padding: 0px 0px 10px 0px;
		}

.tour-text h4 {
        padding: 0px 0px 5px 0;
        margin: 0;
        }

/* nav at bottom of tour text box */

.join-next-page {
        background: url("../tour/logo/header_under_tour.gif") repeat-x;
        font-family: "book antigua", serif;
        height: 35px;
        margin: 0 0 15px 0;
        border-right: 1px solid rgb(195,195,215);
        border-left: 1px solid rgb(195,195,215);
        border-bottom: 1px solid rgb(195,195,215);
        }


.join-next-page ul {
        list-style: none;
        padding: 0 20px 0 60px;
        }

.join-next-page ul li {
        display: inline;
        }

.join-next-page ul li.join a {
        float: left;
        font-size: 24px;
        background: url("../tour/logo/icon_join_page.gif") no-repeat 0px 3px;
        padding: 0 0 0 22px;
        margin: 0 38px 0 0;
        width: 50px;
        }

.join-next-page ul li.next a {
        float: right;
        font-size: 16px;
        background: url("../tour/logo/icon_next_arrow.gif") no-repeat top right;
        padding: 3px 30px 0 0;
        color: black;
        }

.join-next-page ul li.back a {
        float: left;
        font-size: 16px;
        background: url("../tour/logo/icon_back_arrow.gif") no-repeat top left;
        padding: 3px 0 0 30px;
        color: black;
        }

.join-next-page a {
        text-decoration: none;
        display: block;
        height: 30px;
        }

.join-next-page a:hover {
        text-decoration: underline;
        color: rgb(180,0,0);
        }

.join-next-page ul li.back a:hover {
        color: rgb(180,0,0);
        }

.join-next-page ul li.next a:hover {
        color: rgb(180,0,0);
        }


/* nav at bottom of right column, tour  */

.join-next-right {
        font-family: "book antigua", serif;
        padding: 0 0 0 10px;
       }


.join-next-right ul {
        list-style: none;
        padding: 15px 0 0 0;
        }

.join-next-right ul li {
        }

.join-next-right ul li.join a {
        font-size: 24px;
        line-height: 24px;
        background: url("../tour/logo/icon_join_page.gif") no-repeat 3px 1px;
        padding: 0 0 0 30px;
        margin: 0 0 10px 0;
        }

.join-next-right ul li.next a {
        font-size: 16px;
        line-height: 15px;
        background: url("../tour/logo/icon_next_arrow.gif") no-repeat 0px 3px;
        padding: 0 0 0 30px;
        color: black;
        }

.join-next-right ul li.back a {
        font-size: 16px;
        line-height: 26px;
        background: url("../tour/logo/icon_back_arrow.gif") no-repeat top left;
        padding: 0px 0 0 30px;
        color: black;
        }

.join-next-right a {
        text-decoration: none;
        display: block;
        height: 30px;
        }

.join-next-right a:hover {
        text-decoration: underline;
        color: rgb(180,0,0);
        }

.join-next-right ul li.back a:hover {
        color: rgb(180,0,0);
        }

.join-next-right ul li.next a:hover {
        color: rgb(180,0,0);
        }

/* Legal notices */
.legal-header {
		padding: 5px 0px 5px 10px;
		margin: 0px 0px 15px 0px;
		background-color: rgb(252,243,162);
		font-family: verdana, ariel;
		font-size: 13px;
		}
		
.legal-text {
		margin: 0px 0px 30px 0px;
		}

.legal-text p {
		font-family: verdana, ariel, sans-serif;
		font-size: 10px;
		text-align: justify;
		line-height: 1.30em;
		padding: 0px 0px 10px 0px;
		}
		
/************************/
/* Images on Front Page */
/************************/

.img-leadin {
		padding: 0px 0px 10px 0px;
		}
		
.main-img-container {
		width: 480px;
		height: 664px;
		background: url("../logo/todays_shadow.gif") no-repeat;
		}

.main-img-latest {
        height: 25px;
        width: 472px;
        background: url(../logo/header_latest_470.gif);
        }

.main-img-featured {
        height: 25px;
        width: 472px;
        background: url(../logo/header_featured_470.gif);
        }

.main-img-container img {
		float: left;
        border: 1px solid #666666;
		}

.spacer-50 {
		padding: 25px;
		}

.spacer-horiz-40 {
        padding: 0 20px;
        }

.header-new-galleries {
        height: 25px;
        width: 562px;
        background: url("../logo/header_recent_560_fade.gif") no-repeat;
        }


.new-galleries {
        clear: both;
		padding: 0;
        text-align: center;
       /* border: 1px solid rgb(195,195,215);
		background-color: rgb(240,240,219); */
		}

.meet-models {
        width: 448px;
		padding: 5px 0 3px 0;
        text-align: center;
        border: 1px solid rgb(195,195,215);
		background-color: rgb(240,240,219);
		}

.new-gallery-link {
        float: left;
		padding: 0 1px;
		text-align: center;
		}

.new-gallery-link a {
        text-decoration: none;
        }

.new-gallery-link img {
		border: 1px solid #666666;
		}
		
.new-gallery-link p.gallery-name {
        font-size: 12px;
		font-weight: normal;
        line-height: 1.1em;
		}


/*****************************************************************************/
/*  Text, New Gallery, Comming Attractions and New Model boxes on Front Page */
/*****************************************************************************/

.header-tour-models {
        clear: both;
        height: 25px;
        width: 450px;
        background: url("../tour/logo/header_tour_models.gif") no-repeat;
        }

.header-tour-text {
        clear: both;
        height: 25px;
        width: 450px;
        background: url("../tour/logo/header_tour_text.gif") no-repeat;
        }

.tour-samples-header {
        height: 50px;
        width: 150px;
        background: url("../tour/logo/header_tour_free_samples.gif") no-repeat;
        }

.tour-toc-header  {
        height: 25px;
        width: 150px;
        background: url("../tour/logo/header_tour_toc.gif") no-repeat;
        }

.header-tour-mo  {
        height: 25px;
        width: 150px;
        background: url("../tour/logo/header_tour_memb_options.gif") no-repeat;
        }


/************************************/
/*             TOUR                 */
/************************************/


/*   Tour navigation   */

#tour-nav {
        margin: 0 0 20px 0;
        border: 1px solid rgb(195,195,215);
        background: rgb(240,240,219) url("../tour/logo/header_under_tour.gif") bottom repeat-x;
        width: 148px;
        }


#tour-nav ul {
    	list-style: none;
    	width: 148px;
    	font-size: 1.0em;
        font-weight: bold;
        }

#tour-nav li {
        }

#tour-nav li.selected {
        background-color: rgb(220,220,190);
    	color: rgb(0,0,0);
        }


#tour-nav li a, #tour-nav li a:visited {
    	height: 22px;
    	text-decoration: none;
    	color: rgb(30,30,30);
    	display: block;
    	padding: 2px 0px 0px 6px;
        }

#tour-nav li a:hover {
    	background-color: rgb(210,210,180);
    	color: rgb(0,0,0);
        }

/* Tour - member options  */

#tour-mo {
        margin: 0 0 20px 0;
        padding: 10px 10px;
        border: 1px solid rgb(195,195,215);
        background: rgb(240,240,219) url("../tour/logo/header_under_tour.gif") bottom repeat-x;
        width: 128px;
        }

#tour-mo p.mo-heading {
        font-size: 11px;
        text-align: center;
        }

#tour-mo p {
        padding: 4px 0;
        font-size: 11px;
        text-align: justify;
        }

#tour-mo span {
        font-size: 11px;
        font-weight: bold;
        }

/*  Tour - images  */

.tour-img-container300 {
		width: 210px;
		height: 312px;
		background-image: url("../logo/tour_shadow_300.gif");
		background-repeat: no-repeat;
		}

.tour-img-container300 img {
        border: 1px solid #666666;
        }


.tour-img-container250 {
		width: 177px;
		height: 262px;
		background-image: url("../logo/tour_shadow_250.gif");
		background-repeat: no-repeat;
		}

.tour-img-container250 img {
        border: 1px solid #666666;
        }


.tour-img-container200 {
		width: 143px;
		height: 212px;
		background-image: url("../logo/tour_shadow_200.gif");
		background-repeat: no-repeat;
		}

.tour-img-container200 img {
        border: 1px solid #666666;
        }


.sidebar-tour-contentbox {
        width: 140px;
		padding: 4px;
        margin: 0px 0px 10px 0px;
        }

.bg-tour-orange {
        border-top: 1px solid rgb(195,195,215);
        border-right: 1px solid rgb(195,195,215);
        border-bottom: 1px solid rgb(195,195,215);
		background-color: rgb(240,240,219);
        }

.sidebar-tour-contentbox-title {
		margin: 0px 0px 4px 0px;
		padding: 2px 0px;
        font-family: trebuchet ms;
        font-style: italic;
		font-weight: bold;
		text-align: center;
		font-size: 13px;
		}

.sidebar-tour-contentbox-nop {
        width: 148px;
        margin: 0px 0px 10px 0px;
        }

.bg-title-tour {
        background-color: rosybrown;
        color: linen;
        margin-bottom: 10px;
        }

.tour-left {
        float: left;
        padding: 5px 10px 0px 0px;
        }

.tour-right {
        float: right;
        padding: 5px 0px 10px 15px;
        }

.sample-display {
		clear: both;
		}

.four-samples {
        clear: both;
        float: left;
        }

.two-samples-left {
        clear: both;
        float: left;
        width: 215px;
        }

.two-samples-right {
        float: right;
        width: 215px;
        }

p.side-reg {
        color: #666666;
        font-size: 12px;
        letter-spacing: 0px;
        text-align: left;
        padding: 2px 4px;
        line-height: 110%;
        }

p.side-bold {
        color: #666666;
        font-size: 12px;
        font-weight: bold;
        line-height: 115%;
        text-align: justify;
        padding: 2px 4px;
        }

p.side-bold a {
        color: rgb(0,0,128);
        text-decoration: underline;
        }

p.side-bold a:hover {
        color: red;
        text-decoration: underline;
        }

/************************/
/* Tour sample images   */
/* in the right sidebar */
/************************/

.tour-samples {
		padding: 10px 0;
        width: 149px;
        background: rgb(225,225,205) url("../tour/logo/header_under_tour_samples.gif") bottom repeat-x;
        text-align: center;
        border-top: 1px solid rgb(195,195,215);
        border-bottom: 1px solid rgb(195,195,215);
        border-left: 1px solid rgb(195,195,215);
		}

.tour-samples p {
        clear: both;
        display: inline-block;      /* added to force IE6 to display the text! */
		padding: 20px 4px 2px 4px;
        font-family: verdana, sans-serif;
		font-weight: bold;
		font-size: 11px;
        color: rgb(0,0,0);
        }

.sample-link {
		text-align: center;
        height: 155px;
        font-family: verdana, arial, sans-serif;
        line-height: 120%;
        font-size: 9px;
		}

.sample-link a {
        text-decoration: none;
        }

.sample-link a:hover {
        text-decoration: underline;
        }

.sample-link img {
        border: 1px solid #666666;
        margin: 0px 0px -2px 0px;
        }

.sample-link-left {
        width: 68px;
		clear: both;
		float: left;
		padding: 0 0 0 4px;
		}

.sample-link-middle {
        width: 101px;
        height: 130px;
		clear: both;
		float: left;
		padding: 0 0 0 24px;
		}

.sample-link-right {
        width: 68px;
		float: right;
		padding: 0 4px 0 0;
		}


p.sample-id {
        text-align: center;
        background-color: rgb(253,226,185);
        margin: 5px 0px 10px 0px;
        padding: 1px;
        }

.tour-covers {
        width: 450px;
        }

.tour-covers p {
        background: rgb(253,180,180);
        }

.new-gallery {
        float: left;
        padding: 6px 8px;
        }

.new-gallery img {
        border: 1px solid #666666;
        }


.tour-gallery {
        float: left;
        padding: 3px 5px;
        }

.tour-gallery img {
        border: 1px solid #666666;
        }


.gallery-date {
        font-size: 10px;
        line-height: 4px;
        padding: 0 0 2px 0;
        }

/*************************************************/
/*  Red used in model directory, bottom nav bar  */
/*************************************************/

.bg-title-red1 {
		background-color: rgb(119,25,25);
		}

.bg-red1 {
		background-color: rgb(119,25,25);
		}


