/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

* {
margin :0;
padding:0;
}

img {
border:0;

}
html {
font-size: 10pt;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.2em;
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 685px;
background-color: #eee;
height:210px;
/*border: 1px solid #ddd;*/}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 685px;
height:210px;
}

#slideshow .slides ul {
width: 685px;
height:210px;}

#slideshow .slides li {
width: 685px;
float: left;
height:210px;
padding: 0;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background:url(../images/slide-nav-background.jpg);
width:685px;
height:46px;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 12px ;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
/*background:url(../images/hover-background.jpg);}*/
background:#696868; 
}

.js #slideshow .slides-nav li.on a {
position: relative;
}


#slide-one-background {
background:url(../images/email-background.jpg);
height:210px;
width:685px;
}

.trans-bar-background {
padding-top:140px; 

/*filter: alpha (opacity=10); 
opacity:0.10;*/
}

.trans-bar-content{
background:url(../images/text-background.png) repeat;
height:70px;
z-index:-1;
}


#slide-two-background {
background:url(../images/seo-background.jpg);
height:210px;
width:685px;
}




#slide-three-background {
background:url(../images/emarketing-background.jpg);
height:210px;
width:685px;
}


