﻿/*

These styles should NEVER change

*/

* 
{
  padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
li 
{
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl 
{
}
a img 
{
  border-style: none;
}

/* clearfix, the ie part is in the ie css */

.Clear:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* general styling */

body 
{
  background-color: #e3e3e3;
  color: #1b1b1b;
  font: normal 76% Verdana, Arial, Helvetica, sans-serif;
  margin:0;
}
h1, h2, h3, h4, h5, h6 
{
  margin-top: 0em;
  margin-bottom: .25em;
  font-weight: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1 { font-size: 2.6em; }
h2 { font-size: 2.3em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }

p 
{
  margin-bottom: 1em;
  line-height: 1.3;
}
a 
{
  color: #095eae;
  font-weight: bold;
  text-decoration: none;
}
a:hover 
{
  text-decoration: underline;
}
ul.list, ol.list 
{
  margin-left: 3em;
  margin-bottom: 1em;
}
.list li 
{
  margin-bottom: .5em;
  color: #1b1b1b;
}
ul.list li 
{
  list-style-type: disc;
}
ol.list li 
{
  list-style-type: decimal;
}
.Left 
{
	float:left;
}
.Right
{
	float:right;
}
.HideMe
{
	display:none;
}
noscript p, noscript ol 
{
	 color: #a00; 
	 font-size: 13px; 
	 line-height: 1.4em; 
	 text-align: left; 
}
noscript a  
{
	color: #a00;
	text-decoration: underline; 
}
noscript ol  
{
	margin-left: 25px; 
}

/* Layout */
.Wrapper
{
	width:100%;
	_text-align:center;
}
.Container 
{
	max-width: 1000px;
	margin: auto;
	background-color: #f7f7f7;
	_text-align:left;
	_width:1000px;
}
.Header 
{
	background-color:#f7f7f7;
} 
.Header .ClientLogo
{
	float:left;
	margin-right:10px;
	display:block;
	position:relative;
}
.Header .Branding
{
	padding:20px;
	position:relative;
    top: 0px;
    left: 0px;
    width: 500px;
}
.Header .Branding h2
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
.Header .Branding p
{
    text-align:left; 
}
.Header .ShoppingCart
{
	float:right;
	margin:10px 15px;
	display:block;
	position:relative;
    top: 5px;
    left: 0px;
    width: 250px; 
    text-align:center;
}
.Header .ShoppingCart p
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight:bold;
	font-style:italic;
	padding: 8px 8px 2px 0px;
	margin:0;
}
.Header .Navigation
{
	padding-left:25px;
}
.Header .Banner 
{
	height:350px;
}
.Header .Menu ul.AspNet-Menu /* Tier 1 */
{
     /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}
.Header .Menu ul.AspNet-Menu ul  /* Tier 2 */
{ 
    top: 100%;
    left: 0;
}
.Header .Menu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}
.Header .Menu li /* all list items */
{
	padding:7px;
    background: #ccc;
    white-space:nowrap;
}
.Header .Menu li:hover, /* list items being hovered over */
.Header .Menu li.AspNet-Menu-Hover
{
    background: #212121;
}
.Header .Menu a, /* all anchors and spans (nodes with no link) */
.Header .Menu span
{
    color: Black;
    text-decoration:none;
}
.Header .Menu li.AspNet-Menu-Leaf a, /* leaves */
.Header .Menu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
    text-decoration:none;
}
.Header .Menu li:hover a, /* hovered text */
.Header .Menu li:hover span,
.Header .Menu li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover span,
.Header .Menu li:hover li:hover a,
.Header .Menu li:hover li:hover span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.Header .Menu li:hover li:hover li:hover a,
.Header .Menu li:hover li:hover li:hover span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: White;
    text-decoration:none;
}
.Header .Menu li:hover li a, /* the tier above this one is hovered */
.Header .Menu li:hover li span,
.Header .Menu li.AspNet-Menu-Hover li a,
.Header .Menu li.AspNet-Menu-Hover li span,
.Header .Menu li:hover li:hover li a,
.Header .Menu li:hover li:hover li span,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.Header .Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: Black;
    text-decoration:none;
}
.Header .Menu .AspNet-Menu-Selected /* this tier is selected */
{
    font-weight:bold;
}
.Header .Menu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    font-weight:bold;
}
.Header .Menu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    font-weight:bold;
}
.Banner
{
	border-bottom: solid 5px #ccc;
	border-top: solid 5px #ccc;
}
.Banner .Slogan
{
	 float:left;
	 margin: 25px 0 0 25px;
}
.Banner .Slogan h2
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight:bold;
	font-style:italic;
}

/* SlideShow */

