/* Common */

body {

  margin: 0; 
  padding: 0;
  font-family: Arial;	
  font-size: 9pt;
  font-weight: normal;
  color: #E9DFAF;
	background-color: #5F0000;
	background-image: url(../images/bg_all.jpg);
	behavior: url(/csshover.htc);
}

div, table {

  font-size: 9pt;
}

div.all {

  min-width: 1000px; 
  width: expression(body.clientWidth < 990?"980px":"100%");
	min-height: 100%;
	margin-bottom: -60px;
}

a {

  font-size: 8pt;
  text-decoration: underline;
  color: #D8CC56;
}

a:hover {

  text-decoration: none;
	color: #D8CC56;
}

a.big {

	font-weight: bold;
	font-size: 9pt;
}

a.large {

	font-weight: bold;
	font-size: 12pt;
}

a img {

	border: 0;
}

img.left {

	margin: 0 20px 10px 0;
	border: 1px solid #D8CC56;
}

img.right {

	margin: 0 0 10px 20px;
	border: 1px solid #D8CC56;
}

h3 {

	font-size: 13pt;
	color: #D8CC56;
}

h1, h4 {

	background-image: url(../images/h4_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	margin-top: 0;
}

h1 span, h4 span {

	color: #D8CC56;
	font-size: 13pt;
	background-color: #5F0000;
	padding: 0 8px 0 12px;
	background-image: url(../images/h4_span.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;

}

/* /Common */

/* Main */

div.articles {

	padding: 0 0 8px 0;
}

div.articles p {

	padding: 0;
	margin: 0 0 5px 0;
}

div.text li {

	padding: 0 0 10px 0;
}

div.logo {

	width: 750px;
	height: 230px;
	background-image: url(../images/logo1.jpg);
	border-left: 2px solid #D8CC56;
	border-right: 2px solid #D8CC56; 
	position: relative;
	text-align: left;
}

div.inner {

	width: 750px;
	text-align: left;
	border-left: 2px solid #D8CC56;
	border-right: 2px solid #D8CC56;
	background-color: #5F0000;
}

div.content {

	border-top: 3px solid #000;
	padding: 30px 0;
}

div.content img {

	border: 1px solid #d8cc56;
}

img#logo-text {

	position: absolute;
	margin-left: 55px;
	margin-top: 47px;
}

img#callus {

	position: absolute;
	margin-left: 60px;
	margin-top: 126px;
}

div.top {

	background-image: url(../images/bg_top.jpg);
}

div.top-hr {

	border-top: 2px solid #D8CC56;
	background-image: url(../images/top_hr.gif);
	background-repeat: no-repeat;
	border-left: 2px solid #D8CC56;
	border-right: 2px solid #D8CC56; 
	height: 34px;
	width: 750px;
	text-align: left;
}

div.top-hr span {

	padding: 0 0 0 250px;	
	color: #000;
	font-size: 14pt;
	line-height: 33px;
}

div.left {

	width: 235px;
	text-align: left;
	float: left;
	display: inline;
}

div.left-text {

	text-align: left;
	width: 195px;
	padding: 0 0 15px 23px;
	font-size: 8pt;
	color: #D8CC56;
}

div.main {

	margin: 0 0 0 235px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	padding: 0px 30px 10px 0px;
}

div.copy {

	background-color: #780000;
	padding: 12px 0;
	text-align: center;
	color: #E9DFAF;
	font-size: 8pt;
}

div.copy p {

	margin: 0;
}

div.bottom-links {

	text-align: center;
	padding: 12px;
	font-size: 8pt;
}

div.bottom-links a {

	color: #D8CC56;
	font-size: 8pt;
	text-decoration: underline;	
}

div.bottom-links a:hover {

	text-decoration: none;	
}

div.menu {

	margin: 0 0 50px 23px;
	border-top: 3px solid #D8CC56;
	border-right: 3px solid #D8CC56;
	border-bottom: 1px solid #D8CC56;
	border-left: 3px solid #D8CC56;
	width: 185px;
}

div.menu ul {

	margin: 0;
	padding: 0;
	background-color: #D8CC56;
}

