/* GLOBAL STYLES */

* { padding: 0; margin: 0; }

form { margin: 0; padding: 0; }

.clear { clear: both; width: 0; height: 0; font-size: 0; overflow: hidden; }

a img { border: none; }

img { font-size: 80%; display: block;}

h1 {
	color: #c25e03;
	font-size: 170%;
	padding: 0;
	margin: 4px 0 20px 0;
	}

h2 {
	color: #c25e03;
	}

p {
	color: #8b8575;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, serif;
	font-size: small;
	color: #000;
	background: #f0d6ab url(../img/bgBody.jpg) repeat-x;
	}

html, body {
	height: 100%;
	}

.right {
	float: right;
	margin: 10px 0 30px 0;
	}

.left {
	float:left;
	}

.rightBlock {
	float: right;
	}

.leftBlock {
	float: left;
	}

.bold {
	font-weight: bold;
	}

.grey {
	color: #645e4d !important;
	font-size: 12px
	}

.hrDashDark {
	margin: 10px;
	padding: 1px;
	background: #e1dfda url(../img/dashDark.gif) repeat-x;
	}

.hrDashLight {
	margin: 10px 0 10px 0;
	padding: 1px;
	background: #e1dfda url(../img/dashLight.gif) repeat-x;
	}

.previewData {
	color: #8b8575;
	font-weight: bold;
	margin: 5px;
	}

.previewData tr {
	margin: 10px 0 10px 0;
	}
	
.error {
color: #ff0000;
}





/* MAIN CONTENT WRAPPER */

#mainBody {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
	}


#mainBodyFlash {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
	}





/* HEADER */

#header {
	width: 800px;
	height: 150px;
	padding: 0;
	background: #006338;
	}

#logo {
	float: left;
	margin: 4px 0 0 154px;
	width: 201px;
	height: 120px;
	}

html>body #logo {
	float: left;
	margin: 4px 0 0 309px;
	width: 201px;
	height: 120px;
	background: url(../img/headerLogo.gif) no-repeat;
	}

#logo h1 {
	display:none;
	}







/* NAV */

#nav {
	float: left;
	width: 800px;
	padding: 0;
	margin: 0;
	height: 26px;
	background: #004a2a;
	border-bottom: 4px solid #c25e03;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	font-family:  Arial, serif;
	font-size: 17px;
	color: #FFF;
	margin: 4px 0 0 5px;
	padding: 1px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	}

#nav a.first{
	margin: 4px 0 0 10px;
	}

#nav a:hover {
	background: #c25e03;
	}

#nav a:active, #nav a.active {
	background: #c25e03;
	}

#logoLink {
	float: right;
	width: 157px;
	height: 64px;
	padding: 0;
	margin: 0 10px 0 0;
	}

.navLogin {
	float: right;
	margin-right: 6px !important;
	}


.sub_nav li {
list-style: none;
padding: 0 0 3px 10px;
}


.what_to_send  {
margin: 0 0 0 10px;
}

.what_to_send li,
.login_extras li,
.other_presents li {
	list-style: none;
	background-image: url(../img/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 3px 10px;
}




/* DEFAULT LINK STYLES */

a:link, a:active {
	color: #c25e03;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}
	
a:visited {
	color: #c25e03;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}
	
a:hover {
	color: #cc3300;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	}


/* CONTENT */

#mainContent {
	width: 780px;
	padding: 5px 0 0 0 ;
	margin: 10px;
	}


#mainContentFlash {
	width: 800px;
	padding: 5px 0 0 0 ;
	margin: 0;
	}
	
	#mainContentFlash h1 {
	text-align: center;
	margin: 10px 0 0 0;
	}



/* COLS - TEST REMOVEEEEEE */

#col1 {
	float: left;
	width: 157px;
	}


#col2 {
	float: left;
	width: 434px;
	margin: 0 0 0 16px;
	}

#col2NoRight {
	float: left;
	width: 606px;
	margin: 0 0 0 16px;
	}

#col2 p,
#col2NoRight p {
	padding: 0 0 10px 0;
	}

#col3 {
	float: right;
	width: 157px;
	}



/* HOME */
.left_float_434 {
	width: 434px;
	float: left;
	margin:30px 0 0 0;
}



/* HOW IT WORKS */

#step1 {
	color: #645e4d;
	margin: 10px 0 0 0 ;
	}

#step2 {
	color: #645e4d;
	margin: 10px 0 0 0 ;
	}

#step3 {
	color: #645e4d;
	margin: 10px 0 0 0 ;
	}








/* WHAT WILL YOU SEND */


#film .leftBlock {
	width: 210px;
	}

