@charset "utf-8";
/* CSS Document */

/* Green: #2E8200 */

/* Display vertical scrollbar */	
html {
	overflow-y: scroll;
	} 

body {
	font-size:small;
	color:#ffffff;
	}
	
h1 {
	margin:0px;
	}
	
h2 {
	font-size:small;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 5px 10px;
	}
	
p {
	padding:0px 10px 0px 10px;
	margin-bottom:15px;
	overflow: hidden;
	line-height:16px;
	}
	
hr {
	margin:0px 10px 10px 10px;
	}
	
a {
	color:#ffffff;
	text-decoration:none;
	}
	
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}
	
.container_bkg {
	width: 1000px;
	background-image:url("../images/page/background.jpg");
	background-position:top;
	background-repeat:no-repeat;
	min-height:660px;
	}
	
.container_bkg2 {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 1000px;
	background-image:url("../images/page/background-rpt.jpg");
	background-position:top;
	background-repeat:repeat-y;
	}
	
.navigation {
	padding-top:30px;
	}
	
.nav_list {
	height:40px;
	}
	
.nav_list li{
	display:inline;
	margin:0px 5px 0px 20px;
	}
	
.header {
	margin-top:30px
	}
	
.product_image img{
	margin-left:10px;
	}
	