/****
* Website design and CSS style by Artis . design studio (www.goartis.com)
****/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img/bk_sapressinc.gif);
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.text {
	color: black;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	list-style-type: circle;
}

a:hover {
	text-decoration: none;
}

.text a:link, .text a:active {
	color: black;
	text-decoration: underline;
	padding: 1px;
}

.text a:visited {
	color: black;
	text-decoration: underline;
}

.text a:hover {
	color: white;
	text-decoration: underline;
	background-color: #889eae;
}

.quote {
	color: #4d4d4d;
	font: 11px/18px "Courier New", Courier, mono;
}

.footer {
	color: #5a5340;
	font: 10px/15px "Courier New", Courier, mono;
}

.footer a:link, .footer a:visited {
	color: #5a5340;
	text-decoration: none;
}

.footer a:hover {
	color: #f4e689;
	text-decoration: underline;
}

.lang {
	color: #a9050e;
	font: 10px/11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lang a:link, .lang a:visited {
	color: #a9050e;
	text-decoration: none;
}

.lang a:hover {
	color: #fcd46e;
	text-decoration: underline;
}

.rolls {
	padding: 1px;
}

.rolls a:link, .rolls a:active, .rolls a:visited, .rolls a:hover {
	text-decoration: none;
}

.mainbox {
	height: 100%;
	top: 0;
	width: 100%;
	right: 0;
	vertical-align: middle;
	position: absolute;
}

/* GLIDER */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 560px;
height: 360px;
overflow: hidden;
padding-top: 14px;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 560px;
background-image:url(../img/services_back.jpg)
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
text-align: left;
	padding: 0;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #857e57;
padding: 1px 3px;
margin-right: 3px;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #76553E;
}

.glidecontenttoggler a:hover{
color: #fff;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.fleetimage {
padding-bottom: 10px;
	padding-top: 10px;
}

