﻿@charset "UTF-8";
/* CSS Document */
/* Copyright WebSeeds Inc. */

#bg 							{
								background-color: #303030;
								background-image: url(images/bg.gif);
								background-repeat: repeat-x;
								margin-top: 0px;
								}
#header 						{
								background-image: url(images/header.gif);
								height: 161px;
								width: 766px;
								margin-top: 0px;
								margin-right: auto;
								margin-bottom: 0px;
								margin-left: auto;
								overflow: hidden;
								}
#contentbg 						{
								background-image: url(images/contentbg.gif);
								background-repeat: repeat-y;
								height: auto;
								width: 766px;
								margin-top: 0px;
								margin-right: auto;
								margin-bottom: 0px;
								margin-left: auto;
								overflow: hidden;
								}
#footer 						{
								background-image: url(images/footer.gif);
								height: 97px;
								width: 766px;
								margin-top: 0px;
								margin-right: auto;
								margin-bottom: 0px;
								margin-left: auto;
								overflow: hidden;
								}
#footerBar						{
								margin: 0px 10px;
								padding-top:10px;
								height: 40px;
								width: 746px;
								text-align:center;
								background-image: url(images/footerBar.gif);
								background-repeat:repeat-x;
								height: 40px;
								font-size:small;
								font-family:Arial, Helvetica, sans-serif, Tahoma;
								}
h1 								{
								text-align:center;
								font-size:2.2em;
								font-family:Arial, Helvetica, sans-serif, Tahoma;
								margin: 20px 40px;
								}
h2 								{
								text-align:center;
								font-size:large;
								font-family:Arial, Helvetica, sans-serif, Tahoma;
								margin: 20px 40px;
								}

p								{
								margin: 10px 0px;
								font-family:Arial, Helvetica, sans-serif, Tahoma;
								font-size:medium;
								}
#objectBox						{
								margin: 10px 40px;
								}
#productreviewbox 				{
								height: auto;
								width: 690px;
								margin: 35px 20px;
								padding: 15px;
								overflow: hidden;
								border:2px #114f8c solid;
								}
#productreviewboxleftcolumn 	{
								float: left;
								height: auto;
								width: 225px;
								}
#productimage1 					{
								height: 256px;
								width: 210px;
								text-align:center;
								}
#productLink 					{
								font-family: Arial, Helvetica, sans-serif, Tahoma;
								font-size: x-small;								
								}
#linebreak 						{
								background-color: #999999;
								height: 1px;
								width: 650px;
								margin-top: 10px;
								margin-right: auto;
								margin-bottom: 10px;
								margin-left: auto;
								}
#productreviewboxrightcolumn 	{
								float: right;
								height: auto;
								width: 455px;
								font-family: Helvetica, Arial, Geneva, "Trebuchet MS";
								font-size: 13px;
								line-height: 21px;
								padding-left: 10px;
								}
#producttitlebox 				{
								height: auto;
								width: 380px;
								font-family: Helvetica, Arial, Geneva, "Trebuchet MS";
								font-size: 22px;
								font-weight: bold;
								}
#producttitlebox a:link 		{
								color: #093A6C;
								text-decoration: none;
								font-weight: bold;
								}
#producttitlebox a:visited 		{
								color: #093A6C;
								text-decoration: none;
								font-weight: bold;
								}
#producttitlebox a:hover		{
								color: #2868A6;
								font-weight: bold;
								}
#textBold						{
								font-weight:bold;
								}
#textUnderline					{
								font-weight:bold;
								text-decoration:underline;
								}

