@charset "UTF-8";
/* CSS Document */
#container
{
width: 950px;
margin: 0 auto;
position: relative;
}

#rectangle
{
	width: 610px;
	position: absolute;
	left: 310px;
	top: 32px;
}

div.container {
	margin:0 auto; 
	width: 950px;
}
.h1 {
	font-family: Arial;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.h2 {
	font-family: Arial;
	font-size: 21px;
	color: #666666;
	font-weight: bold;
}
.h3 {
	font-family: Arial;
	font-size: 16px;
	color: #848484;
	font-weight: bold;
}

.h1green {
	font-family: Arial;
	font-size: 13px;
	color: #7ab800;
	font-weight: bold;
}
.h2green {
	font-family: Arial;
	font-size: 15px;
	color: #7ab800;
	font-weight: bold;
}
.h3green {
	font-family: Arial;
	font-size: 16px;
	color: #7ab800;
	font-weight: bold;
}
.copy {
	color:#545454;
	font:11px/13px Verdana,Arial,Helvetica,sans-serif;
	padding-top:5px;
}

.copy2 {
	color:#666666;
	font-size:1.1em;
	text-align:left;
	font:12px/14px Verdana,Arial,Helvetica,sans-serif;
	padding-top:5px;
}
.horline {
	width: 950px;
	height: 1px;
	
	background-color:#cccccc;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



div.left {
	width: 264px;
	float: left;
	color: #ffffff;
}

div.right {
	width: 264px;
	float: right;
	color: #ffffff;
}
div.container_product {
	
	width:950px;
}



a:link {
	color: #000;
}
a:visited {
	color: #000;
}

.body_txt {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #333;
}
