
/********************************************  CSS RESET  *******************************************

please refer to content.css
**/


/**********************************************  FONTS  **************************************
please refer to content.css
*********/


/**********************************************  HEADER  **********************************************/

#header {
	width: 980px;
	height: 130px;
	margin: 0 auto;
	background: url('../images/header/header-bg.png') no-repeat center center;
	position: relative;
}
.headerLogo {
	position: absolute;
	left: 20px;
	top: 20px;
}
#custService {
	position: absolute;
	z-index: 10;
	right: 30px;
	top: 10px;
	text-align: right;
}
#custService span {
	font-size: .6875em;
	background: no-repeat right center;
	cursor: pointer;
	color: #a6a6a6;
	padding: 0 14px 0 0;
	display: block;
}
#custService.collapsed span { background-image: url('../images/icons/ico-cust-service-down.gif'); }
#custService.expanded span { background-image: url('../images/icons/ico-cust-service-up.gif'); }

#custService ul {
	font-size: .75em;
	background: #2c2c2c;
	border: 1px #6a6a6a solid;
	color: #fff;
	padding: 12px;
	text-align: left;
	margin: 2px 0 0 0;
	display: none;
	float: right;
}
#custService ul li {
	margin: 0 0 5px 0;
}
#custService ul a {
	color: #fff;
}



/***********************************************  MENU  ***********************************************/

.quick-access { position: absolute; top: 5px; right: 30px; margin: 0px; text-align: right; float: right; color: #ababab; z-index: 9999; }
.quick-access p { margin-bottom:4px; }
.quick-access li {display:inline; background:url(../images/gray-pipe.gif) no-repeat 100% 6px; padding-right:10px;padding-left:3px;}
.quick-access li.first { color: #ababab; padding-left:10px !important; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access {float: left; }
.shop-access a, .shop-access a:hover {text-decoration: none; color:#ababab; font-size:11px; }
.shop-access a:hover {color: #FFF;}
.shop-access li.last { padding-right:0; background:none; }

#menu {
	position: absolute;
	right: 20px;
	top: 54px;
	line-height: 100%;
}
#menu li {
	float: left;
	margin: 0 3px 0 0;
}
#menu li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	
	padding: 0 0 0 6px;
	float: left;
}
#menu span {
	display: block;
	padding: 2px 7px 0px 1px;
	height: 18px;
	float: left;
	cursor: pointer;
}
#menu li a:hover { background: url('../images/header/menu-bg-left.gif') no-repeat left center; }
#menu li a:hover span { background: url('../images/header/menu-bg-right.gif') no-repeat right center; }

.home #miHome a,
.dvd #miDvd a,
.product #miProduct a,
.packages #miPackages a,
.marketing #miMarketing a,
.testimonials #miTestimonials a,
.about #miAbout a,
.contact #miContact a {
	background: url('../images/header/menu-bg-left.gif') no-repeat left center;
}
.home #miHome a span,
.dvd #miDvd a span,
.product #miProduct a span,
.packages #miPackages a span,
.marketing #miMarketing a span,
.testimonials #miTestimonials a span,
.about #miAbout a span,
.contact #miContact a span {
	background: url('../images/header/menu-bg-right.gif') no-repeat right center;
}


/**********************************************  FOOTER  **********************************************/

#footerWrapper {
	height: 95px;
	background-color: #1f1f1f;
	min-width: 980px;
	position: relative;
}
#footer {
	height: 70px;
	width: 970px;
	margin: 0 auto;
	padding: 25px 0 0 10px;
}
#footer ul {
	display: inline;
	font-size: .6875em;
}
#footer li {
	display: inline;	
	padding: 0 3px 0 0;
	border-left: 1px #888 solid;
}
#footer li.f {
	border: 0;
}
#footer a {
	color: #ddd;
	margin: 0 0 0 6px;
}
.addThisBtn {
	margin: 22px 0 0 0;
}


/*********************************************  SIDEBAR  **********************************************/

.sideBarTiles {
	margin: 0 0 25px 0;
}
.sideBarTiles li {
	margin: 0 0 3px 0;
}
.sideBarTiles li a {
	width: 263px;
	height: 44px;
	display: block;
	text-indent: -9999em;
}
.sideBarTiles .choose a { background: url('../images/tiles/choose-your-package.png') no-repeat; }
.sideBarTiles .order a { background: url('../images/tiles/place-your-order.png') no-repeat; }
.sideBarTiles .contact a { background: url('../images/tiles/contact-us-more-info.png') no-repeat; }
.sideBarTiles .webstreaming a { background: url('../images/tiles/web-streaming.png') no-repeat; }
.sideBarTiles .sample_ending a { background: url('../images/tiles/sample-endings.png') no-repeat; height: 61px; }

