html {height:100%; overflow:auto}
body {margin: 0; padding: 0; background: #000000; height:100%; overflow:auto }

* {margin: 0; padding: 0; border: 0; font-family:  Tahoma}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Tahoma; margin: 15px 0 0 5px; color: #D51F38; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Tahoma; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: 20px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #000}
h1:first-letter {font-family: Tahoma; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 50px; top: 125px; font-style: italic; color: #ffffff; font-size: 1.0em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.1em;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.5em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #ffffff; font-weight: bold; text-decoration: none; border-bottom: 1px solid #792533}
a:hover, a:active {color: #fff; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/




#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
height: 900px;
min-height: 1200px;
width: 920px; 
background: url(../images/bkgrnd.jpg) 0 0 repeat-y #ffffff;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
margin-left: 44px;
width: 920px; 
height: 200px; 
background: url(../images/title.jpg) 0 0 no-repeat #000000  /* Image of Grapes */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}

#rgtcol {color: #000000; float: right; width: 640px; padding-bottom: 30px; background: transparent; overflow: visible}  /* right column */


#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 640px; background: #D51F38; border-top: 1px solid #D9D93C}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	height:650px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {color: #990000; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 40px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left; display: block}

ul#nav li a {
	width: 200px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #ff0000;
	padding: 15px 5px;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background: #D51F38
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #000000; color: #fff}



#slider_container_3 { float: left; padding: 0; width: 600px; border: 1px #333333 solid; }

.SliderName_3 {
	float: left;
	width: 600px;
	height: 200px;
	overflow: hidden;
}

.SliderNamePrev_3 {
	background: url() no-repeat left center;
	width: 600px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

.SliderNameNext_3 {
	background: url(../img/right.png) no-repeat right center;
	width: 600px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.SliderName_3Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#SliderNameNavigation_3 { margin: 0; padding: 10px 0 0 0; height: 16px; text-align: center; overflow-y: hidden; }

#SliderNameNavigation_3 a:link, #SliderNameNavigation_3 a:active, #SliderNameNavigation_3 a:visited, #SliderNameNavigation_3 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

#SliderNameNavigation_3 a.active:link, #SliderNameNavigation_3 a.active:active, #SliderNameNavigation_3 a.active:visited, #SliderNameNavigation_3 a.active:hover{
	background: url(../img/bullet_active.png) no-repeat center center;
}

#SliderNameNavigation_3 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background: url(../img/bullet.png) no-repeat center center;
}

#SliderNameNavigation_3 a.active img
{
	background: url(../img/bullet_active.png) no-repeat center center;
}


.simpleviewer-mobile-glry a {
  color: #fff;
}
.simpleviewer-mobile-glry img {
  border: none;
}

/*--- layout ---*/
.simpleviewer-mobile-glry {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fff;
  font: 11px/1.5em sans-serif;
}
.loading {
  background: url(../img/spinner.gif) no-repeat center;
}
.cls-mobile-flash {
  overflow: hidden;
}
/*--- /layout ---*/

/*--- detail ---*/
.cls-photos {
  position: absolute;
  top: 0;
  left: 0;
}
.sv-photo {
  float: none;
  text-align: center;
  position: absolute;
}
.sv-caption {
  background: url(../img/caption-bg.png);
  width: 100%;
  padding: 10px 0 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  z-index: 9;
}
.sv-caption div {
  padding: 0 10px;
}
.sv-caption .sv-paging {
  float: right;
  margin: 0 0 0 15px;
  padding: 0 10px 0 0;
  line-height: normal;
}
.sv-caption .sv-title {
  font-size: 150%;
  line-height: normal;
  margin: 0;
}

.cls-prev-photo {
  display: block;
  width: 50%;
  height: 680px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
  background: url(../img/empty-pixel.png);
  z-index: 8;
}
.cls-prev-photo span, .sv-nav-page-prev {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -23px;
  background: url(../img/assets.png) no-repeat -9px -12px;
  display: none;
}
.sv-cls-4-ipad .cls-prev-photo span,
.sv-cls-4-iphone .cls-prev-photo span,
.sv-cls-4-android .cls-prev-photo span
{
  width: 55px;
  height: 55px;
  background: url(../img/assets.png) no-repeat 6px 0px;
}

.cls-next-photo {
  display: block;
  width: 50%;
  height: 680px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  background: url(../img/empty-pixel.png);
  z-index: 8;
}
.sv-nav-logo, .sv-photo-logo {
  display: block;
  width: 105px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  text-decoration: none;
  font-size: 90%;
  background: url(http://simpleviewer.net/m/sv.png) no-repeat 0 0;
}

.sv-cls-4-iphone.sv-vertical .sv-nav-logo,
.sv-cls-4-iphone.sv-vertical .sv-photo-logo
{
	bottom:10px;
}

/*
.sv-cls-4-iphone.sv-horizental .sv-nav-logo
{
	bottom:0px;
}
*/

.cls-next-photo span, .sv-nav-page-next {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -23px;
  background: url(../img/assets.png) no-repeat -59px -12px;
  display: none;
}

.sv-cls-4-ipad .cls-next-photo span,
.sv-cls-4-iphone .cls-next-photo span,
.sv-cls-4-android .cls-next-photo span
{
  width: 55px;
  height: 55px;
  background: url(../img/assets.png) no-repeat -44px 0px;
}

.sv-photo-nav .sv-nav-page-prev
{
	position:absolute;
	display:block;
	cursor:pointer;
	height:60px;
	width:55px;
	background: url(../img/assets.png) no-repeat 7px 8px;
	margin-top: -40px;
}
.sv-photo-nav .sv-nav-page-next
{
	position:absolute;
	display:block;
	cursor:pointer;
	height:60px;
	width:55px;
	background: url(../img/assets.png) no-repeat -44px 8px;
	margin-top: -40px;
}
.sv-nav-page-label
{
	position:absolute;
	display:block;
	font-size:15px;
}
.sv-nav-page-caption
{
	position:absolute;
	display:block;
	font-size:19px;
}
.cls-topmenu {
  height: 38px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  z-index: 9;
}
.cls-topmenu a {
  display: block;
  float: right;
  height: 38px;
  width: 37px;
  background: url(../img/assets.png) no-repeat;
  position: relative;
  cursor: pointer;
}
.cls-topmenu .cls-open-window {
  display: none;
  background-position: -147px -5px;
}
.cls-topmenu .cls-go-fullscreen {
  display: none;
  background-position: -97px -5px;
}
.cls-topmenu .cls-go-nav-panel{
  background-position: -197px -5px;
}

.cls-topmenu a span {
  display: none;
}
.cls-topmenu-right, .cls-topmenu-left, .cls-topmenu-links {
  display: none;
  float: right;
  height: 38px;
  overflow: hidden;
  margin: 0;
  position: relative;
  background-color: #111;
  background: transparent url(../img/assets.png) no-repeat -10px -56px;
}
.cls-topmenu-right {
  width: 5px;
  background: transparent url(../img/assets.png) no-repeat -148px -56px;
}
.sv-cls-4-msie9 .cls-topmenu-right
{
	display:none;
}
.cls-topmenu-left {
  width: 5px;
  background: transparent url(../img/assets.png) no-repeat 0 -56px;
}
.sv-cls-4-msie9 .cls-topmenu-left
{
	display:none;
}
/*--- /detail ---*/

/*--- error ---*/
.sv-cls-error {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  font-family: sans-serif;
  position: absolute;
}
.sv-cls-error .sv-cls-error-text {
  float: left;
  padding: 0.7em 20px;
  position: relative;
  z-index: 10;
}
.sv-cls-error .sv-cls-error-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9;
}
/*--- /error ---*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.sv-photo-detail
{
	position:relative;
	display:inline-block;
	overflow:hidden;
}
/****** photo navigation panel ******/
.sv-photo-nav
{
	z-index:50;
	position:relative;
	float:left;
	overflow:hidden;
}
.sv-photo-nav table
{
	position:absolute;
	top:0;
}
.sv-nav-photo-list
{
	position:relative;
	overflow:hidden;
}

.sv-nav-photo-list table
{
	border: none !important;
	padding:5px !important;
}

.sv-nav-photo-list table tr td
{
	width:80px !important;
	height:80px !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}

.sv-nav-photo-list a
{
/*
	-moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, .2);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .2);
    display:block;
*/
}

.sv-nav-photo-list a img
{
	display:block;
	border:none;
	width:75px;
	height:75px;
	padding:0;
	margin:0;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.sv-nav-photo-list a img:hover
{
	width: 75px;
	height: 75px;
	border: none;
}

.sv-nav-photo-list a.current img
{
	width: 75px;
	height: 75px;
	border: none;
}

.sv-nav-photo-list .visited img
{
	width:75px;
	height:75px;
	border: none;
}
/****** for hand hold devices ******/
/* iphone */
/*
.sv-cls-4-iphone .sv-photo-nav
{
	margin-left: 3px;
	margin-top:5px;
}
*/

/* android */
/*
.sv-cls-4-android .sv-photo-nav
{
	margin-left: 3px;
	margin-top:5px;
}
*/

/* iPad */
/*
.sv-cls-4-ipad .sv-photo-nav
{
	margin-left: 3px;
	margin-top:5px;
}
*/

	