@charset "utf-8";

/* CSS Document */

/**********************************/
/* layout elements */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

a {
	color:#45A2D4;
	text-decoration:underline;
}
a:hover {
	color:#600;
	text-decoration:none;
}

ul {
	margin:0;
	padding: 0 12px;
}

li {
	list-style:none;
	background: url(../splash-images/bullet.gif) no-repeat 5px 10px;
	margin:0 0 8px 0;
	padding:5px 15px 5px 25px;
}

hr {
	color:#AED7EC;
	padding: 3px 0;
	margin: 5px 20px 2px 20px;
}
p {
	margin:0;
	padding:0;
}

/**********************************/
/* layout elements */
#wrapper {
	width:921px;
	background:url(../splash-images/mainBG.gif) repeat-y;
	margin: 0 auto;
	text-align:left;
}

#header {
	background:url(../splash-images/hdr.gif) no-repeat;
	height: 77px;
	margin:0px 10px;
}

#teaser {
	background: #2c73a6 url(../splash-images/teaser.gif) repeat-x top left;
	border: 3px solid #2289c7;
	margin:10px 10px 0px 10px;
	padding-top:8px;
}
	#teaser p {
		padding: 2px 20px;
		color:#FFF;
		margin:0;
		font-size: 16px;
		line-height: 24px;
	}

#topRow {
	height:339px;
	margin: 10px;
	position:relative;
}

#video {
	width:551px;
	float:left;
	padding:0px;
	height:339px;
}

#prdInfoBox {
	background:#ececec;
	height: 339px;
	width: 347px;
	float:right;
	padding: 0;
	margin:0;
}
	#prdInfoBox p {
		color:#333;
		padding:0px 15px;
		margin:2px 0;
	}

#btmRow {
	background: #fff url(../splash-images/btmRowBg.gif) repeat-x left top;
	margin:10px;
	padding:7px;
	width:885px;
	border-top:#FFFFFF 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
}

#LBox {
	background: #ececec;
	width:425px;
	margin:0px Auto;
	padding:6px;
	float:left;
	position:relative;
}
#RBox {
	background: #ececec;
	width:425px;
	padding:6px;
	margin:0px auto;
	float:right;
	position:relative;
}
#btmRowClear {
	content:".";
	clear:both;
	height:0;
	margin:0;
	padding:0;
	display:block;
	visibility:hidden;
}
#footer {
	background:url(../splash-images/mainFt.gif) no-repeat bottom;
}



/**********************************/
/* misc */
#btn {
	clear:both;
	padding: 15px;
	display:block;
}

.btn {
	position:absolute;
	bottom:5px;
	right:6px;
}


.white {
	color:#666666;
	background-color:#f6f5f5;
}
.photoFrame {
	background: url(../splash-images/photoFrame.gif) no-repeat bottom right;
	float:left;
	margin:10px 5px;
	padding: 6px;
}
.date {
	font: italic 11px Tahoma, Geneva, sans-serif;
	color:#999;
}

