
	/*** RESET ***/
		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,tr,th,td {  
			margin:0; padding:0; font-weight: normal;
		} 
		table 				{ border-collapse: collapse; border-spacing: 0; border-color: #ffffff; } 
		tr, th, td 			{ vertical-align: top; border: 0; border-color: #ffffff; }
		fieldset, img 		{ border: 0; }
		a img 				{ border: 0; } /* removes borders from around linked images */
		a:active, a:focus 	{ outline: 0; } /* removes dotted outline from links in FireFox */
		textarea			{ overflow: auto; } /* Remove textarea scrollbar in IE */
		ol, ul 				{ list-style: none; }
	/*************/

	.l { text-align: left; float: left; }
	.c { text-align: center; margin-left: auto; margin-right: auto; }
	.r { text-align: right; float: right; }
	.j { text-align: justify; }
	.dummy { clear: both; }

	html { background: #E9E9E4 url('images/back.jpg'); }
	
	body {
		font-size: 62.5%;
		text-align: center;
		background: url('images/syl2-back2.png') repeat-x;
		color: #111;
		font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	}

	p, th, td {
		font-size: 1.4em; 
		line-height: 1.4;
	}
	
	p { margin: 0px 0px 10px 0px; }
	
	h1 { font-size: 3.4em; font-weight: bold; color: #666; margin: 0px 0px 20px 0px; }
	h2 { font-size: 2.2em; font-weight: bold; margin: 0px 0px 5px 0px; color: #c90; text-shadow: #fff 0 1px 1px; }
	h3 { font-size: 2em; }
	
	label { width: 150px; height: 20px; display: block; float: left; font-size: 1.4em; }
	label.fullw { width: 210px; text-align: left; margin: 0; padding: 0; }
	label.damage { width: 130px; height: 20px; display: inline; float: left; font-size: 1.4em; }
	
	select, input[type='text'], input[type='password'] { font-size: 1.4em; width: 250px; padding: 2px;}
	textarea { height: 75px; width: 250px; padding: 2px; }
	input[type=button], input[type=submit], input[type=reset] { padding: 3px; background: #82adb8; border: 2px solid #58818b; color: #fff; font-weight: bold; margin: 2px 2px 0px 0px; cursor: pointer; }
	input[type='checkbox'] { float: left; margin: 3px 3px 0px 0px; }
	input[type='checkbox'].damage { margin: 3px 10px 0px 0px; }
	
	#damagechecks { width: 230px; height: 150px; float: left; overflow: auto; background: #fff; padding: 10px; display: none; }
	.damques { font-weight: bold; font-size: 1.4em; cursor: default; }
	.tinyTip { width: 325px; padding: 17px 0px 0px 0px; display: block; background: #fff; border-radius: 10px; border: 2px solid #888; }
	.tinyTip .content { font-size: 1.4em; }
	
	#site {
		width: 960px;
		margin: 0px auto 20px auto;
		text-align: left;
		position: relative;
	}
		
	
		#sylhead { position: relative; display: block; height: 250px; }
		#sylhead img#logo { position: absolute; top: 10px; left: 0px; }
		#sylhead .twitter-share-button { position: absolute; top: 60px; left: 400px; }
		#sylhead .fb_iframe_widget { position: absolute; top: 60px; left: 460px; }
		#sylhead h2#ptitle { font-size: 5em; position: absolute; top: 28px; right: 0px; color: #666; text-shadow: #fff 0 2px 2px; }
		#sylhead h3#tagline { font-size: 2em; position: absolute; top: 175px; right: 0px; color: #c90; font-weight: bold; text-shadow: #fff 0 1px 1px; } /* e7e9de */
		#sylhead #likeus { z-index: 6; position: absolute; top: 22px; left: 395px; }
			.connect_widget_button_count_excluding { width: 0px; }
		#sylhead p#syltel { position: absolute; top: 15px; right: 40px; font-size: 1.8em; font-weight: bold; font-style: italic; color: #666; letter-spacing: -1px; text-shadow: #fff 0 1px 1px; }
	
		ul#nav { position: absolute; top: 115px; right: 0px; }
		ul#nav li { float: left; margin-left: 25px; text-align: right; }
		ul#nav li a { font-size: 1.6em; text-decoration: none; font-weight: bold; color: #fff; text-shadow: #777 0 1px 1px; }
		ul#nav li a:hover { text-decoration: underline; }
		
		.ltlbutton { width: 200px; height: 150px; background: #eee; float: left; margin: 0px 20px 0px 0px; }
	
		#content { clear: both; }
		/* #content img { margin: 0px 0px 10px 0px; } */
			.fullw { float: left; width: 920px; margin: 0px 0px 10px 20px; }
			.left { float: left; width: 440px; margin: 0px 20px 20px 20px; display: block; }
			.right { float: right; width: 440px; margin: 0px 20px 20px 20px; position: relative; display: block; }
				.right .help { position: absolute; top: 0; left: 0; background: #333; width: 100%; display: block; padding: 20px 0px 20px 0px; }
				.right .help p { margin: 0px 20px 10px 20px; color: #fff; }
				.right .help img.himg { margin: 0px 20px 10px 20px; border: 3px solid #fff; }
				.right .help h5 { font-weight: bold; font-size: 3em; margin: 0px 20px 10px 20px; color: #fff; }
				
			
			#foot { float: left; width: 920px; display: block; margin: 20px 0px 0px 20px; padding: 20px 0px 0px 0px; text-align: center; border-top: 1px dashed #888;}
			#foot p { font-size: 1.2em; }
			
			
			.fullw ul, .left ul, .right ul { margin: 0px 0px 20px 30px; list-style-type: disc; }
			.fullw ul li, .left ul li, .right ul li { font-size: 1.4em; }
			
			div#terms { width: 390px; height: 240px;  overflow: auto; margin: 10px 0px 10px 20px; padding: 5px; background: #efefef; border: 1px solid #ddd; }
			
			#content table { width: 100%; margin: 0px 0px 20px 0px; }
			#content table tr th { font-weight: bold; }
			#content table tr th, #content table tr td { padding: 2px; }
			
			#content form { display: block; margin: 0px 0px 20px 0px; }
			
			#couraddy { margin: 0px 0px 10px 10px; padding: 10px; border: 1px dashed #888; }
			
			.question { font-weight: bold; }
			
			#mapson { visibility: hidden; }
			
			p.logo { margin: 10px 10px 0px 10px; }
			span.tiny { font-size: 0.25em; vertical-align: top; }
			span#prce { color: #000; }
			
			p.warning { padding: 10px; text-align: center; font-weight: bold; background: yellow; color: #a00; }
			
			#firstbut { background: url('images/syl2gmpbutback.png'); border: none; width: 254px; height: 65px; cursor: pointer; color: #fff; font-size: 2.5em; padding: 0px; vertical-align: baseline; }
			
			.text { font-size: 1.4em; }
			
			.ui-datepicker-week-end { display: none; }
			
			a#faqbut { width: 205px; height: 150px; display: block; background: url('images/syl3-faq.png'); }
			a#faqbut:hover { background-position: 0px 150px; }
			
			a#contactbut { width: 205px; height: 150px; display: block; background: url('images/syl3-contact.png'); }
			a#contactbut:hover { background-position: 0px 150px; }			

			a#webeatbut { width: 440px; height: 150px; display: block; background: url('images/syl3-webeat.png'); }
			a#webeatbut:hover { background-position: 0px 150px; }
			
			a#quotebut { width: 440px; height: 186px; display: block; background: url('images/syl3-quote.png'); }
			a#quotebut:hover { background-position: 0px 186px; }	
			
			/*
			a#refbut { width: 440px; height: 186px; display: block; background: url('images/syl3-ref.png'); }
			a#refbut:hover { background-position: 0px 186px; }		
			*/
			
			a#mrbitbut { width: 440px; height: 186px; display: block; background: url('images/syl3-mrbit.png'); }
			a#mrbitbut:hover { background-position: 0px 186px; }
			
			a#firstbut { width: 254px; height: 65px; display: block; background: url('images/syl3-gmp.png'); float: left; }
			a#firstbut:hover { background-position: 0px 65px; }
			
			a#multbut { width: 254px; height: 65px; display: block; background: url('images/syl3-mult.png'); float: left; }
			a#multbut:hover { background-position: 0px 65px; }			

			#cars { margin: -10px 0px 10px 20px; }
			#compo { margin: -10px 0px 0px 20px; }
			
			.hideme { display: none; }
			#howworks { position: relative; height: 260px; width: 920px; margin: 0px 0px 10px 20px; }
			#howworks img { position: absolute; top: 0px; left: 0px; z-index: 2; }
			#howworks a { display: block; z-index: 10; cursor: pointer; width: 230px; height: 35px; position: absolute; bottom: 10px; text-align: center; }
			#howworks a#howstep1 { left: 0px; }
			#howworks a#howstep2 { left: 230px; }
			#howworks a#howstep3 { left: 460px; }
			#howworks a#howstep4 { left: 690px; }
			
			
			ol { list-style-type: decimal; margin: 0px 0px 20px 20px; }
			
			#custdetails, #purchase, #poordescdiv, #teesandcees, #dammissdiv, #couraddy, #submitbut { display: none; }
			
			
			
			#syllivehelp { margin: 20px 0px 0px 0px; z-index: 80; }
