/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/bgRepeat.gif) repeat-y left top #ffffcb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c0295e;
	min-width:900px;
}

hr{
	width:40%;
}

fieldset{
	padding:6px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

#container{
	min-width:950px;
}

/* OLD STYLE - Kept if backup needed
#main{
	float:left;
	width:700px;
	padding:20px 0 20px 40px;
}
*/

#main{
	position:absolute;
	left:250px;
	top:110px;
}

#text{
	width:280px;
	float:left;
	margin-right:30px;
}


/* OLD STYLE - Kept if backup needed
#images{
	width:259px;
	text-align:center;
}

#imagesWide{
	width:359px;
	text-align:center;
}
*/

#images{
	position:absolute;
	left:340px;
	top:35px;
	text-align:center;
	width:259px;
}

#imagesWide{
	position:absolute;
	left:340px;
	top:35px;
	text-align:center;
	width:359px;
	color:#FFFFFF;
}


.rightImg{
	border:solid 4px #c0295e;
}

.gallery{
	border:solid 2px #c0295e;
	margin-top:2px;
}

.fullWidth{
	width:550px;
	margin-left:30px;
}

#footLogos{
	clear:both;
	width:550px;
	text-align:center;
	position:relative;
}

#footLogos Img{
	margin:4px;
}

#footer{
	clear:both;
	width:550px;
	text-align:center;
	font-size:10px;
	position:relative;
}

#offersBox{
	clear:both;
	width:550px;
	position:relative;
}

#offersBox fieldset{
	border:solid 2px #c0295e;
}

/**** LINKS *****/

a {color:#c0295e; text-decoration:none;}
a:hover {color:#c0295e; text-decoration:underline;}

/***** Highslide *****/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
	
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border:solid 2px #c0295e;
	margin-top:2px;
}
.highslide:hover img {
	border:solid 2px #c0295e;
	margin-top:2px;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    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;
}
