
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 94%;
	background-color: #952A2A;
	background-image: url(../images/interface/dyn/bg_img_main.jpg);	background-repeat: repeat;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #161616;
}
#header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding-top: 0px;
	padding-bottom: 0px;


	background-color: #111;
	margin-left: 0px;

	border: 1px solid #737070;
}
#HomeContent {
	padding-top: 10px;
	padding-bottom: 0px;


	background-color: #353535;
	margin-left: 0px;

	border: 1px solid #737070;
}
#footer {
	background-color: #111;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #737070;
	width: 960px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	font-size: 0.8em;
	color: #616161;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#content {
	width: 310px;
	height: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}

.homeAlbum {
	float:left;
	padding-bottom: 10px;
	width: 185px;
	padding-left: 6px;
}
.navAlbum {
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 155px;
}



#mainNav {
	width: 880px;
	padding-left:80px;
    text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color:#333333;
	background-image: url(../images/interface/dyn/bg_img_nav.jpg);    background-repeat: repeat;
}
#col1_subnav {
	width: 42%;
	height: 500px;
	overflow: scroll;
}
#Detail_top tr td {
	font-size: 0.9em;
}
#Detail_btm tr td {
}
#Detail_top tr td h2 {
	font-size: 1.4em;
	color: #FFF;
	line-height: normal;
}
#Detail_btm tr td {
	font-size: .8em;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #333;
	padding-bottom: 3px;
	padding-top: 3px;
}

/* SPRY Table CSS */


.spry_row_even {
	background-color:#414141
}
.spry_row_hover {
	background-color:#999;
}
.spry_row_select {
	background-color: #C03;
}
/*Prototype CSS Scrollers */

#div {
	margin: 0px;
}






					
#content1 {
	background-color:#211616;
    background-image: url(../images/interface/dyn/bg_img_leftmargin.jpg);    background-repeat: repeat;
    height: 492px;
	width: 330px;
	float:left;
	overflow:auto;
	padding-left: 10px;
	padding-top: 7px;
}
#content1 p {
	margin: 10px;
}
.scrollbar-vert {
	background-color: #4F0000;
	height: 500px;
	width: 20px;
	float:left;
}

.handle-vert {
	height: 150px;
	width: 20px;
	background: url(images/interface/handle_red_vert.gif) no-repeat;
}

#content2 {
	background-color:#211616;
    border-top:#1px solid #737070;
	height: 194px;
	width: 604px;
	float:left;
	overflow:auto;
	padding-left: 14px;
    padding-top: 15px;
}
#content2 p {
	width: 100px;
}
.swatch {
	height: 25px;
	width: 25px;
	border: 1px solid #FFF;
	float: left;
	margin-right: 8px;
	margin-top: 7px;
}

#DetailTop	{
	float:left; 
    background-color: #000000; 
	width: 618px; 
    height: 290px; 
    overflow: auto;
    border-bottom: 1px solid #737070;

}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .8em;
	cursor: default;
	width: auto;
    
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 11em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	z-index: 1020;
	cursor: default;
	width: 18em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
   background-color: #333333; 
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 18em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
    padding: 0.5em 0.75em;
	color: #FFF;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #323231;
    color: #FFF;
    filter:alpha(opacity=80);
	-moz-opacity:0.8
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #323231;
	color: #FFF;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{

    background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{

    background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-color: #323231;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-color: #323231;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;;
    background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* CMS css */						
#picker1 {
	position: relative;
	padding: 6px;
	background-color: #999;
	width: 420px;
	height:180px;

}                                                                                

#content_cms_l {
	width: 25%;
	float:left;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #161616;
}
#content_cms_l p {
	margin: 10px;
}

#content_cms_r {
	float:left;
	background-color: #0D0D0D;
	padding-left: 20px;
	width: 70%;
	padding-top: 30px;
}
#content_cms_r p {

}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}


