@charset "UTF-8";
/* CSS Document */
/*FRAME ONLY STARTS HERE*/
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #a4a4a4;
	background-image: url(http://www.topazeng.com/images/topaz_background.jpg);
	background-repeat: repeat-x;
}
a:active
{
  outline: none;
}
a:focus
{
-moz-outline-style: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	line-height: 16px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h3 a:link, h3 a:visited, h3 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
	color: #00F;
}
h3 a:hover  {
	text-decoration:underline;
	color: #F00;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	line-height: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
table
{
border-collapse:collapse;
}
td {
	margin: 0px;
	padding: 0px;
}
body, td, p, li, ul, a, div, span, input {
    font-family: arial;
    font-size: 10pt;
}

/*---------- Global Links ---------*/
a, a:visited {
   color: #032359;
}
a:hover {
   color: #032359;
}
 #container {
	width: 829px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #header  {
	background-image: url(http://www.topazeng.com/images/topaz_top_fill.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 167px;
}
.topazLogo {
	height: 91px;
	width: 344px;
	padding-top: 30px;
	padding-left: 40px;
	float: left;
}
.headerMidBox {
	font-family: Arial, Helvetica, sans-serif;
	height: 91px;
	padding-top: 30px;
	width: 285px;
	float: left;
	padding-left: 5px;
}
.headerRightBox {
	font-family: Arial, Helvetica, sans-serif;
	height: 91px;
	margin-left: 678px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.topazMenuP1 {
	height: 38px;
	width: 31px;
	float: left;
	margin: 0px;
	background-image: url(http://www.topazeng.com/images/topaz_menu_left.jpg);
	background-repeat: no-repeat;
}
.topazMenuBox {
	background-repeat: no-repeat;
	height: 35px;
	width: 756px;
	float: left;
	padding-top: 3px;
	padding-left: 14px;
	background-image: url(http://www.topazeng.com/images/topaz_menu_background.png);
}
.topazMenuBox a:link, .topazMenuBox a:visited, .topazMenuBox a:active {
	color: #FFF;
}
.topazMenuBox a:hover  {
	color: #F00;
}
.topazMenuP3 {
	height: 38px;
	width: 28px;
	margin: 0px;
	float: left;
	background-image: url(http://www.topazeng.com/images/topaz_menu_right.jpg);
	background-repeat: no-repeat;
}
.pageBodyTop {
	height: 8px;
	width: 829px;
	clear: both;
}
 #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.topazFootCenterTop {
	background-image: url(http://www.topazeng.com/images/topaz_show_box.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 829px;
}
.topazFootCenterFoot {
	height: 70px;
	width: 829px;
	background-image: url(http://www.topazeng.com/images/topaz_shadow.jpg);
	background-repeat: no-repeat;
}
.topazFooterLinks {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	text-align: center;
	line-height: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.topazFooterLinks a:link, .topazFooterLinks a:visited, .topazFooterLinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color: #FFF;
}
.topazFooterLinks a:hover  {
	text-decoration:underline;
}
img { behavior: url(http://www.topazeng.com/css/iepngfix.htc) }
 #topazRightBody {
	background-image: url(http://www.topazeng.com/images/topaz_right_body.png);
	width: 46px;
	background-repeat: repeat-y;
}
.pageBodyBotom {
	background-image: url(http://www.topazeng.com/images/topaz_body_footer.jpg);
	height: 11px;
	width: 829px;
	background-repeat: no-repeat;
}
.topazInfoBox {
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	height: 118px;
}
.SSLCertBox {
	width: 115px;
	padding-top: 20px;
	margin-left: 395px;
}
.bodyRegisterBox {
	height: 105px;
	width: 164px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
}
.bodyRegisterBox a:link, .bodyRegisterBox a:visited, .bodyRegisterBox a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color: #00F;
}
.bodyRegisterBox a:hover  {
	text-decoration:underline;
}
.pageBodyExtras {
	width: 733px;
	clear: both;
	margin-left: 3px;
	margin-top: 5px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 3px;
}
.linkFrameA {
	width: 140px;
	float: left;
	margin: 3px;
}
.linkGraphicA {
	height: 120px;
	width: 115px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F00;
	overflow: hidden;
}
.linkNameA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.linkNameA a:link, .linkNameA a:visited, .linkNameA a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color: #00F;
}
.linkNameA a:hover  {
	text-decoration:underline;
}
p {
	padding: 3px;
}
 #topazLeftBody {
	background-image: url(http://www.topazeng.com/images/topaz_left_body.png);
	background-repeat: repeat-y;
	width: 44px;
	margin: 0px;
}
 #topazMainBody {
	width: 739px;
	background-color: #FFF;
}
.pagePhoneBox {
	width: 180px;
	float: right;
	margin-top: 5px;
	height: 82px;
	margin-bottom: 3px;
	margin-right: 3px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-left: 0px;
}
.PageCartBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin-top: 3px;
}
.global_crosssell {
	width: 733px;
	clear: both;
	margin-left: 3px;
	margin-top: 5px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 3px;
}
.bodyPromoFoot {
	height: 120px;
	width: 550px;
	margin-left: 180px;
}
.pageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	width: 542px;
	margin-bottom: 3px;
	float: left;
	margin-left: 5px;
	padding: 0px;
}
.pageName a:link, .pageName a:visited, .pageName a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
	color: #00F;
}
.pageName a:hover  {
	text-decoration:underline;
}
.pageControlTopBox {
	clear: both;
	width: 734px;
	margin-left: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.productSearch {
	width: 250px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.productSearch form nobr input {
	padding: 0px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.search_button {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 0px;
}
.topRegBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	width: 300px;
	float: left;
	padding-top: 3px;
	padding-bottom: 2px;
}
.pageShareBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-align: center;
	float: right;
	width: 180px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}
