#center {
position: relative;
}

#searchcontainer {
	position: absolute;
	top: 85px;
	left: 300px;
} 


#search {
	margin-top: 100px;
	height: 50px;
	background-color: #FFF;
	text-align: left;
} 

fieldset.search {
	border: none;
	width: 430px;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1.2em;
	width: 350px;
	height: 30px;
	padding: 8px 0px 0px 10px;
	background: url(../images/search_bg.png) no-repeat left top;
	margin-right: 5px;
}

.search input.box:focus {
	background: url(../images/search_bg.png) no-repeat left -38px;
	outline: none;
	color: #000;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/search_bg.png) no-repeat top right;	
}
.search button.btn:hover {
	background: url(../images/search_bg.png) no-repeat bottom right;	
}

.hiddensubmit{
	display: none;
}

#salesweb {
	position: absolute;
	top: 90px;
	left: 10px;
}

#announcement {
	position: absolute;
	top: 200px;
	left: 350px;
	width: 500px;
	height: 250px;
	color: #000;
	padding: 10px;
} 

#announcement h1 {
	color: white;
} 

#salespopup, #sepopup, #popupImgDesc {
	position: absolute;
	top: 0px;
	left: 302px;
	width: 344px;
	font-size:130%;	
    display: none; /* keeps the popup hidden if no JS available */
	background: transparent url(../images/menuhover.png) repeat;
	color: #FFF;
	padding: 5px;
	border: 1px solid #2f80d1;
}

#popupImgDesc {
	position: absolute;
	top: 140px;
	left: 302px;
	width: 344px;
	font-size:130%;	
    display: none; /* keeps the popup hidden if no JS available */
	background: transparent url(../images/menuhover.png) repeat;
	color: #FFF;
	padding: 5px;
	border: 1px solid #2f80d1;
}

#popupUploadDesc {
	position: absolute;
	top: 370px;
	right: 20px;
	width: 100px;
	font-size:130%;	
    display: none; /* keeps the popup hidden if no JS available */
	background: transparent url(../images/menuhover.png) repeat;
	color: #FFF;
	padding: 5px;
	border: 1px solid #2f80d1;
}

#imageInfoIcon {
	position: absolute;
	bottom: 40px;
	right: 120px;
	width: 40px;
}

#uploadIcon {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 40px;
}

#footer {
	font-size: 90%;
	color: #8b8b8b;
	padding-top: 5px;
	padding-left: 10px;
}
