@charset "utf-8";
/* Author: Aaron M. Souza 2011 */

*
{
margin: 0;
padding: 0;
}

body
	{
	width: 100%;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: small;
	color: white;
	background: url('images/contentbg.jpg') black no-repeat fixed center 0;
	}

/* Common Elements */

br.all_clear
		{
		clear: both;
		}

.hide_mouse_pops
		{
		position: absolute;
		visibility: hidden;
		z-index: 1000;
		border: 1px solid #a0a0a0;
		padding: 12px;
		line-height: 18px;
		-webkit-box-shadow: 0px 3px 6px 0px black;
		-moz-box-shadow: 0px 3px 6px 0px black;
		box-shadow: 0px 3px 6px 0px black;
		}

/* End Common Elements */

#wrapper
		{
		width: 960px;
		margin: 6px auto 0 auto;
		text-align: center;
		}

/* -------- Header --------  */

#header
			{
			width: 955px;
			height: 264px;
			margin: 0 auto;
			padding: 0 0 0 5px;
			text-align: left;
			background: url('images/corvette.png') black no-repeat 5px 4px;
			}

#headspace
				{
				width: 960px;
				height: 73px;
				cursor: pointer;
				}

h2.headinfo2
				{
				margin: 4px 0 2px 10px;
				border: none;
				padding: 6px 0 0 0;
				font-size: 16px;
				color: white;
				}

h3.headinfo3
				{
				margin: 0 0 0 10px;
				border: none;
				font-size: 15px;
				color: #d7cfcf;
				font-weight: bold;
				text-align: left;
				}

ul.reg
					{
					margin: 20px;
					padding: 0;
					list-style: none;
					}
					
ul.reg li
					{
					margin: 0 0 12px 0;
					padding: 0 0 0 36px;
					font-weight: normal;
					font-size: 14px;
					text-align: left;
					background: url('images/check.png') no-repeat left;
					}
					
					
.headlistl
				{
				width: 140px;
				height: 120px;
				float: left;
				margin: 10px 0 0 0;
				padding: 0;
				text-align: right;
				}

.headlistl ul
					{
					margin: 10px 14px 0 0;
					padding: 0;
					list-style: none;
					font-weight: bold;
					font-size: 13px;
					line-height: 16px;
					}

.headlistl ul li
						{
						margin: 0 0 2px 0;
						padding: 0;
						}

.headlistl ul li.one
						{
						margin-right: 0;
						}

.headlistl ul li.two
						{
						margin-right: 8px;
						}

.headlistl ul li.three
						{
						margin-right: 14px;
						}

.headlistl ul li.four
						{
						margin-right: 12px;
						}

.headlistl ul li.five
						{
						margin-right: 4px;
						}

.headlistr
				{
				width: 190px;
				height: 120px;
				float: left;
				margin: 10px 0 0 74px;
				padding: 0;
				display: inline;
				}

.headlistr ul
					{
					margin: 10px 0 0 19px;
					padding: 0;
					list-style: none;
					font-weight: bold;
					font-size: 13px;
					line-height: 16px;
					}

.headlistr ul li
						{
						margin: 0 0 2px 0;
						padding: 0;
						}

.headlistr ul li.one
						{
						margin-left: 0;
						}

.headlistr ul li.two
						{
						margin-left: 8px;
						}

.headlistr ul li.three
						{
						margin-left: 14px;
						}

.headlistr ul li.four
						{
						margin-left: 12px;
						}

.headlistr ul li.five
						{
						margin-left: 4px;
						}

/* -------- End Header --------  */

/* -------- Main Top Navigation --------  */

#topnav
			{
			width: 958px;
			height: 32px;
			float: left;
			margin: 0 0 20px 0;
			border: 1px solid #871312;
			padding: 0;
			background: url('images/barbg.jpg') no-repeat;
			}

ul#topdrop
				{
				float: right;
				margin: 9px 0 0 0;
				padding: 0;
				list-style: none;
				z-index: 30;
				font-size: 12px;
				line-height: 14px;
				text-transform: uppercase;
				color: white;
				font-weight: bold;
				}

ul#topdrop li
					{
					margin: 0;
					padding: 0 12px;
					float: left;
					background: url('images/t_n_li_bg.png') no-repeat right;
					}

ul#topdrop li#rightmost
					{
					padding-right: 14px;
					background: none;
					}