/*
#MicrosoftTranslatorWidget {
  visibility: hidden;
}
*/


.regForm {
	background: url('../images/tiles/register-your-details3.png') no-repeat center top;
	padding: 80px 0 0 0;
	margin: 0 0 40px 0;
}
.regForm ol li {
	position: relative;
	width: 263px;
	height: 30px;
	float: left;
	padding: 0 0 16px 0;
	background: url('../images/forms/regform-li-bg.png') no-repeat center bottom;
}
.regForm ol input, .regForm ol label {
	position: absolute;
	font-size: .6em;
	/*text-transform: uppercase;*/

}
.regForm ol input {
	height: 19px;
	border: 1px #9f9f9f solid;
	width: 253px;
	padding: 8px 0 0 8px;
	color: #333;
}
.regForm .error input {
	border: 1px red solid;
}
.regForm ol label {
	z-index: 1;
	color: #9a9a9a;
	top: 11px;
	left: 9px;
}
.regForm .info {
	font-size: .6em;
	color: #aaa;
	margin: 0 0 10px 0;
}
.regForm div.error {
	font-size: .75em;
	color: red;
	margin: 10px 0;
}
.regForm.compact ol {
	margin: 0 0 10px 0;
}
.regForm.compact li {
	float: none;
}
.regForm.compact ol input, .regForm.compact ol label {
	position: static;
}
.regForm .contentList {
	margin: 0 0 20px 5px;
}


/***********************************************  BODY  ***********************************************/

html, body {
	height: 100%;
}
body {
	background: #f2f2f2 url('../images/bg/body-bg.gif') repeat-x;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px auto;
	min-width: 980px;
	width: 980px;
	position: relative;
}
.clearFooter {
	height: 95px;
	clear: both;
}


/*******************************************  PAGE LAYOUT  ********************************************/

#content {
	margin: 0 auto;
	width: 980px;
}


/*********************************************  BANNERS  **********************************************/

#homeBanner {
	background: url('../images/banners/home-banner-bg.png');
	width: 980px;
	height: 344px;
	position: relative;
	margin: -35px 0 15px 0;
}
#insideBanner {
	width: 980px;
	height: 268px;
	position: relative;
	margin: -35px 0 -30px 0;
}
#insideBanner.about { background: url('../images/banners/banner-about.png') }


/********************************************  HOME PAGE  *********************************************/

.jsEnabled #homeTiles{
	visibility: hidden;
}
.jsEnabled.loaded #homeTiles{
	visibility: visible;
}

#homeTiles {
	width: 966px;
	padding: 0 7px;
	overflow: hidden;
}
#homeTiles li {
	padding: 0 0 24px 0;
	background: url('../images/tiles/home-tile-bg.jpg') no-repeat center bottom;
	width: 215px;
	height: 135px;
	margin: 0 0 0 35px;
	float: left;
}
#homeTiles li.f {
	margin: 0;
}
#homeTiles li img {
	float: left;
}
#homeTiles .videoIntros {
	/*background: url('../images/tiles/video-intros2.jpg');*/
	/*background: url('../images/tiles/video-intros2.png');*/
	background: url('../images/tiles/Hot-Hot-Button.jpg');
	width: 215px;
	height: 135px;
	position: relative;
}
#homeTiles #fullvideos {
	background: url('../images/tiles/sample-video-ending2.jpg');
}
#homeTiles #playfullvideos {
	background: url('../images/tiles/personalised-video2.jpg');
}

#homeTiles .videoIntros a {
	position: absolute;
	display: block;
	width: 84px;
	height: 65px;
}

#homeTiles .videoIntros1 a {
	position: absolute;
	display: block;
	width: 215px;
	height: 135px;
}

#homeTiles .videoIntros .standardIntroLink {
	top: 45px;
	left: 15px;
}
#homeTiles .videoIntros .humorousIntroLink {
	top: 45px;
	right: 16px;
}
#homeTiles .videoIntros .fullRofLink {
	top: 38px;
	left: 13px;
}
#homeTiles .videoIntros .bigIdeaFullLink {
	top: 38px;
	right: 13px;
}


/***********************************************  FORM  ************************************************/

.pageForm {
	background: #fff;
	border: 0px #dbdbdb solid;
	padding: 10px 0;
	font-size: .6875em;
}
form.pageForm.contact {
	width: 570px;
}
.pageForm p {
	padding: 0 0 20px 0;
	margin: 0 28px 20px 28px;
	border-bottom: 1px #dbdbdb dotted;
	font-size: 1em;
}
.pageForm h2{
	padding:0;
	color: #8c1f27;
	font-size: 1.2em;
	margin: 30px 0px 20px 0px;
	font-weight: bold;
}

