@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	background-color: #1e1e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
	background-image: url(../main_elements/bgrnd.gif);
	margin: 0px;
}
.main_td {
	vertical-align: top;
}
.left_spacer {
	height: 335px;
	width: 152px;
	float: right;
	background-position: right 8px;
	background-repeat: no-repeat;
	margin-top: 7px;
}

.top_row {
	height: 50px;
	background-repeat: no-repeat;
	background-position: left;
}
.main_holder {
	width: 778px;
	border: 1px solid #2b2b2b;
	background-color: #000000;
	background-image: url(../main_elements/bottom_ornament.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer {
	text-align: center;
	position: relative;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}

.menu_item,.menu_item a,.menu_item_current,.menu_item_current a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #a4a4a4;
	padding-top: 1px;
	text-decoration: none;
}

.menu_item:hover,.menu_item a:hover,.menu_item_current{
	color: #ff0200;
}
.menu_item_current a ,.menu_item_current a:hover{
	color: #ff0200;
}

.left_static {
	height: 412px;
	width: 260px;
	background-image: url(../main_elements/face.jpg);
	background-repeat: no-repeat;
	margin-right: 4px;
	float: left;
}
.logo {
	float: left;
	width: 351px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-image: url(../main_elements/right_corner.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 151px;
}

.clr {
	clear: both;
}
.main_content img {
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #383838;
}


.menu {
	background-color: #520000;
	background-image: url(../main_elements/menu.jpg);
	height: 149px;
	width: 147px;
	float: left;
	padding-top: 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
}


.left_td,.right_td{
	width: 25%;
}
.left_td {
	text-align: right;
	vertical-align: top;
}
.right_td {
}
.logo img {
	margin-left: 23px;
	margin-top: 25px;
}
.main_content {
	float: right;
	width: 513px;
	margin-top: 6px;
	display: block;
	padding-bottom: 4px;
}
.h_spacer {
	height: 530px;
	float: left;
}

.main_content strong {
	color: #9e9e9e;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	margin-top: 10px;
	height: 14px;
	width: auto;
	float: left;
	padding-left: 28px;
	background-image: url(../main_elements/title.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.main_content a {
	color: #999999;
	text-decoration: underline;
}
.model_thumb {
	float: left;
	height: 140px;
	width: 98px;
	text-align: center;
	margin-right: 4px;
	#margin-right: 0px;
}
.model_image{
	width: 204px;
	height: 204px;
	float: left;
	margin-right: 10px;
}
.model_info{
	float: left;
	width: 200px;
}
.model_thumb a{
	text-decoration: none;
}
.thumbs_preview {
	float: left;
	margin-top: 10px;	
}
.thumbs_preview img{
	margin-right: 4px;
	#margin-right: 0px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}