/* Meyer Resets */	
		/* v1.0 | 20080212 */
		
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
		}
		body {
			line-height: 1;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}
		
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		
		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}
		
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
/* End Resets */
	body{
		background-color:#d3d3c3;
		font-size:62.5%;
		}
	.mainbody{
		overflow:visible;
		background-color:#f9f9f3;
		position:relative;
		z-index:50;
		
		}
	.clear{
		clear:both;
		}

	#masthead{
		background-color:#f8981d;
		padding:15px;
		padding-bottom:20px;
		}
	#masthead h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		color:white;
		}
	#masthead h2{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#fae7ce;
		margin-top:4px;
		}
		
	/* offer box */
		#offer{
			padding:15px;
			float:left;
			background-color:#fff;
			width:729px;
			
			}
		#offer ul{
			margin:0;
			margin-top:15px;
			margin-bottom:25px;
			margin-left:190px;
			padding:0;
			list-style-image:url(/images/starterkit/arrow.png);
			font-size:11px;
			
			}
		#offer ul li{
			margin:0;
			padding:0;
			margin-bottom:12px;
			line-height:14px;
			}
		#offer ul li a{
			color:#69665c;
			}
		#offer p{
			font-size:11px; 
			color:#69665c;
			margin-left:170px;
			}
		#offer img.stack{
			margin-left:-54px;
			margin-top:10px;
			float:left;
			position:relative;
			z-index:100;
			}
		#offer #text-block{

			margin-left:0px;
			}
		#offer #text-block h3{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#f8981d;
			font-size:16px;
			font-weight:bold;
			margin-top:20px;
			}
		#offer #text-block h3.green{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#7dba39;
			font-size:16px;
			font-weight:bold;
			margin-top:20px;
			}
		
			
		/* form */
			#offer #form{
				float:right;
				width:180px;
				border-left:1px dotted #d3d3c3;
				padding-left:20px;
				padding-right:5px;
				}
			#offer #form li{
				display:block;
				margin-bottom:7px;
				}
			#offer #form label{
				display:block;
				font-size: 11px;
				margin-bottom:3px;
				color:#69665c;
				}
			#offer #form input{
				width:180px;
				border:1px solid #cccccc;
				font-size:12px;
				}
			#offer #form button{
				background-color:#f8981d;
				float:right;
				color:white;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:12px;
				padding-top:4px;
				padding-bottom:4px;
				width:170px;
				border-right:2px solid #666666;
				border-bottom:2px solid #666666;
				border-top:2px solid #cccccc;
				border-left:2px solid #cccccc;
				margin-right:-2px;
				}
			#offer #form button:hover{
				cursor:pointer;
				background-color:#fbac48;
				}
	
	#details{
		padding:15px;
		padding-left:0;
		padding-right:0;
		clear:both;
		background:url(/images/campaigns/internal/20080421_eda/details_bg.jpg) repeat-x top left #f9f9f3;
		float:left;
		}	
	#details h3{
		display:block;
		width:500px;
		color:#adad9c;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		margin-left:20px;
		}
	#details .row{
		clear:both;
		width:759px;
		}
	#details .row .col{
		float:left;
		width:347px;
		margin-left:20px;		
		margin-top:15px;
		padding-top:15px;
		}
	#details img{
		float:left;
		margin-right:10px;
		}
	#details h5{
		text-transform:uppercase;
		color:#bbb5a1;
		letter-spacing:1px;
		font-size:10px;
		font-weight:normal;
		padding-top:5px;
	
		}
	#details h4{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#69665c;
		margin-top:2px;
		margin-bottom:3px;
		}
	#details p{
		margin-left:104px;
		line-height:14px;
		font-size:10px;
		color:#69665c;
		margin-bottom:10px;
		}
	#details ul{
		list-style-image:url(/images/starterkit/arrow.png);
		margin-left:125px;
		margin-top:10px;
		margin-bottom:12px;
		}
	#details ul li{
		margin-bottom:6px;
		line-height:14px;
		
		}


		/* conversion page */
			#download-button{
				text-align:left;
				margin-top:15px;
				float:left;
				width:560px;
				height:30px;
				padding-bottom:15px;
				}
			#download-button span{
				padding-top:8px;
				padding-left:6px;
				display:block;
				float:left;
				font-size:11px;
				font-weight:bold;
				color:#adad9c;
				}
			#download-button img{
				float:left;
				margin-right:5px;
				}
			p.seperate{
				padding-top:10px;
				}
			.cp-next{
				width:724px;
				clear:left;
				float:left;
				margin-left:20px;
				margin-top:15px;
				padding-bottom:15px;
				padding-right:15px;
				}
			#details .cp-next img{
				float:left;
				border:1px solid #d3d3c3;
				margin-right:20px;
				}
			#details p.cp-p{
				margin-left:20px;
				padding-left:0;
				font-size:12px;
				margin-top:5px;
				line-height:18px;
				}
			#details .cp-next h4{
				font-size:24px;
				color:#69665c;
				font-weight:normal;
				font-family:Georgia, "Times New Roman", Times, serif;
				
				}
			#details .cp-next h4 a{
	
				color:#69665c;
				
				}
			.cp-next a.go{
				font-size:12px;
				
				font-weight:bold;
				}

			#details p.bottom-description{
				margin-left:20px;
				margin-right:20px;
				margin-top:10px;
				font-size:11px;
				line-height:20px;
				color:#69665c;
				width:719px;
				}
			
		/* end conversion page */
	
		

/* ---------------------------------------------------------------------------------------------------------- */
/*	For jQuery Validation plugin															         		  */
/* ---------------------------------------------------------------------------------------------------------- */
		

		
		form #fieldsetcontact label.error{
			width:272px;
			color:red;
			backround-color:#c1bdb1;
			display:block;
			margin-top:-4px;
			margin-bottom:5px;
			}

		form #fieldsetcontact span.error{
			position:relative;
			background:url("/images/red_asterix.jpg") no-repeat right;
			height:12px;
			width:13px;
			float:right;
			margin-right:-18px;
			padding-left:5px;
			margin-top:-14px;
			display:block;
			
			}

		p.form-error-message{
			color:#c0421b !important;
			background-color:#ffe0d7 !important;
			font-size:11px !important;
			margin:0 !important;
			padding:5px !important;
			padding-top:4px !important;
			}
		p#top{
			margin:0;
			margin-bottom:10px !important;
			}
		p#bottom{
			margin-bottom:5px !important;
			}
		p.form-error-message img{
			margin-bottom:-1px !important;
			margin-right:5px !important;
			}

/* ---------------------------------------------------------------------------------------------------------- */
/*	To hide elements by default																				  */
/* ---------------------------------------------------------------------------------------------------------- */
	 	form #fieldsetcontact li#us-form-list-element{display:none;}
		form #fieldsetcontact li#canada-form-list-element{display:none;}
		p.form-error-message{ display:none;}

			
			
