/*** Global Settings ****/
body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;margin : 0;padding : 0;background:#f7f7f7;}
p { margin : 0;padding : 0;}
a:visited, a:link {color : #a43b55;text-decoration : underline;background:none;}
a:hover {color : #a43b55;text-decoration : none;background:none;}
h1 {font-weight:bold; color : #7a2e40; margin: 0px 0px 10px 0px;padding-bottom : 5px;font : 16pt Arial, Helvetica, Verdana, serif;border-bottom : 1px solid #efece7;}
h2 {color : #000;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Arial, Helvetica, Verdana, serif;border-bottom : 1px solid #efece7;}
h3 {color : #7a2e40;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
ul {padding:0;margin:0 0 0 17px;list-style: square url(images/bullet.gif);}
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 5px 5px 15px 15px;}

/*** Layout ****/
#wrapper {margin : 0 auto;width : 776px;border-left : 1px solid #ccc;border-right : 1px solid #ccc;background:#fff;}
#header {margin : 0 1px;}
#bg {height : 65px;background : url(images/foammaxlogo.gif) no-repeat;}
#nav {background : #ec2015; height:35px;text-align : right;color : #ec2015;}
#nav a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}
#main-content {margin : 0 auto; background:#fff;}
#logo {margin-bottom : 4px; background:#fff;}
.logotxt1 {font : normal 18px Georgia, serif;color : #fa7393;margin : 10px 0 0 15px;}
.logotxt2 {font : normal 18px Georgia, serif;color : #7a2e40; }
#left-column {width : 400px;padding : 0 25px 20px;float : right;}
#right-column {width : -320px;float : left;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #ebebeb;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc; padding : 10px 15px;clear : both;}

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(images/shadow.jpg) no-repeat top;}


#s3slider { 
   width: 315px; /* important to be same as image width */ 
   height: 276px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border:0px solid red;
}

#s3sliderContent {
   width: 315px; /* important to be same as image width or wider */

   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 0px 0px;
   width: 315px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 