﻿
/* FOOTER */

#footer
{
    width: 970px;
    height: 205px;
    margin: 0 auto;
    position: relative;
    background-color: #000000;
    margin-top: 0px;
}

#footer
{
    width: 970px;
    height: 215px;
    margin: 0 auto;
    position: relative;
    background-color: #000000;
	color: #FFFFFF;
    margin-top: 30px;
	font-size: 90%;
	line-height: 100%
}
		
#footer a
{
    color: #0099FF;
}

#footer a:hover
{
    color: #fff;

}


#footer dt
{
   font-size: 120%;
}

#footer dt a
{
    color: #b0be99;

}

.address a:link {color: #f37022; font-weight:normal; text-decoration:none;}
.address a:visited {color: #ffffff; font-weight:normal; text-decoration:none;}
.address a:hover {color: #FFFFFF; font-weight:normal; text-decoration:underline;}

#footer .box {
height: 200px;
float:left;
margin-top: 15px;
}

#footer .box1 {
width: 110px;
height: 200px;
float:left;
margin-right: 15px;
margin-top: 15px;
}


.footerheader { font-size: 120%; }

/* END FOOTER */

#register
{
    width: 298px;
    height: 60px;
    margin-bottom: 20px;
    background: url(/images/register.png) no-repeat 0px 0px;
    background-color: #000000;
    font-size: 80%;
}

#register-text
{
    width: 230px;
    height: 20px;
    padding: 32px 0 0 16px;
    color: #FFFFFF;
    float: left;
}


#register-button
{
    background: url(/images/register-button1.png) no-repeat 0px 0px;
    left: 0px;
    top: 0px;
    width: 34px;
    height: 44px;
    float: right;
    margin: 7px 8px 0 0;
}
#register-button A
{
    display: block;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    width: 34px;
    padding-top: 44px;
    height: 0px !important;
}

#register-button A:hover
{
    background: url(/images/register-button1.png);
    background-position: 0px 44px;
}


#space
{
    width: 298px;
    height: 60px;
    margin-bottom: 20px;
    background: url(/images/promote1.png) no-repeat 0px 0px;
    background-color: #000000;
    font-size: 0.8em;
}

#space-text
{
    width: 230px;
    height: 20px;
    padding: 32px 0 0 16px;
    color: #FFFFFF;
    float: left;
}


#space-button
{
    background: url(/images/register-button1.png) no-repeat 0px 0px;
    left: 0px;
    top: 0px;
    width: 34px;
    height: 44px;
    float: right;
    margin: 7px 8px 0 0;
}
#space-button A
{
    display: block;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    width: 34px;
    padding-top: 44px;
    height: 0px !important;
}

#space-button A:hover
{
    background: url(/images/register-button1.png);
    background-position: 0px 44px;
}

#media
{
    width: 282px;
    height: 30px;
    margin-top: 25px;
    background: url(/images/media.png) no-repeat 0px 0px;
    background-color: #000000;
    padding: 32px 0 0 16px;
}

#businesses {
	width: 298px;
	height: 340px;
	margin-top: 20px;
	BACKGROUND: url(/images/businesses.png) no-repeat 0px 0px;
	background-color: #fff;
	padding: 54px 0 0 0;
	border-bottom: 5pt solid #000000;
	text-align: center;
}



#members
{
    width: 298px;
    height: 60px;
    margin-top: 20px;
    background: url(/images/members.png) no-repeat 0px 0px;
    background-color: #000000;
    font-size: 80%;
}

#members-text
{
    width: 230px;
    height: 20px;
    padding: 32px 0 0 16px;
    color: #FFFFFF;
    float: left;
}


#members-button
{
    background: url(/images/register-button1.png) no-repeat 0px 0px;
    left: 0px;
    top: 0px;
    width: 34px;
    height: 44px;
    float: right;
    margin: 7px 8px 0 0;
}
#members-button A
{
    display: block;
    border: 0px;
    margin: 0px;
    overflow: hidden;
    width: 34px;
    padding-top: 44px;
    height: 0px !important;
}

#members-button A:hover
{
    background: url(/images/register-button1.png);
    background-position: 0px 44px;
}


/* CAROUSEL */


.contentCarousel {visibility: hidden; }

#fullCarousel {overflow: hidden;}


.contentCarousel .jcarousel-container {
  position: relative;
	height: 305px;
	margin-top: 10px;
}
#fullCarousel .jcarousel-container {width: 297px;}

.contentCarousel .jcarousel-clip {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 305px;
  margin: 0;
  padding: 0;

}
#fullCarousel .jcarousel-clip {width: 297px;}

.contentCarousel .jcarousel-list {
  position: relative;
	z-index: 1;
	overflow: hidden;
	height: 306px;
	margin: 0;
  padding: 0;
}
#fullCarousel .jcarousel-list {width: 297px}

.contentCarousel .jcarousel-list li, .contentCarousel .jcarousel-item {
  float: left;
  width:  297px;
  height: 270px;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
}

.jcarousel-prev {
  z-index: 3;
  display: none;
  position: absolute;
  right: 20px;
  bottom: 3px;
  width: 32px;
  height: 26px;
  cursor: pointer;
  background: url(/images/carouselarrows.png) no-repeat 0 0;
}
.jcarousel-prev:hover {background-position: -128px 0}

.jcarousel-prev-disabled {
  cursor: default;
  background-position: -64px 0;
}
.jcarousel-prev-disabled:hover {background-position: -64px 0}

.jcarousel-next {
  z-index: 3;
  display: none;
	position: absolute;
	right: -8px;
	bottom: 3px;
  width: 31px;
  height: 26px;
  cursor: pointer;
  background: url(/images/carouselarrows.png) no-repeat -32px 0;
}
.jcarousel-next:hover {background-position: -160px 0}

.jcarousel-next-disabled {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-next-disabled:hover {background-position: -96px 0}




.dotCounter {
	position: absolute;

	top: 280px;
}

.dotCounter:hover {cursor: pointer}
.dotCounter img {height: 29px}




/*#footer .sublistsub
{
    width: 148px;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}

#footer .sublistsub1
{
    width: 138px;
    margin-top: 15px;
    float: left;
}

#footer .sublistsub2
{
    background: url(/images/contact-bg.png) no-repeat;
    width: 330px;
    margin-top: 20px;
    float: right;
}

#footer .sublistsub2 dt
{
    color: #fff;
}

#footer dt
{
    color: #b0be99;
}

#footer dt a
{
    color: #b0be99;
    font-weight: bold;
}

#footer dt
{
    color: #b0be99;
    font-weight: bold;
}

#footer a
{
    color: #0099FF;
}

#footer a:hover
{
    color: #fff;
}






