
body {
    color: #949284; 
  	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 80%; 
	font-weight: lighter;
	xposition: relative;
}

a:link, a:visited {
    color: #949284;
    font-weight: bold;
    text-decoration: none;
}
.border {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

.content {background: #ffffff none no-repeat scroll 0 0;}

a:hover {
    text-decoration: underline;
}

.overflowh {overflow: hidden;}

 #container{
    width: 880px;
    margin: 15px auto 15px auto;
	background: #ffffff url(../images/sl_05.gif) repeat-y scroll 0 0;
	position: relative;
}

#innerContainer {
	width:770px;
	margin: 15px auto 0px auto;
}

#capTop{
	height: 20px;
	background: transparent url(../images/sl_03.gif) no-repeat scroll  0 0;
}
#header {
    height: 60px;
	background: transparent url(../images/sl_07.gif) no-repeat scroll  0 0;
}

#titleLink{
	width:200px;
	height: 60px;
	float: left;
	cursor: hand;
}
#cities {
	float: right;
	xwidth:400px;
}

#cities li {
	display: inline;
	margin-left: -3px;
}

#nav {
}

#main {
    /*margin: 20px 0 0 47px;
	min-height:387px;
    height:auto !important;
    height:387px; */
	background-color: #ffffff;
	xposition: relative;
} 

#mainWrapper {
	margin: 20px 0 0 47px;
	min-height:387px;
    height:auto !important;
    height:387px;
}

#image{
	float: left;
	width: 219px;
}
#content{
	float: left;
	width: 400px;
	xpadding: 20px;
	margin: 0 0 0 40px;
}
#footer {
	height: 87px;
} 

#bottle {
	float:right;
}

#contactUs{
	float:right;
	margin: 50px 20px 0 0;
	font-size: 1.15em;
}
#capBottom{
	height: 16px;
	background: transparent url(../images/slice_31.gif) no-repeat scroll  0 0;	
}
.clear {
    clear: both;
} 
#credits {
	margin: 1em 0 0 0;
}

#clickLarger {
	text-align:center;
	font-size: 0.9em;
	xvisibility: hidden;
	display: none;
}

.clickMsg {
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
}

#imageMed {
	border: 2px solid #949284;
	margin-bottom:5px;
}

h1 {
    margin: 0 0 .2em 0;
    font-size: 1.5em;
    font-stretch: semi-expanded; 
    font-weight: normal;
	color: #949284;
}
#client {
	xmargin-top: -6px;
}


.hide {
    display: none;
} 



/* slider specific CSS */
.sliderGallery {
	xbackground: url(images/productbrowser_background_20070622.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	xpadding: 10px;
	height: 160px;
	width: 720px;
	margin: 15px 0px -5px 30px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	xoverflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
}

.slider {
	width: 720px;
	height: 20px;
	margin-top: 130px;
	padding: 1px;
	position: relative;
	background: url(../images/scroller.png) no-repeat;
	font-weight: bold;
}

.handle {
	position: absolute;
	cursor: move;
	height: 20px;
	width: 135px;
	top: 0;
	background: url(../images/scrollBar.png) no-repeat;
	z-index: 10;
}

.slider span {
	xcolor: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 20;
	top: 3px;
}

.slider .slider-lbl1 {
	left: 30px;
}

.slider .slider-lbl2 {
	left: 190px;
}

.slider .slider-lbl3 {
	left: 450px;
}

.slider .slider-lbl4 {
	left: 640px;
}

/*spacing for images in slider. IE8 barfs is if margin is on LI so put on IMG instead*/
.sliderGallery UL LI IMG {
	margin-right: 20px;
}

.sliderGallery UL LI.spacer IMG {
	margin-right: 52px;
	margin-left: 32px;
}

/*custom fancybox styles*/

/*hide png transparency border because it glitches in some browsers during the fade*/
#fancy_bg {
	display: none;
}
