/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../demo-images/site-bg.jpg);
	background-repeat:repeat-x;
	background-color:#53636d;
}

#master-layout-container{
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header-container{
	width:922px;
	height:93px;
	margin-left:auto;
	margin-right:auto;
}
.header-bg-left{
	width:16px;
	height:93px;
	float:left;
	background-image:url(../demo-images/top-banner-L.jpg);
	background-repeat:no-repeat;
}
#header-bg-center{
	width:890px;
	height:93px;
	float:left;
	background-image:url(../demo-images/top-banner-C.jpg);
	background-repeat:repeat-x;
}
.header-bg-right{
	width:16px;
	height:93px;
	float:left;
	background-image:url(../demo-images/top-banner-R.jpg);
}
#customviewlogo{
	width:266px;
	height:72px;
	float:left;
	background-image:url(../demo-images/customview-logo.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}

.header-top-phone-container{
	width:209px;
	height:25px;
	float:right;
	background-image:url(../demo-images/call-us-img.jpg);
	background-repeat:no-repeat;
	margin-right:18px;
	margin-top:30px;
	display:inline;
}

#master-white-bg{
	width:945px;
	height:100%;
	float:left;
	background-image:url(../demo-images/white-bg.png);
	_background-image:url(../demo-images/bg-ie6.gif);/*targets IE6 and below*/
	background-repeat:repeat-y;
	padding-bottom:30px;
}

#body-content-container{
	width:850px;
	height:auto;
	float:left;
	margin-left:70px;
	margin-top:25px;
}

#products-containers{
	width:842px;
	height:133px;
	float:left;
}

#button-containers{
	width:842px;
	height:35px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

.divider-img{
	width:842px;
	height:16px;
	float:left;
	background-image:url(../demo-images/divider-white.gif);
	background-repeat:no-repeat;
}

.img-container{
	width:137px;
	height:133px;
	float:left;
	margin-right:15px;
}

.product-img-container{
	width:137px;
	height:133px;
	float:left;
	margin-right:5px;
}

.product-heading-container{
	width:680px;
	height:25px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#406218;
	font-weight:bold;
}

.product-content-container{
	width:680px;
	height:80px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:18px;
}

.personalize-button-container{
	width:105px;
	height:30px;
	float:left;
	margin-left:5px;
	margin-top:5px;
}