@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */  
	color: #369;
}

a:link	{
	color: #003;
	text-decoration: underline;
	font-weight:bold;
}

a:visited	{
	color: #003;
	text-decoration: underline;
	font-weight:bold;
}

a:hover	{
	color: #cff;
	text-decoration:none;
}

a:active	{
	color: #003;
	text-decoration: underline;
	font-weight:bold;
}

#container	{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #F2FCFF;
	text-align: center;	
}

#logo	{
	width: 950px;
	height: 20px;
	float: left;
	background-color:#A3CEFA;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}

#logo h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header	{
	width: 950px;
	float: left;
	background-color:#EAFFFF;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif
	color:#ffffff;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu	{
	width: 950px;
	height: 20px;
	float: left;
	background-color:#CFE8FC;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif
	color:#ffffff;
}
#menu ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#links	{
	width: 930px;
	float: left;
	background-color:#F2FCFF;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}




/*  multiple columns fit into a container for the main content area */
#column-container		{
	width: 930px;
	float: left;
	background-color:#F2FCFF;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}

#column-container p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#column		{
	width: 290px;
	float: left;
	background-color:#F2FCFF;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}
/*  End of multiple columns fit into a container for the main content area */



#gearlist	{
	width: 930px;
	float: left;
	background-color:#F2FCFF;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}

/* Product Review Sections */
#review	{
	width: 930px;
	float: left;
	background-color:#F2FCFF;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}

#product-container	{
	width: 930px;
	float: left;
	background-color:#ffffff;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}

#product-name	{
	width: 910px;
	height: 20px;
	float: left;
	background-color:#CFE8FC;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
	font-weight:bolder;
	font-size: 120%;
	
}

#product-picture	{
	width: 500px;
	float: left;
	background-color:#ffffff;
	padding: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

#product-review	{
	width: 410px;
	float: left;
	background-color:#ffffff;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}

#product-gap	{
	width: 930px;
	height: 10px;
	float: left;
	background-color:#F2FCFF;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

/* Product Review Sections */






#footer1	{	
	width: 930px;
	float: left;
	background-color:#CFE8FC;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#369;
}

#footer2	{
	width: 930px;
	float: left;
	background-color:#A3CEFA;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	/*display: none; */
}









/* Horizontal - Menu */
ul#menu-navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#menu-navlist li
{
display: inline;
list-style-type: none;
}

#menu-navlist a { 
padding: 0px 4px 2px 4px; 
margin: 0px;
}

#menu-navlist a:link, #menu-navlist a:visited	{
	color: #369;
	background-color: #CFE8FC;
	text-decoration: none;
	font-weight:normal;
}

#menu-navlist a:hover	{
	color: #396;
	background-color: #fff;
	text-decoration: none;
}







/* Vertical - Links */
#links-navcontainer { 
width: 240px; 
margin: 0px 10px 0px 10px;
}

#links-navcontainer ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#links-navcontainer a	{
display: block;
padding: 2px 2px 2px 10px;
width: 215px;
background-color: #CFE8FC;
border: 0px solid #369;
}

#links-navcontainer a:link, #links-navlist a:visited	{
color: #369;
text-decoration: none;
	font-weight:normal;
}

#links-navcontainer a:hover
{
background-color: #fff;
color: #369;
}







/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -75px;
	left: -100px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 23px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 300px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -100px;
	left: -75px;
}

.hoverbox li
{
	position: static;
}