div.cat_head {
	background: #dedede url(../images/cat/bg.jpg) no-repeat;
	text-align: left;
	width: 850px;
	clear: both;
}

div.item {
	background: url(../images/cat/item_bg.jpg) no-repeat;

}


div.cat_head .image_hold {
	float: left;
	width: 305px;
	padding: 1px 20px 0px 35px;
	height: 213px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

div.item .image_hold {
	width: 360px;
	padding: 1px 0px 0px 0px;

}

div.cat_head .head_content {
	padding: 20px 35px 0px 0px;
}

div.cat_head .head_content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: black;
	text-align: left;
}

div.cat_head .head_content p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 7px 60px 7px 0px;
	overflow: hidden;
}

ul#cat_nav {
	height: 40px;
	background: url(../images/cat/nav/bg.png) no-repeat;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

* html body ul#cat_nav {


}


div.item ul#cat_nav {
	margin: 0px 18px;

}

ul#cat_nav li {
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	float: left;
}

html body ul#cat_nav li a.master {
	font-size: 20px;
	color: #9ebed2;
	padding-left: 20px;
	margin-left: 18px;

}

html body div.item ul#cat_nav li a.master {
	margin-left: 0px;

}



ul#cat_nav li a {
	margin-top: 3px;
	color: white;
	padding: 9px 20px;
	display: block;
	border-right: 1px solid #9ebed2;
	cursor: pointer;
}

ul#cat_nav li a:hover, ul#cat_nav li a.selected {
	background: url(../images/cat/nav/bg_sel.gif) repeat;

}

ul#cat_nav li a.master:hover, ul#cat_nav li a.master {
	background: none;

}

div.cat_box_hold {
	overflow: hidden;
}

div.cat_box {
	margin: 0px;
	padding: 0px;
	height: 195px;
	width: 335px;
	background: white;
	border: 1px solid #343434;
	background: url(../images/cat/bg_block.jpg) no-repeat;
	overflow: hidden;

}

* html body div.cat_box {
	height: 198px;
	width: 333px;
	top: -197px;

}

div.cat_box h3 {
	margin: 0px;
	padding: 0px;
	padding: 18px 0px 0px 21px;
	font-size: 18px;
	font-weight: 700;
	color: #414141;
}

div.cat_box ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 112px;
	padding: 18px 21px 0px 21px;
	font-weight: 700;

}

div.cat_box div.image_hold {
	width: 110px;
	float: left;
}

div.cat_box ul a {
	color: #05589f;
	line-height: 1.6em;
}

div.cat_box div.info {
	padding: 20px;

}

div.cat_box div.info img {
	padding-right: 15px;

}

div.cat_box div.info p {

}

p.starting_at {
	font-size: 18px;
	font-weight: 700;
	color: #03396d;
	text-align: right;
}

div.item p.starting_at {
	text-align: left;
	
}

a.more_info {
	position: relative;
	margin: 30px 0px 0px 360px;
	width: 129px;
	height: 32px;
	display: block;
	background: url(../images/cat/more_info.gif) top no-repeat;

}

a.close_info {
	position: relative;
	margin: 30px 0px 0px 360px;
	width: 129px;
	height: 32px;
	display: block;
	background: url(../images/cat/less_info.gif) top no-repeat;

}

* html body a.more_info {
	margin-left: -2px;

}

a.more_info:hover, a.close_info:hover {
	background-position: bottom;

}

p.instructions {
	text-transform: uppercase;
	color: #8fb2d6;
	margin-top: 0.5em;

}


div.cat_content {
	padding: 25px 40px;
	clear: both;
}

div.cat_content .left {
	width: 345px;
	padding-right: 30px;
	border-right: 1px solid #efefef;
	float: left;
}

div.cat_content .right {
	width: 345px;
	padding-left: 30px;

}

div.cat_content .left_item {
	width: 260px;
	padding-right: 30px;
	border-right: 1px solid #efefef;
	float: left;
}

div.cat_content .right_item {
	width: 430px;
	padding-left: 30px;

}


