* html body {
/*\*/
	text-align: center;
/* */
}

body {
	color:#123243;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#fff;
	padding:0; padding-bottom:20px;
	margin:0;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.2em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	color:#A02013;
	margin-top:0em;
	margin-bottom:12px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#006000;
	color:#A02013;
	margin-top:1.25em;
	margin-bottom:0.0em;
}

h2.first {
	margin-top:0;
}

h3 {
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#A02013;
	margin-top:1.25em;
	margin-bottom:0.0em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0.0em;
	margin-bottom:1.0em;
}

ul ul {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

ul {
	list-style:disc;
}

li {
	margin-top:0.3em;
	margin-bottom:0.3em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0.0em;
	margin-bottom:1.0em;
}

a {
	color:#00c;
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#00c;
	color:#D8251C;
}

h2 a,
h2 a:visited {
	color:#A02013;
	text-decoration:none;
}

h2 a:hover {
	color:#A02013;
	text-decoration:underline;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}

address strong {
	
}

/* Horizontal rule */

div.hr,
div.hr-transparent {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	margin-bottom:1.0em;
	background-color:#ddd;
}

div.hr-transparent {
	background-color:#fff;
}

div.hr hr,
div.hr-transparent hr {
	display:none;
}


/* Page
============================================================ 
--------------------------------------------------------- */

#page {
	margin:0 auto;
	text-align:left;
	width:778px;
}

#featured-kit {
	height:266px;
	background-image:url(/images/hal/featured-kit-bg.png);
	background-repeat:no-repeat;
	position:relative;
}

#featured-kit div.details {
	width:160px;
	position:absolute;
	top:100px;
	left:25px;
}

#featured-kit h3 {
	font-size:180%;
	color:#000;
	margin:0;
	margin-bottom:10px;
}

#featured-kit p.price {
	font-size:130%;
	color:#831C16;
	line-height:1.5em;
}

#featured-kit p.price strong {
	font-size:190%;
}

#featured-kit div.picture {
	width:250px;
	position:absolute;
	top:90px;
	left:260px;
	text-align:center;
}

#featured-kit img.featured-you-save {
	position:absolute;
	top:50px;
	right:20px;
}

#featured-kit img.view-details {
	position:absolute;
	top:194px;
	right:30px;
}

#featured-kit div.add {
	position:absolute;
	top:226px;
	left:618px;
}


/* Products */

div.products {
	width:764px;
	margin:10px 4px;
	border:3px solid #996;
}

div.products h1 {
	font-size:140%;
	color:#fff;
	margin:0;
	padding:6px 10px;
	background-color:#996;
	text-align:center;
}

div.products h1 a {
	color:#fff;
}

div.products table {
	width:100%;
	margin:0;
	background-color:#996;
}

div.products table td {
	width:25%;
	background-color:#fff;
	text-align:center;
	vertical-align:top;
}

div.products h3 {
	font-size:100%;
	color:#000;
	margin:0;
	width:48%;
	float:left;
	text-align:left;
}

div.products p.price {
	font-size:110%;
	color:#831C16;
	margin:0;
	width:48%;
	float:right;
	text-align:right;
	line-height:1.5em;
}

div.products p.price strong {
	font-size:150%;
}

div.products div.add {
	margin-top:1.0em;
	margin-bottom:2px;
}

#other-products {
	border-color:#878787;
}

#other-products h1,
#other-products table {
	background-color:#878787;
}

