@charset "utf-8";
/* CSS Document */

body {margin:0px; padding:0px; font-family:Verdana, Geneva, sans-serif; color:#000; font-size:10pt;}

p { margin: 0px 10px 0px 10px; font-size:9pt; line-height:15pt; font-family:Verdana, Geneva, sans-serif}
ul { font-size:9pt; line-height:15pt; font-family:Verdana, Geneva, sans-serif}
h1 { margin: 0px 10px 8px 10px; font-size:12pt; text-transform:uppercase; font-family: Arial, sans-serif; font-weight:bold; line-height:16pt;}
h2 { margin: 0px 10px 5px 10px; font-size:10pt;  line-height:15pt; font-family: Arial Black, sans-serif; text-transform:uppercase;}

a { font-weight:bold; text-decoration:none;}
a:hover { font-weight:bold; text-decoration:underline}

#navigation {width:211px; margin:0px; margin-top:30px; margin-left:30px;}
#about_us { width:211px; height:24px; margin-bottom: 5px; padding-top:3px;}
#what_we_offer { width:211px; height:24px; margin-bottom: 5px; padding-top:3px;}
#clients { width:211px; height:24px; margin-bottom: 5px; padding-top:3px;}
#contact_us { width:211px; height:24px; margin-bottom: 5px; padding-top:3px;}
#what_we_offer_subnav{ width:211px; margin-bottom: 5px; margin-top:-5px;}
#what_we_offer_subnav ul {list-style:none; list-style-image:none; margin:2px 0px 0px 40px; padding:0px;}
#what_we_offer_subnav li {width:161px; height:25px; margin:0px; padding:0px;}



a.about_us {
    display: block;
    width: 211px;
    height: 24px;
    text-decoration: none;
    background: url("../images/about_us.gif");
    }
a.about_us:hover {
    background-position: 0px 25px;
    }
a.what_we_offer {
    display: block;
    width: 211px;
    height: 24px;
    text-decoration: none;
    background: url("../images/what_we_offer.gif");
    }
a.what_we_offer:hover {
    background-position: 0px 25px;
    }
a.clients {
    display: block;
    width: 211px;
    height: 24px;
    text-decoration: none;
    background: url("../images/clients.gif");
    }
a.clients:hover {
    background-position: 0px 25px;
    }
a.contact_us {
    display: block;
    width: 211px;
    height: 24px;
    text-decoration: none;
    background: url("../images/contact_us.gif");
    }
a.contact_us:hover {
    background-position: 0px 25px;
    }
a.cassandra_report {
	display:block;
	width:161px;
	height:25px;
	text-decoration: none;
    background: url("../images/the_cassandra_report.gif");
	}
a.cassandra_report:hover {
	background-position: 0px 26px;
	}
a.cassandra_live {
	display:block;
	width:161px;
	height:25px;
	text-decoration: none;
    background: url("../images/cassandra_live.gif");
	}
a.cassandra_live:hover {
	background-position: 0px 26px;
	}
a.cassandra_solutions {
	display:block;
	width:161px;
	height:25px;
	text-decoration: none;
    background: url("../images/cassandra_solutions.gif");
	}
a.cassandra_solutions:hover {
	background-position: 0px 26px;
	}
a.trendcentral {
	display:block;
	width:161px;
	height:25px;
	text-decoration: none;
    background: url("../images/trendcentral.gif");
	}
a.trendcentral:hover {
	background-position: 0px 26px;
	}
.displace {
    position: absolute;
    left: -5000px;
    }

#header { width:100%; height:124px; margin:0px; padding:0px; background:#aee0e9 url(../images/header_bg.gif) top left repeat-x; }
#header_container { width: 857px; height:124px; margin: 0px auto;}
#header_container a img{ border:0px solid #aee0e9}
#main { width:857px; margin: 0px auto; background: transparent url(../images/cassandra.gif) bottom left no-repeat;}
#mainContainer {width:100%;}
#left_main { float:left; width:271px; margin:0px;}
#right_main { float: right; width:586px; margin:0px;}
#navigation {width:211px; font-family:Arial, Helvetica, sans-serif; font-size:14px; margin-top:30px;}
#content { width:586px; min-height:720px; margin:0px; padding:0px; padding-top:27px; background:#fff url(../images/line.gif) top left no-repeat;}
#footer_container {width:586px; height:75px; background:#fff url(../images/line.gif) top left no-repeat;}

.logo { float: left; margin: 59px 0px 0px 46px;}
.img_header { float:right; margin: 0px;}
.footer { float:right; margin:0px; margin-top: 30px; margin-right:10px; color:#666666; font-size:8pt; font-family: Helvetica, Arial, sans-serif; font-weight:bold; text-transform:uppercase; display:block}
.cassandra_logo { position:relative; bottom:20px; left:20px;}
.content_top { margin: 0px 0px 15px 0px; padding: 0px 0px 0px 10px; display:block}
.aqua {color:#82a19a; font-weight:bold;}
.small_text { font-size:10px;}
.img_subheader {}

#slideshow {
    position: relative;
    height: 250px;
	width: 567px
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	filter: Alpha(Opacity=0); /*IE 6,7*/
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
	filter: Alpha(Opacity=100); /*IE 6,7*/
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
