@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* LAYOUT ELEMENTS */

#container {
	width: 955px;
	background: #FFFFFF url(../images/int_bodyBG.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header {
	padding: 0 10px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	background: url(../images/int_headerBG.jpg) no-repeat;
}
.headerLogo {
	margin-top: 30px;
	margin-left: 110px;
	margin-bottom: 3px;
	clear: both;
}
#navTabs {
	margin-top: 12px;
}
#navTabs img {
	padding-right: 1px;
}

/* Sign In/ Purchase Recordings Section */

#signIn_purchaseRecordings {
	float: right;
	width: 205px;
	margin: 7px 0px 0px;
	padding: 0px;
}
#signIn_purchaseRecordings p {
	margin: 0px;
	padding: 0px;
}
#signIn_purchaseRecordings a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 12px 0px 0px;
	padding: 0px;
}
#signIn_purchaseRecordings a:hover {
	color: #969696;
}
#mainContent {
	margin: 0px;
	padding: 14px 45px 25px 50px;
	position: relative;
}
#mainContent h1 {
	color: #F25C1F;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
#mainContent p {
	font-size: 13px;
	margin: 14px 20px 0px 0px;
	padding: 0px;
}
#footer {
	padding: 25px 10px 0 23px;
	height: 340px;
	background: #FFFFFF url(../images/int_footerBG.jpg) no-repeat;
	width: 922px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #969696;
}
#footerTabsTable {
	font-size: 14px;
}
#footerNavTable {
	font-size: 9px;
	margin: 50px 0px 0px;
	padding: 0px;
	line-height: 13px;
}
#footerNavTable th {
	font-weight: bold;
	text-transform: uppercase;
	color: #F05D23;
	height: 23px;
}
#footerTabsTable p {
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 12px 12px;
	width: 250px;
}
#footer .copyright {
	font-size: 9px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	display: inline;
}


/* CHOOSE NUMBER OF RECORDINGS ELEMENTS */

#sidebar_chooseRecordings {
	float: right;
	width: 555px;
	margin: 0px 0px 0px 45px;
	padding: 0px;
}
#sidebar_chooseRecordings h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 18px 0px 25px 25px;
	padding: 0px;
}
#sidebar_chooseRecordings img {
	padding-right: 4px;
}



/* ORDER INFORMATION ELEMENTS */

#orderInformationPhotos {
	float: right;
	width: 256px;
}
#orderInformationPhotos img {
	margin-bottom: 3px;
}
#orderInformation {
	font-size: 14px;
}
#orderInformation a {
	color: #000000;
	text-decoration: none;
}
#orderInformation a:hover {
	color: #969696;
}
#orderInformation table {
	margin-bottom: 35px;
}
#orderInformation th {
	border-bottom: 2px solid #0095D3;
	font-size: 14px;
}
#orderInformation .instructions {
	font-size: 9px;
}
#orderInformation label {
	font-size: 11px;
	font-weight: bold;
}
#orderInformation .textField {
	font-size: 12px;
	color: #666666;
}
#orderContinue {
	padding-left: 25px;
	padding-top: 15px;
	width: 805px;
	padding-right: 25px;
	height: 50px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: #EF5D22;
}
#orderContinue #button {
	background: #FFFFFF url(../images/int_btn_continue.png);
	height: 31px;
	width: 97px;
	float: right;
	cursor:pointer;
	border-style: none;
}


/* ORDER CONFIRMATION ELEMENTS */

#orderContinue #button:hover {
	background: #1AAB4C url(../images/int_btn_continueOver.png);
}
#OrderConfirm_billingInfo {
	font-size: 11px;
}
#confirmationTabs {
	float: right;
	width: 360px;
	padding-top: 17px;
}


/* HOME CONTENT */
#mainContent_home {
	margin: 5px 0px 0px 35px;
	padding-right: 15px;
	padding-bottom: 25px;
	position: relative;
}
#mainContent_home h1 {
	color: #F25C1F;
	margin: 0px 0px 0px 22px;
	padding: 0px;
	font-size: 36px;
}
#mainContent_home p {
	font-size: 13px;
	margin: 14px 0px 0px 22px;
	padding: 0px;
	width: 328px;
}
#mainContent_home a {
	color: #0194D3;
	text-decoration: none;
}
#mainContent_home a:hover {
	color: #44B649;
}
#homePhoto {
	position: absolute;
	top: 50px;
	width: 444px;
	right: 50px;
}

.rippleLaunching {
	position: absolute;
	right: -20px;
	top: 160px;
	z-index: 99;
	height: 274px;
	width: 274px;
}

#home_NavImages {
	margin-top: 60px;
	margin-bottom: 25px;
}
#home_NavImages img {
	padding-right: 5px;
}


/* REDEMPTION CODE ELEMENTS */

#redeemPhoto {
	position: absolute;
	top: -180px;
	left: 660px;
}
#sidebar_redeemNav {
	float: right;
	width: 233px;
	padding-top: 75px;
	margin-bottom: 200px;
}
#sidebar_redeemNav img {
	margin-bottom: 20px;
}

/* Form Elements */

.formField01 {
	font-size: 10px;
	margin-bottom: 4px;
}
.formField input {
	font-size:9px;
}
.formButton {
	cursor:pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	height: 31px;
	background: #EF5D22 url(../images/int_btn_submit.gif);
	margin: 0px;
	width: 73px;
}
.formButton:hover {
	background: #08A84E url(../images/int_btn_submit_on.gif);
}
.formError {
	text-transform: uppercase;
	color: #FF0000;
	font-weight: bold;
}
#redeemRecordings_table {
	font-size: 11px;
}



/* LIBRARY ELEMENTS */

#sidebar_libraryNav {
	float: right;
	width: 233px;
	padding-top: 75px;
	margin-left: 100px;
	margin-bottom: 200px;
}
#sidebar_libraryNav img {
	margin-bottom: 20px;
}
#sidebar_demoNav {
	text-align: right;
}
#sidebar_demoNav img {
	padding-left: 25px;
}

