
/* LAYOUT */
html {
	overflow-y: scroll;
}

body {
	font-size: 80%;
	font-family: Helvetica, "Helvetica Neue", Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
#Wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}


/* HEADER */
#HeaderOuter {
	width:100%;
	padding: 25px 0;
	margin: 0;
	background: #58595b url(../images_gen/header_bg.gif) repeat-x bottom;
}
#Header {
	padding: 0 0 12px 0;
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
.Logo {
	margin: 0 0 0 0;
	width: 350px;
	float: left;
}
.Logo img {
	display: block;
}
.Logo p {
	font-size: 85%;
	margin: 5px 0 0 0;
	color: #B6B6B8;
	font-weight: bold;
}
.Logo h2 {
	margin: 0 !important;
	padding: 0 !important;
	width: 347px;
	height: 19px;
	text-indent: -9000px;
	background: url(../images_gen/strap.gif) no-repeat top left;
}
.Logo h2 strong {
}
#HeaderNav {
	float: right;
	margin: 0 20px 5px 0;
	padding: 20px 0 0 0;
	width: 265px;
}
#HeaderNav ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#HeaderNav ul li {
	display: block;
	padding: 0 0 12px 0;
}
#HeaderNav ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	padding: 10px 30px 10px 0;
}
#CustomerLogin {
	color: #9392be;
	background: url(../images_gen/blob_customer.gif) no-repeat right;
}
#OnlineServices {
	color: #f29ac2;
	background: url(../images_gen/blob_online.gif) no-repeat right;
}
#FTPUpload {
	color: #c1dbb6;
	background: url(../images_gen/blob_ftp.gif) no-repeat right;
}
#ContactUs {
	color: #ffc50c;
	background: url(../images_gen/blob_contact.gif) no-repeat right;
}
#HeaderNav ul li a:hover {
	color: #fff;
}


/* NAVIGATION */
#NavOuter {
	background: #C4C5C6 url(../images_gen/nav_bg.gif) repeat-x top;
	width: 100%;
	clear: both;
	padding: 0 0 0 0;
}
ul#MainNav {
	font-family: Arial, Helvetica, sans-serif;
	line-height:normal;
	width: 800px;
	margin:0 auto;
	padding: 0;
	list-style:none;
}
#MainNav li {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	display: block;
}
#MainNav li.First {
	padding: 0 5px 0 0 !important;
}
#Navcontact {
	border: none!important;
}
#MainNav a {
	margin:0;
	padding: 15px 10px 14px 10px;
	text-decoration:none;
	color: #fff;
	font-size: 120%;
	display: block;
	font-weight: bold;
}
#MainNav a:hover {
	color: #58595B;
}
#MainNav a.Active {
	color: #ffc50c;
	background: #58595B;
}
#SubNav {
	width: 140px;
	float: left;
	list-style: none;
	margin: 50px 0 0 0;
	_margin: 45px 0 0 0;
	padding: 0 5px 0 0;
	font-size: 95%;
}
#SubNav li {
	margin: 0 0 10px 0;
	padding: 3px 0;
}
#SubNav li a{
	color: #9393BD;
	text-decoration: none;
}
#SubNav li a:hover {
	color: #333;
}


/* RIGHT COLUMN */

#RightColumn {
	float: right;
	margin: 5px 0 15px 25px;
	font-size: 85%;
	letter-spacing: normal;
	width: 180px;
}
#RightColumn h3{
	font-size: 150%;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
	color: #5c3c99;
}
.Downloads {
	width: 158px;
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
}
.Downloads ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 120%;
}
#RightColumn p{
	margin: 0 0 8px 0;
	padding: 0;
}
#RightColumn ul{
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}
#RightColumn a {
	text-decoration: none;
	color: #990000;
}
#RightColumn a:hover {
	text-decoration: underline;
}
#RightColumn div.Testimonial, #RightColumn div.RelatedLinks, #RightColumn div.Downloads, #RightColumn div.LatestNews, #RightColumn div.LatestEvents {
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}
.HomeRightColumn {
	width: 172px !important;
	border-left: none;
	margin: 0 0 0 25px !important;
	padding: 0 0 0 10px;
}
.HomeRightColumn div.ImageHolder {
	border: none !important;
	margin: 0 !important;
	padding-right: 2px !important;
	padding-top: 30px !important;
	padding-bottom: 5px !important;
}
.HomeRightColumn div.ImageHolder blockquote {
	display: none !important;
}
.ImageHolder {
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff;
	text-align: center;
}
.ImageHolder p {
	font-weight: bold;
	padding: 5px 10px!important;
	margin: 0;
	color: #5c3c99;
}
a.Back {
	margin: 0;
	padding: 0 0 15px 0;
	color: #5c3c99;
	font-weight: bold;
	font-size: 130%;
}
div.ContactButtons  {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 150px;
	margin: 0;
	z-index: 30;
}
div.ContactButtons p {
	margin: 0 0 7px 0;
	padding: 0;
	position: relative;
}
div.ContactButtons a {
	text-decoration: none!important;
	color: #CC3399;
	font-size: 95%;
	margin: 0;
}
div.ContactButtons a {
	position: absolute;
	top: 4px;
	left: 25px;
}
li.FileLink a {
	background: none!important;
	margin: 0!important;
	padding: 0!important;
}
li.FileLink {
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 7px 0 4px 20px;
}

