html, body {
	margin: 0 0 0 0;
	background: #3b3b3b url(images/sidebar_bg.jpg) repeat-y 0% 0;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}

#contents {
	position: absolute;
	top: 200px;
 left: 183px;
}

a{
 color: white;
}

div.Sidebar {
 position:absolute;
 left:0px;
 top:0px;
 width:183px;
	min-height: 100%;
	height: 100%;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;	
}

div.all-udesigns-logo_ {
 position:absolute;
 left:0px;
 top:0px;
 width:183px;
 height:181px;
}

div.all-udesigns_ {
 position:absolute;
 left:0px;
 top:181px;
 width:183px;
 height:486px;
}

div.Header {
 position:absolute;
 left:183px;
 top:0px;
 width:598px;	
}

div.Footer {
 position: relative;
	left: 0px;
 z-index: auto;
	width: 75%;
}

#FooterText {
	font-size: 9px;
	color: white;
	left: 10px;
	top: 147px;
	padding-bottom: 6px;
	z-index: auto;
	font-variant: normal;
	position: absolute;
}

div.SidebarEnd {
    position: absolute;
				left: 0px;
    bottom: 0;
	}
	
.headermenu
{
 background-color: #2C4955;
	padding: 1px 0px 1px 0px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.headermenu a, .headermenu a:visited
{
 background-color: #2C4955;
	padding: 2px 0px 1px 0px;
	display: block;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 11px;
	width: auto;
}

.headermenu a:hover
{
	border-right: 2px solid #7d5f9f;
	border-left: 2px solid #7d5f9f;
	border-top: 2px solid #7d5f9f;
	border-bottom: 2px solid #7d5f9f;
	background-color: #494250;
	color: #fff;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	height: 100%;
	text-decoration: none;
}

div.CustomerLogin{
position: absolute;
left: 630px;
top: 170px;
}

.insideTable{
	border: #2c2c2c 2px solid;
	background-color: #494250;
	font-size: 11px;
	font-weight: bold;
	color: white;
	}

.insideTable th{
	background-image: url(images/insideframe_th.jpg);
	background-repeat: repeat-x;	
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 2px;
	}

.insideTable input{
 font-size: 9px;
	}
	
	.ContentCell
	{
	 position: relative;
	 top: 0px;
	 left: 0px;
	 z-index: 20;
	 color: #fff;
	 width: 580px;
	 font-variant: small-caps;
	 font-weight: bold;
	 font-size: 13px;
	margin-left: 5px;
	}

