/* TEMPLATE CSS */
#container {
	width: 910px;
	margin: 0px auto;
}

/* INTRO */

#intro {
	position: relative;
	width: 910px;
	height: 200px;
	background: transparent url(/img/top_02.gif) no-repeat center top;
}

#naviPath {
	position: absolute;
	top: 10px;
	left: 0px;
}

#naviTop {
	position: absolute;
	top: 10px;
	right: 0px;
}

#cartIcon {
	position: absolute;
	top: 30px;
	right: 0px;
}

#logo {
	position: absolute;
	top: 55px;
	right: 155px;
}

/* MAIN */

#main {
	width: 910px;
	position: relative;
}

#infoLeft {
	position: absolute;
	width: 142px;
	top: 35px;
	left: 0;
}

#content {
	width: 620px;
	margin: 0px auto;
}

#infoRight {
	position: absolute;
	width: 142px;
	top: 35px;
	right: 0;
}

/* CONTENT */

#naviMain {
	width: 620px;
	height: 35px;
}

#radactContent {
	position: relative;
	margin: 5px 20px 0 20px;
	width: 580px;
}

#line_01 {
 	height: 3px;
 	width: 100%;
 	display: block;
 	background: #f1f1e1;
 	line-height: 3px;
}

#line_02 {
 	height: 3px;
 	width: 100%;
 	display: block;
 	background: #f1f1e1;
 	line-height: 3px;
}

#naviBottomContainer {
	width: 620px;
	height: 20px;
	background: url(/img/box_06.gif) no-repeat center top;
}

#naviBottom {
	width: 620px;
	padding-top: 4px;
	text-align: center;
}

/* INFO LEFT */

#box_01 {
	width: 142px;
	height: 225px;
	background: url(/img/box_01.gif) no-repeat center top;
}

#box_02 {
	width: 142px;
	height: 185px;
	background: url(/img/box_02.gif) no-repeat center top;
}

/* INFO RIGHT */

#box_03 {
	width: 142px;
	height: 225px;
	background: url(/img/box_03.gif) no-repeat center top;
}

#box_04 {
	width: 142px;
	height: 185px;
	background: url(/img/box_04.gif) no-repeat center top;
}

/* COMMON CLASSES */

.spacer_10 {
	width: 100%;
	height: 10px;
}

.spacer_25 {
	width: 100%;
	height: 25px;
}

.box_content {
	padding: 10px 8px 10px 7px;
}

.hr {
 	height: 1px;
 	width: 100%;
 	font-size: 0;
 	display: block;
 	background: #5b5b53;
 	line-height: 1px;
}

.linkContainer_45 {
	width: 45px;
	height: 17px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	background: url(/img/icon_link_45.gif) no-repeat center top;
}

.linkContainer_75 {
	width: 75px;
	height: 17px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	background: url(/img/icon_link_75.gif) no-repeat center top;
}

.linkContainer_100 {
	width: 100px;
	height: 17px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	background: url(/img/icon_link_100.gif) no-repeat center top;
}


.submit_45 {
	width: 45px;
	height: 17px;
	font-weight: bold;
	padding-top: -2px;
	background: url(/img/icon_link_45.gif) no-repeat center top;
}

.submit_75 {
	width: 75px;
	height: 17px;
	font-weight: bold;
	text-align: center;
	background: url(/img/icon_link_75.gif) no-repeat center top;
}

.submit_100 {
	width: 100px;
	height: 17px;
	font-weight: bold;
	text-align: center;
	background: url(/img/icon_link_100.gif) no-repeat center top;
}