/* ===============================
   COLOUR SCHEMES AND MACHINATIONS
   ===============================

BKG Blue: #34599e
White: #fff
Gold: #fc3
Green: #4ba275
Brick: #a64356
Black: #000
Dark Grey: #555
Light Grey: #777
SuperLight Grey: #ededed
BKG Bright Green: #71dbb7
BKG Bright Blue: #98edfc

*/

/* ==========================
   ZERO OUT OF BASIC ELEMENTS
   ========================== */

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ======================================
   PRE-LOADING IMAGES VIA HTML - VERY SAD
   ====================================== */

#preload {
	display: none;
}

/* ===========================================
   TWO MINUTE GIFTS AND AWAY WE GO HUBBA HUBBA
   =========================================== */

/* BACKGROUND COLOUR AND SEAMLESS TILE GENERATION X */

body {
	background-color: #71dbb7;
	background-image: url(../images/bkg_tile.gif);
	background-repeat: repeat-x;
}

/* ==============================
   A CONTENT BOX TO RULE THEM ALL
   ============================== */

#contentbox {
	width: 1000px;
	margin: 20px auto 0px auto;
}

/* =====================================================================
   LEFT-SIDE NAVIGATION - MALE SELECTIONS - HOTSPOTS, HOVERS UND VISITED
   ===================================================================== */

#side_left {
	width: 160px;
	float: left;
}

