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

/* Base Grid
-------------------------------------------------------------- */
body {
	
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 854px;
	overflow: visible;
}
#header {	
	position: relative;
	width: 854px;
	height: 111px;
	margin: 62px auto 0;
	background: transparent url("../images/top_menu_bg.png") 0 0 no-repeat;
}
#logo {
	display: block;
	width: 174px;
	height: 182px;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 0;
	margin-left: -87px;
	margin-top: -32px;
}
#topmenu {
	padding: 36px 0 0 58px;
	margin: 0;
	height: 47px;
}
#topmenu li {
	float: left;
	height: 47px;
	list-style: none;
	margin-right: 19px;
}
#topmenu li#home { 
	width: 65px;
	background: transparent url("../images/topmenu/home.png") 0 top no-repeat;
}
#topmenu li#home:hover { 
	background: transparent url("../images/topmenu/home.png") 0 center no-repeat;
}
#topmenu li#home.active { 
	background: transparent url("../images/topmenu/home.png") 0 bottom no-repeat;
}
#topmenu li#create_video { 
	width: 123px;
	background: transparent url("../images/topmenu/create_video.png") 0 top no-repeat;
}
#topmenu li#create_video:hover { 
	background: transparent url("../images/topmenu/create_video.png") 0 center no-repeat;
}
#topmenu li#create_video.active { 
	background: transparent url("../images/topmenu/create_video.png") 0 bottom no-repeat;
}
#topmenu li#faq { 
	width: 51px;
	background: transparent url("../images/topmenu/faq.png") 0 top no-repeat;
	margin-right: 180px;
}
#topmenu li#faq:hover { 
	background: transparent url("../images/topmenu/faq.png") 0 center no-repeat;
}
#topmenu li#faq.active { 
	background: transparent url("../images/topmenu/faq.png") 0 bottom no-repeat;
}
#topmenu li#gallery { 
	width: 88px;
	background: transparent url("../images/topmenu/gallery.png") 0 top no-repeat;
}
#topmenu li#gallery:hover { 
	background: transparent url("../images/topmenu/gallery.png") 0 center no-repeat;
}
#topmenu li#gallery.active { 
	background: transparent url("../images/topmenu/gallery.png") 0 bottom no-repeat;
}
#topmenu li#media { 
	width: 69px;
	background: transparent url("../images/topmenu/media.png") 0 top no-repeat;
}
#topmenu li#media:hover { 
	background: transparent url("../images/topmenu/media.png") 0 center no-repeat;
}
#topmenu li#media.active { 
	background: transparent url("../images/topmenu/media.png") 0 bottom no-repeat;
}
#topmenu li#support { 
	width: 88px;
	background: transparent url("../images/topmenu/support.png") 0 top no-repeat;
}
#topmenu li#support:hover { 
	background: transparent url("../images/topmenu/support.png") 0 center no-repeat;
}
#topmenu li#support.active { 
	background: transparent url("../images/topmenu/support.png") 0 bottom no-repeat;
}
#topmenu li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}
#header_player {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0 20px;
	position: relative;
	width: 799px;
}
#header_red {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 10px 20px;
	position: relative;
	width: 799px;
}
#main {
	position: relative;
	width: 765px;
	margin: 0 auto;
	padding: 14px 14px 11px 20px;
	z-index: 0;
}
#container .hd {
	background: transparent url("../images/body_top.png") no-repeat 29px top;
	height: 15px;
	width: 100%;
}
#container .ft {
	background: transparent url("../images/body_bottom.png") no-repeat 29px top;
	height: 20px;
	width: 100%;
	margin: 0 auto;
}
#container .bd {
	background: transparent url("../images/body_repeat.png") repeat-y 29px top;
	width: 100%;
	margin: 0 auto;
}
#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 0 16px 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, #text-logo {
	color: #fff;
	margin: 0 auto;
	padding: 0;
}
#logo_player h1,
#text-logo 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;
}

#text-logo a {
	
	background: transparent url(../images/logo-text.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-logo 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: 50px 0 0 132px;
	width: 362px;
}

#feature .feat-r {
  color:#ffffff;
	float: right;
	padding: 42px 28px 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;
}
.content .about-santa-video {
	border-top: 11px solid #e7e7e7;
	padding: 25px 0 0 15px;
	width: 527px;
	height: 360px;
}
.content .about-santa-video p {
	font-size: 15px;
	color: #262a2d;
	font-family: arial;
	line-height: 22px;
}
.content .about-santa-video p span {
	font-size: 20px;
	color: #a70f10;
}
#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: 17px 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 bottom;
}
.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: 211px;
}

.col3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 305px;
}

.col3_ad {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 330px;
}

.col3_ad {
	float: left;
	padding: 4px 0 0 2px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}

.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;	
}
.top-caption {
    font-family:Arial;
    font-size:18px;
    color:#007bb6;
    background-color:#f1f1f1;
    border:1px solid #ccc;
    padding:10px;
}
.top-desc {
    background-color:white;
    padding:10px;
    border:1px solid #ccc;
    border-top:none;
}
.enter-coupon {
    background-color:white;
    border:1px solid #ccc;
    border-bottom:4px solid #909090;
    color:#404040;
    font-size:12px;
    float:left;
    width:330px;
    padding:10px 10px 0px 10px;
    height:80px;
}
.grand-total {
    background-color:white;
    border:1px solid #ccc;
    border-bottom:4px solid #909090;
    color:#404040;
    font-size:12px;
    float:right;
    width:330px;
    padding:10px 10px 0px 10px;    
    height:80px;
}
.coupon-list {
    border:1px solid #ccc;
    width:150px;    
}
.sel-coupon {
    border:1px solid #ccc;
    background-color:#f1f1f1;
    font-size:12px;
    color:#404040;
    cursor: pointer;
}
.paypal-enter {
    border:1px solid #ccc;
    background-color:white;
    padding:10px;
    font-size:13px;
    font-weight:bold;
    color:#404040;
    margin-top:10px;
}
.paypal-wrp {
    border-top:1px solid #ccc;
    padding-top:30px;
}
.paypal-wrp td {
    padding:0px;
}
.paypal-wrp label {
    font-weight:bold;
    display:block;
}
.paypal-input {
    border:1px solid #ccc;
    width:210px;
    padding:2px;
}
.hide-brd {
    border:none;
    width:80px;
}

/* Added by Robin for slideshow */
.slideshow-wrapper {
	background: none !important;
    height: 267px;
	width: 758px;
    overflow: hidden;
	position: relative;
}

.slideshow-wrapper .slide-item {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.slideshow-wrapper .slide-item.active {
	z-index: 10;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.slideshow-wrapper .slide-item.last-active {
	z-index: 9;
}
