body {
	background-color: #131a3f;
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-y;
	margin:0px;
}
body, html, td { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #aaa; }
p { color: #aaa; line-height: 18px; }
img { border: none; }
ul { margin: 0; padding: 0; }
a {
	color: #aaa;
	border-bottom: 1px dotted #fe1d03;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
#sky {
	position: absolute;
	left: 0px;
	top: -50px;
	width: 1200px;
	height: 160px;
	background-image: url('images/sky.jpg');
}
#logo {
	position: absolute;
	left: 110px;
	top: 25px;
	width: 293px;
	height: 79px;
	background-image: url('images/logo.png');
}
#redbear {
	position: absolute;
	left: 40px;
	top: 430px;
	width: 196px;
	height: 134px;
	background-image: url('images/redbear.png');
	z-index: 1000;
}
#email {
	position: absolute;
	right: 40px;
	top: 38px;
	font-size: 17px;
	letter-spacing: 1px;
}
#email a {
	color: #fe1d03;
	border: none;
	padding: 4px;
}
#email a:hover {
	color: #fff;
	background-color: #fe1d03;
}
#middlestripe {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	height: 455px;
	background-color: #131a3f;
}
#numbers {
	position: absolute;
	left: 240px;
	top: 15px;
	width: 350px;
	height: 30px;
	font-size: 13px;
	color: #fe1d03;
}
	#numbers a {
		color: #fe1d03;
		font-size: 24px;
		padding: 1px 5px 1px 5px;
		background-color: transparent;
		border: none;
	}
	#numbers a:hover {
		color: #fff;
		background-color: #fe1d03;
	}
.screenshot {
	float: left;
}
.info {
	margin-top: 15px;
	padding-left: 30px;
	width: 350px;
	color: #aaa;
	float: left;
}
	.info p {
		line-height: 18px;
	}
	.info a {
		color: #aaa;
		border-bottom: 1px dotted #fe1d03;
	}
	.info a:hover {
		color: #fff;
	}
	.info dl {
		width: 250px;
		font-size: 11px;
		margin: 30px 0 0 0;
	}
		.info dl dt {
			display: block;
			overflow: visible;
			width: 100%;
			margin: 0;
			padding: 5px 5px 5px 5px;
			text-align: left;
			border-bottom: 1px solid #0220bb;
		}
		.info dl dt.services {
			background-color: #00006b;
			border: none;
			color: #ccc;
		}
		.check {
			float: right;
			font-weight: bold;
		}
		
body#demo {
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-y;
	margin: 0;
}
#demo #closebox a {
	color: #fe1d03;
	font-size: 15px;
	padding: 2px 5px 1px 5px;
	background-color: transparent;
	border: 1px solid #fe1d03;
	margin: 10px;
	float: right;
}
#demo #closebox a:hover {
	color: #fff;
	background-color: #fe1d03;
}
#demo #demoheader {
	width: 100%;
	padding: 20px 0 0 30px;
	margin-bottom: 5px;
}
#demo .demoshots {
	position: absolute;
	top: 65px;
	width: 600px;
	height: 470px;
	float: left;
	margin-left: 30px;
	background-color: #131a3f;
	border: 3px solid #000;
}
#demo ul {
	position: absolute;
	top: 65px;
	left: 650px;
	list-style-type: none;
	width: 105px;
}
	#demo ul li {
		margin-bottom: 10px;
	}
#demo h3 {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0 20px 0 20px;
}
#demo p {
	font-size: 13px;
	padding: 0 20px 0 20px;
}


.SlidingPanels {
	position: absolute;
	left: 0px;
	top: 55px;
	width: 1100px;
	height: 435px;
	padding: 0px;
	float: left;
}
.SlidingPanelsContentGroup {
	position: relative;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15000px;
}
.SlidingPanelsContent {
	width: 1100px;
	height: 425px;
	overflow: hidden;
	margin: 0px;
	padding-left: 210px;
	float: left;
}