ul#topdrop li a:link, ul#topdrop li a:visited, ul#topdrop li a:active
						{
						display: block;
						margin: 0;
						padding: 0;
						text-decoration: none;
						color: #e3e5ed;
						}

ul#topdrop li a:hover, ul#topdrop li a:focus
						{
						color: white;
						}

ul#topdrop li a.activetop
						{
						color: #fffe9c;
						}

ul#topdrop div
						{	
						position: absolute;
						visibility: hidden;
						margin: 6px 0 0 0;
						padding: 2px 0 10px 0;
						border: 1px solid #871312;
						background: url('images/linkbglight.jpg');
						-webkit-box-shadow: 0px 1px 4px 0px black;
						-moz-box-shadow: 0px 1px 4px 0px black;
						box-shadow: 0px 1px 4px 0px black;
						}

ul#topdrop div a:link, ul#topdrop div a:visited, ul#topdrop div a:active
							{
							position: relative;
							display: block;
							margin: 0;
							padding: 6px 10px 0 10px;
							width: auto;
							white-space: nowrap;
							text-align: left;
							text-decoration: none;
							font-weight: bold;
							}

ul#topdrop div a.activedrop
							{
							text-decoration: underline;
							}

/* -------- End Main Top Navigation --------  */

/* -------- Content --------  */

#content
			{
			width: 960px;
			background-attachment: fixed;
			margin: 0;
			padding: 0;
			}

h1
				{
				clear: left;
				text-align: left;
				font-size: 19px;
				margin: 16px 10px 0 10px;
				border-bottom: 1px solid #871312;
				padding: 0 0 2px 0;
				color: #a2beff;
				}

h2
				{
				clear: left;
				text-align: left;
				font-size: 120%;
				margin: 20px 10px 0 10px;
				border-bottom: 1px solid #871312;
				padding: 0 0 2px 0;
				color: #a2beff;
				}

h3
				{
				clear: left;
				margin: 0 10px;
				border-bottom: 1px solid #871312;
				padding: 0 0 2px 0;
				font-size: 115%;
				color: #a29e9d;
				font-weight: bold;
				text-align: left;
				}

p
				{
				text-align: justify;
				font-size: 120%;
				color: white;
				margin: 20px auto;
				padding: 0 20px;
				line-height: 130%;
				clear: left;
				}

p.top_p
				{
				margin-top: 15px;
				}

p#valuein
				{
				font-size: 130%;
				}

p.topl
				{
				margin: 0 0 5px 0;
				font-size: 90%;
				}

p#photo_crumbs
				{
				margin: 26px 0 0 0;
				font-weight: bold;
				text-align: right;
				}

ul
				{
				margin: 0;
				}

a
				{
				color: #e8e8e8;
				text-decoration: underline;
				}

a:hover
				{
				text-decoration: none;
				}

a img
				{
				border: none;
				}

li.region
					{
					font-weight: bold;
					color: #871312;
					}

#map_hold
				{
				width: 352px;
				float: right;
				clear: right;
				margin: 4px 20px 20px 30px;
				padding: 0;
				}

iframe#mini_map
					{
					width: 350px;
					height: 250px;
					margin: 0;
					border: 1px solid #616161;
					}

p#map_caption
					{
					margin: 6px 0 0 0;
					padding: 0;
					font-size: 12px;
					line-height: 160%;
					font-style: italic;
					text-align: right;
					color: white;
					}

a.location-link:link, a.location-link:visited, a.location-link:active
						{
						font-size: 120%;
						color: #a2beff;
						text-decoration: underline;
						}

a.location-link:hover, a.location-link:focus
						{
						font-size: 120%;
						color: #a2beff;
						text-decoration: none;
						}

.clearer
				{
				margin: 0;
				padding: 0;
				clear: both;
				}

table.vehicles
				{
				width: auto;
				margin: 10px auto;
				padding: 0;
				font-weight: bold;
				font-size: 130%;
				text-align: center;
				}

table.vehicles td
					{
					text-align: left;
					width: 220px;
					background: url('images/check.png') no-repeat left;
					padding: 3px 0 2px 34px;
					}

table.misc
				{
				width: auto;
				margin: 10px auto;
				padding: 0;
				font-weight: bold;
				font-size: 130%;
				text-align: center;
				}

table.misc td
					{
					text-align: left;
					width: 320px;
					background: url('images/check.png') no-repeat left;
					padding: 3px 0 2px 34px;
					}

