/**
* Styles for the eventsweepstakes viewer
*/

body {
	background-color: #211501;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

h1, h2 {
	font-family: System, serif;
	font-size: 12px;
	color: #ac9371;
	line-height: 1em;
	margin-bottom: -21px;
	padding-top: 8px;
	margin-left: 10px;
}

#wrapper {
	margin: 36px 0 86px;
	position: relative;
}

#container {
	margin: 0 auto;
	width: 553px;
	position: relative;
	background-color: #ac9371;
}

#content {
	margin: 0;
	padding: 0;
}

#header {
	position: absolute;
	left: 30px;
	top: 10px;
	width: 474px;
	color: #FFF;
}

#header-img {
	position: absolute;
	left: 26px;
	top: -24px;
	width: 441px;
	height: 132px;
}

#top-content {
	background: url(images/bg-desc.png) top center repeat-y;
	width: 553px;
}

#top-content-bg {
	background: url(images/bg-top.png) top center no-repeat;
	width: 553px;
}

#arrows {
	position: absolute;
	top: 130px;
	left: 12px;
	width: 29px;
	height: 198px;
	margin: 0;
	padding: 0;
}

#arrow-r {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 29px;
	height: 78px;
}

#arrow-l {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 29px;
	height: 120px;
}

.clickable {
	cursor: pointer;
}

#scroll-container {
	width: 481px;
	height: 122px;
	overflow: hidden;
	margin-left: 50px;
	padding-top: 150px;
}

#thumb-screen {
	position: absolute;
	width: 480px;
	height: 122px;
	left: 51px;
	top: 150px;
	z-index: 101;
}

/*this is kept accurate on the index page depending on how many items there are*/
#scroll {
	width: 1116px;
}

.item {
	width: 186px;
	height: 122px;
	float: left;
}

#description-container {
	margin-left: 54px;
	margin-top: 14px;
	margin-bottom: -18px;
	height: auto;
	width: 356px;
	overflow: visible;
}

.desc {
	width: 356px;
	min-height: 130px;
	overflow: visible;
}

.item-title {
	padding: 4px 0 0 5px
}

.desc p {
	padding: 0 6px 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
	font-size: 12px;
}

.case-study-btn {
	width: 107px;
	height: 18px;
	position: absolute;
	left: 356px;
	bottom: 0;
}

#bot-content {
	background: url(images/bg-main.png) center repeat-y;
	width: 553px;
}

#main {
	margin-left: 52px;
	margin-top: -24px;
	margin-bottom: 0;
	width: 370px;
}

#main p, #main h2 {
	font-size: 12px;
	padding: 4px 6px;
	color: #FFF;
}

#monitor-container {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	bottom: -54px;
	height: 6px;
	background-image: url(images/bg-wire.png);
	background-repeat: no-repeat;
	background-position: 52% 0;
}

#monitor-div {
	width: 553px;
	margin: 0 auto;
	position: relative;
}

#monitor-img {
	background: url(images/monitor.png) center no-repeat;
	position: absolute;
	bottom: -6px;
	right: -40px;
	width: 167px;
	height: 192px;
}

#screen {
	width: 126px;
	height: 95px;
	margin-left: 10px;
	margin-top: 17px;
}

#foot-content {
	background: url(images/bg-bot.png) center top no-repeat;
	width: 553px;
	height: 96px;
	position: relative;
}

#patch-img {
	position: absolute;
	left: 0;
	/*same height as footer*/
	bottom: 96px;
}

#footer {
	margin-left: 52px;
	padding-top: 46px;
	width: 372px;
	overflow: hidden;
	color: #eae4db;
}

#footer a {
	color: #eae4db;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer img {
	vertical-align: middle;
}
