a, a:visited {color:#fff;text-decoration:none}
a:hover {color:#fff;text-decoration:none}
body {
	margin:0;
	padding:0;
	font:80% Arial, Helvetica, sans-serif;
	background: #fff;
	color:#555;
	line-height:180%;
	overflow:hidden;
	
}

img{border:none;}

#container {
width:100%;
height:840px;
background: #fff;
}
#fixed {position:absolute;width:800px;top:40px;left:350px;}
#footer{position:fixed;
bottom:0;
left:0;
background:white;
height:50px;
width:100%;
font: normal 9px Verdana, Geneva, sans-serif;
padding:20px; 
text-align:right;
background-position: top;
background-repeat: repeat-x;
z-index:500;

	}
#left {float:left;width:300px;text-align:right;height:100%;position: absolute;left:0;top:0;z-index:50;background: white;padding-right:20px}
.logo{padding-left:45px;padding-top:100px;}
#left .menu{padding-right:20px;padding-top:200px}
.clear{clear:both}
.left-shadow {position:absolute;height:100%;width:303px;left:320px;top:40px;z-index:1;background: url(css/images/graphics/left-glow.png) repeat-y;}
.right-shadow {position:absolute;height:800px;width:303px;left:880px;top:40px;z-index:1}
#img {width:800px;height:850px;}

			.navmenu {
                width: 300px;
                margin: 0;
                padding: 0;
				text-transform:uppercase;
            }  .navmenu a.menuitem{
                font: bold 13px Verdana, Helvetica, sans-serif;
                color: #57473b;
                display: block;
                position: relative; 
                width: auto;
                padding-bottom: 4px;
                padding-left: 25px;
                text-decoration: none;
			} .navmenu a.collection{
				font: bold 20px Verdana, Helvetica, sans-serif;
				 color: #57473b;
				display: block;
				padding:0;
				margin:0;
				cursor: pointer;
			 } 
			   .navmenu a.menuitem:hover {
                color: #57473b;
            
            } .navmenu .submenu ul { 
                list-style-type: none;
                padding: 0;
                margin-bottom: 10px;
            } .navmenu .submenu ul li a {
                display: block;
                font: normal 13px Verdana, Helvetica, sans-serif;
                color: #57473b;
                text-decoration: none;
                padding-bottom: 2px;
            } .navmenu .submenu ul li a:hover {
                color: #57473b;
				font-weight: bold;
            } 
			
			/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 4px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 13px tahoma;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #dddddd;
	color: #636363;
	background: white url("images/graphics/shade.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

.shadetabs li a:visited{
color: #636363;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li a.selected, .shadetabs li a:hover{ /*selected main tab style */
position: relative;
top: 4px;
}

.shadetabs li a.selected, .shadetabs li a:hover{ /*selected main tab style */
background-image: url('images/graphics/shadeactive.gif');
border-bottom: 0px;
color: #2b2b2b;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



#top {
	position:fixed;
	z-index:500;
	width:100%;
	height:25px;
	top:0px;
	padding-top:15px;
	margin:0px;
	background: #ffffff;
	background-image: url("images/graphics/bg-top.gif");
	background-position: top;
	background-repeat: repeat-x;
}
#bottom {
	position:fixed;
	z-index:500;
	width:100%;
	height:50px;
	bottom:0px;
	padding:15px;
	margin:0px;
	background: #ffffff;
	background-image: url("images/graphics/bg-bottom.gif");
	background-position: top;
	background-repeat: repeat-x;
}

#shade {
	background-image: url("images/graphics/bg-top3.png");
	background-position: top;
	background-repeat: repeat-x;
	border-top:1px solid #dddddd;
	width:100%;
	height:40px;
	position: fixed;
	z-index: 500;
	padding:0px;
	top:40px;

}

#bgsize {
                width: 100%;
                height: auto;
                min-width: 1024px;
                min-height: 683px;
}