table.additional_services
				{
				width: 900px;
				margin: 0 0 10px 50px;
				padding: 0;
				font-weight: bold;
				font-size: 115%;
				color: #feffd8;
				text-align: left;
				}

table.additional_services td
					{
					text-align: left;
					width: auto;
					background: url('images/check.png') no-repeat left;
					padding: 3px 0 2px 32px;
					}

table.cardealers
				{
				width: 850px;
				margin: 0 0 0 50px;
				padding: 0;
				font-weight: bold;
				font-size: 120%;
				text-align: left;
				}

table.cardealers td
					{
					text-align: left;
					background: url('images/check.png') no-repeat left;
					padding: 3px 0 7px 30px;
					}

p.small
				{
				font-size: 130%;
				margin: 30px auto 4px auto;
				padding: 0 50px;
				}

p.big
				{
				font-size: 270%;
				margin: 0 auto 30px auto;
				padding: 0 70px;
				}

p.condensedtownt
				{
				margin: 20px 0 10px 0;
				font-size: 85%;
				line-height: 16px;
				color: #dedede;
				}

p.condensedtownm
				{
				margin: 10px 0;
				font-size: 85%;
				line-height: 16px;
				color: #dedede;
				}

p.condensedtownb
				{
				margin: 10px 0 20px 0;
				font-size: 85%;
				line-height: 16px;
				color: #dedede;
				}

span.regions
					{
					font-weight: bold;
					color: #ad4746;
					}

img.training
				{
				float: right;
				margin: 20px 20px 30px 30px;
				border: 1px solid #616161;
				}

img.trailer
				{
				float: right;
				margin: 24px 20px 20px 20px;
				border: 1px solid #616161;
				}

.caption-right
				{
				float: right;
				margin: 24px 20px 30px 30px;
				text-align: left;
				font-size: 85%;
				}

/* Landing Pages */

.service_link
				{
				width: 450px;
				float: left;
				margin: 10px 0 20px 20px;
				border: 1px solid #a2beff;
				padding: 0;
				background: url('images/landing_bg.png');
				cursor: pointer;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				}

.service_link_act
				{
				width: 450px;
				float: left;
				margin: 10px 0 20px 20px;
				border: 1px solid #a2beff;
				padding: 0;
				background: url('images/landing_bg_act.png');
				cursor: pointer;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				}

.service_link_m
				{
				width: 450px;
				float: left;
				margin: 0 0 20px 20px;
				border: 1px solid #a2beff;
				padding: 0;
				background: url('images/landing_bg.png');
				cursor: pointer;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				}

.service_link_m_act
				{
				width: 450px;
				float: left;
				margin: 0 0 20px 20px;
				border: 1px solid #a2beff;
				padding: 0;
				background: url('images/landing_bg_act.png');
				cursor: pointer;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				}

.service_link_b
				{
				width: 450px;
				float: left;
				margin: 0 0 30px 20px;
				border: 1px solid #a2beff;
				padding: 0;
				background: url('images/landing_bg.png');
				cursor: pointer;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				}

.service_link_b_act
				{
				width: 450px;
				float: left;
				margin: 0 0 30px 20px;
				border: 1px solid #a2beff;
				padding: 0;
				background: url('images/landing_bg_act.png');
				cursor: pointer;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				}

img.service_pic
					{
					float: left;
					margin: 10px 20px 10px 10px;
					border: 1px solid #a5cbff;
					}

h3.landing_head
					{
					clear: none;
					margin: 30px 0 0 0;
					border: none;
					color: #fffaae;
					font-size: 18px;
					}

/* End Landing Pages */

/* -------- Make Payments --------  */

table#payformhold
		{
		width: auto;
		margin: 0 auto;
		border: 1px solid #c1bdc3;
		padding: 0;
		text-align: center;
		background: url('images/formbg.jpg') black;
		}

table#innerhold
			{
			margin: 15px;
			padding: 0;
			}

td.inmeasure
				{
				width: 150px;
				font-size: 85%;
				font-style: italic;
				}

td.cchold
				{
				width: 141px;
				vertical-align: top;
				}

input.amountin
				{
				font-family: Verdana, Tahoma, Helvetica, sans-serif;
				text-align: left;
				width: 150px;
				height: 18px;
				margin: 2px 15px 10px 0;
				border: 1px solid #787878;
				font-size: 110%;
				font-style: normal;
				}

