/*
 *********************************************
 *             Layout.css                    *
 * 											 *
 *		  IE6 Fixes: see ie6-Layout.css      *
 *		  IE7 Fixes: see ie7-Layout.css      *
 * 											 *
 *********************************************
 */

/* Base Grid
-------------------------------------------------------------- */

#container {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 799px;
}
#header {
	background: transparent url("../images/upper_right_santa.png") right bottom no-repeat;
	margin: 0;
	overflow: hidden;
	padding: 75px 0 0 20px;
	position: relative;
	width: 799px;
}
#header_player {
	margin: 0;
	overflow: hidden;
	padding: 40px 0 0 20px;
	position: relative;
	width: 799px;
}
#main {
	position: relative;
	width: 808px;
}
#main .hd {
	background: transparent url("../images/body_top.png") bottom no-repeat;
	height: 15px;
	width: 799px;
}
#main .bd {
	background: transparent url("../images/body_repeat.png") repeat-y;
	padding: 4px 23px 11px 20px;
	overflow: hidden;
}
#main .ft {
	background: transparent url("../images/body_bottom.png") no-repeat;
	height: 20px;
	width: 799px;
}
#footer {
	background: transparent url("../images/credit_logos.png") top right no-repeat;
	color: #fff;
	clear: both;
	margin: .5em auto 1em;
	padding: 0 0 .5em .3em;
	width: 770px;
}
#footer_player {
	color: #fff;
	clear: both;
	margin: .5em auto 1em;
	padding: 0 0 .5em .3em;
	width: 770px;
}

/*Video Player
--------------------------------------------------------------*/
#video_player {
  background: transparent url("../images/video_bg.png") top center no-repeat;
  width: 762px;
  height: 489px;
}
#video_player .flash {
  padding: 30px 0 0 79px;
}

/* Header
-------------------------------------------------------------- */

#logo {
	color: #fff;
	margin: 0 auto;
	padding: 0;
}
#logo h1 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 0;
}
#logo a {
	
	background: transparent url(../images/logo.png) no-repeat;
	border: none;
	color: #fff;
	display: block;
	height: 74px;
	outline: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#logo a:hover {
	text-decoration: none;
}

#logo p {
	color: #fff;
	font-size: 108%;
	margin: 0;
	padding: 0 0 4px 8px;
}

/* Header for Player
-------------------------------------------------------------- */

#logo_player {
	color: #fff;
	margin: 0 auto;
	padding: 0;
}
#logo_player h1 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 0;
}
#logo_player a {
	
	background: transparent url(../images/logo_player.png) no-repeat;
	border: none;
	color: #fff;
	display: block;
	height: 74px;
	outline: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#logo_player a:hover {
	text-decoration: none;
}

#logo_player p {
	color: #fff;
	font-size: 108%;
	margin: 0;
	padding: 0 0 4px 8px;
}
/* Main
-------------------------------------------------------------- */

#girl {
	position: absolute;
	bottom: 22px;
	left: -91px;
}

/********** Feature **********/
#feature {
	background: transparent url("../images/body_flash_header.jpg") no-repeat;
	height: 267px;
	overflow: hidden;
	width: 758px;
}

#feature_flash {
	height: 267px;
	overflow: hidden;
	width: 758px;
}

#feature .feat-l {
	float: left;
	padding: 70px 0 0 164px;
	width: 362px;
}

#feature .feat-r {
  color:#ffffff;
	float: right;
	padding: 40px 20px 0 0 ;
	width: 198px;
}

#feature .feat-l a {
  color:#ffffff;
  text-decoration: underline;
}

#feature .feat-l h2,
#feature .feat-l p {
	color: #fff;
	margin: 0 0 .3em;
	text-align: center;	
}
#feature .feat-l h2 {
	font-size: 197%;
	font-weight: normal;
	
}

#feature .feat-r ol {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
}
#feature .feat-r ol li {
	margin: 0 0 42px;
}
#feature .feat-r ol li a {
	color: #fff;	
}

/********** Content **********/

.content {
	float: left;
	margin: 0;
	padding: 0;
	width: 550px;
	overflow: hidden;
}
.center-buttons {
	background: transparent url("../images/main_center_button.png") no-repeat;
	margin: 1em 0 .7em;
	overflow: hidden;
	padding: 0;
	position: relative;
	height: 66px;
	width: 550px;
}
.center-buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
.center-buttons li, .center-buttons li a {
	display: block;
	height: 66px;
	outline: none;
}
.center-buttons li a {
	font-size: 12px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
#cb1 {
	left: 0px;
	width: 312px;
}
#cb2 {
	left: 312px;
	width: 238px;
}

#cb1 a:hover {
	background: transparent url("../images/main_center_button.png") 0 -66px no-repeat;
}
#cb2 a:hover {
	background: transparent url("../images/main_center_button.png") -312px -66px no-repeat;
}

