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

/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
html, body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	height: auto; /* i added height: auto; */ 
	vertical-align:top;
	background:#fff url(images/body_bkgd.jpg) top left repeat-x;
	padding:0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
	padding:0;
	margin:0;
}
#header img {
	display:block;
	padding:0;
	margin:0;
	border:none;
	float:left;
	}
#topbar {
	background:url(images/top_banner_bkgd.jpg) top left repeat-x;
	height:64px;
	width:950px;
	margin:0 auto 0 auto;
	padding:0;
	}
#main_wrapper {
	background: #fff url(images/border_bkgd.jpg) top center no-repeat;
	width:973px;
	height:100%;
	min-height:850px;
	margin:0 auto 0 auto;
	padding: 0;
}
#wrapper {
	background: #f0dabe;
	width:950px;
	height:100%;
	min-height:850px;
	margin:0 auto 0 auto;
	padding:0;
}
#intro {
	width:950px;
	height:388px;
	float:left;
	text-align:left;
	background:url(images/intro_bkgd.jpg) top left no-repeat;
	padding:0;
	margin:0;
	}
/*--------------------------------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	background:url(images/nav_bkgd.jpg) top left repeat-x;
	height:50px;
	width:880px;
	margin: 0;
	float:left;
	padding:0 0 0 70px;
	font-size:.9em;
	display:inline;
	}
#nav li {
	display:block;
	color:#280f00;
	float:left;
	height:50px;
	width: 100px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav li a:hover {
	background: url(images/nav_highlight_bkgd2.jpg) top center repeat-x;
	color:#fff;
	text-decoration:none;
	float:left;
	height:50px;
	width: 100px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav li a.current {
	background: url(images/nav_highlight_bkgd2.jpg) top center repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	height:50px;
	width: 100px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav a {
	background:url(images/nav_bkgd.jpg) top left repeat-x;
	color:#280f00;
	text-decoration:none;
	float:left;
	height:50px;
	width: 100px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav li.wide {
	display:block;
	float:left;
	height:50px;
	width: 130px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav li.wide a:hover {
	background: url(images/nav_highlight_bkgd2.jpg) top center repeat-x;
	color:#fff;
	text-decoration:none;
	float:left;
	height:50px;
	width: 130px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav li.wide a {
	background:url(images/nav_bkgd.jpg) top left repeat-x;
	color:#280f00;
	text-decoration:none;
	float:left;
	height:50px;
	width: 130px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}

#nav li.wide2 a:hover {
	background: url(images/nav_highlight_bkgd2.jpg) top center repeat-x;
	color:#fff;
	text-decoration:none;
	float:left;
	height:50px;
	width: 130px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav li.wide2 a {
	background: url(images/nav_highlight_bkgd2.jpg) top center repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	height:50px;
	width: 130px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#nav li.wide2 {
	background: url(images/nav_highlight_bkgd2.jpg) top center repeat-x;
	display:block;
	float:left;
	height:50px;
	width: 130px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	color:#FFFFFF;
	}


#slider {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color: #fff;
}

.scrollContainer div.panel {
    padding: 0;
	margin:0;
    width: 450px;
}
/*--------------------------------------------------------------------------------------------------
	content
--------------------------------------------------------------------------------------------------*/
#content {
	background: #f0dabe url(images/content_bkgd.gif) bottom left no-repeat;
	height:100%;
	float:left;
	padding-bottom:25px;
}
	
/*--------------------------------------------------------------------------------------------------
	content left
--------------------------------------------------------------------------------------------------*/
#content_left {
	background: #f8f1e7 url(images/content_bkgd.jpg) top left no-repeat;
	width:570px;
	margin: 0 0 0 15px;
	padding: 50px 0 0 0;
	float:left;
	display:inline;
	position:relative;
	min-height: 250px;
	clear:left;
	}
#content_left p {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 60px 15px 60px;
	line-height:2.5em;
	font-size:.75em;
	line-height:2.5em;
	}
#content_left h3 {
	font-family:"Times New Roman", Times, serif;
	margin: 0 60px 0 60px;
	padding: 0;
	font-size:.9em;
	line-height:3.5em;
	font-weight:normal;
	border-bottom: #F0D7B7 thin dashed;
	}
#content_left h3 em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#854516;
	font-style:normal;
	}
#content_left h3 a {
  	color:#004b90;
  text-decoration:none;
}
#content_left h3 a:visited {
  	color:#004b90;
  text-decoration:none;
}

#content_left h3 a:hover {
	text-decoration: underline;
}
#content_left p a {
  	color:#004b90;
  text-decoration:none;
}
#content_left p a:visited {
  	color:#004b90;
  text-decoration:none;
}

#content_left p a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------------------------------------------
	modelbox
--------------------------------------------------------------------------------------------------*/
#right_column {
	background: #fff url(images/right_colnav.jpg) bottom left repeat-x;
	width:350px;
	min-height: 250px;
	float:left;
	margin:0;
	padding:0 0 60px 0;
	display:inline;
	clear:right;
	}