textarea.paynotes
				{
				font-family: Verdana, Tahoma, Helvetica, sans-serif;
				text-align: left;
				width: 150px;
				height: 100px;
				margin: 2px 15px 10px 0;
				border: 1px solid #787878;
				overflow: auto;
				font-size: 110%;
				font-style: normal;
				}

input.iepay
				{
				padding: 0 4px;
				overflow: visible;
				}

/* -------- End Make Payments --------  */

/* -------- Gift Certificates --------  */

#giftholder
				{
				width: 850px;
				height: 328px;
				margin: 24px auto 0 auto;
				border: 1px solid #616161;
				background: url('images/giftbg.jpg') no-repeat;
				text-align: center;
				}

table#gcformhold
					{
					width: 400px;
					margin: 90px 39px 0 0;
					border: 1px solid #616161;
					padding: 0;
					float: right;
					text-align: center;
					background: black;
					}

td.certificate
						{
						font-size: 85%;
						font-style: italic;
						line-height: 150%;
						}

input#certamount
							{
							font-family: Verdana, Tahoma, Helvetica, sans-serif;
							text-align: left;
							height: 18px;
							margin: 2px 0 10px 0;
							border: 1px solid #787878;
							font-size: 110%;
							font-style: normal;
							}

input#ppbutton
							{
							margin: 8px 0 4px 0;
							}

/* -------- End Gift Certificates --------  */

/* -------- Request Info --------  */

#requesttable
				{
				width: 710px;
				margin: 10px auto 20px auto;
				border: 1px solid #616161;
				padding: 14px 0 14px 20px;
				text-align: center;
				background: url('images/form_bg.png');
				font-size: 110%;
				}

#requesttable table
					{
					text-align: left;
					}

tr.divider
						{
						height: 30px;
						}

td.lefttd
							{
							padding-right: 30px;
							}

input.amazing
								{
								background: #0e0e0e;
								color: white;
								font-family: arial;
								font-size: 100%;
								padding-right: 10px;
								}

textarea.amazingtext
								{
								background: #0e0e0e;
								color: white;
								font-family: arial;
								font-size: 100%;
								}

select
								{
								color: white;
								background: #0e0e0e;
								}

/* -------- End Request Info --------  */

/* -------- Photo Row --------  */

.photoholder
				{
				width: 920px;
				margin: 0 auto;
				text-align: center;
				}

.photoholder2nd
				{
				width: 920px;
				margin: 20px auto 0 auto;
				text-align: center;
				}

.popcontainleft
					{
					margin: 10px 0 5px 0;
					padding: 0;
					width: 302px;
					text-align: left;
					font-size: 85%;
					float: left;
					display: inline;
					}

.popcontain
					{
					margin: 10px 7px 5px 7px;
					padding: 0;
					width: 302px;
					text-align: left;
					font-size: 85%;
					float: left;
					display: inline;
					}

.popcontainright
					{
					margin: 10px 0 5px 0;
					padding: 0;
					width: 302px;
					text-align: left;
					font-size: 85%;
					float: left;
					display: inline;
					}
					
img.products
						{
						margin: 0 0 8px 0;
						border: 1px solid #616161;
						padding: 0;
						}

/* -------- End Photo Row --------  */

/* -------- Events Page --------  */

table.eventsul
				{
				width: auto;
				margin: 0 auto;
				padding: 0;
				font-weight: bold;
				font-size: 15px;
				text-align: center;
				color: #fffaae;
				}

table.eventsul td
					{
					text-align: left;
					width: 800px;
					background: url('images/check.png') no-repeat left top;
					padding: 3px 0 8px 30px;
					}

/* -------- End Events Page --------  */

/* -------- Residential Auto Detailing Pricing Info --------  */

#pre_pricing
				{
				width: 870px;
				margin: 20px auto 0 auto;
				border: 1px solid #871312;
				text-align: center;
				background: url('images/pre_pricing_bg.png');
				}

p#pre_pricing_head
					{
					margin: 10px 16px 0 16px;
					padding: 0;
					text-align: center;
					font-weight: bold;
					font-size: 18px;
					}

p#pre_pricing_text
					{
					margin: 6px 16px 12px 16px;
					padding: 0;
					text-align: left;
					font-weight: normal;
					font-size: 16px;
					}

table.serviceone
				{
				width: 870px;
				margin: 20px auto 10px auto;
				border: 1px solid #871312;
				text-align: center;
				line-height: 150%;
				}

