﻿body 
{
  background:#74828A url('../../Themes/Collage/BodyBackground.jpg') repeat-x top;
  color: #1b1b1b;
  padding-top: 5px;
}
h1, h2, h3, h4, h5, h6 {}
p 
{
}
a 
{
  color: #39F;
}
a:hover 
{
}

/* Layout */
.Wrapper
{
}
.Container 
{
	background-color:#000;
	margin:0 atuo;
}
.Header
{
	background-color:transparent;
	border:none;
	margin:0 auto;
} 
.Header .Container
{
	background:#39F url('../../Themes/Collage/HeaderCollage.jpg') no-repeat bottom;
	border: solid 5px #000;
	border-bottom:none;
	min-height:115px;
} 
.Header .Branding
{
	color:#fff;
	min-height:115px;
	padding-top:3px;
	padding-bottom:3px;
}
.Header .Branding h2
{
	color:#fff;
}
.Header .ShoppingCart
{
	background-color:#000;
	color:#39F;
	margin:0 5px;
	/* min-height:115px; */
}
.Header .ShoppingCart p
{
    
}
.Header .Navigation
{
	border-bottom:solid 5px #000;
	background-color:#ccc;
}
.Header .Menu
{
}
.Header .Menu ul.AspNet-Menu ul  /* Tier 2 */
{ 
}
.Header .Menu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
}
.Header .Menu li /* all list items */
{
		color:#fff;
		background: transparent;
}
.Header .Menu li:hover, /* list items being hovered over */
.Header .Menu li.AspNet-Menu-Hover
{
    background-color:#000;
    color:#fff;
}
.Header .Menu a, /* all anchors and spans (nodes with no link) */
.Header .Menu span
{
    color: #333;
}
.Header .Menu li.AspNet-Menu-Leaf a, /* leaves */
.Header .Menu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}
.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: #fff;
}
.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
{
    background-color:#000;
    color:#fff;
}
.Header .Menu .AspNet-Menu-Selected /* this tier is selected */
{
	background-color:#000;
    color:#39F;
}
.Header .Menu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}
.Header .Menu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}
.Banner
{
	background:transparent;
	border:none;
	margin:0;
	padding:0;
}
.Banner .Container
{
 background:#000 url('../../Themes/Collage/CollageMainContent.jpg') no-repeat left top;
	background-color:#FFF;
	height:360px;
	border-right: solid 5px #000;
	border-left: solid 5px #000;
	margin:0 atuo;
	padding:15px 0;
	width:100%;
}
.Banner .Slogan
{
	width:38%;
	float:left;
	position:relative; 
	display:block;
	margin:0;
	padding:0;	
}
.Banner .Slogan h2
{
	color:#39F; 
	background-image:url(opacity-wht.png); 
	background-repeat:repeat; 
	background-position:top left;
}
.Banner .Slogan h3
{
	color:#000;
	background-image:url(opacity-wht.png); 
	background-repeat:repeat; 
	background-position:top left;
}

/* SlideShow */

.Banner .SlideShow
{
	padding-right:25px;
	color:#000;
	float:left;
	position:relative; 
	vertical-align:top; 
	display:block; 
	width:55%;
}
.Banner .SlideShow img
{
	float:left;
/*	margin-right:15px; */
}	
.Banner .SlideShow .stripViewer .panelContainer .panel ul 
{
}
.Banner .SlideShow .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
}
/* These 2 lines specify style applied while slider is loading */
.Banner .SlideShow .stripViewer { /* This is the viewing window */
	 /* Also specified in  .stripViewer .panelContainer .panel  below 
	height:300px;
*/
}
/* These 2 lines specify style applied while slider is loading */
.Banner .SlideShow .csw {height: 260px; background: #000;}
.Banner .SlideShow .csw .loading {margin:  130px 0 300px 400px; text-align: left; color:#fff;}
.Banner .SlideShow .csw 
{
	background: #000;
}
.Banner .SlideShow .csw .loading 
{
	text-align:left;
}
.Banner .SlideShow .stripViewer { /* This is the viewing window */
	border: 1px solid #39F; /* this is the border. should have the same value for the links */
	background: transparent;
}
.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  */
}
.Banner .SlideShow .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
}
.Banner .SlideShow .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
}
.Banner .SlideShow .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
}
.Banner .SlideShow .stripNav ul { /* The auto-generated set of links */
}
.Banner .SlideShow .stripNav ul li {
}
.Banner .SlideShow .stripNav a { /* The nav links */
	color: #ccc;
}
.Banner .SlideShow .stripNav li.tab1 a { background: #000; }
.Banner .SlideShow .stripNav li.tab2 a { background: #000; }
.Banner .SlideShow .stripNav li.tab3 a { background: #000; }
.Banner .SlideShow .stripNav li.tab4 a { background: #000; }
.Banner .SlideShow .stripNav li.tab5 a { background: #000; }
.Banner .SlideShow .stripNav li.tab6 a { background: #000; }
.Banner .SlideShow .stripNav li a:hover {
	background: #39F;
	color: #fff;
}
.Banner .SlideShow .stripNav li a.current {
	background: #39F;
	color: #fff;
}
.Banner .SlideShow .stripNavL,
.Banner .SlideShow .stripNavR { /* The left and right arrows */
}
.Banner .SlideShow .stripNavL a, 
.Banner .SlideShow .stripNavR a {
}
.Banner .SlideShow .stripNavL {
}
.Banner .SlideShow .stripNavR {
}
.Banner .SlideShow .stripNavL {
	background: url('../../Themes/Collage/ArrowLeft.gif') no-repeat center;
}
.Banner .SlideShow .stripNavR {
	background: url('../../Themes/Collage/ArrowRight.gif') no-repeat center;
}
/* .Showcase
{
	background: #ccc url('showcasebg.jpg') repeat-x top;
	border-bottom: solid 1px #999;
} */
.Showcase 
{
	padding:0;
}
.Showcase .Container img
{ 	
		margin-left:35px;
}
.Showcase .Container
{
    background-color: #ccc;
    border-right: solid 5px #000;
    border-left: solid 5px #000;
    padding-top: 0px;
    padding-bottom: 10px;
	height: 150px;
}
.Content .Container,
.Gallery .Container
{
	background:#f7f7f7;
	border-right: solid 5px #000;
	border-left:solid 5px #000;
	border-bottom:solid 5px #000;
}
.Content .Welcome
{
	color:#333;
}
.Content .Features
{
	color:#333;
}
.Content .Welcome h4,
.Content .Features h4
{
	color:#39F;
}
.Content .Features img
{
	border: solid 1px #ccc;
}
.Gallery
{
}
.Gallery .Container
{
}
.Gallery .thickbox
{ 
    border: solid 1px #EAF9FF;
}
.Footer
{
	color:#ccc;
	border-top: none;
	
}