/* CSS Document */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#666666;
	background: url(../images/background.jpg) top left no-repeat #fafafb;
	text-align:center;
}

a:link {color: #990000;text-decoration: underline;}
a:visited {color: #990000;text-decoration: underline;}
a:hover {color: #990000;text-decoration: none;}

h1 {color:#e74052; font-family:Futura-CondensedMedium, Helvetica, Arial; font-size:18px; text-transform:uppercase;}
h1 a:link, a:visited{text-decoration:none; color:#e74052; font-size:18px; font-family:Futura-CondensedMedium, Helvetica, Arial;}
h1 a:hover{text-decoration:underline}

#headerwrapper {
	background:url(../images/header_bg.gif) top left no-repeat;
	margin:0px auto 0px auto;
	text-align:center;
	width:753px;
	height:292px;
}

#headerleft {
	float:left;
	width:314px;
	height:292px;
}

#headerlefttop{
	width:314px;
	height:240px;
	float:left;
}

#headerlefttop img{
	margin:25px 0 0 102px;
}

#headerleftbottom{
	width:314px;
	height:52px;
	float:left;
}

#galleryclick {
	width:158px;
	height:23px;
	float:right;
	display:block;
}

#headerright {
	float:right;
	width:439px;
	height:292px;
	text-align:left;
}

#headerrightnav {
	float:right;
	width:267px;
	height:26px;
	margin-right:46px;
	position:relative;
	top:237px;

}

#bodywrapper {
	margin:0px auto;
	text-align:center;
	width:753px;
	height:auto;
}

#actualbody {
	width:650px;
	height:auto;
	float:left;
	margin:0px 50px 50px;
	text-align:left;
}

A.indexlink:link, A.indexlink:visited {	font-family:Futura-CondensedMedium, Helvetica,  Arial, Verdana, sans-serif; font-size:18px;text-decoration:none; color:#666666; text-transform:uppercase;}
A.indexlink:hover {text-decoration:none; color:#591920;}

#footer {
	margin:50px auto 0px;
	width:753px;
	height:100px;
	padding-top:50px;
	clear:both;
	background:url(../images/buttons.gif) top center no-repeat;
}

#footer a{
	color:#e74052;
	line-height:18px;
	font-size:11px;
}

.highlight {color:#e74052; font-weight:bold;}

.bagtitle {margin:0px; font-family:Futura-CondensedMedium, Helvetica,  Arial, Verdana, sans-serif; font-size:18px; color:#666666; text-transform:uppercase;}
.baginformation {padding:0 15px; text-align:left;}

A.clickzoom:link, A.clickzoom:visited {font-family:Futura-CondensedMedium, Helvetica,  Arial, Verdana, sans-serif; font-size:16px; text-decoration:none; color:#666666; text-transform:uppercase;}
A.clickzoom:hover {text-decoration:none; color:#591920;}

/* Highslide Styles */

.highslide {
	cursor: url(includes/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid 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: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(includes/graphics/loader.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;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
