@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

p {font-size: 12px;}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background-color:#515e29;
}

#invisilogo {
	height:150px;
	widows:150px;
}

#HG_subpage_container {
	width:900px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/HG_container_bkgrnd.jpg);
	background-repeat:repeat-x;
}


#R_subpage_container {
	width:900px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/R_container_bkgrnd.jpg);
	background-repeat:repeat-x;
}

#PG_subpage_container {
	width:900px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/PG_container_bkgrnd.jpg);
	background-repeat:repeat-x;
}

#toggle
{
	padding-top:5px;
	padding-right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#ffffff;
}

#toggle a, #toggle a:link, #toggle a:visited {
	color:#ffffff;
	text-decoration:none;
}

#toggle a:hover, #toggle a:active {
	color:#ffcc00;
	text-decoration:none;
}

#content_subtable {

}

#HG_topnav {
	/* padding-left:25px; */
	width:100%;
	text-align:center;
	margin-top:5px;
}

/*
#HG_topnav li {
	display:inline;
	
}
*/

#HG_topnav a {
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	color:#68100f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:12px;
	text-decoration:none;
}

#HG_topnav a:hover {
	color:#FF9900;
}

#HG_content {
	padding-left:70px;
	padding-right:40px;
	float:left;
	color:#483024;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#HG_content h3 {
	color:#68100f;
	padding-bottom:15px;
}

#HG_content p {
	line-height:20px;
	font-size:12px;
}

#HG_content a:link, #HG_content a:visited
{
	text-decoration:none;
	/* color:#990000; */
	color:#483024;
	border-bottom:1px dotted #515E29;
}

#HG_content a:hover, #HG_content a:active
{
	color:#515E29;
	border-bottom:1px solid #990000;
}

.red_rule {
	border-bottom:1px solid #990000;
	margin-bottom:10px;
	height:8px;
	width:60%;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	line-height:8px;
}

#hg1 a, #hg2 a, #hg3 a {
	color:#68100f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#hg1 a:hover, #hg2 a:hover, #hg3 a:hover {color:#FF9900; }

#HG_productshot {
	padding:30px;
}

#productshot_table {
	margin-top:40px;
}

#HG_footernav {
	display:inline;
	width:450px;
	height:30px;	
}

#HG_footernav ul {
	margin-left:40px;
	margin-top:14px;
}

#HG_footernav ul li{
	display:inline;
	float:left;
	color:#68100f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
}

#HG_footernav ul li a {
	color:#990000;
	text-decoration:none;
}

#HG_footernav ul li a:hover {
	color:#FF9900;
	text-decoration:none;
}

#trademark {
	float:right;
	color:#68100f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:350;
}

#trademark a:link, #trademark a:visited
{
	text-decoration:none;
	color:#990000;
}

#trademark a:hover, #trademark a:active
{
	color:#FF9900;
}