html, body {
	margin:0;
	padding:0;
	height:100%;
}
 
body {
	background-color:#2C2C29;
	color:#2C2C29;
	font-family:Tahoma, Geneva, sans-serif;
}

a, a:active, a:link, a:visited {
	color:#2C2C29;
	text-decoration:none;
}

a img {
	border: 0;
}

#spacer {
	position:relative;
	float:left;
	height:50%;	
	margin-bottom:-120px;
	width:1px;
}
 
#content {
	width:99%;
	height:200px;
	margin:0;
	position:relative;
	clear:left;
	text-align:center;
}

#add {
	width:500px;
	margin:0 auto;
}

#addtop {
	margin: 0;
	padding: 5px;
	color: #415157;
	font-size: 24px;
	background-color: #e5e5e5;
	border-bottom: 1px solid #CCC;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#addlist {
	margin:0;
	padding:0;
	list-style:none;
	height:160px;
	background-color:#fff;
	padding-top:5px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

#addlist li {
	display:inline-block;
}

#addlist a, #addlist a:hover, #addlist a:active, #addlist a:link {
	color:#fff;
}

#adddesc {
	list-style:none;
	margin: 0;
	padding: 0;
}

#adddesc li {
	display:none;
	width:300px;
	margin:0 auto;
	padding:5px;
	background-color:#e5e5e5;
	border-top:1px solid #CCC;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

#sidemenu {
	list-style:none;
	position:absolute;
	bottom:50px;
	right:0px;
	padding:10px 10px 0 10px;
	background-color:#e1e1da;
	border:2px solid #999;
	border-right: 0;
	-moz-border-radius: 5px 0  0 5px;
	-webkit-border-radius: 10px 10px 0 0;
	z-index: 104;
}

#sidemenu li {
	margin-bottom: 10px;
}

#ov-shadow {  
	display:none;
	background:#000000;  
	opacity:0.9;   
	position:absolute;  
	top:0px;  
	left:0px;  
	min-width:100%;  
	min-height:100%;  
	z-index:100;  
} 

#ov-box {
	position: fixed;
	z-index: 102;
	display:none;
	text-align:left;
}  

#ov-loading {
	width:24px;
	height:24px;
	background: url('images/loading.gif') no-repeat;
}

#ov-window {
	display: none;
	padding: 10px;
	color: #000000;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#ov-caption {
	margin: 0;
	margin-top:10px;
	padding: 0;
	text-align: center;
	width: 100%;
}