.quote {
	border-top: 11px solid #e7e7e7;
	font-size: 197%;
	margin: 0;
	padding: 23px 0 0;
	text-align: center;
}
.quote a {
	color: #8a0000;
}
.quote a:hover {
	color: #154f00;
	text-decoration: none;
}
.quote-name {
	font-size: 83%; 
	font-weight: bold; 
	padding: 0 7em 0 0;
	text-align: right; 
}

.gcw {
	background: transparent url(../images/gift-certificate-wizard.png) top center no-repeat;
	display: block;
	height: 66px;
	width: 550px;
	text-indent: -9999px;
}

.vcw {
	background: transparent url(../images/video-creation-wizard.png) top center no-repeat;
	display: block;
	height: 42px;
	width: 550px;
	text-indent: -9999px;
}

.tos {
	background: transparent url(../images/terms-of-service.png) top center no-repeat;
	display: block;
	height: 42px;
	width: 550px;
	text-indent: -9999px;
}
.inquiryheader {
	background: transparent url(../images/advertising_header.png) top center no-repeat;
	display: block;
	height: 42px;
	width: 550px;
	text-indent: -9999px;
}
.free_demo_header {
	background: transparent url(../images/free_demo_header.png) top center no-repeat;
	display: block;
	height: 42px;
	width: 550px;
	text-indent: -9999px;
}
.faq {
	background: transparent url(../images/faq_header.png) top center no-repeat;
	display: block;
	height: 42px;
	width: 550px;
	text-indent: -9999px;
}
.christmas_resources {
	background: transparent url(../images/christmas-resources.png) top center no-repeat;
	display: block;
	height: 42px;
	width: 550px;
	text-indent: -9999px;
}
.directory {
  padding-left: 40px;
}
.sidebar {
	float: right;
	width: 213px;
}
.gift-card {
	margin: .9em 0 0;
}
.gift-card a {
	background: url("../images/giftcard_bow_sp.png") 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	width: 214px;
	height: 132px;
}
.gift-card a:hover {
	background-position: 0 -132px;
}
.bottom {
	background: transparent url("../images/footer_seperators.png") 0 0 no-repeat;	
	clear: both;
	color: #bdbdbd;
	height: 100%;
	overflow: hidden;
	
}
.bottom h3 {
	font-size: 	197%;
	margin-bottom: .2em;
}
.bottom a {
	color: #bdbdbd;
}

.col1, .col2, .col3 {
	float: left;
	padding: 1em .5em .5em;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}

.col1 {
	width: 192px;
}

.col1:hover h3 a,
.col2:hover h3 a {
	color: #154f00;
}

 .col2:hover p, 
 .col1:hover p {
	color: #000;
}

.col2 {
	width: 217px;
}

.col3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 305px;
}
.col3 a {
	color: #8a0000;
	font-size: 108%;
	font-weight: bold;
}
.col3 a:hover {
	text-decoration: underline;	
}

.hover h3 a {
	color: #154f00;	
}

.hover p {
	color: #000;	
}
/* Sv Player Exceptions
--------------------------------------------------------------*/

.col3_box {
  padding: 4px 6px;
  width: 290px;
  height:100%;
}

.col2_player {
	float: left;
	padding: 1em .5em .5em;
	overflow: hidden;
	text-align: center;
	width: 217px;
}

.col2_player:hover h3 a {
	color: #154f00;
}

 .col2_player:hover p {
	color: #000;
}

 .col2_player2 a{
	color: #000000; /*8A0000*/
}

/* Footer
-------------------------------------------------------------- */


#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;	
}
#footer ul {
	margin: 0 auto .5em;
	padding: .5em 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	border-right: 1px solid;
	font-size: 85%;
	padding: 0 .5em;
	list-style: none;
	text-transform: capitalize;
}
#footer ul li.last {
	border: none;
}
#footer p {
	font-size: 83%;
	margin: .5em .5em;
	font-style: italic;
}

/* Footer for sv_player
-------------------------------------------------------------- */


#footer_player a {
	color: #fff;
}
#footer_player a:hover {
	text-decoration: underline;	
}
#footer_player ul {
	margin: 0 auto .5em;
	padding: .5em 0;
	list-style: none;
}
#footer_player ul li {
	display: inline;
	border-right: 1px solid;
	font-size: 85%;
	padding: 0 .5em;
	list-style: none;
	text-transform: capitalize;
}
#footer_player ul li.last {
	border: none;
}
#footer_player p {
	font-size: 83%;
	margin: .5em .5em;
	font-style: italic;
}
/* Buy Buttons
-------------------------------------------------------------- */

 ul.buy-buttons {
	width: 231px;
	height: 39px;
	background: url("../images/redeem-buy.png") no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	left: -19px;
}
ul.buy-buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
ul.buy-buttons li, ul.buy-buttons a {
	height: 39px;
	display: block;
	outline: none;
}
ul.buy-buttons li a {
	font-size: 12px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
ul.buy-buttons #bb1 {
	left: 0px;
	width: 94px;
}
ul.buy-buttons #bb2 {
	left: 94px;
	width: 139px;
}
ul.buy-buttons #bb1 a:hover {
	background: transparent url("../images/redeem-buy.png") 0 -39px no-repeat;
}
ul.buy-buttons #bb2 a:hover {
	background: transparent url("../images/redeem-buy.png") -94px -38px no-repeat;
}
/* Media Page
-------------------------------------------------------------- */
#mediapage_ads {
}
#mediapage_ads p {
  margin: 0 auto;
  width: 400px;
 }
 #mediapage_ads .adimages {
  margin-left:60px;
 }  
