/* GENERAL */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#fff;
	background:url("images/bg.gif") repeat-y top center;
}

a {
	color:#663366;
	text-decoration:underline;
}

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

a.big {
	color:#663366;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

a.big:hover {
	color:#999;
	text-decoration:none;
}

p {
	margin:10px 0 10px 0;
}

/*LAYOUT*/

#top {
	width:780px;
	height:10px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	background-color:#fff;
	font-size:1px;
}

#container {
	width:758px;
	height:948px;
	border:1px solid #663366;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	float:none;
	text-align:left;
}

#header_hm {
	width:743px;
	height:34px;
	padding:55px 15px 0 0;
	text-align:right;
	font-size:16px;
	font-weight:bolder;
	color:#811D77;
	background:url("images/logo_lrg.gif") no-repeat left;
	border-bottom:1px solid #663366;
}

#colm_hm {
	width:279px;
	height:825px;
	border-right:1px solid #663366;
	float:left;
}

#nav_hm {
	width:279px;
	height:207px;
	padding-top:13px;
}

#news_hm {
	width:279px;
	height:23px;
	background:url("images/silver.gif") repeat-x left;
	padding-top:10px;
	border-top:1px solid #663366;
	border-bottom:1px solid #663366;
}

#news_box_hm {
	width:229px;
	height:225px;
	padding:19px 19px 0 30px;
}

#services_hm {
	width:279px;
	height:23px;
	background:url("images/gray.gif") repeat-x left;
	padding-top:10px;
	border-top:1px solid #663366;
	border-bottom:1px solid #663366;
}

#services_box_hm {
	width:240px;
	height:251px;
	padding:10px 9px 0 30px;
}	

#main_hm {
	width:478px;
	height:825px;
	float:left;
}

#banner_hm {
	width:478px;
	height:220px;
}

#welcome {
	width:478px;
	height:23px;
	background:url("images/silver.gif") repeat-x left;
	padding-top:10px;
	border-top:1px solid #663366;
	border-bottom:1px solid #663366;
}

#welcome_box {
	width:278px;
	height:146px;
	padding:10px 18px 0 182px;
	background:url("images/welcome.jpg") no-repeat top left;
}

#products_hm {
	width:478px;
	height:23px;
	background:url("images/gray.gif") repeat-x left;
	padding-top:10px;
	border-top:1px solid #663366;
	border-bottom:1px solid #663366;
}

#products_hm_box {
	width:448px;
	height:367px;
	padding:12px 0 0 30px;
	background:url("images/bg_packs.jpg") no-repeat bottom right;
}

#nav_bot {
	width:758px;
	height:22px;
	background-color:#811077;
	text-align:center;
	padding-top:12px;
	color:#fff;
	font-weight:bold;
	clear:both;
}

#foot {
	width:780px;
	height:45px;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
	background-image:url("images/footer.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#666;
}

/*NAV*/

#nav_hm a {
	display:block;
	width:279px;
	height:20px;
	background-image: url("images/divider_hm.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
	color:#554554;
	text-decoration:none;
}

.navon {
	display:block;
	width:279px;
	height:20px;
	background-image: url("images/divider_hm.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
	color:#554554;
}

#nav_bot a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#nav_bot a:hover {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
}

/*FONTS*/

.date {
	font-size:12px;
	font-weight:bold;
	color:#554554;
}


.title_drk {
	font-size:14px;
	font-weight:bold;
	color:#554554;
}

.title_wht {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.title_prpl {
	font-size:16px;
	color:#663366;
}

a.hm_links {
	line-height:1.5
}