#gift .rightBlock {
	width: 210px;
	}

#ecard .leftBlock {
	width: 210px;
	}
	
	
#film, #gift, #ecard {
	margin: 30px 0 0 0;
	}










/* CASE STUDIES */

.caseBlock h2 {
	margin-bottom: 10px;
	}

.caseBlock img {
	float: left;
	margin: 0 10px 10px 0;
	}




/* FAQ */
.faq_2 {
color: #8b8575;
}

	.faq_2 li {
	margin: 0 0 0 20px;
	}




/* CHOOSE PRODUCT */

.choiceBlock {
	border: 1px solid #817964;
	background: #f3f2f0;
	float: left;
	margin: 0 0 5px 0;
	}

.choiceBlock h2 {
	color: #006338;
	font-size: 16px;
	padding: 5px;
	width: 400px;
	float: left;
	}

.chooseFilm {
	float: left;
	position: relative;
	background: #fff;
	width: 137px;
	height: 180px;
	color: #645e4d;
	margin: 0 0 5px 5px;
	}

.chooseGiftpack {
	float: left;
	position: relative;
	background: #fff;
	width: 137px;
	height: 180px;
	color: #645e4d;
	margin: 0 0 5px 5px;
	}

.chooseCard {
	float: right;
	position: relative;
	background: #fff;
	width: 137px;
	height: 180px;
	color: #645e4d;
	margin: 0 5px 5px 0;
	}

.productLeftBlock {
	float: left;
	width: 210px;
	}

.productRightBlock {
	float: right;
	width: 210px;
	}

.productRightBlock ul {
	color: #c25e03;
	margin: 0 0 0 13px;
	}

.chooseFilm p, .chooseGiftpack p, .chooseCard p {
	margin: 4px;
	}
	
.chooseFilm h3, .chooseGiftpack h3, .chooseCard h3 {
	margin: 4px;
	}

.filmButton {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 30px;
	padding: 4px 0 4px 4px;
	}

.giftPackButton {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94px;
	height: 30px;
	padding: 4px 0 4px 4px;
	}

.cardButton {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 30px;
	padding: 4px 0 4px 4px;
	}

#ecard_preview {
width: 434px;
height: 365px;
background-repeat: no-repeat;
}

#ecard_text {
width: 434px;
text-align: center;
padding: 280px 0 0 0;
}

	#ecard_text p {
	color: #fff;
	}









/* PRODUCTS */

.prod_teasers {
float: left;
margin: 0 0 15px 0;
}

.productBlock {
	float: left;
	width: 139px;
	margin: 10px 5px 0 0;
	}

.productImage img {
	width: 139px;
	height: 145px;
	}

.productHeader h2 {
	font-size: 16px;
	color: #c25e03;
	margin: 0 0 3px 0 ;
	}

.productBody {
	color: #645e4d;
	line-height: 1.2em;
	}


.formFieldsButton {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	}

.basketButton {
	float: left;
	margin: 5px 10px 5px 5px;
	width: 148px;
	height: 30px;
	padding: 0;
	border: 0;
	}

.previewSubmit {
	float: right;
	margin: 5px 0 5px 5px;
	width: 127px;
	height: 30px;
	padding: 0;
	border: 0;
	}
/*
.previewSubmit {
	float: right;
	margin: 5px 0 5px 5px;
	width: 98px;
	height: 30px;
	padding: 0;
	border: 0;
	}
*/
.addSubmit {
	float: right;
	margin: 5px 0 5px 5px;
	width: 141px;
	height: 30px;
	padding: 0;
	border: 0;
	}

.continueButton {
	float: left;
	margin: 5px 0 0 0;
	width: 179px;
	height: 30px;
	padding: 0;
	border: 0;
	}

.howItWorksButton {
	float: left;
	margin: 8px 0 8px 8px;
	width: 141px;
	height: 27px;
	padding: 0;
	border: 0;
	display: inline; /* FOR IE6 */
	}

.howDonationsButton {
	float: left;
	margin: 8px 0 8px 8px;
	width: 141px;
	height: 41px;
	padding: 0;
	border: 0;
	display: inline; /* FOR IE6 */
	}

.sendToAFriendButton {
	float: left;
	margin: 8px 0 8px 8px;
	width: 141px;
	height: 27px;
	padding: 0;
	border: 0;
	display: inline; /* FOR IE6 */
	}

.checkoutButton {
	float: right;
	margin: 5px 0 0 5px;
	width: 145px;
	height: 30px;
	padding: 0;
	border: 0;
	}

.backButton {
	float: left;
	margin: 5px 0 0 0;
	width: 62px;
	height: 30px;
	padding: 0;
	border: 0;
	}

