body {
	background-image:url('/images/background.jpg');
}

#mainBodyTop{
	width: 960px;
	margin: 0 auto;
	height:203px;
} 

#followUs {
	float:right;
	font-family: Georgia;
	font-style: italic;
	font-size:14px;
	line-height: 22px;
	color:#a72a2d;
	padding-top: 103px;
}

#followUsBlack {
	font-family: Georgia;
	font-style: italic;
	font-size:14px; 
	color:#454545;
}

#mainBodyMiddle{
	width: 960px;
	height:238px;
	margin: 0 auto;
	padding-top: 34px;
} 

#logo {
	text-align: center;
}

#underlogText {
	width: 389px;
	margin: 0 auto;
	font-family: Georgia;
	font-size: 14px;
	line-height: 20px;
	color: #e7e7e7;
	padding-top: 16px;
	text-align: center;
}

#mainBodyBottom {
	width: 960px;
	margin: 0 auto;

}

#mainBottomLeft{
	float:left;
	width:420px;
	padding-left: 286px;
	
}

#mainBottomRight{
	float:left;
	width:150px;
	padding-left: 19px;
}

#bottomfirst{
	font-family: Georgia;
	font-size: 14px;
	line-height: 28px;
	color:#2d2d2d;
	
	
}

#bottomfirstRed{
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color:#a72a2d;
}
 
#weWont{
	font-family: Lucida Grande;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}

#question{
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
	color:#2f2f2f;
	text-align: center;
	padding-top: 27px;
}

#questionRed{
	font-family: Georgia;
	font-size: 12px;
	line-height: 20px;
	color:#a72a2d;
	text-align: center;
}

#questionRedBold{
	font-family: Lucida Grande;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
	color:#a72a2d;
	text-align: center;
}

.ss-q-short
{
	border: 1px solid #b1b1b1;
	background: #fafafa;
	color: #aaaaaa;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	vertical-align: top;
	height:20px;
	padding:5px;
	width: 300px;
}

#bottomText{
	width:370px;
	font-family: Lucida Grande;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	padding-top: 20px;
}


.take-tour{
	margin: 0 auto;
	width: 338px;
}

/** modal **/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:960px; 
  height:525px;
  padding:10px;
  background-color:#ffffff;
}


/** tour **/

.tour-header{
	font-family: Helvetica;
	text-align: center;
	font-size: 18px;
	color: #bebebe;
	padding: 50px 0px 0px;
}


.tour-slider{
	height: 400px;
	position: relative;
	margin: 15px 0px 0px;
}

.pics{
	margin: 0 auto;
	width:723px;
}

.pics img{
	width:723px;
	height: 422px;
}

.tour-left-arrow{
	position: absolute;
	top:160px;
	left: 10px;
}

.tour-right-arrow{
	position: absolute;
	top:160px;
	right: 10px;
}

a .tour-arrow{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	outline: none;
}

a:hover .tour-arrow{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	outline: none;
}

.tour-line{
	margin: 30px auto 0px;
	width: 700px;
}

.tour-signup{
	width: 224px;
	margin: 20px auto;
	line-height: 17px;
	color: #2a2a2a;
	font-size: 12px;
}


