/* - - - - - - - - - - - - - - - - - - - - - - - -

Title		: 2 For 1 Dogs
Author		: Michael Baker
URL 		: www.m3communications.com

Created 	: December 21, 2009
Modified	: Month 19, 2009

- - - - - - - - - - - - - - - - - - - - - - - - */

/* !--- GLOBAL --- */

* {	margin:0px; padding:0px; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: url(../images/bg.gif) #fff309 repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height:1.5;
}

:focus, :active { outline: 0; }

.clear { clear:both; }

a img { border:0px; }

.fixed:after {
	clear:both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

.fixed { display:block; }

/*  \*/
.fixed { min-height:1%; }

* html .fixed {	height:1%; }

/*--- Font Size (em) Bug Fixing for IE ---*/

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */
INPUT, TEXTAREA, SELECT, TH, TD {font-size:1em}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

/* !--- LIGHTBOX --- */

#lb_content {
	font-size: 1.2em;
	padding: 10px 20px;
}

#lb_content #lb_left {
	float: left;
	margin-right: 20px;
	width: 330px;
}

#lb_content #lb_right {
	float: right;
	width: 330px;
}

	#lb_content #lb_right p {
		color: #1C2E7B;
		font-weight: bold;
	}

	#lb_content img {
		margin-bottom: 20px;
	}
	
	#lb_content p {
		color: #666;
		font-size: 1em;
		margin-bottom: 10px;
	}
	
		#lb_content p a {
			color: #1C2E7B;
			text-decoration: none;
		}
		
		#lb_content p a:hover {
			text-decoration: underline;
		}
		
	#lb_content label { 
		color: #333;		
	}

		#lb_content label.lbl {	
			display: block;	
			float: left;				
			font-weight: bold;
			margin-bottom: 10px;
			margin-top: 4px;		
			padding-right:10px;
			width: 100px;
		}
	
	#lb_content input.text {
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
		display: block;	
		float: left;		
		margin-bottom: 10px;
		padding:4px;
		width: 200px;
	}
	
		#lb_content input.text:focus {	border-color: #1c2d7b; }
	
	#lb_content select {
		float: left;
		margin-right: 10px;
	}
	
	#lb_content input.checkbox {
		float: left;
		margin-right: 6px;
	}
	
	#lb_content br {
		clear:left;
	}
	
	#lb_content input.btn {		
		background-color: #E6EFC2;
		border:1px solid #C6D880;
		color:#529214;
		cursor: pointer;
/* 		display: block; */
	    font-size: 1.2em;
	    font-weight: bold;
	    margin: 10px 0px;
	    padding: 6px 10px 6px;
	    text-decoration: none;	    	    	    
	}

/* !--- CONTENT - Privacy --- */

#content_privacy {
	margin: 0px auto;
	padding-top: 10px;
	width: 960px;
}

	#content_privacy h2 {
		color: #1c2d7b;
		font-size: 1.8em;
		margin-bottom: 12px;
	}
	
	#content_privacy p {
		color: #1c2d7b;
		font-size: 1.4em;
		margin-bottom: 20px;
	}
	
	#content_privacy ol {
		color: #1c2d7b;
		font-size: 1.4em;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	
		#content_privacy ol li {
			font-weight: bold;
			margin-bottom: 10px;
		}
		
			#content_privacy ol li span { font-weight: normal; }
		
/* !--- CONTENT - TOP --- */

#content_top {
	background: url(../images/happy-people.jpg) no-repeat left bottom;
	margin: 0px auto;
	padding-top: 10px;
	width: 960px;
}

	#content_top #content_top_left {
		float: left;
		width: 420px;
	}
	
		#content_top #content_top_left h1 {
			background: url(../images/2for1.png) no-repeat;
			display: block;
			height: 336px;
			overflow: hidden;
			text-indent: -9999px;
			width: 418px;
		}
	
	#content_top #content_top_right {
		float: left;
		padding-top: 30px;
		width: 540px;
	}
	
		#content_top #content_top_right h2 {
			background: url(../images/money-saving-night-out.png) no-repeat;
			display: block;
			height: 172px;
			margin-bottom: 40px;
			overflow: hidden;
			text-indent: -9999px;
			width: 533px;
		}
	
		#content_top #content_top_right p {
			color: #1c2d7b;
			font-size: 1.8em;
			margin-bottom: 20px;
		}
		
/* !--- CONTENT - POSTCODE --- */

#postcode_banner {
	background: url(../images/bg_postcode.gif) #42abee repeat-x;
	padding: 6px 0px 12px 100px;
}

	#postcode_banner #postcode_centre {
		margin: 0px auto;
		width: 960px;
	}
	
		#postcode_banner #postcode_centre label {
			color: #fff;
			float: left;
			font-size: 2em;
			padding-right: 20px;
		}
		
		#postcode_banner #postcode_centre input.text {
			border:1px solid #06134b;
			color: #999;
			display: block;			
			float: left;
			font-size: 1.8em;
			margin-right: 20px;
			padding: 4px;
			width: 160px;
		}
		
		#postcode_banner #postcode_centre input.btn { margin-top: 3px; }

/* !--- CONTENT - BOTTOM --- */

