body {
	background-image: url(/images/bg_stella.jpg);
	margin: 0px;	
}
a {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
h1 {
	background-color: #938b60;
	color: #FFFFFF;
	width: 287;
	padding: 0px 5px 3px 5px;
	font-size: small;
}
h2 {
	background-color: #938b60;
	color: #FFFFFF;
	width: 287;
	padding: 0px 5px 3px 5px;
	font-size: x-small;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333;
	padding-top:7px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FF6600;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #FF6600;
}
.largeurl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.title {
	background-color: #938b60;
	color: #FFFFFF;
	width: 287;
	padding: 0px 5px 3px 5px;
	font-size: small;
}
/* navigation */
.lnavlink a:link, .lnavlink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:#333333;
	text-align:right;
	text-decoration:none;
}
.lnavlink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color: #0000FF;
	text-align:right;
	text-decoration:underline;
}
.menulink a:link, .menulink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	padding: 13px 6px 2px 6px;
	margin: 0px 5px 0px 5px;
	
}
.menulink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background-image:url(/images/bg_stella_menu_on.jpg);
	background-repeat: repeat-y;
	border-top: 1px none #dbce00;
	border-left: 1px solid #dbce00;
	border-right: 1px solid #dbce00;
	border-bottom: 1px solid #bdc0c0;
	padding: 11px 5px 4px 5px;
	margin: 0px 5px 0px 5px;
	
}
.footerlink a:link, .footerlink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color: #0000FF;
	text-decoration:none;
}
.footerlink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#0000FF;
	text-decoration:underline;
}
.footerlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#666666;
	text-decoration:none;
	border-top: 1px solid #dbe3f0;
}
/* backgrounds */
.lnav {
	background-image: url(/images/bg_stella_lnav.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #dbe3f0;
	width: 248px;
	position:absolute;
	left: 18px;
	top: 102px;
	z-index: 1;
}
.lnavt {
	background-image: url(/images/bg_stella_lnavt.jpg);
	background-position: left;
	background-repeat:repeat-y;
	background-color: #dbe3f0;
}
.lnavtr {
	
	background-image: url(/images/bg_stella_lnavt.jpg);
	background-position: right;
	background-repeat:repeat-y;
	background-color: #dbe3f0;
}
.bgfooter {
	background-image: url(/images/bg_stella_content_b.jpg);
	background-position: top;
	background-repeat:repeat-x;
}
.bgrcol {
	background-image: url(/images/bg_stella_content_right.jpg);
	background-position: top;
	background-repeat:repeat-y;
}
.bgcontent {
	background-image: url(/images/bg_stella_content.jpg);
	background-position: top;
	background-repeat:repeat-y;
	width: 400px;
	
}
.bgwhite {
	background-color: #FFFFFF;
}
.bgmenu {
	background-image: url(/images/bg_stella_menu.png);
	background-position: top;
	background-repeat:repeat-x;
}
.bgmenub {
	background-image: url(/images/bg_stella_menu_b.jpg);
	background-position: top;
	background-repeat:repeat-x;
}
.promotable {
	border: 1px solid #000000;
}
.promotablered {
	border: 1px solid #FF6600;
}
.promotableheader {
	background-color: #b6d599;
}
.promotablecell {
	background-color: #eff5fa;
}
.clientname {
	font-size: small;
}
.clienturl, .clienturl a {
	font-size: xx-small;
	color: #666666;
}
#wrapper {
	padding:0 0 0 0;	
}
@charset "utf-8";
/* CSS Document */

#analog-clock{
	position:relative;
	width:200px;
	display:none; /* to make it start hidden, then fade in */
	
}

#analog-clock #bg, #hourHand, #minuteHand, #secondHand{
	position:absolute;
	margin:24px 24px;
	left: 0px;
}

#analog-clock #bg {
	
	
}
.centered {
	position:relative;
	text-align:center;
}

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 .theme-default #slider {
    margin:0 auto 40px auto;
    width:400px; /* Make sure your images are the same size */
    height:200px; /* Make sure your images are the same size */
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
   
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    position:absolute;
    left:50%;
    bottom:-32px;
    margin-left:-135px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(/nivo-slider/themes/default/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(/nivo-slider/themes/default/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption p {
    color:#fff;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#938B60;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* End Nivo Slider */