#mediapage_ads .adimages img {
  padding: 6px;
  float:left;
 }  

/* Wizard
-------------------------------------------------------------- */

#wizard {
	border-top: 11px solid #E7E7E7;
	clear: both;
	overflow: hidden;
	text-align: center;
}

#wizard .w-col1 {
	/*border-right: 2px solid #E7E7E7;*/
	float: left;
	width: 402px;  
	margin: 0; 
	padding: 2em 1em 1em;	
}

#wizard .w-col2 {
	border-left: 2px solid #E7E7E7;
	margin: 0;  
	padding: 2em 1em 0;
	width: 286px; float: left; 
}

#wizard h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 182%;
	font-weight: normal;
	margin-bottom: .1em;
}

#wizard p {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 93%;
	font-weight: bold;
	margin-top: 0;
}


form.cssform {
	margin: 0;
	padding: 0;
}
.cssform p {
	margin: 0 0 .7em;
	padding: 0;
	height: 1%;
	vertical-align: middle;
	clear: both;
}
.cssform label {
	display: block;
	float:left;
	font-size: 108%;
	margin: 0 0 .2em;
	padding: 0;
	text-align: right;
	width: 150px;
}

.cssform .green {
	color: #154f00;	
}
.cssform label span {
	color: red;
	display: block;
	font-size: 66%;
	padding: 4px;
}
.cssform textarea {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	height: 100px;
	width: 100%;
}

.cssform input, 
.cssform .expanding {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: #102132;
	display: block;
	float: left;
	font-size: 116%;
	margin-left: 12px;
	margin-bottom: .8em;
	padding: 3px;
	width: 168px;
}

.cssform .expanding {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 123.1%;
	font-weight: normal;
	min-height: 1.2em;
	text-align: right;
}

.cssform .checkbox {
	background: none!important;
	border: 0;
	width: 30px;	
}

.cssform .checkbox-txt {
	font-size: 77%;
	text-align: left;
	width: 175px;
}

#checkbox-giftpage {
  float: right;
}

.cssform .cbt-l {
	width: 150px;
}

.cssform .verify {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 8px;
	padding: 2px;
	width: 50px;
}

.cssform .submit {
	color: #fff;
	cursor: pointer;
	background: transparent url(../images/submit.png) no-repeat;
	padding: 0;
	margin: .8em auto 0;
	height: 35px;
	width: 105px;
	text-indent: -9999px;
}

.cssform .form-text {
	color: #898989;
	padding-left: 160px;
	padding-right: 70px;
}

.cssform .button, .cssform .verify-code  {
	background: #9b1210;
	border: 1px solid #737373;
	color: #fff;
	font-size: 153.9%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: .5em;
}

.cssform .select-cards {
	padding: 2px;	
}

.cssform .verify-code {
	float: right;
		font-size: 123.1%;
		margin-right: .8em;
		padding: 3px;
}
.cssform .more1 {
	font-size: 89%; 
	padding-left: 12px;	
}

.cssform .tal {
	text-align: left;	
}
.cssform .verify-code {
		width: 140px;
}

.cssform .enter-gift-code {
		margin-bottom: .5em;
		width: 133px;
}

.cssform .enter-gift-code-txt {
	width: 120px	
}

/* Sponsors
-------------------------------------------------------------- */
.sponsors {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
}
.sponsors img {
	margin: 0 0 .5em;	
	border: 1px solid #dedede;
}
.sponsors h4 {
	color: #989898;
	text-align: left;
	padding-left: 8px;
}
.sponsors p  {
	color: #989898;
	font-size: 88%;
	margin: 0 0 1em;
  padding-right: 6px;
	text-align: right;
}
.sponsors p a {
	color: #989898;
	font-size: 10px;
}

/* Flash
-------------------------------------------------------------- */
.flash1 {
	border-bottom: 2px solid #E7E7E7;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

.flash {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}
.flash img {
	margin: 0 0 .5em;	
}

.flash h4 {
	color: #989898;
	text-align: left;
}
.flash p  {
	color: #989898;
	font-size: 88%;
	margin: 0 0 1em;
	padding-right: 1em;
	text-align: center;
}
.flash p a {
	color: #154F00;
}

.flash a span {
	color: #8A0000;	
}