@charset "utf-8";
/* CSS Document */
#wrapper{
	width: 900px;
	height:auto;
	min-height: 600px;
}
#logo{
	position:relative;
	float:left;
	width: 200px;
	height: 78px;
}
#nav{
	position:relative;
	float:left;
	width: 700px;
	height: 78px;
}
#nav a{
	color:#000;
	margin: 4px 20px 20px;
	font:1.15em "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	position:relative;
	float:left;
	display: block;
	
}
.blue{ color:#0099ff;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;}
#nav a:hover{
	color:#0099ff;

}
#leftBar{
	position:relative;
	float:left;	
	width: 200px;
	height:420px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#content{
	position:relative;
	float:left;
	width:600px;
	height: auto;
	padding:0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	bottom: auto;
}
#footer{
	position:relative;
	clear:both;
	height: auto;
	margin-top: 5px;
	border: none;
	border-top: 1px #000000 solid;
	width: 850px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 15px 0;
}

h2{
	color:#0099ff;
	font-weight:bold;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin:0px 0 0 15px;
	padding: 0;
	position: relative;
	clear:both;
	display:block;
}
h1{
	color:#0099ff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	margin:0 0 0 12px;
	padding: 0;
	text-align:center;
}
h3{
	color:#0099ff;
	font-weight:normal;
	font: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding: 0;
	text-align:center;
}
a{
	font-size: 12px;
	color:#3333cc;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.links{
	display:block;
	float:left;
	position:relative;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#floaterLeft{
	width:175px;
	height: auto;
	padding-top: 150px;
	position:relative;
	float:left;
	font-size:10px;
	text-align:center;
	vertical-align: bottom;
}
#floaterRight{
	width:365px;
	height:60%;
	position:relative;
	float:left;
}
.bottom{
	vertical-align: bottom;
	display: inline;
}
#footerProduct{
	position:relative;
	clear:both;
	height: auto;
	border: none;
	width: 850px;
	text-align:center
}
#footerProduct img{
	border: none;
	padding: 5px 0;
	margin: 0px 5px;	
}

#productbox{
	width:290px;
	height:auto;
	position:relative;
	text-align:center;
	float:left;
	margin-top:20px;
	padding-top:10px;
}
#productinfobox ul{
	margin: 5px 15px 0;
	padding: 0;
	list-style:none;
}
#productinfobox li{ margin-bottom:0; padding-bottom:0;}
#productinfobox{
	width:290px;
	height:auto;
	position:relative;
	text-align:left;
	padding: 10px;
	float:left;
	margin-top:20px;	
}
.noLink{cursor:default;}
p{margin: 7px 0 10px;}
#homepage{
width:450px;
height:350px;}