div.menu ul li {

	list-style: none;
	background-color: #D8CC56;
	background-image: url(../images/menu_left_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	width: 185px;
	padding: 0;
	height: 27px;
	padding: 0 0 2px 0;	
}

div.menu ul li.nohover {

	list-style: none;
	background-color: #D8CC56;
	background-image: url(../images/menu_left_bg_over.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	width: 185px;
	padding: 0;
	height: 27px;
	padding: 0 0 2px 0;	
}


div.menu ul li:hover {

	background-image: url(../images/menu_left_bg_over.gif);
}

div.menu ul li span {

	padding: 0 0 0 30px;
	color: #E9DFAF;
	width: 185px;
	line-height: 24px;
	font-size: 8pt;
}

div.menu ul li a {

	font-size: 8pt;
	width: 185px;
	display: block;
	text-decoration: none;
	color: #D8CC56;
	font-weight: bold;
}

div.menu ul li a span {

	color: #D8CC56;
}

div.menu ul li a:hover {

	color: #E9DFAF;
	text-decoration: none;
}

div.menu-bottom {

	background-image: url(../images/menu_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	border-top: 2px solid #D8CC56;
}

div.menu-bottom div.item {

	float: left;
	color: #E9DFAF;
	width: 24%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 8pt;
}

div.menu-bottom div.i {

	float: left;
	color: #D8CC56;
	line-height: 30px;
}

div.menu-bottom div.item a {

	text-decoration: underline;
	color: #D8CC56;
	font-weight: bold;
}

div.menu-bottom div.item a:hover {

	color: #E9DFAF;
	text-decoration: none;
}

div.menu-top {

	width:750px;
	background-image: url(../images/menu_top_bg.gif);
	background-repeat: repeat-x;
	height: 47px;
	border-bottom: 1px solid #D8CC56;
	border-right: 2px solid #D8CC56;
	border-left: 2px solid #D8CC56;
}

div.menu-top div.item {

	float: left;
	color: #E9DFAF;
	text-align: center;
	line-height: 47px;
}


div.menu-top div.i {

	float: left;
	color: #D8CC56;
	line-height: 47px;
	height: 47px;
	width: 4px;	
	background-image: url(../images/menu_top_i.gif);
}

div.menu-top div.item img {

	border: 0;
}

div.girl {

	width: 83px;
}

div.girl a img {

	border: 1px solid #d8cc56;
}

div.name {

	background-color: #000;
	color: #d8cc56;
	font-size: 8pt;
	padding: 4px 2px;
	font-weight: bold;
	width: 98px;
}

div.cost {

	font-size: 8pt;
	color: #d8cc56;
	padding: 2px 2px;
	text-align: center;
	width: 98px;
}

div.contact-head {

	background-color: #CDC06B;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
	height: 3em;
	line-height: 3em;
	text-align: center;
	width: 80%;
}

div.contact-form {

	font-weight: bold;
	text-align: center;
	width: 80%;
}

table.contact {

	width: 100%;
	margin-top: 25px;
}

table.contact td {

	border: 0;
	padding: 0 10px 20px 0;
	vertical-align: top;
	text-align: left;
}

table.contact td.h {

	text-align: right;
}

input, textarea {

	border: 1px solid #000;
	width: 250px;
	background-color: #CCCC99;
	color: #000;
}

textarea {

	height: 75px;
}

input.img {

	border:0;
}

input#submit {

	margin: 0 25px 0 62px;
	border: 2px solid #000;
	background-color: #CDC06B;
	color: #000;
	font-weight: bold;
	width: 73px;
}

p.error {

	font-weight: bold;
	color: #900;
}

table.feedback td.title {

	font-weight: bold;
}
table.model-info {

	padding:0;
	margin: 0;
}

table.model-info td.h0 {

	background: none;
	font-size: 8pt;
}

table.model-info td.h1 {

	background-color: #CDC06B;
	color: #000;
	padding: 8px 8px;
	height: 20px;
	font-size: 9pt;
	font-weight: bold;
}

table.model-info td.info {

	background-color: #07080C;
	padding: 4px 10px;
	width: 50%;
	font-size: 8pt;
}

table.model-info td.head {

	background-color: #07080C;
	color: #D8CC56;
	padding: 4px 10px;
	font-size: 8pt;
}

table.model-info td.info-t {

	background-color: #07080C;
	color: #CCC2B8;
	padding: 4px 10px;
	width: 50%;
	font-size: 8pt;
	font-weight: bold;
}

table.model-info td.info-t a {

	color: #CCC2B8;
	text-decoration: underline;
	font-size: 8pt;
}

table.model-info td.info-t a:hover {

	font-size: 8pt;
	color: #CCC2B8;
	text-decoration: none;
}

table.model-info td.head-t {

	background-color: #07080C;
	color: #C8BE69;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
}


table.gallery {

	width: 100%;
}

table.gallery td {
              
	border: 0;
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
}

/* /Main */

/* Pages */

div.pout {

	font-size: 8pt;
	padding: 5px 0 10px 0;
	text-align: center;
}

div.pout div.nav {

	font-size: 8pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 8pt;
	padding: 1px;
	margin: 3px 0 6px 3px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	background-color: #D8CC56;
	color: #000;
	padding: 1px;
	margin: 3px;
}

/* /Pages */

/* Comments */

a.link2 {
	
	text-decoration: none;
	border-bottom: 1px dashed #951B18;
	color: #D8CC56;
}

img.comments {

	margin: 0 0 0 3px;
}

div.comments {

	margin: 45px 0 0 0;
}

div.comment-change {

	font-style: italic;
	font-size: 8pt;
/*	color: #140810;*/
	padding: 0 0 6px 0;
}

div.comments-inner {

	padding: 0px 15px;
}

div.comments div.name {

	background-color: #E3F6F7;
	color: #000;
	padding: 2px 6px;
	position:relative;
	height: 1.5em;
	line-height: 1.5em;
}

div.comments div.name div {

	color: #000;
	font-size: 8pt;
}

div.comments div.name div a {

	color: #000;
	font-size: 8pt;
}

div#comments_form img {

	border: 0 none;
}

input.comment {

	width: 200px;
	border: 1px solid #666;
	font-size: 8pt;
	font-family: Tahoma;	
}

textarea.comment {

	height: 60px;
	width: 290px;
	border: 1px solid #666;
	font-size: 8pt;
	font-family: Tahoma;	
}

table.comments {

	width: 290px;
}

table.comments td {

	padding-bottom: 5px;
	vertical-align: top;
	border: 0 none;
}

table.comments td div {

	text-align: right;
	padding: 3px 10px 0 0;
	font-size: 8pt;
}

div.comments-out div.author {

	font-size: 8pt;
	font-weight: bold;
	color: #D8CC56;
	padding: 0 0 0 15px;
}

div.comments-out div.author span.date {

	font-weight: normal;
}

div.comments-out div.comment {

	padding: 3px 0 0 15px;
	font-size: 8pt;
}

div.hr3 {

	clear: both;
	border-bottom: 1px solid #D8CC56;
	font-size: 1px;
	height: 1px;
	margin: 10px 0 10px 0;
}

div.error {

	color: #f00;
	padding: 0 0 8px 0;
	text-align: center; 
	font-size: 8pt;
}

/* /Comments */

