* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	border: 0;
}

html, body {
	margin: 0;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1px;
}

#bottom, .push {
	height: 1px;
}

#bottom {
	position: relative;
	z-index: -2;
}

body {
    font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
    background: #DDD url(../images/darkBG.jpg) repeat scroll top left;
    color: #373737;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #373737;
}

h1 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #373737;

}

p {
    margin: 10px 0 20px 0;
    line-height: 120%;
    font-size: 14px;
}

div {
	margin: 0;
	padding: 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear_both {
    clear: both;
}

.bold {
	font-weight: bold;
}

ul {
	padding: 0;
	list-style: none;
}

ul li {
	margin: 5px 0;
}

.noborder {
    border: 0;
}

/* Menu */
#menu {
	height: 100px;
	width: 900px;
    background: url(../images/headerBar.png) no-repeat scroll top left;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

#menu a {
    border-bottom: none;
}

#menu img {
    float: left;
}

#brand img {
	margin-right: 10px;
	float: left;
}

#brand {
	margin: 16px 0 0 20px;
	float: left;
	font-weight: bold;
	color: #373737;
	height: 82px;
}

#brandtext {
	float: left;
	font-size: 47px;
	font-weight: bold;
	color: #373737;
	line-height: 66px;
}

.menu_container {
	padding-top: 20px;
}

#menu ul {
    float: right;
    position: relative;
    list-style: none;
    font-size: 18px;
    line-height: 140%;
}

#menu li {
    float: left;
    padding: 10px 10px;
}

#menu li a {
    height: 100%;
    padding: 0 5px;
    font-weight: bold;
    color: #373737;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

#menu li.last {
    float: left;
}

#menu li.last a {
    padding-right: 5px;
}

#menu li a:hover {

}

/* Body */
#body_container {
	margin: 0 auto;
	width: 900px;
}

.box_top {
	width: 900px;
	height: 9px;
	margin-top: 20px;
	background: url(../images/boxTop.png) no-repeat scroll top left;
}

.box {
	width: 860px;
	padding: 20px 20px 20px 20px;
	background: url(../images/boxMiddle.png) repeat-y scroll bottom left;
}

.inner_container {
	width: 860px;
	margin: 0 auto;
}

.box_bottom {
	width: 900px;
	height: 20px;
	background: url(../images/boxBottom.png) no-repeat scroll top left;
}

#left_column, #right_column {
	width: 420px;
	float: left;
}

#left_column {
	padding-right: 20px;
}

#phone_container {
	position: relative;
	width: 420px;
	margin: 0 auto;
}

/* Footer */
#footer {
	font-size: 14px;
}

#footer p {
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
}

#footer a {
	color: #666;
}

#footer.box {
	padding: 0 20px;
}

.line {
	float: left;
	margin: 0 20px;
}

#footer_left, #footer_middle, #footer_right {
	float: left;
	width: 258px;
	line-height: 120%;
}

#footer_middle p, #footer_right p {
	width: 258px;
}

.tweet li {
	width: 255px;
}

.tweet ul {
	list-style: none;
	padding: 0;
}

#footer_text {
	width: 900px;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
}

#footer_text a {
	color: #FFF;
}

#tree {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
}

#appstore {
	position: absolute;
	width: 420px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	padding-top: 255px;
}

#demo {
	position: absolute;
	width: 278px;
	margin:  20px 0 0 71px;
	z-index: 99;
}

.user {
	font-style: italic;
	float: right;
	font-weight: bold;
	font-size: 12px;
}

.questions li {
	margin-bottom: 10px;
}

.questions li a {
	font-weight: bold;
}

.answers li {
	margin-top: 20px;
}

.answers li ul li {
	margin-top: 5px;
}

.answers li a {
	border-bottom: 0;
	font-weight: bold;
}