/* Phrase */
.indent-top {
    padding-top: 38px;
}

.aligncenter {
    text-align: center;
}

.main {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 940px;
    /*height: 100px;*/
    top: 15px;
}

.title-1 
{
    font-size: 26px;
}

.title-2 
{
    font-size: 36px;
    margin: -5px 0 29px;
}

.title-1, .title-2 
{
    color: #20282E;
    font-family: "Arial Black",Gadget,sans-serif;
    letter-spacing: -2px;
    line-height: 1.2em;
    text-transform: uppercase;
}

/*Square*/

.square
{
    width: 286px;
    float: left;
    text-align: justify;
    margin-right: 22px;
    margin-top: 38px;
}

.indent-top1 {
    padding-top: 7px;
}
.extra-wrap {
    display: block;
    overflow: hidden;
}

.fleft
{
    float:left;
}

.font-1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.size-1 {
	font-size:13px;
	line-height:21px;
}
.reg2 {font-style:italic;}

.margin-bot {margin-bottom:13px;}
.margin-bot3 {margin-bottom:12px;}
.padding-bot {padding-bottom: 30px;}

/*Rectangle*/

.Rectangle
{
    height: 190px;
    padding-left: 30px;
    padding-top: 30px;
}

/*square 2*/

.col-1 {
	width:243px;
	float:left;
        text-align: justify;
}
.margin-right {margin-right:20px;}

.Rectangle2
{
    height: 372px;
    padding-left: 30px;
    padding-top: 30px;
}

/* Part0 */

.btn_wrapper {
	overflow:hidden;
	position:relative;
	background:url(Images/link-1.gif) left 50% repeat-x;
	text-align:center;
}
.btn_wrapper span {
	padding:0 20px;
	background:#fff;
}
.link-1 {
	color:#191919;
	text-transform:uppercase;
	line-height:15px;
	font-size:12px;
	margin:0 10px;
	padding:0 10px;
	display:inline-block;
	position:relative;
}
.link-1:after,.link-1:before {
	display:block;
	width:5px;
	height:9px;
	content:"";
	position:absolute;
	overflow:hidden;
	top:3px;
}
.link-1:after {
	background:url(Images/link-1_after.png) left top no-repeat;
	right:0px;
}
.link-1:before {
	background:url(Images/link-1-before.png) left top no-repeat;
	left:0px;
}
.link-1:hover {
	color:#07aa5d;
	text-decoration:none;
}

/* Part 1 */

.part1Div
{
    height: 482px;
}

/* Part 1 Left */

.part1Left
{
    float: left;
    margin-left: 30px;
    width: 650px;
}

.part1Right
{
    float: right;
    width: 300px;
    margin-right: 50px;
    margin-top: 25px;
}

/* Part 1 Rigth */

.indent
{
    padding:45px 35px 25px 19px;
}


.nav {
	position:absolute;
	right:17px;
	bottom:31px;
	overflow:hidden;
	z-index:999;
}
.nav a {
	text-indent:-999em;
	float:left;
	display:block;
	margin-left:1px;
	width:14px;
	height:14px;
	background:url(Images/pager_nav.png) right top no-repeat;
}
.nav a:hover,.nav a.activeSlide {
	background-position:left top;
}
.nav a.activeSlide {
	cursor:default;
}

.bg-1 {
	background:#f8f8f8;
	position:relative;
}

/* Part 2 */

.fontSize-WWA
{
    font-size: larger;
}

/* Global structure*/


.wrapper
{
    width:100%;overflow:hidden;
}

.main
{
    width:940px;padding:0;margin:0 auto;position:relative;
}

/* Slider */


.slider_wrapper {
	position:relative;
	background:url(Images/border.png) left bottom repeat-x;
	padding:1px 0 47px;
}
.slider .items {
	display:none;
}
.slider {
	width:1090px;
	height:495px;
	position:relative;
	overflow:hidden;
}
.banner {
	position:absolute;
	top:196px;
	width:454px;
	height:300px;
	background:url(Images/banner.png) left top repeat;
	color:#a3a3a3;
	line-height:24px;
	font-size:12px;
}
.banner p {
	padding-bottom:13px;
}
.banner .indent {
	padding:59px 75px 0 42px;
}
.ban_title {
	font-size:20px;
	line-height:29px;
	font-weight:700;
	color:#fff;
	letter-spacing:0px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.slider_btn {
	position:absolute;
	bottom:15px;
	display:block;
	width:14px;
	height:20px;
	background:url(Images/slider_btn.png) left top no-repeat;
	overflow:hidden;
	left:50%;
}
.slider_next {
	margin-left:11px;
	background-position:right bottom;
}
.slider_next:hover {
	background-position:right top;
}
.slider_prev {
	margin-left:-26px;
	background-position:left top;
}
.slider_prev:hover {
	background-position:left bottom;
}

.button-1 {
	display:inline-block;
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	color:#fff;
	background:#07aa5d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding:8px 17px 7px;
}
.button-1:hover {
	text-decoration:none;
	background:#20282e;
}