@charset "utf-8";
/* CSS Document */

.midline {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding: 6px;
	letter-spacing: 0.1em;
}
.price {
	color: #990000;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 70em;
	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;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background-image: url(images/head-bk.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 3em;
	padding-bottom: 0;
	padding-left: 3em;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 1 ems;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f3cf71;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
#address {
	text-align: right;
	float: right;
	margin-top: 1.5em;
	width: 20em;
}

.right_alighned {
	float: right;
	width: 25em;
}
.left_alighned {
	float: left;
	width: 40em;
}
.left_alighed_25 {
	float: left;
	width: 25em;
}
h5 {
	font-size: 0.8em;
	color: #FFFFFF;
}
.white_txt {color: #FFFFFF}
h4 {
	font-size: 1.1em;
	color: #990000;
	border: 1px dotted #990000;
	text-align: center;
	margin: 2em;
}
h6 {
	font-size: 1.1em;
	color: #006633;
	border: 1px dotted #006633;
	text-align: center;
	margin: 2em;
	padding: 1em;
}
h3 {
	font-weight: bold;
	color: #990000;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	padding: 1em;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;
}
h1 {
	font-size: 1.1em;
	color: #990000;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	margin: 2em;
	padding: 1em;
}
h2 {
	font-size: 1.1em;
	text-align: center;
}

#top_menu {
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#top_menu a {
	color: #FFFFFF;
	text-decoration: underline;	
}
#top_menu a:hover {
	color: #FE5F6F;
	text-decoration: underline;
}
.top_menu_box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: #990000;
	border-left-color: #CC0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #CC0000;
	border-bottom-color: #660000;
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
}

.top_menu_batteries  {
	color: #FFFFFF;
	text-decoration: underline;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: #990000;
	border-left-color: #CC0000;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #CC0000;
	border-bottom-color: #660000;
	background-image: url(images/bat_bk.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #990000;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #990000;
}
.style1 {
	font-size: 1.2em;
	font-style: italic;
}
.style2 {
	font-size: 1em;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-right: 2em;
	margin-left: 2em;
	padding-right: 1em;
	padding-left: 1em;
}
ul {
	margin-right: 2em;
	margin-left: 2em;
}