td.servicename
					{
					color: #e3e3e3;
					font-size: 160%;
					padding: 6px 10px 0 10px;
					vertical-align: top;
					text-align: left;
					}

td.servicename2
					{
					color: #e3e3e3;
					font-size: 160%;
					padding: 6px 10px 0 10px;
					vertical-align: top;
					text-align: center;
					}

	
td.servicenamenovary
					{
					color: #e3e3e3;
					font-size: 160%;
					border-bottom: 1px solid #121212;
					padding: 10px 10px 0 10px;
					vertical-align: top;
					}

td.mayvary
					{
					color: #e3e3e3;
					border-bottom: 1px solid #121212;
					font-size: 110%;
					padding: 0 10px 6px 10px;
					vertical-align: top;
					}

td.servicetype
					{
					border-right: 1px solid #121212;
					border-bottom: 1px solid #121212;
					padding: 10px;
					font-size: 120%;
					text-align: left;
					vertical-align: top;
					}

td.servicetypewide
					{
					border-right: 1px solid #121212;
					width: 25%;
					border-bottom: 1px solid #121212;
					padding: 10px;
					font-size: 120%;
					text-align: left;
					vertical-align: top;
					}

td.serviceinfo
					{
					border-right: 1px solid #121212;
					border-bottom: 1px solid #121212;
					padding: 10px;
					font-size: 120%;
					text-align: left;
					vertical-align: top;
					}
					
span.ser
					{
					color: #e3e3e3;
					font-size: small;
					}

span.service_type
					{
					color: #fffe8e;
					cursor: default;
					}

span.mouse-over
					{
					font-size: 85%;
					color: #a2beff;
					cursor: default;
					}

td.price
					{
					border-bottom: 1px solid #121212;
					padding: 10px;
					font-size: 110%;
					text-align: left;
					vertical-align: top;
					}

td.pricewide
					{
					width: 20%;
					border-bottom: 1px solid #121212;
					padding: 10px;
					font-size: 110%;
					text-align: left;
					vertical-align: top;
					}

td.servicetypebott
					{
					border-right: 1px solid #121212;
					padding: 10px;
					font-size: 120%;
					text-align: left;
					vertical-align: top;
					}

td.servicetypewbott
					{
					width: 25%;
					border-right: 1px solid #121212;
					padding: 10px;
					font-size: 120%;
					text-align: left;
					vertical-align: top;
					}

td.serviceinfobott
					{
					border-right: 1px solid #121212;
					padding: 10px;
					font-size: 120%;
					text-align: left;
					vertical-align: top;
					}

td.pricebott
					{
					padding: 10px;
					font-size: 110%;
					text-align: left;
					vertical-align: middle;
					}

td.pricewbott
					{
					width: 20%;
					padding: 10px;
					font-size: 110%;
					text-align: left;
					vertical-align: middle;
					}

/* -------- End Residential Auto Detailing Pricing Info --------  */

#calendar-wrapper-hold
				{
				width: 842px;
				padding: 10px 0;
				margin: 0 auto;
				text-align: center;
				}

#calendar-wrapper
					{
					width: 840px;
					margin: 0 auto;
					border: 1px solid #a2beff;
					border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;				
					padding: 20px 0;
					text-align: center;
					background: url('images/landing_bg.png');
					}

#calendar-hold
						{
						width: 802px;
						height: 602px;
						margin: 0 auto;
						padding: 0;
						text-align: center;
						}

iframe#google-calendar
							{
							border: 1px solid #616161;
							}
	
#appointment-info
						{
						width: 802px;
						margin: 0 auto;
						padding: 20px 0 0 0;
						text-align: center;
						}

p#request-appointment
							{
							margin: 0 0 10px 2px;
							border: 0;
							padding: 0;
							color: #a2beff;
							font-weight: bold;
							font-size: 18px;
							line-height: 20px;
							}

ul#calendar-info
							{
							margin: 0 0 0 18px;
							text-align: left;
							font-size: 14px;
							}

ul#calendar-info li
								{
								margin: 0 0 1px 0;
								}

#paypal-form-hold
									{
									width: 86px;
									margin: 8px 0 0 0;
									padding: 0 0 6px 0;
									}

img#paypal-pixel
							{
							border: 0;
							}
	
#location-hold
							{
							width: 182px;
							float: right;
							margin: 0 0 20px 20px;
							}

iframe#google-location
							{
							border: 1px solid #616161;
							}