.side_left_box01 {
	background-image: url(../images/frame_man.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	background-color: #404141;
	border-radius: 5px 5px 5px 5px;
	margin-top: 120px;
}

.side_left_box02 {
	background-image: url(../images/frame_boy.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	background-color: #404141;
	border-radius: 5px 5px 5px 5px;
	margin-top: 50px;
}

/* LEFT-SIDE NAVIGATION HOTSPOTS AND BANISHES THE HTML TEXT LINKS TO THE NETHER REGIONS */

.side_left_box01 a:link, .side_left_box02 a:link {
	width: 150px;
	height: 170px;
	display: block;
	text-indent: -9999px;
}

/* LEFT-SIDE NAVIGATION PORTRAIT IMAGE ROLL-OVERS */

.side_left_box01 a:hover {
	background-image: url(../images/frame_man_roll.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	display: block;
}

.side_left_box02 a:hover {
	background-image: url(../images/frame_boy_roll.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	display: block;
}

/* LEFT-SIDE NAVIGATION - I AM VISITING THIS SEARCH DEPT PAGE PORTRAIT IMAGE */

.side_left_box01_visit {
	background-image: url(../images/frame_man_visit.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	background-color: #404141;
	border-radius: 5px 5px 5px 5px;
	margin-top: 120px;
}

.side_left_box02_visit {
	background-image: url(../images/frame_boy_visit.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	background-color: #404141;
	border-radius: 5px 5px 5px 5px;
	margin-top: 50px;
}

/* ========================================================
   MIDDLE CONTENT THAT GIVES STRUCTURE TO ALL IFRAME VISITS
   ======================================================== */

/* CREATES THE EDGE FRAME AROUND THE IFRAME */

#play_frame {
	width: 660px;
	height: 720px;
	background-color: #fff;
	border-radius: 7px 7px 7px 7px;
	margin-left: 170px;
}

/* IFRAME LIVE AREA - ROOM FOR D4M PLAYER PLUS CUSTOMIZE AND PREVIOUS SCREEN BUTTONS */

#play_area {
	width: 640px;
	height: 700px;
	border-radius: 7px 7px 0px 0px;
	padding-top: 10px;
	padding-left: 10px;
}

/* ========================================================================
   RIGHT-SIDE NAVIGATION - FEMALE SELECTIONS - HOTSPOTS, HOVERS UND VISITED
   ======================================================================== */

#side_right {
	width: 160px;
	float: right;
}

.side_right_box01 {
	background-image: url(../images/frame_woman.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	margin-top: 120px;
	margin-left: 10px;
}

.side_right_box02 {
	background-image: url(../images/frame_girl.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 50px;
	margin-left: 10px;
}

/* RIGHT-SIDE NAVIGATION HOTSPOTS AND BANISHES THE HTML TEXT LINKS TO THE NETHER REGIONS */

.side_right_box01 a:link, .side_right_box02 a:link {
	width: 150px;
	height: 170px;
	display: block;
	text-indent: -9999px;
}

/* RIGHT-SIDE NAVIGATION PORTRAIT IMAGE ROLL-OVERS */

.side_right_box01 a:hover {
	background-image: url(../images/frame_woman_roll.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
}

.side_right_box02 a:hover {
	background-image: url(../images/frame_girl_roll.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
}

/* RIGHT-SIDE NAVIGATION - I AM VISITING THIS SEARCH DEPT PAGE PORTRAIT IMAGE */

.side_right_box01_visit {
	background-image: url(../images/frame_woman_visit.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	margin-top: 120px;
	margin-left: 10px;
}

.side_right_box02_visit {
	background-image: url(../images/frame_girl_visit.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 50px;
	margin-left: 10px;
}

/* ============================
   FOOTER - CLEAN AND PEDICURED
   ============================ */

#footer {
	width: 1008px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	font-size: .9em;
	padding-top: 10px;
	clear: both;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	margin-left: 35px;
}

.aboutus a:link, .privacypolicy a:link {
	color: #fff;
	text-decoration: none;
}

.aboutus a:visited, .privacypolicy a:visited {
	color: #fff;
	text-decoration: underline;
}

.aboutus a:hover, .privacypolicy a:hover {
	color: #fc3;
	text-decoration: underline;
}

.aboutus a:active, .privacypolicy a:active {
	color: #fff;
	text-decoration: none;
}

.copyright, .footerblurb {
	color: #4ba275;
}

.spanr {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: text-top;
}

/* ===================================================
   LADIES AND GENTLEMEN... THE INDIVIDUAL IFRAME PAGES
   =================================================== */

#iframe {
	width: 640px;
	height: 700px;
	background-color: #fff;
}

#player {
	width: 640px;
	height: 654px;
	position: relative;
}

#tools {
	width: 640px;
	height: 100px;
	margin-top: 5px;
}

/* MASTHEAD, MASTHEAD TITLE AND INSTRUCTION BLURB */

.playmast {
	background-color: #a64356;
	width: 640px;
	height: 98px;
	text-align: center;
	border-radius: 7px 7px 0px 0px;
	float: left;
}

.hpbanr {
	background-image: url(../images/hp_banr.png);
	background-repeat: no-repeat;
	height: 98px;
	margin-bottom: 20px;
}

.playmast_title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	font-size: 2.1em;
	margin-top: 10px;
}

.playmast_blurb {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	font-size: 1.15em;
	margin-top: 5px;
}

.welcome_title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #4ba275;
	font-size: 1.7em;
	text-align: center;
	line-height: 200%;
}

.speech_title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #4ba275;
	font-size: 1.7em;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.small_h2 {
	font-size: .7em;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
	font-size: 1em;
	padding: 15px 0px 15px 0px;
}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	font-size: .9em;
	line-height: 130%;
	text-indent: 10px;
	padding: 5px 0px 5px 0px;
}

.emphasize {
	color: #5d8cd2;
}

#scroll_box {
	width: 640px;
	height: 590px;
	padding-top: 10px;
	overflow-y: auto;
	clear: both;
}

.action_arrows {
  background-image: url(../images/giftfactory_bkg.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 600px;
}

.arrow_woman {
  padding-left: 80px;
  margin-top: -3px;
}

.arrows_bott {
 padding-top: 65px;
 position: absolute;
}

.arrow_girl {
  padding-left: 80px;
  margin-top: -3px;
}

.welcome_image {
	background-image: url(../images/gift_line.png);
	background-repeat: no-repeat;
	width: 596px;
	height: 86px;
	display: block;
	margin: 20px auto 0px auto;
}

.evolution {
	background-image: url(../images/d4m_evolution.png);
	background-repeat: no-repeat;
	width: 632px;
	height: 190px;
	margin-top: 40px;
}

/* ================================================================================================
   GROUP ONE - PRICING MATRIX, AGE RANGES, CUSTOM IMAGE BULLETS UND OVERLINE AND UNDERLINE CONTROLS
   ================================================================================================ */

.prices {
	margin-left: 10px;
	padding-top: 110px;
}

.prices li a {
	padding: 20px 0px 3px 65px;
}

.price_a, .price_b, .price_c, .price_d, .price_e {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 2em;
	padding-top: 30px;
}

/* CUSTOM IMAGE BULLETS */

.price_a {
	list-style-type: none;
	background: url(../images/gbox01.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 68px;
}

.price_b {
	list-style-type: none;
	background: url(../images/gbox02.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 68px;
}

.price_c {
	list-style-type: none;
	background: url(../images/gbox03.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 68px;
}

.price_d {
	list-style-type: none;
	background: url(../images/gbox04.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 68px;
}

.price_e {
	list-style-type: none;
	background: url(../images/gbox05.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 68px;
}

/* PRICE LINKIES, VISITED, HOVERS AND ACTIVES UND ALSO CONTROLS AGE RANGES */

.price_a a:link, .price_b a:link, .price_c a:link, .price_d a:link, .price_e a:link {
	color: #555;
	text-decoration: none;
}

.price_a a:visited, .price_b a:visited, .price_c a:visited, .price_d a:visited, .price_e a:visited {
	color: #555;
	text-decoration: none;
}

.price_a a:hover, .price_b a:hover, .price_c a:hover, .price_d a:hover, .price_e a:hover {
	color: #4ba275;
	text-decoration: underline;
}

.price_a a:active, .price_b a:active, .price_c a:active, .price_d a:active, .price_e a:active {
	color: #555;
	text-decoration: none;
}

/* ==============================================================
   GROUP TWO - CUSTOM SEARCH AND PREVIOUS BUTTONS, CUSTOM BULLETS
   ============================================================== */

#tools {
	position: absolute;
	width: 630px;
	padding: 10px 0px 0px 10px;
}

#custom_butt {
	width: 630px;
	padding-left: 10px;
	bottom: 0;
	position: absolute;
}

/* CUSTOM IMAGE BULLETS */

.customize {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.2em;
	list-style-type: none;
	background: url(../images/cbox.png);
	background-repeat: no-repeat;
	width: 640px;
	height: 51px;
	padding: 20px 0px 0px 60px;
}

.previous {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.2em;
	list-style-type: none;
	background: url(../images/prev_arrow.png);
	background-repeat: no-repeat;
	width: 640px;
	height: 29px;
	padding: 3px 0px 0px 20px;
}

/* LINKIES, VISITED, HOVERS UND ACTIVES */

.customize a:link, .previous a:link {
	color: #555;
	text-decoration: none;
}

.customize a:visited, .previous a:visited {
	color: #555;
	text-decoration: none;
}

.customize a:hover, .previous a:hover {
	color: #4ba275;
	text-decoration: underline;
}

.customize a:active, .previous a:active {
	color: #555;
	text-decoration: none;
}

/* THANK-YOU AND GOODNIGHT */




