body
{
	background: #000;
	background-image: url(../images/gbg.png);
	background-position: center -100px;
	background-repeat: repeat;
	color: #cccccc;
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	text-align: center; /* for IE */

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif , Arial;
	

}
a
{
	color: #cc3300;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 6px;
}
h2
{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
h3
{
	color: #fff;
	font-size: 13px;
}
p
{
	margin: 0 0 15px 0;
}

.backapp
{
	float:right;
}

.backappContainer
{
	width: 800px;
	height: 300px;
	margin-right:0px;
	margin-bottom:0px;
	margin:0 auto;
	float:right;
	background-color: #FFFFFF;
	/*overflow:hidden;*/
}

#Container
{
	width: 827px;
	margin: 6% auto 0 auto;
	text-align: left;
}
.clearfix
{
	clear: both;
	display: block;
}
.divider
{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.spacer
{
	height: 20px;
}

/* === Left === */
.lft
{
	float: left;
	margin-top: 63px;
	text-align: right;
	width: 330px;
}
.tagline
{
	color: #cc3300;
	font-size: 22px;

}
.msg
{
	margin: 20px 0;
		line-height: 20px;
			font-size: 14px;
			text-align: right;


}

/* === Middle === */
.mid
{
	/*background-image: url(../images/phone.png);*/
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 581px;
	margin: 0 20px;
	width: 150px;
}

/* === Right === */
.rgt
{
	float: left;
	margin-top: 71px;
	text-align: left;
	width: 285px;
}
.rgt .icon
{
	float: left;
	margin-right: 10px;
}
.rgt p
{
	float: left;
	width: 233px;
}

/* contact */

.contactin
{
		margin-left:10px;

	float:right;
	display:block;
			line-height: 15px;


}
.contactin img
{
			float:left;
	/*float:left;
	background-color: #FFFCCC;*/
}

.contactin a
{
		float:left;

	/*float:left;
	background-color: #FF6677;
	color: #777555;*/
}
.contactin h3
{
	float:left;
	/*float:right;
	background-color: #CCCFFF;
	color: #777555;*/
}


.contact span
{
	color: #CA4000;
	font-weight: bold;

}

.tweet_avatar{
	background-position: top left;
	display: block;
	margin-right:10px;
	margin-bottom: 30px;
	margin-left: 1px;
	float: left;
	border: solid;
	border-width: 1px;
	border-color: #fff;
}
.tweet_text{
	margin-bottom:20px;
	padding-bottom:20px;
}
.tweet_list ul li {
	padding-bottom:10px;
}

#slideshow {
    position:relative;
    height:294px;
}

#slideshow IMG {
    position:absolute;
    top:79px;
    left:17px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}