html{
	height: 100%; 
}
body { height: 100%; margin: 0px; padding: 0; background-color: #FFFFFF; color: #4b4b4b; background-image: url(../../img/bg_all.jpg); background-repeat: repeat-x; line-height: 140%; font-size: 75%; font-family: "Arial"; text-align: center; }
a:hover {
	background-color: #4b4b4b;
	color: #FFFFFF;
	text-decoration:none;
}
a {
	color: #4b4b4b;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.25em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h5, h6 {
	font-size: 85%;
	font-weight: bold;
	margin-top: 0.15em;
	margin-bottom: 0.15em;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 120%;
}
ul,ol {
	padding-left: 22px;
}
li {
	line-height: 1.2em;
}
.under {
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	text-decoration: underline;
}
.subP {
	line-height: 140%;
	font-size: 85%;
	text-align: left;
}
.mainP {
	line-height: 1.2em;
	font-size: 0.85em;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	min-height:100%;
	height: auto !important;
	height: 100%;
	background-image: url(../../img/bg_box2.jpg);
	background-position: center top;
}
#box {
	width: 480px;
	height: 272px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mainSet2 {
	width: 480px;
	background-image: url(../img/bg_main2.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 435px;
	margin-right: 22px;
	margin-left: 22px;
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: left;
}

#subBox {
	height: 30px;
	width: 436px;
	margin-left: 22px;
	margin-top: 50px;
	margin-right: 22px;
}

/* Select your Product
---------------------------------------------------- */
ul.productList	{
	padding: 0 22px 0 0;
}
ul.productList li	{
	list-style: none;
}
ul.productList li.marginBottom10{ margin-bottom: 10px; }
ul.productList li a	{
	display: block;
	padding: 2px 0 2px 22px;
	text-decoration: none;
}
ul.productList li a:hover	{
	color: #4b4b4b;
	background: url(../img/point.gif) left center no-repeat;
}

#globalFooter {
	padding: 10px 22px 5px;
}
/* Copyright */
#globalFooter .copyright {
	font-size: 10px;
	margin: 0;
	line-height: 1.4em;
	color: #666;
}

