body {
	background-color: #e8e7e8;
	background-image: url(../img/grid/pageBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
}
#container {
	width: 1000px;
	background-color: white;
	text-align: left;
	margin: 0 auto;
	padding: 0 1px;
}
#header, #main, #footer {
	width: 1000px;
}
#header {
	background-color: #6da1e5;
	background-image: url(../img/grid/headerBg.jpg);
	background-width: 1000px;
	height: 145px;
	z-index: 20;
}
#header #navi {
	position: absolute;
	left: 237px;
	top: 97px;
	width: 763px;
	height: 49px;
}
#main {
	position: relative;
}
#menu {
	background-image: url(../img/grid/menuBg.gif);
	background-width: 201px;
	background-height: 319px;
	background-repeat: no-repeat;
	width: 176px;
	min-height: 319px;
	-height: 319px;
	float: left;
	padding-left: 25px;
	margin-bottom: 20px;
	box-sizing: content-box;
}
#pageContent {
	float: left;
	position: relative;
	width: 550px;
	margin-left: 36px;
	padding-top: 36px;
	margin-bottom: 20px;
}

#homeContent1 {
	float: left;
	width: 297px;	
	padding-left: 25px;
	margin-top: 30px;
	background: transparent url(../img/grid/contentShadowLeft.jpg) no-repeat;
}
#homeKeyvisual {
	width: 627px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 28px;
}

#homeContent2 {
	clear: both;
	background-color: #fafaf9;
	padding: 10px 0 30px 25px;
}
#homeContent2 .col {
	width: 295px;
	float: left;
	margin-right: 28px;
}
#homeContent2 .col-last {
	margin-right: 0px;
}

#footer {
	clear: both;
	background-color: #ededec;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 25px;
	width: 950px;
	position: relative;
}

.fullsize {
	width: 724px;
}
.mediumsize {
	width: 550px;
}
.smallsize {
	width: 295px;
}

body .popupContent {
	background-color: white;
	padding: 20px;
	width: 724px;
	margin: 0 auto;
	text-align: left;
}
.content .popupContent {
	padding: 0;
	margin: 0;
	background-color: none;
}
.popupContent th {
	text-align: left;
}
.productTabContent .popupContent {
	padding: 0;
}