body {
	margin: 0;
	font-family: Trebuchet MS;
	background-color: #aaaaaa;
}

.page {
	width: 1024px;
	margin: 0 auto;
}


/*
 * header
 */
.header {
	background: url(../img/header/bg.png) no-repeat left top;
	height: 100px;
	position: relative;
}

.header .logo {
	position: absolute;
	left: 14px;
	top: 12px
}


/*
 * header menu
 */
.hmenu {
	position: absolute;
	right: 12px;
	top: 0;
}
.hmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hmenu ul li {
	float: left;
	position: relative;
}
.hmenu ul li a {
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	float: left;
	background: url(../img/header/buttons.png) no-repeat left top;
}
.hmenu ul li.mn-home a {
	background-position: 0 0;
	width: 83px;
}
.hmenu ul li.mn-home a:hover {
	background-position: 0 -50px;
}
.hmenu ul li.mn-story a {
	background-position: -83px 0;
	width: 99px;
}
.hmenu ul li.mn-story a:hover {
	background-position: -83px -50px;
}
.hmenu ul li.mn-news a {
	background-position: -182px 0;
	width: 78px;
}
.hmenu ul li.mn-news a:hover {
	background-position: -182px -50px;
}
.hmenu ul li.mn-pas a {
	background-position: -260px 0;
	width: 155px;
}
.hmenu ul li.mn-pas a:hover {
	background-position: -260px -50px;
}
.hmenu ul li.mn-contact a {
	background-position: -415px 0;
	width: 113px;
}
.hmenu ul li.mn-contact a:hover {
	background-position: -415px -50px;
}
.home .hmenu ul li.mn-home a {
	background-position: 0 -25px !important;
}
.story .hmenu ul li.mn-story a {
	background-position: -83px -25px !important;
}
.news .hmenu ul li.mn-news a {
	background-position: -182px -25px !important;
}
.pas .hmenu ul li.mn-pas a {
	background-position: -260px -25px !important;
}
.contact .hmenu ul li.mn-contact a {
	background-position: -415px -25px !important;
}


/*
 * body main backgrouds
 */
.body .main {
	background: url(../img/bg.png) repeat-y left top;
	position: relative;
	min-height: 249px;
}

