body, 
html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #cccccc url(../images/bg.jpg);
	height: 100%;
	width: 100%;
	margin: 0;
}
#pageContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	float: left;
	background: transparent url(../images/spotlight_bg.jpg) repeat-x;
}
#innerPageContainer {
	height: 598px;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 10%;
}
#content {
	width: 100%;
	height: 478px;
	background: url(../images/content_bg.png) repeat-x;
}
#innerContent {
	width: 900px;
	margin: 0 auto 0 auto;
}
#header {
	height: 120px;
	width: 960px;
	margin: 0 auto 0 auto;
}

#header #logo {
	background: url(../images/logo.png) no-repeat;
	width: 442px;
	height: 84px;
	float: left;
}

#header #loginMenu {
	float: right;
	margin-top: 40px;
}

#header #loginMenu a#createAccountButton {
	background: url(../images/createaccount_bg.png) no-repeat left bottom;
	border-right: solid 1px #61080d;
}

#header #loginMenu a#loginButton {
	background: url(../images/login_bg.png) no-repeat right bottom;
	border-left: solid 1px #a94f54;
}

#header #loginMenu a#createAccountButton,
#header #loginMenu a#loginButton {
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height:31px;
	float: right;
}

#header #loginMenu a#createAccountButton:hover {
	background-position: left -32px;
}
#header #loginMenu a#loginButton:hover {
	background-position: right -32px;
}

#header #loginMenu a#createAccountButton:active {
	background-position: left 0px;
}
#header #loginMenu a#loginButton:active{
	background-position: right 0px;
}

#leftColumn {
	width: 512px;
	float: left;
}
#rightColumn {
	float: left;
	width: 384px;
}

#rightColumn #introVideo {
	margin: 84px 0px 0px 0px;
	background: url(../images/video_bg.png) no-repeat left top;
	height: 220px;
	padding:8px 5px 0px 5px;
}

#leftColumn #tagLineHeader {
	background: url(../images/tag_line.png) no-repeat 5px 43px;
	width: 100%;
	height: 105px;
}

#leftColumn p {
	color: #fff;
	background: url(../images/intro_text_bg.png) repeat-y left top;
	padding: 3% 3% 3% 1%;
	width: 97%;
	line-height: 22px;
	overflow: hidden;
}
#takeACloserLookInlineButton {
	float: left;
	margin-left: 20px;
}
#takeACloserLookInlineButton a {
	background-image: url(../images/closer_look_btn.png);
	width: 161px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
	color: #fff;
	display: block;
}
#takeACloserLookInlineButton a:hover {
	background-position: 0 55px;
}
#takeACloserLookInlineButton a:active {
	background-position: 0 27px;
}
#sliderBar {
	clear: both;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 16px 0 0 0;
}

#sliderBar #joinTourMenu {
	width: 900px;
	height: 46px;
	margin: 0 auto 0 auto;
	background: url(../images/slidebar_top_bg.png) repeat-x left -2px;
}

#sliderBar #joinTourMenu #joinNowButton,
#sliderBar #joinTourMenu #videoTourButton {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 41px;
}	
#sliderBar #joinTourMenu #joinNowButton {
	float: right;
	background: #8f0b14 url(../images/join_button.png) no-repeat right -98px;
	padding: 5px 25px 0 20px;
}

#sliderBar #joinTourMenu #videoTourButton {
	float: left;
	background: #8f0b14 url(../images/tour_button.png) no-repeat left -98px;
	padding: 5px 20px 0 25px;
}

#sliderBar #joinTourMenu #joinNowButton:hover {
	background: #8f0b14 url(../images/join_button.png) no-repeat right -48px;
}

#sliderBar #joinTourMenu #videoTourButton:hover {
	background: #8f0b14 url(../images/tour_button.png) no-repeat left -48px;
}
#sliderBar #joinTourMenu #joinNowButton:active {
	background: #8f0b14 url(../images/join_button.png) no-repeat right 1px;
}

#sliderBar #joinTourMenu #videoTourButton:active {
	background: #8f0b14 url(../images/tour_button.png) no-repeat left 1px;
}
#sliderBar #joinTourMenu #leftBorder,
#sliderBar #joinTourMenu #rightBorder {
	width: 2px;
}

#sliderBar #joinTourMenu #leftBorder {
	float: left;
	height: 46px;
	background: url(../images/slidebar_left_border.gif) no-repeat 0 5px;
}

#sliderBar #joinTourMenu #rightBorder {
	float: right;
	height: 40px;
	height: 46px;
	background: url(../images/slidebar_left_border.gif) no-repeat 0 5px;
}

#sliderBar #slider {
	height: 197px;
	position: relative;
	top: -5px;
	background: url(../images/slider_bg.png) no-repeat left;
	z-index: 500;
}

#slider .sliderLeft {
	width: 300px;
	height: 197px;
	display: block;
}

