*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px;
}

html{
	background:#9E9D90;
}
.clear{
	clear:both;
}

.pad {
	padding:5px 20px;
	margin: 0;
	}

.Wrapper{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

.storageLink{
	float:right;
	margin:0;
}

a img {
	border:none;
}
/** CONTENT **/
#Header{
	width:900px;
	margin-left:auto;
	margin-right:auto;	
}
	#Header ul{
		margin:10px 0 0 10px;
		list-style:none;
		list-style-type:none;
		float:left;
		width:700px;
		overflow:hidden;
	}
		#Header ul li{
			margin-right:3px;
			list-style:none;
			list-style-type:none;
			float:left;
			background:url(../images/nav-bg.gif);
			vertical-align:middle;
			width:112px;
			height:27px;
			padding-top:8px;
		}
	#Header #Logo{
		float:right;
		text-indent:-5000px;
		overflow:hidden;
		width:167px;
		height:135px;
		background:url(../images/sstorage-logo.png) no-repeat;
		margin-top:-90px;
		padding-bottom:9px;
	}
#Red-Bar{
	width:100%;
	background:url(../images/red-bar.gif) repeat-x;
	height:130px;
	margin-top:-9px;
}
#Avatar{
	margin-top:-120px;
	float:left;
	width:169px;
}

#MainTitle{
	margin-top:-50px;
	float:right;
	font-size:1.5em;
	color:#fff;
}

	#Nav-2 ul{
		margin-left:10px;
		list-style:none;
		list-style-type:none;
		float:left;
		overflow:hidden;
		margin-top:8px;
	}
		#Nav-2 ul li{
			margin-right:9px;
			list-style:none;
			list-style-type:none;
			float:left;
		}
/** CONTENT **/

#Content-Container{
	width:100%;
}
	#Content{
		width:900px;
		float:right;
		margin-left:5px;
		padding-top:5px;
	}

/** Main Content (LH Column) **/
	.mainContent{
	float:left;
	width:470px;
	clear:right;
	padding:0;
	margin: 0;
}

.mainContent .right{
	float:right;
}

.mainContent .left{
	float:left;
}

/** Image Content (RH Column) **/

.imageContent{
	width:250px;
	float:left;
	padding:0;
	margin-top:40px;
}

.photo200{
	display:block;
	padding:0;
	margin:20px 0 10px 0;
}

.photo200 img {
	padding:0 10px 10px 10px;
	margin:0;
	width:250px;
}

.photo200 p {
	line-height:1em;
	padding-left:10px;
	margin:0;
}

/** Wiidget Area (RH Column) **/

.WidgetHolder {
	margin-top: 20px !important;
	margin-left: 10px;
	float:left;
	width:350px;
}

/** Sub Menu (LLH Column) **/

	#Sidebar{
		width:150px;
		padding:5px 10px;
		float:left;
		background:#4b3e30;
		margin-right:10px;
	}
		.sidebarBox{
			border-bottom:solid 1px #ffffff;
			padding:6px 0px;
		}
		.sidebarBox ul{
			list-style:none;
			list-style-type:none;
		}
		
			.sub, #Menu2, .sub li, #Menu2 li{
				list-style:none;
				list-style-type:none;
				margin-left:5px;
			}
			.sub a, .sub a:visited, #Menu2 a, #Menu2 a:visited, .sidebarBox ul a, .sidebarBox ul a:visited{
				color:#FFFFFF;
			}

/** ProductGroup (Main Column) **/

#ProductGroup {
	float: left;
	width:370px;
}

/** Cart (RH Column) **/

.cart {
	margin-top: 20px !important;
	margin-left: 10px;
	width:360px;
	float:right;
}


/** Checkout (RH Column) **/

	#Checkout{
		width:650px;
		padding:5px 10px;
		float:left;
	}
			
#Footer{
	width:100%;
	margin-top:20px;
}

/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/