body {
   background-color: #2faed2;
}

a {
   color:#2faed2;
}

p {
   color: #6f6f6f;
}

span {
   color:#a7a7a7;
}

h2, h2 a {
   color:#343333;
}

h2 a:hover {
   color:#2faed2;
}

h3, h3 a {
   color:#2faed2;
}

h3 a:hover {
   color:#6f6f6f;
}


/*--------------------------*/
/*..........Menus..........*/
/*------------------------*/

#menu ul li a {
   color:#fff;
}

#menu ul li a:hover {
   color: #6BD5F2;
}

#menu ul li.selected a {
   color: #fff;
}


ul.tabs-menu li a, ul.sub-menu li a {
   color: #6f6f6f;
}

ul.tabs-menu li a:hover, ul.sub-menu li a:hover {
   color: #2faed2;
}


ul.tabs-menu li a.current, ul.sub-menu li a.current {
   color: #fff;
   background-color: #2faed2;
}

/* hover fix for IE6*/
ul.tabs-menu li a:hover.current, ul.sub-menu li a:hover.current {
   color: #fff;
}


/*-----------------------------------*/
/*..........Divs & Classes..........*/
/*---------------------------------*/

#container-top {
   background: repeat-x url(../images/blue/line.gif) bottom;
}

#container-center {
   background: #f6f6f6 url(../images/blue/ccenter-bg.gif) no-repeat center top;
}

#container-bottom {
   background: repeat-x url(../images/blue/line.gif) top;
}

span.note {
   color:#ff0000;
}

a.continue {
   background: no-repeat url(../images/blue/continue.gif) bottom left;
}

a:hover.continue {
   background: no-repeat url(../images/blue/continue-hover.gif) top left;
}

.selected {
   background: url(../images/blue/menu-bg.gif) right top no-repeat;
}

li.selected a {
   background: url(../images/blue/menu-abg.gif) left top no-repeat;
}

#container {
   background: #f6f6f6 no-repeat url(../images/blue/ctop-bg.gif) top center;
}

.title {
   background: repeat-x url(../images/blue/line.gif) bottom;
}

div.line {
   background: repeat-x url(../images/blue/line.gif) bottom;
}


/*---------------------------*/
/*..........Slider..........*/
/*-------------------------*/

#slider-holder {
   background: no-repeat url(../images/blue/slider-bg.gif)  top center;
}

.slider-mini p, .slider-wide p {
   color:#c3c3c3;
}

.slider-mini h3, .slider-wide h3 {
   color:#f6f6f6;
}

.slider-mini span, .slider-wide span {
   color:#2faed2;
}

a.readmore {
   color:#fff;
}

a:hover.readmore {
   color:#2faed2;
}

#nextBtn a {
   background: transparent url(../images/blue/arrow-right.png) no-repeat top center;
}

#prevBtn a {
   background: transparent url(../images/blue/arrow-left.png) no-repeat top center;
}

#nextBtn a:hover {
   background: transparent url(../images/blue/arrow-right-hover.png) no-repeat top center;
}

#prevBtn a:hover {
   background: transparent url(../images/blue/arrow-left-hover.png) no-repeat top center;
}


/*-------------------------*/
/*..........List..........*/
/*-----------------------*/

ul.normal li, .product ul li {
   color:#6f6f6f;
   background: no-repeat url(../images/blue/list-icon.gif) 0 2px;
}


/*---------------------------*/
/*..........Footer..........*/
/*-------------------------*/

#footer {
   background: no-repeat url(../images/blue/footer.gif) top center #2faed2 ;
}

#footer p {
   color:#c6f2ff;
}


#footer ul li a, #footer a {
   color:#fff;
}

#footer ul li a:hover {
   color:#1B667A;
}

div.thankyou strong.name {
   color:#2faed2;
   font-weight:bold;
}
