@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-attachment: scroll;
	background-image: url(images/lighters_overall_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 879px;
	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;
	padding-top: 0px;
	padding-bottom: 0px;

}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #Content {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
}
.oneColFixCtr #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	height: 20px;
	padding-top: 7px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 50px;
}
.oneColFixCtr #menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	height: 20px;
	padding-top: 7px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 50px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #4A5935;
	text-decoration: none;
}
a:hover {
	color: #999900;
		text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}


h1 {
	font-size: 16px;
	color: #BA6D11;
}
h2 {
	font-size: 12px;
	color: #BA6D11;
}
h3 {
	font-size: 12px;
	color: #BA6D11;
}
h4 {
	font-size: 11px;
	color: #BA6D11;
}
body,td,th {
	font-size: 11px;
}
.oneColFixCtr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(images/lighters_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
}
.style1 {font-size: 9px}
.left  {float: left;  width:50%; text-align:left  } 
.right {float: right; width:50%; text-align:left }
.left50  {float: left;  width:48%; text-align:left  } 
.right50 {
	float: right;
	width:48%;
	text-align:left;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: dotted;
}
.left25  {float: left;  width:20%; text-align:left  } 
.right75 {
	float: right;
	width:75%;
	text-align:left;
	padding-top: 10px;
}
hr { text-align: right; width: 100%; height: 1px; color: #cccccc; border: none; } /* For Internet Explorer */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #cccccc; border: none; } /* For Gecko-based browsers */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #cccccc; border: 0px solid #cccccc; } /* For Opera and Gecko-based browsers */
