@charset "utf-8";

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #369;
	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: #FFFFFF;
}
a:link	{
	color: #369;
	text-decoration:none;
}

a:visited	{
	color: #369;
	text-decoration: none;
}

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

a:active	{
	color: #369;
	text-decoration:none;
}




a:link img {
	border-color: #369;
}

a:visited img	{
	border-color: #369;
}

a:hover	img	{
	border-color: #FFF;
}

a:active img	{
	color: #369;
}



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

#logo	{
	width: 950px;
	height: 30px;
	float: left;
	background-color:#369;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
#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;
	/*height: 440px;*/
	float: left;
	background-color:#000;
	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:#369;
	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:#000000;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}

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



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

#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:#000;
	padding: 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
/*  End of multiple columns fit into a container for the main content area */










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

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

#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:#000000;
}

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







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

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

#footer2	{
	width: 950px;
	float: left;
	background-color:#000;
	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; }

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

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







/* Vertical - Links */
#links-navcontainer { width: 290px; }

#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: 278px;
background-color: #369;
border: 0px solid #fff;
}

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

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