.editButton {
	float: left;
	margin: 5px 0 0 0;
	width: 69px;
	height: 30px;
	padding: 0;
	border: 0;
	}

img.basket {
	position:absolute;
	top:20px;
	left:120px;
	}
	
#add_to_basket {
	padding: 0 0 5px 7px;
}

#reg_form {
}

	#reg_form input,
	#reg_form #customer_title {
	width: 200px;
	}
	
	#reg_form #customer_gift_aid,
	#reg_form #customer_post_opt_in,
	#reg_form #customer_email_opt_in,
	#reg_form #customer_tel_opt_in,
	#reg_form #Submit {
	width: auto;
	}
	
	#reg_form_btn {
	margin: 20px 0 0 0;
	}
	
	.reg_form_pad {
	margin: 20px 0 0 0;
	}
	
	.reg_form_GA {
	font-size: 0.85em;
	}

.form_element_float {
float: left;
margin: 0 0 5px 0;
}


	
	








/* BASKET TABLE */

#basket {
	margin-bottom: 15px;
	}

#basket {
	border-collapse:separate;
	border-spacing:0 1px;
	background: #fff;
	}

#basket td {
	padding: 5px;
	}

#basket th {
	padding: 5px;
	text-align: left;
	color: #c25e04;
	font-weight: normal;
	font-size: 16px;
	}

.spotDonation {
	background: #f9efe5;
	color: #c25e04;
	font-size: 12px;
	font-weight: normal;
	}

#donationButton {
	width: 27px;
	}

.basketRow {
	background: #f3f3f1;
	color: #605e58;
	padding: 5px;
	margin-bottom: 150px;
	}

.basketRow .checkBox {
	text-align:center;
	}

.totalPrice {
	font-weight: bold;
	font-size: 14px !important;
	}
	
#customer_address {
margin: 0 0 30px 0;
}

#donation {
width:50px;
}








/* TICKET STYLES */

.ticketLeft, .ticketRight {
	width: 157px;
	background: #f4f2ed;
	position: relative;
	margin-bottom: 1px;
	}

.ticketLeft p {
	width: 135px;
	padding: 0 10px 4px 10px;
	color: #006338;
	}

.ticketRight p {
	width: 135px;
	padding: 0 10px 5px 10px;
	color: #006338;
	}

.ticketLeft h2, .ticketRight h2 {
	color: #006338;
	font-size: 107%;
	margin: 12px 0 5px 10px;
	padding-bottom: 5px;
	}

.ticketLeft h3, .ticketRight h3 {
	color: #006338;
	font-size: 100%;
	margin: 12px 10px 5px 10px;
	padding: 0;
	}

.ticketTop {
	margin: 0 auto;
	background: url(../img/ticketTop.gif) no-repeat;
	width: 157px;
	height: 23px;
	}

.ticketBottom {
	margin: 0 auto;
	background: url(../img/ticketBottom.gif) no-repeat;
	width: 157px;
	height: 25px;
	}









/* DIGI FORM STYLES */

.formFieldsLabel {
	padding: 0 5px 0 0;
	float: left;
	width: 130px;
	min-height: 40px;
	color: #8b8575;
	}

.formFields {
	float: right;
	padding: 0 5px 0 2px;
	height: 40px;
	width: 280px;
	}

.formFieldsLabelInput {
	padding: 0 5px 0 0;
	float: left;
	width: 130px;
	height: 60px;
	color: #8b8575;
	}

.formFieldsInput {
	float: right;
	padding: 0 5px 0 2px;
	height: 60px;
	width: 280px;
	}

.formFieldsInput .inputbox {
	height: 95px;
	width: 280px;
	}

.formFields input {
	height: 20px;
	width: 280px;
	}
	
.formFields select {
	width: 280px;
	}
	
#personalised_msg {
width: 280px;
height: 60px;
}





/* LINK PAGE STYLES */


.linkList {
margin: 0 0 20px 0;
}

.linkList li {
	color: #c25e03;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 5px 0;
	}
	
.ordered_list {
margin: 0 0 0 20px;
}

.ordered_list li {
	color: #8b8575;
	margin: 0 0 5px 0;
	}
	
.terms_list {
color: #8b8575;
margin: 0 0 20px 20px;
}





/* FOOTER STYLES */

.hrDashFooter {
	margin: 10px;
	padding: 1px;
	background: #e1dfda url(../img/dashLight.gif) repeat-x;
	}
	
#footer, .push, #footerFlash {
	height: 180px; /* .push must be the same height as .footer */
}