.pageForm h2  span{
	font-size:24px;
	font-weight:bold;
	display:block;
	margin:0;
}
.pageForm p.note {
	margin: -10px 0 -10px 0px;
	border:solid 0px red;
	position:relative;
}
.pageForm fieldset {
	margin: 50px 0 20px 0;
	position: relative;
	border:solid 1px #dbdbdb;
	background-color:#f8f8f8;
}
.pageForm legend {
	margin: 0;
	color: #8c1f27;
	font-size: 1.4em;
}
.pageForm legend span {
	position: absolute !important;
	left: 18px;
	top: -12px;
	color: #fff;
	background: #a82c36;
	padding: 4px 6px;
}
.pageForm .req {
	color: #8c1f27;
}
.pageForm ol {
	padding: 15px 0 15px 0;
	position: relative;
}
.pageForm textarea {
	font-family: arial, sans-serif;
	border: 1px #dbdbdb solid;
	padding: 3px 0 3px 4px;
	font-size: 1em;
	width: 292px;
	height: 103px;
}
.pageForm li label, .pageForm li .label {
	width: 12em;
	float: left;
	margin: 7px 0 0 0;
	position: relative;
	cursor: default;
}
.pageForm ol input {
	border: 1px #dbdbdb solid;
	padding: 3px 0 3px 4px;
	width: 292px;
	font-family: arial, sans-serif;
}
.pageForm .short {
	width: 150px;
}
.pageForm select {
	width: 156px;
	font-family: arial, sans-serif;
}
.pageForm .last ol {
	background: none;
}
.pageForm .noLegend ol {
	padding-top: 0px;
}
.pageForm ol li {
	padding: 2px 10px 2px 18px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
.pageForm fieldset ol li {
	border-top: 1px #f8f8f8 solid;
	border-bottom: 1px #f8f8f8 solid;
}
.pageForm .error {
	background: url('../images/forms/form-error-bg.gif');
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
}
.pageForm .error p {
	border: 0;
	margin: 0 0 3px 13.7em;
	padding: 0;
	font-weight: bold;
	font-size: .9em;
	color: #ee5e5e;
}
.pageForm .error input,
.pageForm .error textarea {
	border: 1px #f06b6b solid;
}
.pageForm .focus {
	background: url('../images/forms/form-selected-bg.gif');
	border-top: 1px #c5e3ec solid;
	border-bottom: 1px #c5e3ec solid;
}
.pageForm .focus input {
	border: 1px #9bc8d6 solid;
}
.pageForm .submitButton {
	margin: 0 0 0 173px;
}
.pageForm .submitButton.table {
	margin: 20px 0 0 0px;
}
.pageForm .captcha {
	border: 1px #dbdbdb solid;
}
.pageForm .hasError {
	background: url('../images/forms/form-error-bg.gif');
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
	padding: 7px 10px 10px 28px;
	margin: 0 0 20px 0;
	position: relative;
}
.pageForm .hasError ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 0 45px;
	background: none;
}
.pageForm .hasError li {
	padding: 3px 0;
	min-height: 0;
}
.pageForm .hasError p {
	margin: 0 0 3px 0;
	padding: 0 0 0 23px;
	border: 0;
	background: url('../images/icons/ico-exclamation.gif') no-repeat 0 .1em;
}
.pageForm .hasError a {
	color: #ee5e5e;
	text-decoration: underline;
}
.pageForm .hasError a:hover {
	text-decoration: none;
}

.pageForm .checkbox,
.pageForm .radio {
	width: auto;
	margin: 5px 0 0 0;
	border: 0;
	padding:0;
}
.pageForm .focus .checkbox,
.pageForm .error .checkbox,
.pageForm .focus .radio,
.pageForm .error .radio {
	border: 0;
}
.pageForm .info {
	margin: 26px 0 -10px 0;
	padding: 0 100px 0 18px;
	position: relative;
	z-index: 10;
	background: #F8F8F8;
}
.pageForm .info p {
	border-bottom: 0;
	margin: 0 0 0px 0;
	padding: 0;
	line-height: 18px;
	font-size: 1.1em;
}
.pageForm .billingadd {
	margin: 30px 0 -20px 15px;
}
.pageForm .billingadd input {
	width: auto !important;
	position: relative;
	vertical-align: top;
	top: -2px;
}
.pageForm .billingadd label {
	vertical-align: top;
	top: -3px;
}
.pageForm .twoColFieldset {
	width: 450px;
	float: left;
	height: 180px;
}
.pageForm .threeColFieldset {
	float: left;
	width: 298px;
	height: 360px;
}
.pageForm .threeColFieldset input {
	width: 145px;
}
.pageForm .threeColFieldset select {
	width: 151px;
}
.pageForm .threeColFieldset label {
	width: 114px;
}
.pageForm .threeColFieldset ol {
	margin: 20px 0 0 0;
}
.pageForm .threeColFieldset.center {
	margin-left: 10px;
	margin-right: 10px;
}