#slider .sliderRight {
	width: 660px;
	height: 149px;
	display: block;
	padding: 55px 0 0 0;
}
#slider .sliderRight ul li {
	margin: 0 0 6px 0;
	float: left;
}

#slider .sliderRight .title {
	width: 200px;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #a00d16;
	line-height: 22px;
}

#slider .sliderRight .description {
	width: 420px;
	float: left;
	font-size: 14px;
	margin: 0 0 0 10px;
	line-height: 22px;
}

/*login popup*/

.modal {
		background-color:#fff;
		display:none;
		width:350px;
		padding:15px 15px 0 15px;
		text-align:left;
		border:1px solid #e4e4e4;
	
		opacity:1.0;
		-moz-box-shadow: 0 0 50px #000;
		-webkit-box-shadow: 0 0 50px #000;
	}
	
	.modal h2 {
		margin:10px 0 0 0;
		padding:10px 0 10px 0px;
		border-bottom:1px solid #e4e4e4;
		font-size:14px;
		font-weight: bold;
		width: 100%;
	}
	.modal h3 {
		background: #e4e4e4;
		padding: 12px;
		border-bottom:1px solid #e4e4e4;
		border-color: #d0d0d0;
		font-weight: bold;
		color: grey;
}

.screenshotPopup {
	height: 500px;
	width: 700px;
	padding: 0;	
}

.screenshotPopup .screenshots {
	height: 100%;
	width: 100%;
	font-weight: bold;
	background-color: #fff;
	position: relative;
}
.screenshotPopup .screenshots .screenshotSlider {
	height: 440px;
	width: 100%;
}
.screenshotPopup .screenshots .screenshotMenu {
	height: 60px;
	width: 100%;
	font-weight: bold;
	background-color: #e4e4e4;
}

#loginLogo {
	background: url(../images/login_logo.png) no-repeat center center;
	width: 321px;
	height: 73px;
}
.modal ul {
	margin: 20px 0 0 0;
}
.modal ul li {
	margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
	text-align:left;	
}
.modal ul li .fieldTitle {
	width: 150px;
	display: inline-block;
	text-align: right;
	font-size: 12px;
}
.modal ul li .field {
	width: 160px;
	margin-left: 10px;
	display: inline;
}

.modal ul li .loginButton {
	background: #8f0b14;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	border: none;
	font-size: 13px;
	cursor: pointer;
	margin: 5px 0 0 0;
}
.modal ul li .close {
	background: #fff;
	color: #8f0b14;
	font-size: 13px;
	cursor: pointer;
	margin: 5px 10px 0 0;
	border: none;
}

.modal ul li .close a {
	background: #fff;
	color: #8f0b14;
	border: none;
      text-decoration: none;
}
/* Take a closer look popup */
#introVideoPopup #modalClose {
	float: right;
	font-size: 11px;
	position: relative;
	top: -27px;
	cursor: pointer;
	right: 10px;
	color: grey;
}
#introVideoPopup #modalClose:hover {
	color: #8f0b14;
}

.screenshotButton {
	background: transparent url(../images/screenshot_button.png) no-repeat 0 bottom;
	width: 132px;
	display: block;
	color: #fff;
	line-height: 33px;
	text-align: center;
	position: relative;
	top: 150px;
	left: 130px;
	cursor: pointer;
}

.screenshotButton:hover {
	background: transparent url(../images/screenshot_button.png) no-repeat 0 -34px;
}
.screenshotButton:active {
	background: transparent url(../images/screenshot_button.png) no-repeat 0 top;
}

/* Screenshot popup */
	.scroll,
	.scroll1,
	.scroll2,
	.scroll3 {
		position:relative;
		overflow:hidden;
		width: 702px;
		height: 502px;
		float:left;
	}
	
	/* root element for the scroll pics */
	.scroll .pics,
	.scroll1 .pics,
	.scroll2 .pics,
	.scrol3 .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div {
		float:left;
		cursor:pointer;
		width:702px !important;
		height:502px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	.scroll.active {
	
	}


.popupNextButton {
	width: 20px;
	height: 20px;
	background: url(../images/slides_next.png);
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.popupNextButton:hover {
	background: url(../images/slides_next.png) 0 41px;
}

.popupNextButton:focus {
	background: url(../images/slides_next.png) 0 20px;
}
.popupPreviousButton {
	width: 20px;
	height: 20px;
	background: url(../images/slides_previous.png);
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	z-index: 1500;
	cursor: pointer;
}

.popupPreviousButton:hover {
	background: url(../images/slides_previous.png) 0 41px;
}

.popupPreviousButton:focus {
	background: url(../images/slides_previous.png) 0 20px;
}

.screenshotPopup .closeButton {
	top: 8px;
	right: 35px;
	font-weight: bold;
	font-size: 11px;
	color: #7d7d7d;
	display: block;
	position: absolute;
}
.screenshotPopup .closeButton:hover {
	color: #8f0b14;	
	cursor: pointer;
}