/* PAGE */
.Resources {
	margin: 0 !important;
	padding: 12px 0 !important;
	list-style: none;
	border-top: 1px solid #E3E3E3;
}
.ResourceTitle {
	font-size: 120%;
	font-weight: bold;
}
#HomeImage {
	float: right;
	width: 238px;
	margin: 0 0 15px 25px;
}
#HomeButtons {
	margin: 0px 0 0 1px;
}
#HomeButtons a {
	margin: 0px 0 0 1px;
	text-decoration: none!important;
}
a dl.Button {
	text-decoration: none;
	cursor: pointer;
	float: left;
}
dl.Button {
	float: left;
	width: 255px;
	border-right: 1px solid #fff;
	padding: 5px 0 0 0;
	margin: 0;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	position: relative;
}
dl.PageText {
	width: 266px!important;
	font-size: 110%!important;
}
dl.Button dt {
	margin: 0;
	padding: 4px 10px;
	font-weight: bold;
	background: #BEC1C4;
}
dl.Button dt span{
	color: #fff;
	font-style: italic;
	text-decoration: none;
}
dl.Button dd {
	padding: 15px 15px 0 15px;
	margin: 0;
	width: 225px;
	height: 145px;
	background: #DEE0E1;
	font-size: 85%;
}
dl.PageText dd {
	width: 236px!important;
	font-size: 95%!important;
}
dl.Button dd p{
	padding: 0;
	margin: 0;
}
dl.Button dd div.FlashButton {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	padding: 0 3px 7px 6px;
	margin: 0 20px -3px 0;
	background: url(../images_gen/swf_bg.gif) no-repeat bottom left;
}
#PageOuter {
	background: url(../images_gen/page_bg.gif) repeat-x top;
	padding: 35px 0 0 0;
}
#Page {
	width: 760px;
	margin: 0 auto 20px auto;
	padding: 0;
	position: relative;
	text-align: left;
}
#Page.HomePage {
	width: 770px;
	margin: 5px auto 0px auto;
	padding: 0;
	position: relative;
	text-align: left;
}
.HeaderImage {
	margin: 15px 4px 0 0;
}
#Page h1 {
	font-size: 190%;
	color: #58595B;
	margin: 0 0 18px 0!important;
	padding: 0;
	width: auto;
}
h1#PageTitle {
	width: 420px;
}
#Content {
	float: left;
	margin: 0;
	padding: 0;
}
#Page.Narrow div#Content{
	width: 555px!important;
	border-left: 1px solid #9393BD;
	padding: 0 15px 0 25px;
	_padding: 0 0px 0 20px;
}
div#PageCopy {
	clear: left;
	color: #555;
	font-size: 85%;
	min-height: 250px;
	_height: 250px;
	padding: 10px 0 0 0;
	line-height: 1.4em;
}
#Services div#PageCopy {
	clear: left;
	color: #555;
	font-size: 85%;
	min-height: 250px;
	_height: 250px;
	padding: 10px 0 0 0;
	width: 570px;
}
#HomeText {
	width: 760px;
	font-size: 110%;
}
#HomeText blockquote {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
}
#PageCopy.HalfRight {
	float: right;
	width: 350px;
	clear: right;
	margin: 10px 0 0 0;
}
#PageCopy h1 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 260%;
	color: #58595B;
	float: none;
	font-weight: bold;
	line-height: 1.2em;
}
#PageCopy h2 {
	margin: 0 0 12px 0;
	font-size: 180%;
	font-weight: normal;
	color: #58595B;
}
#PageCopy h3 {
	margin: 0 0 12px 0;
	font-size: 140%;
	font-weight: bold;
	color: #58595B;
}
#PageCopy p{
	margin: 0 0 15px 0;
}
#PageCopy a{
	text-decoration: none;
	color:  #9393BD;
}
#PageCopy a:hover{
	text-decoration: underline;
}
ul#ServiceNav {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	width: 150px;
	float: left;
	min-height: 350px;
	_height: 350px;
}
ul#ServiceNav li {
	padding: 0 0 4px 0;
}
ul#ServiceNav li a { 
	color: #8A8B8D;
	display: block;
}
ul#ServiceNav li a:hover { 
	color: #5C3C99;
	text-decoration: none;
}
div#ServiceRight {
	width: 375px;
	float: right;
	padding: 6px 0 0 0;
}
.Service {
}
.Service blockquote {
	margin: 0;
	padding: 10px 0;
}
#UploadJob {
	background: url(../images_gen/upload-icon.gif) no-repeat left;
	padding: 0 0 0 50px;
	margin: 20px 0 0 0;
}
#StockManagement {
	background: url(../images_gen/stock-management-icon.gif) no-repeat left;
	padding: 0 0 0 50px;
	margin: 40px 0 0 0;
}
#UploadJob p, #StockManagement p {
	margin: 0 0 8px 0;
}
#UploadJob a, #StockManagement a {
	font-size: 130%;
	font-weight: normal;
	color: #5c3c99;
	text-decoration: none;
}
#UploadJob a:hover, #StockManagement a:hover {
	color: #9873A3;
	text-decoration: underline;
}
#Testimonial {
	color: #788856;
	font-size: 85%;
	font-weight: bold;
	margin: 20px 0 0 0;
}
#Testimonial p, .Testimonial p {
	margin: 0;
}
.Testimonial img {
	float: right!important;
	margin: 0 0 10px 15px!important;
}
#Testimonial p.Quoted{
	color:#333333;
	float: right!important;
	margin: 10px 0 0 0;
}
#Testimonial a {
	color: #5c3c99;
	text-decoration: none;
}
#Testimonial a:hover {
	color: #555;
	text-decoration: underline;
}
#Testimonial img {
	float: left;
	margin: 0 10px 10px 0;
}