#content_btm {
	background-color: #42abee;
	padding: 20px 0px;
}

	#content_btm #content_btm_centre {
		margin: 0px auto;
		width: 960px;
	}

/* !--- CONTENT - BOTTOM LEFT --- */

#content_btm #content_btm_centre #content_btm_left {
	background-color: #fff;
	border: 1px solid #223481;
	float: left;
	margin-right: 20px;
	padding: 12px;
	width: 264px;	/* 288px */
}

	#content_btm #content_btm_centre #content_btm_left p {
		color: #333;
		font-size: 1.6em;
		margin-bottom: 24px;
	}
	
	#content_btm #content_btm_centre #content_btm_left ul {
		font-size: 1.2em;
		list-style: none;
	}
	
		#content_btm #content_btm_centre #content_btm_left ul li {
			background-color: #fff;
			border-bottom: 1px dotted #a6a6a6;
			padding: 4px;
		}
		
		#content_btm #content_btm_centre #content_btm_left ul li.current { background-color: #d8fed3; }
		
			#content_btm #content_btm_centre #content_btm_left ul li a {								
				display: block;
				font-weight: bold;
				text-decoration: none;
			}
			
			#content_btm #content_btm_centre #content_btm_left ul li.normal a { color: #666; }
			
			#content_btm #content_btm_centre #content_btm_left ul li.unselected a { color: #999; }
			
			#content_btm #content_btm_centre #content_btm_left ul li.selected a { color: #333; }
			
			#content_btm #content_btm_centre #content_btm_left ul li a:hover { color: #223481; }

/* !--- CONTENT - BOTTOM RIGHT --- */

#content_btm #content_btm_centre #content_btm_right {
	background-color: #fff;
	border: 1px solid #223481;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 30px;
	width: 648px;
}

	#content_btm #content_btm_centre #content_btm_right #content_btm_content { padding: 22px; }

		#content_btm #content_btm_centre #content_btm_right #content_btm_content h2 {
			background: url(../images/build-your-own.gif) no-repeat;
			display: block;
			height: 125px;
			margin-bottom: 6px;
			overflow: hidden;
			text-indent: -9999px;
			width: 603px;
		}
		
		#content_btm #content_btm_centre #content_btm_right #content_btm_content #track {
			background-color: #1c2d7b;
			color: #fff;
			font-size: 4.4em;
			font-weight: bold;
			line-height: 1;
			margin-bottom: 20px;
			padding: 8px 0px;
			text-align: center;
		}
		
		#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher {
			background: url(../images/bg_voucher.gif) #fff repeat-y;
			border: 1px dashed #a6a6a6;
			margin-bottom: 20px;
			padding: 16px;
		}
		
		#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_selected {
			background: url(../images/bg_voucher_selected.gif) #d8fed3 repeat-y;
			border: 1px solid #66cc66;
			margin-bottom: 20px;
			padding: 16px;
		}
		
			#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_left {	
				color: #223481;
				float: left;
				font-size: 1.8em;
				margin-right: 24px;
				padding-top: 12px;
				width: 260px;
			}
			
			#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_middle {
				float: left;
				font-size: 1.2em;
				margin-right: 16px;
				text-align: center;
				width: 112px;
			}
			
				#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_middle label {
					color: #333;
					display: block;
					font-weight: bold;
				}
				
				#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_middle select { margin-top: 12px; }
			
			#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_right {
				float: left;
				padding-top: 24px;
				width: 148px;
			}
			
				#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher .voucher_right a {
					background-color: #fff;
					border: 1px solid #a6a6a6;
					color: #369736;
					display: block;
					font-size: 1.2em;
					font-weight: bold;
					padding: 6px 18px;
					text-decoration: none;
				}
				
				#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_right a:hover { color: #333; }
				
				#content_btm #content_btm_centre #content_btm_right #content_btm_content .voucher_selected .voucher_right a {
					background: url(../images/tick.gif) #fff no-repeat 8px center ;
					border: 1px solid #a6a6a6;
					color: #369736;
					display: block;
					font-size: 1.2em;
					font-weight: bold;
					padding: 6px 10px 6px 32px;
					text-decoration: none;
				}
	
	#content_btm #content_btm_centre #content_btm_right #dates {
		background-color: #d8fed3;
		border-bottom: 1px solid #66cc66;
		border-top: 1px solid #66cc66;
		margin-bottom: 20px;
		padding: 22px;
	}
	
		#content_btm #content_btm_centre #content_btm_right #dates p {
			color: #333;
			font-size: 1.6em;
			margin-bottom: 10px;
		}
		
		#content_btm #content_btm_centre #content_btm_right #dates input.radio {
			font-size: 1.2em;
			margin: 0px 8px;
		}
		
		#content_btm #content_btm_centre #content_btm_right #dates label {
			color: #333;
			display: block;
			font-size: 1.2em;
			font-weight: bold;
		}
		
	#content_btm #content_btm_centre #content_btm_right h3 {
		color: #666;
		font-size: 2.4em;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
/* !--- CONTENT - FOOTER --- */	
	
#footer { text-align: center; }

	#footer p {
		color: #fff;
		font-weight: bold;
	}
	
		#footer p a {
			color: #fff;
			text-decoration: none;
		}
		
			#footer p a:hover { text-decoration: underline; }