@CHARSET "ISO-8859-1";

body {
	font-family: vedana, arial;
	font-size: 11pt;
	background-color: #d9060a;
	padding: 0;
	margin: 0;
}

#bg {
	padding: 0;
	margin: 0;
	background: #eaeaea url(siteart/background_repeat.jpg) repeat-x;
}

#wrap {
	margin:0px auto;
	width: 1024px;
	/*background: #eaeaea url(siteart/background.jpg) no-repeat;*/
	height:100%;
}

img {
	border:0;
}


a:link, a:active, a:visited {
	color:#cc0000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}



a.salespg:link, a.salespg:active, a.salespg:visited {
	color:#000;
	background:#efefef;
	text-decoration:none;
	display:block;
	padding:3px 5px;
	border-left:1px #cccccc solid;
	border-top:1px #cccccc solid;
	border-bottom:1px #333333 solid;
	border-right:1px #333333 solid;
}
a.salespg:hover {
	color:#efefef;
	background:#999999;
}


#body {
	margin: 0px 42px 15px 42px;
}

#header {
	margin-bottom: 25px;
}

#content {
	width: 940px;
}

.nav {
	font-family:"Futura Md BT", Verdana, Arial;
	font-size: 12pt;
}
.nav a:link { color: #636363; text-decoration:none; }
.nav a:visited { color: #636363; text-decoration:none; }
.nav a:hover { color: #cc0000; text-decoration:none; }
.nav a:active { color: #636363; text-decoration:none; }

.nav span {
	padding: 0px 10px 0px 10px;
}



.finance {
	background:#DF080C;
	border-radius:3px;
	padding:10px 20px;
	color:#fff!important;	
	text-decoration:none!important;
	margin-top:50px;
	font-size:13px;
}

.finance:hover {
	color:#000!important;	
}


.shadow-box {
	-moz-box-shadow: 0 0 .75em #808080;
	-webkit-box-shadow: 0 0 .75em #808080;
	box-shadow: 0 0 .75em #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
	text-align: center;
	background: #ffffff;
	padding: 10px;
}

.page-content {
	margin: 7px;
	font-family: arial, vedana;
	font-size: 11pt;
	text-align:left;
}

.page-title {
	color: #464646;
	font-family: arial, vedana;
	font-size: 22pt;
}

.list-header {
	font-size: 16pt;
	font-weight: bold;
}

.list-title {
	margin-top: 5px;
	padding: 7px;
	background-color: #eaeaea;
	font-size: 10pt;
}

.list-detail {
	margin: 10px 7px 7px 7px;
	font-size: 10pt;
}

.list-detail img {
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #eaeaea;
	float:left;
}

.list-red {
	color: #cc0000;
}

.list-button {
	margin-top: 8px;
	margin-left:15px;
}


#slideshow {position:relative; height:365px; width:920px;}
#slideshow IMG {position:absolute; top:0; left:0; z-index:8;}
#slideshow IMG.active {z-index:10;}
#slideshow IMG.last-active {z-index:9;}





#footer {
	height: 58px;
	background: #d9060a url(siteart/footer_slice.jpg) repeat-x;
	padding: 20px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active { 
	text-decoration:underline; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#999999;
}
a.footerlink:hover { 
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
}
.footertext{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt; 
	color:#999999;
}
.smallfootertext{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	color:#999999;
}
.divfooter {
	width:450px;
	text-align:center;
	margin:0 auto;
}


/* Old stuff from customer site 
#footer p {margin:0; text-align:center; }
#footer .copyright {font-family:Verdana, Geneva, sans-serif; color: #660000; font-size:10px;}
#footer .digitalattic {font-family:Verdana, Geneva, sans-serif; color: #990000; font-size:9px;}
#footer .digitalattic a {color: #990000;}
#footer .digitalattic a:hover {color: #660000;}

*/



