/* Main offers wizard */

a.offerLink {
	text-decoration: none;
}

div.mainOffer {
	width: 470px;
        height: 140px;
        border: 0;
        margin: 0;
        padding: 0;
        background: rgb(71,71,71);
        position: relative;
        text-decoration: none;
        cursor: hand;
}

div.mainOffer div {
	height: 140px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
}

div.mainOffer p, div.offer p, div.mainSplash p {
        color: #fff;
        padding: 0;
        margin: 5px;
        line-height: 1.2;
        background: none;
        text-align: left;
}

div.mainOffer p.header, div.offer p.header, div.mainSplash p.header {
	font-size: 12pt;
        font-weight: bold;
        height: auto;
        margin-bottom: 0;
        text-align: left;
}

div.mainOffer div.offerText {
        width: 190px;
        position: absolute;
        left: 5px;
}

div.mainOffer div.offerText img {
	position: absolute;
        bottom: 5px;
        left: 0;
}

div.mainOffer div.offerImage1 {
        width: 130px;
        text-align: center;
        left: 200px;
}

div.mainOffer div.offerImage2 {
        width: 130px;
        text-align: center;
        left: 335px;
}

/* Offers wizard */

div.offer {
	width: 250px;
        height: 140px;
        border: 0;
        margin: 0;
        padding: 0;
        background: rgb(71,71,71);
        position: relative;
        text-decoration: none;
        cursor: hand;
}

div.offer div {
	height: 140px;
        min-height: 140px;
        padding: 0;
        margin: 0;
        top: 0;
        position: absolute;
}

div.offer div.offerText {
        position: absolute;
        width: 150px;
        left: 5px;
}

div.offer div.offerText img {
	position: absolute;
        bottom: 5px;
        left: 0;
}

div.offer div.offerImage {
        width: 85px;
        text-align: center;
        left: 160px;
}

/* Main splash wizard */

div.mainSplash {
	width: 470px;
        height: 140px;
        border: 0;
        margin: 0;
        padding: 0;
        background: #474747;
        position: relative;
        color: #fff;
}

div.mainSplash h3 {
	color: #DBFF3D;
        font-size: 12pt;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 20px;
}

div.mainSplash div.text {
        width: 460px;
        height: 140px;
        min-height: 140px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 5px;
}


div.mainSplash div.text a {
        text-decoration: none;
}

/* People wizard */

div.person {
        width: 135px;
        height: 450px;
        min-height: 450px;
        padding: 0;
        margin: 0 15px 0 0;
        position: relative;
        top: 0;
        left: 0;
        background: #e4f3ee;
        float: left;
}

div.last_person {
	margin: 0;
}

div.person img {
	width: 135px;
        height: 135px;
}

div.person div.text {
	padding: 5px;
        text-align: 'justify';
}

/* Buttons */
div.text_buttons {
	text-align: center;
        padding: 0 !important;
        margin: 10px 0 0 0;
        width: 100%;
}

div.text_buttons a.text_button {
	margin: 0 10px 0 0;
        padding: 7px 0;
        background: #00895E;
        color: #fff;
        width: 150px;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px
        display: block;
        float: left;
}

div.text_buttons a.last {
        margin-right: 0;
}

/* Carousel */
#carousel {
	background: #999;
        height: 106px;
}

#carousel #move_left {
	float: left;
        width: 32px;
        height: 32px;
        position: relative;
        left: 4px;
        top: 37px
}

#carousel #move_right {
	float: right;
        width: 32px;
        height: 32px;
        position: relative;
        right: 4px;
        top: 37px
}

#carousel_content {
	position: relative;
	width: 655px;
	height: 100px;
	top: 3px;
	left: 4px;
	overflow: hidden;
}

#carousel_content ul {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#carousel_content ul li {
	position: relative;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	width: 60px;
	height: 100px;
}

#carousel_content img {
	display: block;
	width: 60px;
	height: 90px;
}