.body .main .top {
	background: url(../img/page_top_bg.png) no-repeat left top;
	height: 152px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.body .main .middle {
	background: url(../img/page_middle_bg.png) repeat-y left top;
	position: absolute;
	top: 152px;
	bottom: 97px;
}

.body .main .bottom {
	background: url(../img/page_bottom_bg.png) no-repeat left bottom;
	height: 97px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.body .main .content {
	position: relative;
}


/*
 * home body news
 */
.body .news {
	background-color: #000000;
	height: 28px;
	position: relative;
	font-size: 14px;
	line-height: 28px;
	padding-left: 34px;
}

.body .news div {
	float: left;
}

.body .news .title {
	color: #ffffff;
}

.body .news .sep {
	color: #515151;
	margin: 0 14px;
}

.body .news .items {
	color: #d1d5d1;
}

.body .news .items ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.body .news .items ul li {
	float: left;
	position: relative;
	margin-right: 10px;
}


/*
 * home body highlights
 */
.body .highlights {
	position: relative;
	background: url(../img/highlights/bg.png) repeat-x left top;
	height: 217px;
}
.body .highlights ul {
	list-style: none;
	padding: 25px 16px;
	margin: 0;
}
.body .highlights ul li {
	float: left;
	position: relative;
}
.body .highlights ul li a {
	height: 0;
	width: 317px;
	padding-top: 127px;
	overflow: hidden;
	float: left;
	margin: 0 6px;
}
.body .highlights ul li.hl-skelaxy a {
	background: url(../img/highlights/skelaxy.png) no-repeat left top;
}
.body .highlights ul li.hl-up4food a {
	background: url(../img/highlights/up4food.png) no-repeat left top;
}
.body .highlights ul li.hl-schooltracs a {
	background: url(../img/highlights/schooltracs.png) no-repeat left top;
}


/*
 * page body title
 */
.body .title {
	background-color: #000000;
	color: #ffffff;
	height: 50px;
	padding-left: 26px;
}

.body .title h1 {
	margin: 0;
	padding-top: 13px;
	font-size: 26px;
}


/*
 * footer
 */
.footer {
	background: url(../img/footer/bg.png) no-repeat left bottom;
	height: 66px;
	position: relative;
}

.footer .copyright {
	position: absolute;
	left: 26px;
	line-height: 66px;
	font-size: 12px;
	color: #ffffff;
}

.footer .logo {
	position: absolute;
	top: 14px;
	right: 30px;
}


/*
 * story page styles
 */
.story-box {
	width: 476px;
	padding: 20px 0 60px 26px;
}

.story-top {
	background: url(../img/box_476_top_bg.png) no-repeat left top;
	height: 31px;
}

.story-middle {
	background: url(../img/box_476_middle_bg.png) repeat-y left top;
	font-size: 12px;
	padding: 0 36px;
	color: #464b56;
	text-align: justify;
}

.story-middle strong {
	color: #000000;
}

.story-middle p {
	margin: 0;
	padding: 1em 0;
}

.story-bottom {
	background: url(../img/box_476_bottom_bg.png) no-repeat left top;
	height: 34px;
}

.story .body .main .bottom {
	background: url(../img/story_bg.png) no-repeat left bottom;
	height: 257px;
}


/*
 * contact page styles
 */
.contact-box {
	width: 699px;
	padding: 20px 0 60px 26px;
}

.contact-top {
	background: url(../img/box_699_top_bg.png) no-repeat left top;
	height: 31px;
}

.contact-middle {
	background: url(../img/box_699_middle_bg.png) repeat-y left top;
	font-size: 12px;
	padding: 0 36px;
	color: #464b56;
	text-align: justify;
}

.contact-middle strong {
	color: #000000;
}

.contact-middle p {
	margin: 0;
	padding-left: 2em;
	padding-bottom: .8em;
	color: #464b56;
}

.contact-middle span {
	color: #464b56;
}

.contact-middle h2, .contact-middle h3 {
	color: #000000;
	margin: 0;
	padding: .83em 0;
}

.contact-middle h4, .contact-middle h5, .contact-middle h6 {
	color: #000000;
	margin: 0;
	font-size: 12px;
	line-height: 1.6em;
}

.contact-middle h6 {
	display: inline;
}

.contact-middle th {
	color: #000000;
	width: 80px;
	vertical-align: top;
}

.contact-middle td {
	padding-bottom: 8px;
}

.contact-middle hr {
	border: none;
	border-top: 1px solid #f9e2b0;
	margin-top: 1.5em;
}

.contact-middle ol {
	margin: 0;
	color: #000000;
	padding-left: 40px;
	padding-bottom: .1em;
}

.contact-middle ul {
	margin: 0;
	list-style-type: none;
	padding-left: 2em;
}

.contact-middle a {
	color: #464b56;
}

.contact-bottom {
	background: url(../img/box_699_bottom_bg.png) no-repeat left bottom;
	height: 34px;
}


/*
 * product and services page styles
 */
.pas-box {
	width: 972px;
	padding: 20px 0 14px 26px;
}

.pas-snap {
	float: left;
	width: 266px;
}

.pas-snap img {
	margin-bottom: 12px;
}

.pas-snap h3 {
	margin-left: 6px;
}

.pas-snap a, .pas-snap a:visited {
	color: #464b56;
}

.pas-desc {
	float: left;
	width: 630px;
}

.pas-desc ul {
	padding-left: 20px;
}

.pas-desc h4 {
	margin-bottom: 0;
	color: #000000;
}

.pas-desc p {
	margin-top: 0;
}

.pas-top {
	background: url(../img/box_972_top_bg.png) no-repeat left top;
	height: 45px;
}

.pas-middle {
	background: url(../img/box_972_middle_bg.png) repeat-y left top;
	font-size: 12px;
	padding: 0 36px;
	color: #464b56;
	text-align: justify;
}

.pas-middle strong {
	color: #000000;
}

.pas-middle h2 {
	color: #000000;
	margin: 0;
}

.pas-middle h3 {
	color: #000000;
	display: inline;
	margin-right: 6px;
	font-size: 12px;
}

.pas-middle hr {
	border: none;
	border-top: 1px solid #f9e2b0;
	margin-bottom: 1em;
}

.pas-middle .clear {
	padding-bottom: 1px;
}

.pas-bottom {
	background: url(../img/box_972_bottom_bg.png) no-repeat left top;
	height: 54px;
}


/*
 * news page styles
 */
.news-box {
	width: 699px;
	padding: 20px 0 0 26px;
}

.news-top {
	background: url(../img/box_699_top_bg.png) no-repeat left top;
	height: 31px;
}

.news-middle {
	background: url(../img/box_699_middle_bg.png) repeat-y left top;
	font-size: 12px;
	padding: 0 36px;
	color: #464b56;
	text-align: justify;
}

.news-middle a, .news-middle a:visited, .news-middle p, .news-middle span {
	color: #464b56;
}

.news-middle strong {
	color: #000000;
}

.news-middle p {
	margin: 0;
}

.news-middle h2, .news-middle h3 {
	display: inline;
	font-size: 12px;
}

.news-middle h2, .news-middle h2 a, .news-middle h2 a:visited {
	color: #ed8e05;
}

.news-middle h3 {
	color: #000000;
}

.news-middle ul {
	margin: 0;
}

.news-title {
	margin-bottom: .8em;
}

.news-sep {
	color: #b3b3b3;
	margin: 0 4px;
}

.news-bottom {
	background: url(../img/box_699_bottom_bg.png) no-repeat left bottom;
	height: 34px;
}


/*
 * misc styles
 */
.flash {
	text-align: center;
}
.clear {
	clear: both;
}