#tagApp {
	margin-top:15px;
/*	height: 420px; */
	text-align: left;
}

#tagMenu {
	width: 99%;
	margin-left: 3px;
}


#tagMenu h3 {
	float: left;
	padding: 8px;
	display: inline;
	margin: 0;
	font-size: 11px;
	cursor: pointer;
	background: #4F0012;
	color: #F8BF01;
}

#tagMenu ul {
	position: absolute;
	z-index: 1000;
	display: none;
	padding: 4px;
	margin: 0;
	border: 1px solid black;
	list-style-type: none;
	background: #fff;
}



#tagMenu ul li {
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #999;
	cursor: pointer;
	font-size: 11px;
}
/*
#tagMenu {
	float: right;
	width: 210px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 0;
	height: 366px;
	overflow: auto;
	border: 1px solid #999;
	border-top: none;
}
*/

/*
#tagMenu h3, #thumbs h3 {
	cursor: pointer;
	margin: 0 0 4px 0;
	padding: 4px;
/*	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #ccc; */
/*
	border-top: 1px solid #F8BF01;
	border-bottom: 1px solid #F8BF01;
	background: #4F0012;
	color: #F8BF01;
	font-family: Verdana, Geneva, Arial;
	font-weight: bolder;
	
}
*/

#tagMenu h3.over {
	color: #FFF;
}



#tagMenu ul li {
	cursor: pointer;
	text-align: left;
	padding: 2px;
	color: #666;
	border-bottom: 1px solid #ddd;
}

#tagMenu ul li.white {
	background: #FFF;
}

#tagMenu ul li.mocha {
	background: #CC9966;
}

#tagMenu ul li.unfinished {
	color: #FFF;
	background: #000;
}

#tagMenu ul li.red {
	color: #000;
	background: #D42B00;
	font-size: 12px;

}

#tagMenu ul li.green {
	background: #669900;
}

#tagMenu ul li.silver {
	background: #CCCCCC;
}

#tagMenu ul li.gold {
	background: #DFB713;
}

#tagMenu ul li.copper {
	color: #fff;
	background: #BD5F00;
}

#tagMenu ul li.faux {
	color: #F8BF01;
	background: Black;
}



#tagMenu ul li.over {
	color: #000;
	border-bottom: 1px solid #4F0012;
}

#tagMenu ul li.faux.over {
	color: white;
}

#colorMenu {
	width: 485px;
}

#colorMenu div {
	position: relative;
	float: left;
	width: 160px;
}

#colorMenu ul {
	position: relative;
	float: left;
	width: 150px;
	display: block;
	border: none;
	border-bottom: 2px solid #666;
}

#roomMenu {
	width: 480px;
}

#roomMenu ul {
	position: relative;
	float : left;
	width: 85px;
	display: block;
	border: none;
	border-left: 1px solid #999;
}

#patternMenu {
	width: 350px;
}

#patternMenu ul {
	position: relative;
	float: left;
	width: 40px;
	display: block;
	border: none;
	border-left: 1px solid #999;
}


#linkto {
	width: 170px;
	padding-right: 20px;
	float: right;
	visibility: hidden;
}

#imgHeader {
	text-align: center;
	color: #4F0012;
	font-size: 18px;
	visibility: visible;
}

#clearSearch {
	text-align: center;
	font-size: 12px;
	visibility: hidden;
	margin-bottom: 5px;
}

#thumbs {
/*	border: 1px solid #666; 
	min-height: 100px; */
	margin:  -5px 20px 20px 20px;
/*	width: 345px; */
	height: 325px;
/*	overflow: auto; */
	
	
}

#thumbs.clear {
	background: url(http://www.americantinceilings.com/images/newPhotoImage.jpg) no-repeat;
	
}

#thumbs img {
	border: 1px solid #fff;
	margin: 3px;	
}

#thumbs img.over {
	border: 1px solid #C00;
}
/*
#thumbs h3 {
	background: #ddd;
}

#thumbs h3,p,li {
	padding: 3px;
	font-size: 14px;
}
*/

#thumbs ul {
	margin: 4px 4px 4px 4px;
	padding: 3px 3px 3px 25px;
	list-style-type: decimal;
	color: #F8BF01;
}

#thumbs li {
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px solid #999;
	padding: 3px;
}

#thumbs li span {
	font-size: 10px;
	font-weight: normal;
	background: #fff;
	opacity: 1;
	color: #000;
}

#thumbs p {
	padding: 10px;
	/*background: #fff;*/
	font-weight: bolder;
	/*height: 142px;*/
	overflow: hidden;
	/*opacity: .85;*/
}

#thumbs p .br {
	margin-bottom: 2px;
}

#roomContainer {
	text-align: left; 
	float: none;
	clear: both;
}

#roomContainer td {
	padding: 3px;
}

#colorArea {
	background-color: #FFFFCC;
}

#contestInfo {
	width: 97%;
	padding: 8px;
	background-color: #DC143C;
	border: solid 1px #999999;
	text-align: center;
}

#contestInfo a {
	color: White;
	font-size: 14px;						
	font-weight: bold;
}

.pageHeader h2 {
	background-color: #00BFFF;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.contest-best {
	position: absolute;
	top: 175px;
	left: 576px;
	
}