/**********************************************  POPUP  ***********************************************/

.popup{
	padding: 10px;
	background: none;
}

.popup h1{
	font-size: 1.1em;
	margin-top: 0;
}

.popup .card{
	text-align: center;
}

.popup .card strong{
	font-size: 0.8em;
}


/**********************************************  BUTTONS  *********************************************/

.btn {
	display: -moz-inline-box;
	display: inline-block;
	font-size: .6em;
	color: #fff;
	height: 20px;
	padding: 0 0 0 6px;
	background: url('../images/buttons/btn.gif') no-repeat left -40px;
	text-decoration: none !important;
}

.btn span {
	display: block;
	text-transform: uppercase;
	padding: 4px 12px 0 6px;
	height: 16px;
	background: url('../images/buttons/btn.gif') no-repeat right top;
	cursor: pointer;
	float: left;
}
.btn:hover {
	text-decoration: none !important;
	background-position: left -60px;
}
.btn:hover span {
	background-position: right -20px;
}
.btnLeft {
	float:right;
	margin-right:105px;
}


/***********************************************MAMUN***********************************************/

.btn1 {
	display: -moz-inline-box;
	display: inline-block;
	font-size: .6em;
	color: #fff;
	height: 20px;
	padding: 0 0 0 6px;
	background: url('../images/buttons/btn.gif') no-repeat left -40px;
	text-decoration: none !important;
}

.btn1 span {
	display: block;
	text-transform: uppercase;
	padding: 4px 12px 0 6px;
	height: 16px;
	background: url('../images/buttons/btn.gif') no-repeat right top;
	cursor: pointer;
	float: left;
}
.btn1:hover {
	text-decoration: none !important;
	background-position: left -60px;
}
.btn1:hover span {
	background-position: right -20px;
}
.btnLeft1 {
	float:right;
	margin-right:105px;
}

/********************************************  PRODUCTS  *******************************************/

.products {
	overflow: hidden;
	line-height: 80%;
	margin: 40px 0 0 0;
}
.products li {
	float: left;
	width: 291px;
	height: 231px;
	padding: 0 5px 0 10px;
	overflow: hidden;
	margin: 0 0 50px 0;
}

.products li.tall {
	height: 420px !important; 
	position: relative;
	padding-left: 155px;
}
.products li.tall.notsotall {
	height: 330px !important; 
}
.tall img{
	position: absolute;
	left: 0;
}

.products .productThumb {
	float: left;
	margin: 0 15px 0 0;
}

.products .productThumb2 {
	float: left;
	margin: 0 15px 0 0;
	height: 440px;
}
.products h2 {
	line-height: 160%;
	margin: 20px 0 5px 0;
}
.products h2 a {
	font-size: 1.15em;
	color: #000;
	font-weight: bold;
	display: block;
}
.products .details {
	font-weight: .6875em;
	line-height: 160%;
	margin: 0 0 20px 0;
	font-size: .6875em;
}

.video {
	margin:15px 0;
}

/**********************************************  FAQS  *********************************************/

#faq h1 {
	padding: 20px 0px 10px 0px;
}

#faq ul li {
	padding: 2px 0px 2px 0px;
}

/**********************************************  PRODUCTS  *********************************************/

.standout {
	font-weight: bold;
	font-size: 1.3em;
	color: #94222b;
}

.price {
	font-weight: bold;
	font-size: 1.3em;
}

.small {
	font-size: .75em;
}

.products p{
	line-height: 170%;
}
/**********************************************  ORDER  *********************************************/

#trial_tile{
	position: relative;
	margin: -50px 0 0 0;
	left: 240px;
	width: 254px;
	height: 99px;
}
#trial_tile.rightPos{
	float:right;
	position:static;
	margin:-50px 40px 0 0;
	width: 254px;
	height: 99px;
}
.order-txt {
	width:500px;
}
.trialbox {
	padding:2px 0 0 0;
	text-align:center;
	margin:20px 0 0 0;
	background:url('../images/boxes/greenbox.gif') center top no-repeat;
}
.trialbox .trialbox-base {
	background:url('../images/boxes/greenbox-base.gif') center bottom no-repeat;
	width:263px;
}
.trialbox h3{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	color:#2d5608;
	margin:15px 0 0 0;
}
.trialbox p{
	font-size:.85em;
	color:#2d5608;
	margin:0 25px 20px 25px;
}
