body {
	background-color: #ECECEC;
	margin: 0;
	padding: 0;
}

#container{
	width: 1025px;
	height: 609px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header{
	width:995px;
	height:43px;
	background: url('/landing/techstylecanvas/images/topBar_bg.jpg');
	margin-bottom:10px;
}

#subheader{
	width:995px;
	height:43px;
}

#techStyleBanner{
	margin: 2px 10px;
}

#selectSwatchBanner{
	margin: 2px 10px;
}

#hdcLogo{
	margin: 8px 0px 0px 25px;
}

#contentArea{
	margin: 0px auto;
	width: 975px;
	height: 472px;
}

#flashContainer{
	width: 726px;
	height: 472px;
	background-color: #999999;
	float: left;
}

#infoBox{
	width: 247px;
	height: 470px;
	background: url('/landing/techstylecanvas/images/infoBox_bg.jpg');
	border: 1px solid #CCCCCC;
	float: left;
}

#leftGutter{
	width: 15px;
	height: 578px;
	background: url('/landing/techstylecanvas/images/leftBar_bg.jpg');
}

#rightGutter{
	width: 15px;
	height: 578px;
	background: url('/landing/techstylecanvas/images/rightBar_bg.jpg');
}

#bottomGutter{
	height:31px;
	width:995px;
	background: url('/landing/techstylecanvas/images/botBar_bg.jpg');
}

#successMsg{
	display: none;
	margin-top: 75px;
	margin-left: 15px;
}

#inputFields {
	margin: 10px 18px;
	text-align: left;
}

#errorMsg {
	display: none;
	color: red;
	margin-left: 15px;
}