/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(images/background.gif) repeat-x;
}
a:link, a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #5cd;
	text-decoration: none;
}
#page_wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
}

#header img {
	float: left;
	margin: 0 0 10px 0;
}
#header p {
	line-height: 200%;
	color: #000066;
	float: right;
	margin: 30px 0 10px 0;
}

#nav_bar_wrapper {
	width: 760px;
	height: 50px;
	clear: both;
}
ul#nav_bar {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 50px;
}
#nav_bar li {
	float: left;
	width: 152px;
}
#nav_bar a {
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#nav_bar a:hover {
	color: #5cd;
}
a#home_link  {
	background: url(images/nav_bar_01.gif) no-repeat 0 -50px;
}
a#prod_link  {
	background: url(images/nav_bar_02.gif) no-repeat 0 -50px;
}
a#case_link  {
	background: url(images/nav_bar_03.gif) no-repeat 0 -50px;
}
a#cont_link  {
	background: url(images/nav_bar_04.gif) no-repeat 0 -50px;
}
a#shop_link  {
	background: url(images/nav_bar_05.gif) no-repeat 0 -50px;
}
a#home_link:hover  {
	background: url(images/nav_bar_01.gif) no-repeat 0 0;
}
a#prod_link:hover  {
	background: url(images/nav_bar_02.gif) no-repeat 0 0;
}
a#case_link:hover  {
	background: url(images/nav_bar_03.gif) no-repeat 0 0;
}
a#cont_link:hover  {
	background: url(images/nav_bar_04.gif) no-repeat 0 0;
}
a#shop_link:hover  {
	background: url(images/nav_bar_05.gif) no-repeat 0 0;
}

#main {
	background: white;
	padding: 20px;
	padding-bottom: 40px;
	margin-top: 10px;
}
#hp_main {
	background: white;
	padding: 20px 0 40px 0;
	margin-top: 10px;
}
h1#hp_title {
	margin: 0 20px 40px 20px;
}
#hp_col_1 {
	background: white;
	width: 390px;
	float: left;
	padding: 0 20px 0 20px;
}
#hp_col_2 {
	background: white;
	width: 310px;
	float: right;
	padding: 0 20px 0 0;
}
h1 {
	font-size: 20px;
	color: #006;
	margin: 0 0 40px 0;
	border-bottom: solid 1px #5cd;
}
h2 {
	font-size: 18px;
	color: #006;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #5cd;
}
p, ol, ul {
	line-height: 150%;
	color: #333;
}
#main img {
	float: right;
	margin: 0 0 10px 10px;
}
.c_item {
	clear: right;
	margin-bottom: 10px;
}
.c_item_title {
	font-size: 14px;
	color: #006;
}
.c_item_title:hover {
	color: #5cd;
}
.texter {
	padding: 20px 0 40px 20px;
	border-top: solid 1px #5cd;
}
#title_bar {
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	border: solid 1px #000;
	background: url(images/title_bar.gif) repeat-x;
	width: 350px;
	height: 25px;
	padding-left : 10px;
	margin-top: 40px;
}
#d_loads {
	border: solid 1px #5cd;
	border-top: none;
	background: #e0f0fa;
	width: 340px;
	padding : 10px;
	margin-bottom: 40px;
}
#d_loads ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contact_form .label {
	float: left;
	width: 100px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	clear: left;
}
#contact_form .interest, input#submit, .error_text {
	margin-left: 120px;
}
.error_text {
	font-size: 10px;
	color: #ff0000;
}
#footer {
	clear: both;
}
img#hpc_logo {
	float: left;
	margin: 0 0 0 0;
}
/* admin */
table {
	font-size: 10px;
}
tr.table_head td {
	background: #e0f0fa;
	font-weight: bold;
	border-right: solid 5px #fff;
}
td {
	padding: 5px;
}