#right_column h1 {
	background:#fff url(images/h1bkgd.jpg) top left no-repeat;
	font-size: .9em;
	margin: 0 auto 0 auto;
	line-height:3em;
	height:65px;
	text-align:center;
	color:#05357A;
	letter-spacing:.2em;
}
#right_column h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
	text-transform:uppercase;
	color: #4A2E16;
	margin: 0 auto 0 auto;
}
#right_column h2 em {
	text-transform: none;
	line-height:1.5em;
	color:#9E612E;
	}
.name {
	text-transform: none;
	font-style:italic;
	line-height:1em;
	font-size:2em;
	margin: 0 auto 0 auto;
	}

#right_column p {
	font-family:"Times New Roman", Times, serif;
	color:#603A1A;
	margin: 10px 40px 10px 40px;
	font-size:1em;
	line-height:2em;
	font-style:italic;
	}
#right_column td {
	font-family:"Times New Roman", Times, serif;
	line-height:1.5em;
	color:#9E612E;
	font-size:.75em;
	padding-bottom: 5px;
	border-bottom: #F0D7B7 thin dashed;
	}
#right_column table {
	margin: 20px 20px 20px 40px;
	}
#right_column a {
  	color:#004b90;
  text-decoration:none;
}
#right_column a:visited {
  	color:#004b90;
  text-decoration:none;
}

#right_column a:hover {
	text-decoration: none;
	color:#603A1A;
}
#right_column a.selected {
	text-decoration: none;
	color:#603A1A;
}
#right_column a:active {
		color:#9E612E;
		text-decoration:none;
}

ul.navigation {
	font-family:"Times New Roman", Times, serif;
    list-style: none;
	font-size:.7em;
    padding: 0 0 10px 0;
	margin: 0;
	width:350px;
	letter-spacing:.1em;
	text-align:center;
}

ul.navigation li {
	line-height:3em;
	height:40px;
	width:350px;
	display:block;
	float:left;
}

ul.navigation a {
    padding: 0;
	line-height:3em;
	background:url(images/right_nav.jpg) bottom left no-repeat;
	height:40px;
	width:350px;
	display:block;
	float:left;
}

ul.navigation a:hover {
     text-decoration: none;
	 background:url(images/right_nav_1.jpg) bottom left no-repeat;
	 padding: 0;
	line-height:3em;
	height:40px;
	width:350px;
	display:block;
	float:left;
	color:#603A1A;
}

ul.navigation a.selected {
    text-decoration: underline;
	background:url(images/right_nav_1.jpg) bottom left no-repeat;
}

ul.navigation a:focus {
    outline: none;
}
ul.navigation li em {
	text-transform: none;
	font-style:italic;
	font-size:1.35em;
	margin: 0;
	}
/*--------------------------------------------------------------------------------------------------
	RIGHT COLUMN
--------------------------------------------------------------------------------------------------*/
#right_column h3 {
	font-family:"Times New Roman", Times, serif;
	margin: 0 20px 0 20px;
	padding: 0;
	font-size:.9em;
	line-height:3.5em;
	font-weight:normal;
	border-bottom: #F0D7B7 thin dashed;
	}
#right_column h3 em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#854516;
	font-style:normal;
	}
#right_column li.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#854516;
	font-style:normal;
	margin: 0 40px 0 40px;
	padding: 0;
	line-height:3.5em;
	font-weight:normal;
	border-bottom: #F0D7B7 thin dashed;
	list-style:none;
	}
/*--------------------------------------------------------------------------------------------------
	image rollover
--------------------------------------------------------------------------------------------------*/
#rollover {
	display:block;
	width:350px;
	}
#rollover:hover img {
	visibility:hidden;
}
.amber {
	background: url(images/amber_button_b.jpg) bottom left no-repeat;
	height:115px;
	}
.audrey {
	background: url(images/audrey_button_b.jpg);
	height:115px;
	}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	background: #e9ccaa url(images/footer_bkgd.jpg) top left no-repeat;
	width:890px;
	height:100%;
	min-height:300px;
	margin:0 auto 0 auto;
	float:left;
	padding: 20px 0 0 60px;
	}
#footer li {
	display:block;
	color: #BC7A31;
	float:left;
	margin-right: 15px;
	display: inline;
	line-height:3.2em;
	text-align:center;
	font-size:.6em;
	}
#footer li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
#footer a {
	color: #935F26;
	text-decoration:none;
	float:left;
	display: inline;
	line-height:3.2em;
	text-align:center;
	}
.spacer {
	float:left;
	width:950px;
	clear:both;
	display:block;
	}
ul#models {
	list-style:none;
	}
/*--------------------------------------------------------------------------------------------------
	SLIDE SHOW JQUERY 
--------------------------------------------------------------------------------------------------*/	
#gallery_container {
	margin-left: 60px;
	margin-bottom: 40px;
	}
#gallery {
	width:450px;
	}
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;
border:none;  
margin: 0 0 5px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #004b90; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #004b90; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 