#footer {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #fff;
	/*border-top: 1px dashed #ebebeb;*/
	}


#footer p {
	color: #999999;
	margin: 10px 0 2px 0;
	padding: 0;
	font-size: 80%;
	}

#footer p img, #footerFlash p img {
	padding: 2px;
	display: inline;
	}

#footer p.first, #footerFlash p.first {
	margin: 15px 0 0 0;
	}

.footerImage {
	vertical-align: middle;
}

#footer a {
	color: #999999;
	margin: 0 0 0 11px;
	padding: 0;
	text-decoration: underline;
	font-size: 120%;
	}

#footer a:hover {
	color: #999999;
	padding: 0;
	background: none;
	text-decoration: none;
	}



/* FLASH AREA */

#flash_area {
	float: left;
	width: 800px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
	#flash_area p {
	color: #fff;
	font-size: 1.7em;
	}
	


/* DEMO FLASH AREA */

#flash_area_demo {
	float: left;
	width: 434px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
	#flash_area_demo p {
	color: #fff;
	font-size: 1.7em;
	}
	

/* DEMO FLASH ON LANDING PAGE */


#demoView {
width: 158px;
color: #FFF;
margin: 0 0 0 0;
padding: 0;
position: relative;
margin-bottom: 1px;
}

.demoViewHeader {
background: url(../img/demoViewHeader.gif) no-repeat;
width: 158px;
height: 29px;
}

.demoViewContent {
background: url(../img/demoViewContent.gif) repeat-y;
width: 158px;
color: #000;
}


.demoViewContent p {
padding: 5px;
margin: 0 5px 10px 5px; 
color: #FFF;
}

.demoViewFooter {
background: url(../img/demoViewFooter.gif) no-repeat;
width: 158px;
height: 6px;
}

.demoButton {
float: left;
margin: 4px 0 3px 9px;
width: 141px;
height: 27px;
padding: 0;
border: 0;
display: inline; /* FOR IE6 */
}

.demoImage {
float: left;
margin: 4px 0 3px 9px;
width: 141px;
height: 100px;
padding: 0;
border: 0;
display: inline; /* FOR IE6 */
}








/* FLASH FOOTER STYLES */

#footerFlash {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #000;
	/*border-top: 1px dashed #ebebeb;*/
	}

#footerFlash p {
	color: #333;
	margin: 10px 0 2px 0;
	padding: 0;
	font-size: 80%;
	}

#footerFlash a {
	color: #333;
	margin: 0 0 0 11px;
	padding: 0;
	text-decoration: underline;
	font-size: 120%;
	}

#footerFlash a:hover {
	color: #333;
	padding: 0;
	background: none;
	text-decoration: none;
	}
	


/* ECARD AREA */
#ecard_area {
	float: left;
	width: 800px;
	height: 422px;
	padding: 0;
	margin: 10px 0 0 0;
	background-image: url(../img/ecard_bg_lrg.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

#ecard_img,
#ecard_msg {
width: 380px;
margin:20px 0 20px 210px;
text-align: center;
}

#ecard_delivery_text,
#ecard_delivery_preview_text {
margin:0 0 0 150px;
width: 500px;
padding: 20px 0 20px 0;
text-align: left;
}

#ecard_delivery_preview_text {
width: 434px;
margin: 0;
padding: 20px 0 0 0;
}

#ecard_delivery_text h2,
#ecard_delivery_preview_text h2 {
font-size: 1.2em;
margin: 0 0 10px 0;
}

#ecard_delivery_text p {
margin: 0 0 10px 0;
}

#ecard_delivery_preview_text p {
margin: 0;
}

#ecard_delivery_text .disclaimer {
margin: 25px 0 0 0;
font-size: 0.85em;
}

#ecard_msg p {
color: #fff;
font-size: 1.2em;
}



/* SUB FOOTER */


#subFooterFlash,
#subFooter {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #000;
	height: 40px;
	}
	
#subFooter {
background: #fff;
}

#subFooterFlash p,
#subFooter p {
	color: #333;
	margin: 10px 0 2px 0;
	padding: 0 0 0 10px;
	}


#subFooterFlash a,
#subFooter a {
	color: #c25e03;
	margin: 0 0 0 11px;
	padding: 0;
	text-decoration: underline;
	font-size: 16px;
	}

#subFooterFlash a:hover,
#subFooter a:hover {
	color: #c25e03;
	padding: 0;
	background: none;
	text-decoration: none;
	}


/* LOGIN DETAILS */

.login_options {
padding: 20px 0 0 0;
}

.login_options h2 {
font-size: 1.2em;
margin: 0 0 5px 0;
}
