
body { 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #56280e;
	}

html { 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	overflow-y: scroll;
	}
 
table { 
	height: 100%; 
	width: 100%; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	border:none; 
	float: left;
	}


#wrapper { 
	width: 960px;
	height:575px;
	display:block;
	text-align:left;
	padding: 5px;
	background-color:#FFFFFF;
	}
	
#logo { 
	width: 175px;
	height:200px;
	background-image:url(../images/logo.gif);
	background-position:center;
	float:left;
	cursor:pointer;
	}
	
#content {
	width: 750px;
	float:right;
	margin: 90px 20px 0px 0px;
	overflow:hidden;
	background-color:#FFFFFF;
	}



#main_holder {
	display:block;
	visibility:hidden;
	margin: 10px 0px 0px 0px;
	overflow:hidden;
	background-color:#FFFFFF;	
	}
	
.loader {
 background-image:url(../images/ajax-loader.gif);
 background-repeat:no-repeat;
 background-position: 245px 150px;
 }
 
.imagesBox {
background-color:#FFFFFF; 
width: 750px;
height: 375px;
display:block;
 }
 

#main_holder img {
	width: 500px;
	cursor:pointer;
	}
	

#thumbs {
	margin: auto;
	padding: 0px;
	width: 750px;
	clear:both;
	}
		
	
#thumbs ul {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	list-style-type:none;
	float:left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	
	

#thumbs ul li {
	width: 25px;
	height: 25px;
	float:left;
	background-color:#CCCCCC;
	margin: 0px 3px 5px 3px;
	padding: 0px;
	cursor:pointer;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	}
	
	
#thumbs ul li img {
	width: 25px;
	}

*html #thumbs ul li {
	margin: 0px 0px 0px 3px;
	height: 15px;
	}


#thumbs ul li.hover   {
	border: 1px solid  #f29120;
}

*html #thumbs ul li.hover  {
	border: 1px solid #FFFFFF;
	}


#thumbs ul li.selected  {
	border:  1px solid #f29120;
}


*html #thumbs ul li.selected  {
	border: 1px solid #FFFFFF;
	}

.col_left {
	width: 510px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	overflow:hidden;
	background-color:#FFFFFF;
	}
	
.col_left ul{
	list-style-type:square;
	color: #f29120;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.col_left ul li{
	color: #f29120;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 415px;
	}
	
.col_left ul li span {
	color: #56280e;
	}
	
	
.col_right {
	width: 200px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	overflow:hidden;
	background-color:#FFFFFF;
	}
	
.col_right ul{
	margin: 0px;
	padding: 0px;
	list-style-type:square;
	list-style-position:inside;
	color: #f29120;
	}
	
.col_right ul li{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	color: #f29120;
	}
	
.col_right ul li span {
	color: #56280e;
	}
	
.port {
height: 300px;
}

.clicker {
cursor: pointer;
	}
	
.ext {
	text-decoration:none;
	}

.SpryHiddenRegion {
	visibility: hidden;
}


@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	outline:none;
	}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	border-bottom: solid 1px #56280e;
	color: #56280e;
	margin: 0px;
	padding: 1px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size:10px;
	text-transform:uppercase;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 375px;
	background-color:#FFFFFF;
	}



/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
color: #f29120;
border-bottom: solid 1px #f29120;
}

.noline {
border-bottom: none;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #f29120;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #f29120;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {

}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {

}


@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

#tooltip {

	visibility:hidden;
}

.tooltipContent
{
	background-color: #FFFFCC;
}



.imagesBox {
	width: 900px;
	height: 375px;
	}











/* MODAL
----------------------------------------------- */
.display {
	display:none;
	z-index: 0;
	}

.veil{
	width: 100%; 
	margin: 0px;
	padding:0px;
	text-align:center;
	position:absolute;
	top: 0;
	left: 0;
	z-index:0;
	background-color:#2a1407;
	-moz-opacity: 0.60;
	opacity:.60;
	filter: alpha(opacity=60);
	display:none;
	}


#popup{ 
	height: 555px; 
	width: 900px; 
	text-align:left;
	position: absolute;
	z-index: 20000;
	top: 0;
	left:0;
	visibility: hidden;
	background-color:#FFFFFF;
	padding: 0px;

}
	
.popup_top { 
	width: 890px; 
	text-align:left;
	background-color:#56280e;
	height: 20px;
	padding: 10px 0px 0px 0px;
	border-left: 10px solid #f29120;
	}
	
.popup_top .button { 
	margin: 0px 10px 0px 0px;
	float: right;
	width: 60px;
	padding: 0px;
	color: #FFFFFF;
	}
	
.popup_top .title { 
	margin: 0px;
	color: #FFFFFF;
	float: left;
	font-size:12px;
	width: 500px;
	padding: 0px 0px 0px 10px;
	}
	
.popup_top .button a { 
	background-image: url(../images/close.jpg);
	background-position: right 0px;
	width: 55px;
	height: 20px;
	background-repeat:no-repeat;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	color: #FFFFFF;
	text-decoration:none;
	}

.popup_content {
	width: 900px;
	margin:0px;
	padding: 0px;
	text-align:left;
	clear: both;
	}
	
	
	
#largeimage {
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align:center;
	}

/*TEXT---------------*/


#popup h1 {
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 5px 20px;
	color: #56280e;
	border-bottom: 1px solid #56280e;
	}


h1 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #56280e;
	}

.col_right h1 {
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #56280e;
	}
	
h2 {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #56280e;
	}
	
.col_right p, a {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #56280e;
	}
	
.details {
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	display:block;
	color: #56280e;
	}
	
.label {
	font-size: 11px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	color: #f29120;
	display:block;
	line-height: 10px;
	text-transform:uppercase;
	}

.select {
	font-size: 10px;
	color: #56280e;
	display:block;
	line-height: 10px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
/*---FORM---------------*/

form {
	width: 475px;
	margin: 20px 0px 0px 0px;
	color: #56280e;
	}


input { 
	width: 475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px 15px 0px;
	padding: 2px 2px 2px 10px;
	border: none;
	border-left: 5px solid #f29120;
	background-color: #f0efef;	
	display:block;
	clear:both;
	
	}
	
textarea { 
	width: 475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px 15px 0px;
	padding: 2px 2px 2px 10px;
	border: none;
	border-left: 5px solid #f29120;	
	background-color: #f0efef;
	clear:both;
	display:block;
	}
	
input.button {
	width: 100px;
	cursor:pointer;
	border: none;
	border-left: 5px solid #f29120;
	padding: 2px 2px 2px 10px;
	color: #FFFFFF;
	background-color:#56280e;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;	
	text-align:left;
	}

input.button:hover {
	color: #f29120;
	}
	
#thanks {
	display: none;
	margin: 10px 0px 0px 0px;
	}
	
	

#tableNoScript {
	width: 100%; 
	height: 100%;
	margin: 0px;
	padding:0px;
	text-align:center;
	position:absolute;
	top: 0;
	left: 0;
	z-index:2000;
	}


.veilScript{
	width: 100%; 
	height: 250%;
	margin: 0px;
	padding:0px;
	text-align:center;
	position:absolute;
	top: 0;
	left: 0;
	z-index:2000;
	background-color:#2a1407;
	-moz-opacity: 0.60;
	opacity:.60;
	filter: alpha(opacity=60);
	}
	
#message {
	width: 500px;
	height: 120px;
	padding: 80px 0px 0px 0px;
	background-color: #000000;
	display:block;
	margin: auto;
	z-index: 90000;
	border: 50px solid #f29120;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}