/* PAGE TEXT ITEMS */


/* NEWS & EVENTS */

.NewsFeed {
	float: left;
	width: 355px;
}
.StandardTeaser {
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #5c3c99;
	margin: 7px 0 8px 0;
}
.StandardTeaser img {
	float: left;
	margin: 0 10px 10px 0;
}
.StandardTeaser h3 {
	margin: 10px 0;
	font-size: 110%;
}
.StandardTeaser span {
	font-style: italic;
	color: #5c3c99;
}
.StandardTeaser p {
	margin: 10px 0;
}
.StandardTeaser a {
	color: #CC3399;
	text-decoration: none;
}
.StandardTeaser a:hover {
	color: #999;
	text-decoration: underline;
}
h3.DateHead {
	color: #5c3c99;
	font-style: italic;
	margin: 0 0 8px 0;
	font-size: 100%;
}
#ResultsNav {
	text-align:center;
	color: #000;
	font-size: 110%;
}
#ResultsNav a {
	color: #333;
	margin: 0 3px;
	text-decoration: none;
}
#ResultsNav a.Active {
	font-weight: bold;
	font-size: 120%;
}
#ResultsNav a:hover {
	text-decoration: underline;
}


/* FOOTER */

#Footer {
	padding: 0;
	margin: 15px auto;
	width: 780px;
	color: #9A9999;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
}
#Footer p{
	margin: 0;
	padding: 6px 0 8px 0;
}
#Footer ul {
	list-style: none;
	padding: 0;
	float: right;
	margin: 6px 0;
}
#Footer li {
	display: inline;
	margin: 0 0 0 15px;
}
#Footer li a {
	text-decoration: none;
	color: #9A9999;
}
#Footer li a:hover {
	text-decoration: underline;
	color: #B5B5B7;
}
#FooterLogos {
	width: 780px;
	padding: 20px 0 10px 0;
}
#LogosLeft {
	width: 500px;
	float: left;
}
#LogosLeft img {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
#LogosRight {
	float: right;
	width: 280px;
}
#LogosRight a {
	display: block;
	float: right;
	margin: 0 0 0 15px;
}

/* GENERIC */

hr {
	border: none 0;
	border-top: 1px dashed #555;
	width: 100%;
	height: 1px;
	padding: 0 0 10px 0;
}
a img {
	border: none;
}
s {
	color: #f0f;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
#ServicesList {
	width: 75px;
	float: left;
	background: #00FF00;
	list-style: none;
	text-align: left;
}
#ServicesSubList {
	width: 75px;
	float: left;
	background: #FFFF00;
	list-style: none;
	text-align: left;
}
#TouchForm {
	padding: 10px 0 70px 0;
	width: 780px;
	position: relative;
	font-size: 95% !important;
	font-family: Helvetica, "Helvetica Neue", Geneva, Arial, sans-serif !important;
	color: #555 !important;
}
#TouchForm form{
	width: 420px;
	float: left;
}
#TouchForm img {
	position: absolute;
	top: -170px;
	right: 0;
}
#TouchFormThree {
	padding: 10px 0 0 0;
	width: 800px;
	position: relative;
	font-family: Helvetica, "Helvetica Neue", Geneva, Arial, sans-serif !important;
	color: #555 !important;
}