.Banner .SlideShow
{
	width:550px;
	float:right;
}
.Banner .SlideShow h3
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.2em;
	font-weight:bold;
	font-style:italic;
}
	
.Banner .SlideShow .stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.Banner .SlideShow .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}
/* These 2 lines specify style applied while slider is loading */
.Banner .SlideShow .csw {width: 100%; height: 260px; background: #fff; overflow: hidden;}
.Banner .SlideShow .csw .loading {margin: 130px 0 300px 0; text-align: center}
.Banner .SlideShow .stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 5px solid #212121; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 465px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 265px;
	clear: both;
	background: #fff;
}
.Banner .SlideShow .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.Banner .SlideShow .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 465px; /* Also specified in  .stripViewer  above */
}
.Banner .SlideShow .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.Banner .SlideShow .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.Banner .SlideShow .stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.Banner .SlideShow .stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.Banner .SlideShow .stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
.Banner .SlideShow .stripNav li.tab1 a { background: #666; }
.Banner .SlideShow .stripNav li.tab2 a { background: #666; }
.Banner .SlideShow .stripNav li.tab3 a { background: #666; }
.Banner .SlideShow .stripNav li.tab4 a { background: #666; }
.Banner .SlideShow .stripNav li.tab5 a { background: #666; }
.Banner .SlideShow .stripNav li a:hover {
	background: #333;
}
.Banner .SlideShow .stripNav li a.current {
	background: #212121;
	color: #fff;
}
.Banner .SlideShow .stripNavL,
.Banner .SlideShow .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 150px;
	text-indent: -9000em;
}
.Banner .SlideShow .stripNavL a, 
.Banner .SlideShow .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.Banner .SlideShow .stripNavL {
	left: 0;
}
.Banner .SlideShow .stripNavR {
	right: 0;
}
.Banner .SlideShow .stripNavL {
	background: url("../../Images/ArrowLeft.gif") no-repeat center;
}
.Banner .SlideShow .stripNavR {
	background: url("../../Images/ArrowRight.gif") no-repeat center;
}
.Showcase
{
    /* image is assigned in Theme styles */
	padding: 15px;
	height:155px;
}
.Showcase:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    _zoom:1;
}
.Showcase .Container
{
	text-align:center;
	padding:10px 0 10px 0;
	margin:0 auto;
}
.Showcase .Container img
{
	float:left;
	margin:10px 0 0 35px;
	padding:3px;
	border: solid 1px #999;
	background-color:#fff;
}
.Content .Container
{
	margin:0 auto 25px auto;
	padding:0;
}
.Content .Welcome
{
	padding:25px;
	margin-bottom:50px;
}
.Content .Welcome li
{
    list-style:decimal;
    padding-bottom:15px;
    margin-top:5px;
    margin-left:30px;
}
.Content .Features
{
	float:right;
	width:325px;
	min-height:200px;
	margin-left:25px;
	margin-bottom:50px;
	text-align:center;
}
.Content .Welcome h4,
.Content .Features h4
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight:bold;
	font-style:italic;
}
.Content .Features img
{
	margin:3px;
	padding:2px;
	border: solid 1px #ccc;
	background-color:#fff;
}
.Gallery
{
}
.Gallery .Container,
.Checkout .Container
{
	text-align:center;
	padding: 25px 0;
}
.Gallery .thickbox
{ 
	float:left;
    margin:25px;
}
.Footer
{
	text-align:center;
	clear:both;
	color:#666;
	padding-top:25px;
	padding-bottom:25px;
	border-top: solid 5px #ccc;
	
}

.FooterMenu
{
    color: #FFFFFF;
}

.FooterMenu:hover
{
    color: #666;
}


/*Modal Popup*/

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    color: #000000;
    vertical-align:bottom;
    left:25%;
    top:25%;
    margin:0 auto;
}

.modalBackground {
        background-color: Gray;
        filter: alpha(opacity='0');
        opacity: 0.7;
}
        
/*
.modalBackground {
	background-color: #000;
	filter:alpha(opacity=70);
	opacity:0.7;
}  
*/ 
     
.PreviewProduct
{
    padding: 10px;
    font-size: 12pt;
}

.DataListCSS {
        vertical-align:bottom;
        position:absolute;
        margin:0 auto;
    top: 341px;
    left: 573px;
}
        
.minitext {
        font: normal 0.7em Arial, sans-serif;
        color: Black;}
        
.disable {
        background-color: #CF110C;
        color: #fff;
        font-weight: bold;
        padding: 5px;}
        
.OO {
        text-decoration:none; 
        color:inherit;
}
        
.OO:hover {
        text-decoration:underline;
        color:inherit;
        }