p#location-caption
							{
							margin: 8px 0 0 0;
							padding: 0;
							text-align: center;
							font-size: 11px;
							font-weight: normal;
							}

/* -------- Resources Page --------  */

a.resources:link, a.resources:visited, a.resources:active
				{
				text-decoration: none;
				}

a.resources:hover, a.resources:focus
				{
				text-decoration: underline;
				}

#topprod
				{
				width: 946px;
				margin: 30px auto 0 auto;
				border-top: 1px solid #616161;
				border-bottom: 1px solid #616161;
				padding: 14px 0;
				text-align: center;
				}

img.prodphoto
					{
					border: 1px solid #616161;
					}

img.uselessimage
					{
					float: left;
					}

p.itemname
					{
					margin-top: 0;
					margin-bottom: 0;
					padding-top: 0;
					padding-bottom: 0;
					}

p.itemdescription
					{
					margin-top: 0;
					margin-bottom: 6px;
					padding-top: 0;
					padding-bottom: 0;
					}

#midprod
				{
				width: 946px;
				margin: 14px auto 0 auto;
				border-bottom: 1px solid #616161;
				padding: 0 0 14px 0;
				text-align: center;
				}

img.valpak2
			{
			margin: 8px auto 0 auto;
			border: 1px solid #871312;
			}				

/* -------- End Resources Page --------  */

/* -------- Safety MSDS Page --------  */

#saferightcol
				{
				width: 260px;
				float: right;
				margin: 20px;
				border: 1px solid #616161;
				padding: 12px 20px 18px 20px;
				background: url('images/msdsbg.png');
				}

h4
					{
					margin: 0;
					padding: 0;
					font-size: 110%;
					color: #a29e9d;
					font-weight: bold;
					text-align: center;
					}

p.safesmall
					{
					font-size: 90%;
					margin: 14px 0;
					padding: 0;
					}

p.msds
					{
					font-size: 90%;
					margin: 10px 0 0 0;
					padding: 0 0 0 22px;
					background: url('images/msdsarrow.png') no-repeat 0 50%;
					line-height: 140%;
					text-align: left;
					}

p.safeq
				{
				color: #fffe9c;
				margin: 0 20px;
				padding: 0 0 2px 0;
				font-weight: bold;
				text-align: left;
				background: url('images/safeqbg.jpg') no-repeat 0 bottom;
				}

p.safea
				{
				margin:	8px 0 20px 0;
				}		

/* -------- End Safety MSDS Page --------  */

/* Thank You */

#thank_you
				{
				width: 958px;
				margin: 0 auto;
				border: 1px solid #999999;
				text-align: center;
				background: url('images/thank_you_bg.png');
				
				}

#close_button
					{
					float: right;
					width: 48px;
					height: 19px;
					margin: -1px 6px 0 0;
					background: url('images/close_button.jpg') no-repeat;
					cursor: pointer;
					}

p#thanks
					{
					margin: 12px 30px 6px 30px;
					font-size: 22px;
					font-weight: bold;
					color: #fffaae;
					}

p#rep
					{
					margin: 0 30px 20px 30px;
					font-size: 13px;
					font-weight: bold;
					line-height: 18px;
					}

/* End Thank You */

/* -------- Footer --------  */

#footer 		
		{
		width: 960px;
		font-size: 90%;
		margin: 0 auto;
		padding: 2px 0 20px 0;
		text-align: center;
		line-height: 150%;
		clear: both;
		}

#foot_center_hold
			{
			width: 570px;
			margin: 0 auto;
			text-align: center;
			}

.foot_item_left
				{
				width: 200px;
				float: left;
				margin: 0 20px 16px 0;
				}

img#bbb_img
					{
					margin: 0;
					border: 0;
					}

.foot_item_right
				{
				width: 350px;
				float: left;
				margin: 2px 0 0 0;
				}

a.foot:link, a.foot:visited, a.foot:active 
			{
			color: #b7b3b2;
			margin: 0;
			text-decoration: none;
			}

a.foot:hover, a.foot:focus
			{
			color: white;
			}

img.browsers
			{
			vertical-align: middle;
			}

img.twit
			{
			vertical-align: -3px;
			}

/* -------- End Footer --------  */

/* -------- End Content --------  */

/* Image Pre-Loading */

#no_display
	{
	display: none;
	}

img.pre_load
		{
		display: none;
		}

/* End Image Pre-Loading */
