#container p, #container div, #container td, #container li, #container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container h1, h2 {
	margin: 0;
	padding: 0;
}

#container h2, #container h2 a {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
}

#container input {
	border: 1px solid #646464;
}

#container {
	width: 750px;
	border: 1px solid #646464;
	background-color: #D9EBD7;
	margin: auto auto;
	padding: 0;
}

#header {
	background-color: #646464;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
}

#tabs {
	/* Needed to force the tabs on top in IE */
	position: relative;
	z-index: 10;
	/*****************************************/

	float: left;
	width: 120px; /* Must be the same as the #content margin */
	/*background-color: #666666;*/
	margin: 0;
}

#container #content {
	margin: 0px 0px 0px 120px !important; /* Must be the same as the #tabs width */
	background-color: #FFFFFF;
	padding: 5px;
	border-left: 1px solid #646464 !important;
	text-align: left;  /* Needed to counter the <center> tag used for Internet Explorer */
	
	/* Hack for Internet Explorer to display the min-height the correct way */
	/*height: auto !important;  for modern browsers */
	/*height: 425px;  for IE5.x and IE6 */
	/*min-height: 425px;  for modern browsers */
}

#tabs ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#tabs a {
	width: 120px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #E8E8E8;
	border: 1px solid #646464;
	color: #000000;
	display: block; /* Needed to make the links look correctly in Firefox. */
}

#tabs a:hover {
	cursor: pointer;
	background-color: #8E8E8E;
}

#tabs a.active{
	background-color: #FFFFFF;
	border-right: none;
	border-left: 2px solid #646464;
	margin-left: 3px;
}

.section {
	/* Hack for Internet Explorer to display the min-height the correct way */
	height: auto !important; /* for modern browsers */
	height: 520px; /* for IE5.x and IE6 */
	min-height: 520px; /* for modern browsers */
}

.product_section {
	height: 100%; /* Needed to keep the products in line. */
}

.product_section img {
	float: left;
}

.clear {
	clear: left;
}



/************************************************************************
** Header
************************************************************************/
body {
	_text-align: center; /* 1st part of IE5/IE6quirks centering hack */
	/*background: url(https://resources2.bigmachines.com/lus/data/gfx/background-red.jpg) repeat-x;*/
	background: url(https://lightnin.bigmachines.com/bmfsweb/lightnin/image/resources2files/background-red.jpg) repeat-x;
}

#myspxpe_page {
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
	_text-align: left; /* 2nd part of IE5/IE6quirks centering hack */
	line-height: 1.333em;
}

#myspxpe_main {
    border-top: 2px solid #646464;
	border-bottom: 2px solid #646464;
	padding-top: 5px;
	padding-bottom: 25px;
	clear: both;
}

#myspxpe_header {
	clear: both;
}

#myspxpe_navbar {
    float: left;
    width: 100%;
    margin-left: 0;
	padding: 0;
	height: 30px;
	padding: 3px 0 10px 0;
}

#myspxpe_navbar ul /* Primary and secondary links */
{
	margin: 0;
	text-align: left;
}

#myspxpe_navbar li /* A simple method to get navbar links to appear in one line. */
{
	float: left;
}


#myspxpe_site-name {
	width: 125px;
}

#myspxpe_primary {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 1.3em;
}

#myspxpe_primary a:link,
#myspxpe_primary a:visited
{
	color: #646464;
	font-size: 1.0em;
	text-decoration: underline;
}

#myspxpe_primary a:hover
{
	color: #5482ab;
	text-decoration: underline;
}

#myspxpe_primary ul.links /* Taxonomy links, node links, comment links */
{
	margin: 0;
	padding: 0;
}

#myspxpe_primary ul.links.inline
{
	display: inline;
}

#myspxpe_primary ul.links li
{
	display: inline;
	list-style-type: none;
	border-left: 1px solid #646464;
	padding: 0 0.5em;
}

#myspxpe_primary ul.links li.first
{
	border-left: none;
}

h1#myspxpe_site-name, div#myspxpe_site-name /* The name of the website */
{
	margin: 0;
	font-size: 1.0em;
	float: left;
	padding-right: 20px;
}

#myspxpe_site-name a:link,
#myspxpe_site-name a:visited
{
	color: #646464;
	text-decoration: none;
}

#myspxpe_site-name a:hover
{
	text-decoration: underline;
}

#myspxpe_logo {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

#myspxpe_logo img {
	border:0 none;
}
