body {
	background:url(../images/bg_bottom.jpg) bottom repeat-x;
	margin:35px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	text-decoration:none;
	color:black;
}
    a:hover {
        text-decoration: underline;
    }

.container {
	background:url(../images/header.jpg) top no-repeat;
	width:768px;
	margin:auto;
    position: relative; 
}

.header {
	background:url(../images/header_img_2.jpg) 0px 0px no-repeat;
	width:762px;
	height:224px;
	position:absolute;
	margin:-22px 0 0 2px;
	z-index:1;
}
	.header img {
		margin-top:73px;
	}

#menu {
    position:relative;
    top:28px;
    left: 10px;
}    
    #menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    #menu ul li {
        background: url(../images/menubg.png) no-repeat;
        width: 102px;
        height: 20px;
        float:left;
        text-align: center;
        padding-top:2px;
    }
    
    #menu ul li a {
        text-decoration: none;
        color: #010101;
    }
        #menu ul li a:hover {
            text-decoration: underline;
        }
    
    #menu ul li a#active {
        color: #ff0202;
    }

#spiral {
	position:relative;
	top:-11px;
	left:3px;
	z-index:2;
}

#namecard {
	background:url(../images/card.png) no-repeat;
	width:265px;
	height:185px;
	position:absolute;
	right:-110px;
	top:43px;
	padding:10px;
}
	#namecard h1 {
		font-size:14px;
		margin:0;
		padding:0;
	}
	
	#namecard p {
		font-size:12px;
		color:#868686;
	}

.content {
	border-left:1px solid #dfdfdf;
	background: #FFFFFF url(../images/content_border_right.jpg) right repeat-y;
	width:767px;
	min-height:400px;
	position:relative;
	margin:155px 0 0 1px;
	padding-top:45px;
}

	.content #bottom {
		background:url(../images/content_bottom.png) no-repeat;
		width:768px;
		height:12px;
        clear: both;
        left:-1px;
        position:relative;
        top:12px;
	}
	
.product_red, .product_gray {
	height:165px;
	margin-bottom:5px;
    height: 100%;
    float: left;
}

	.product_red h1 {
		background:url(../images/pr_head_red.jpg) no-repeat;
		width:533px;
		height:19px;
		margin:0 0 0 8px;
		padding:1px 0 0 10px;
		font-size:14px;
		color:white;
		font-weight:normal;
	}
	
	.product_gray h1 {
		background:url(../images/pr_head_gray.jpg) no-repeat;
		width:533px;
		height:19px;
		margin:0 0 0 8px;
		padding:1px 0 0 10px;
		font-size:14px;
		color:white;
		font-weight:normal;
	}
	
.wrap {
	border:1px solid #c6c6c6;
	margin-left:8px;
	width:541px;
	min-height:132px;
	color:#868686;
	font-size:12px;
	padding-top:10px;
	position:relative;
}
	.wrap b {
		color:black;
		font-size:14px;
	}
	
	.wrap img {
		border:1px solid #c6c6c6;	
		margin:-8px 10px 2px 2px;
		padding:1px;
	}
	
	.wrap em {
		font-style:normal;
		font-weight:bold;
		font-size:20px;
		color:#ff0202;
        position:absolute;
        right:10px;
        bottom: 10px;
	}
    
    .wrap p {
        margin:0 0 0 210px;
        width: 320px;
        padding:0pt 0pt 10px 10px;
        min-height: 150px;
    }
        .wrap p#infotext, div#infotext {
            margin: 0;
            padding: 0 10px 10px 10px;
            width: auto;
            min-height:350px;
        }
	
p#foot {
	color:#878787;
	font-size:10px;
	padding-top:5px;
}

#imagemap {
    left:380px;
    position:absolute;
    top:35px;
    width: 185px;
    height: 45px;
    z-index: 150;
    cursor: pointer;
} 

span#h_reflect {
    background: url(../images/h_reflect.jpg) no-repeat;
    width: 762px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0px;
}

div#prbox {
    float: left;
    width: 190px;
    margin-left: 10px;
    min-height: 1000px;
}
    div#prbox ul {
        margin: 0;
        padding:0;
        list-style-type: none;
    }

a.cart {

}
