html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/background2.jpg);
	padding-bottom: 45px;
}

/** Clearfix Class for Floated Elements **/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/** Body classes & ID's **/
#transbg {
	width: 983px;
	margin-left:auto;
	margin-right:auto;
}

div.box {
	border-right: 1px solid #000;
	position:relative;
	width: 100%;
	overflow: auto;
}

div.box_contents {
	background-color:transparent;
	height: 100%;
	position:relative;
	width: 100%;
	z-index: 101;
}

div.box_background {
	background-color: black;
	height: 100%;
	filter:alpha(opacity=50); /* IE's opacity*/
	left: 0px;
	opacity: 0.50;
	position:absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}


#content {
	width:760px;
	float:left;
	background: #4b392c;
}

#contentstores {
	width:760px;
	float:left;
	background: #4b392c;
}

/** Font Styles **/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	background: #000;
	color: #e8ded0;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 6px;
	margin: 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #e8ded0;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
	margin: 0;
}


#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #e8ded0;
	font-size: 12px;
	line-height: 15px;
	background: #4b392c;
	padding: 10px 8px;
	margin: 0;
}

#content a {
	color:#e8ded0;
}

#content a:hover {
	text-decoration:none;
}

#contentstores p {
	font-family: Arial, Helvetica, sans-serif;
	color: #e8ded0;
	font-size: 14px;
	line-height: 18px;
	background: #4b392c;
	padding: 10px 8px;
	margin: 0;
}

#contentstores a {
	color:#e8ded0;
	text-decoration:underline;
}

#contentstores a:hover {
	text-decoration:none;
}
	

/** Sidebar Styles **/
#sidebar {
	display: inline; /* ie win bugfix */
	float: right;
	width:200px;
	font-family:"Georgia, Times New Roman, Times, serif";
	color: #e8ded0;
	font-size: 18px;
}

#sidebar p {
	font-family:"Georgia, Times New Roman, Times, serif";
	color: #e8ded0;
	font-size: 18px;
}

#sidebarUL {
	list-style: none;
	margin-left: -25px;
	font-family:"Georgia, Times New Roman, Times, serif";
	font-size: 18px;
	color: #e8ded0;
}

#sidebarUL li {
	display: block;
	padding: 4px 2px;
	padding-left: 20px;
}

#sidebarUL li.selected {
	background: url('../images/tree.gif') -5px -6px no-repeat;
	/* For BG image, you can replace 'tree.gif' with 'tree.png'. Note that the PNG version will not show alpha-transparency in IE6, so .gif is used for compatibility reasons, while .png is used for better looks. */
}

#sidebarUL li a {
	text-decoration: none;
	font-family:"Georgia, Times New Roman, Times, serif";
	font-size: 18px;
	color: #e8ded0;
}

#sidebar a {
	text-decoration: none;
	font-family:"Georgia, Times New Roman, Times, serif";
	font-size: 14px;
	color: #e8ded0;
}

#sidebar a:hover {
	text-decoration:underline;
}


/** Footer **/
#footer {
	width: 984px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	color:#e8ded0;
	font-size:10px;
	height:76px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
	background: url('../images/footer-bg.png') bottom left;
}

#footerUL {
	list-style: none;
}

#footerUL li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}

#footerUL li a {
	color: #e8ded0;
	text-decoration: none;
	padding: 0 8px;
}

#footerUL li a:hover {
	text-decoration: underline;
}

#footer p {
	color: #e8ded0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer p.copyright {
	padding-left: 45px;
}

#sidebar p.sidebartext {
	font-size:14px;
}