/* CSS Document - Shoppping Exprience */

/****** page structure ******/


#sponsors{
	/*background-color: #FFFF00;*/
	height: 102px;
	width: 842px;
	margin: 0px auto;
	background-image: url(../images/SE-Sponsor-logos.jpg);
	background-repeat: no-repeat;
}
#title{
	/*background-color: #FFFF00;*/
	height: 169px;
	width: 842px;
	margin: 0px auto;
	background-image: url(../images/title2.jpg);
	background-repeat: no-repeat;
}
#title_corner{
	background-image: url(../images/title_corner.gif);
	background-repeat: no-repeat;
	z-index: auto;
	position: fixed;
	left: 741px;
	height: 8px;
	width: 37px;
}
.wrapper {
	width:845px;
	margin:0px auto;
	padding:0px;
	/*background-color: #FFFFCC;*/
}
.navbar{
	width: 842px;
	/*background-color: #00FF00;*/
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3097a8;
	text-align: right;
}
.nav1 {
	width:842px;
	height:25px;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	z-index: 3;
	clear: both;
	background: #3097a8;
}

#photobar{
	/*background-color: #FFFF00;*/
	height: 140px;
	width: 842px;
	background-image: url(../images/photobar.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
.narrow_column{
	background-color: #a1cfd7;
	padding: 5px;
	float: left;
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #3097a8;
}
.column{
	/*background-color: #FF0000;*/
	padding: 10px;
	width: 498px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.admin_column{
	/*background-color: #FF0000;*/
	padding: 10px;
	width: 498px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 155px;
}
.clear{
	height: 5px;
	margin-top: 3px;
}
.serial{
	font-size: 9px;
	color: #3097a8;
}
.testimonial_blue{
	color: #FFFFFF;
	padding: 3px;
	width: 100%;
	background-color: #3097a8;
}
.testimonial_orange{
	color: #FFFFFF;
	padding: 3px;
	width: 100%;
	background-color: #e66915;
}
.portfolio_box {
	border: thin solid #3097a8;
	/*padding: 3px;*/
	float: left;
	width: 85px;
	height: 100px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
}