body {
	margin:0;
	padding:0;
	font:0.8em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	height:100%;
	background-color:#aa0305;
	color:#fff;
	/*background-color:#003366;
	background-image:url(../pix/gradient-bg.png);
	background-position:top;
	background-repeat:repeat-x;*/
}

html {
	height:100%;
}

.clear {
	clear:both;
}

img {
	border:none;
}

/* ========================== PAGE TOP HOLDER (wrapper for full width of header */

#page-top-holder {
	width:100%;
	background-color:#8b0607;
}

/* ========================== HEADER */
 
#header-inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:129px;
	background-image:url(../pix/header_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#logo-container {
	float:left;
	margin-left:65px;
}

#main-image {
	width:100%;
	background-color:#900406;
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}

#main-body {
	width:1000px;
	height:201px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* ========================== TOP MENU */

#top-menu-container {
	width:100%;
	border-bottom:1px solid #fff;
	border-top:1px solid white;	
	background-color:#5d0203;
	color:#f9071e;
	margin-top:-15px;
}

#top-menu {
	width:1000px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#top-menu ul {
	margin:0 20px 0 0;
	padding:10px;
	list-style:none;
}

#top-menu ul li {
	display:inline;
	margin:0 10px 0 10px;	
}

#top-menu ul li a, #top-menu ul li a:visited {
	color:#fff;
	text-transform:uppercase;
}


/* ========================== WRAPPER */

#wrapper {
	width:1000px;
	background-image:url(../pix/wrapper_bg_inner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height: 300px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */	
}

/* ========================== LEFT CONTENT */ 

#left-content { 
	float:left; 
	width:180px;
	margin-left:50px;
	margin-top:13px;
}

#left-content ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.9em;
}

#left-content ul li {
	background-image:url(../pix/leftcontent_li_bottom.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#left-content ul li a, #left-content ul li a:visited {
	padding:10px 15px 10px 10px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:100;
}

#left-content ul li a:hover {
	text-decoration:underline;
	color:#fff;
}

#left-content ul ul li {
	font-size:1.2em;
}

#left-content ul ul li a, #left-content ul ul li a:visited {
	padding:10px 15px 10px 30px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../pix/leftcontent_li_bullet.gif);
	background-position:15px 15px;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-weight:100;
}

#left-content ul ul li a:hover {
	text-decoration:underline;
	background-color:transparent;
	color:#fff;
}

/* ========================== CENTER CONTENT */

#center-content {
	float:left;
	width:400px;
	font-size:1.1em;
	line-height:1.4em;
	padding:15px 5px 20px 20px;
	margin:0 5px 10px 5px;
	min-height:550px;
}

#center-content h1 {
	color:#fff;
	font-size:1.7em;
	font-weight:100;
	margin-bottom:5px;
	margin-top:0px;
	padding-bottom:5px;
	line-height:1.2em;
	background-image:url(../pix/leftcontent_li_bottom.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-shadow: 1px 1px 1px #000;	
}

#center-content h2 {
	color:#fff;
	font-size:1.05em;
	font-weight:100;
	margin:15px 0 5px 0;
	line-height:1.2em;
} 

#center-content a, #center-content a:visited {
	color:#fff;
}

#center-content ul {
	margin:0 0 0 15px;
	padding:0;
	background-color:none;
}

#center-content ul li {
	padding-left:5px;
	margin-bottom:5px;
	background-color:none;
}

#center-content img {
	
}

/* ========================== CENTER CONTENT WIDE TEMPLATE */

#center-content-wide {
	float:right;
	width:720px;
	font-size:1.1em;
	line-height:1.6em;
	padding:15px 20px 20px 20px;
	margin:0 5px 10px 5px;
	color:#666;
}

#center-content-wide h1 {
	color:#fff;
	font-size:1.7em;
	font-weight:100;
	margin-bottom:5px;
	margin-top:0px;
	padding-bottom:5px;
	line-height:1.2em;
	background-image:url(../pix/leftcontent_li_bottom.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-shadow: 1px 1px 1px #000;	
}

#center-content-wide h2 {
	color:#fff;
	font-size:1.05em;
	font-weight:100;
	margin:15px 0 5px 0;
	line-height:1.2em;
} 

#center-content-wide a, #center-content-wide a:visited {
	color:#fff;
}

/* ========================== RIGHT CONTENT */

#right-content {
	float:right;
	width:230px;
	margin:10px 80px 0px 0px;
	padding:0 10px 10px 0px;
	color:#fff;
	font-size:0.9em;
	line-height:1.4em;
}

#right-content h1 {
	color:#fff;
	font-size:1.2em;
	background-color:#1a7cab;
	padding:8px;
	font-weight:100;
} 

#right-content h2 {
	color:#fff;
	font-size:1.2em;
	background-color:#990000;
	padding:8px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
} 

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content a, #right-content a:visited {
	color:#006699;
	line-height:1.5em;
}

#right-content .scm-sidebar {
	margin-top:10px;
	margin-bottom:10px;
}

#right-content img {
	border:1px solid #d90209;
	padding:5px;
}

/* ================================ FOOTER */

#footer {
	width:950px;
	color:#fff;
	padding-bottom:25px;
	padding-top:8px;
	padding-left:0px;
	line-height:1.6em;
	text-align:left;
	font-size:0.9em;
	height:30px;
	text-align:left;
	background-image:url(../pix/leftcontent_li_bottom.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-left:50px;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

#footer a:hover {
	text-decoration:underline;
}

.push {
	height:10px;
}

#footer-left {
	float:left;
	width:550px;
}

#footer-right {
	float:right;
	width:250px;
	height:50px;
	background-image:url(../pix/credit_cards_accepted.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#site-links {
	width:910px;
	color:#cb4042;
	padding-bottom:25px;
	padding-top:8px;
	padding-left:0px;
	line-height:1.6em;
	text-align:left;
	font-size:0.9em;
	height:30px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#site-links a, #site-links a:visited {
	color:#cb4042;
}

#site-links a:hover {
	color:#fff;
}

/* ========================== GIRLS GALLERY */

.girl {
	background-color:#aa0305;
	border:1px solid #ccc;
	float:left;
	margin-right:22px;
	margin-top:22px;
}

.girl h3 {
	color:#fff;
	background-image:url(../pix/girl_title_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0;
	padding:5px;
	font-weight:100;
	border-bottom:1px dotted white;
}

.girl img {
	padding:8px;
}