/*

	00: Basic Typography
	--------------------

*/

body
{
	color: rgb(30,30,30);
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}

a
{
	color: rgb(0, 121, 188);
	text-decoration: none;
}

a:hover
{
	color: rgb(200,0,0);
}

a:active
{
	position: relative;
	top: 1px;
}

ul
{
	list-style-image: url(http://example.customers.winweb.com/files/2010/07/action_check.gif);
	list-style-type: disc;
	list-style-position: outisde;
	padding-left: 24px;
	line-height: 2;
} 

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

/*

	01: Overall container
	---------------------

*/

div#wrap
{
	overflow: auto;
}
	
/* ----------------------------------------------------------------------------------------------------- */

/*

	02: Header - Logo/Text & Tel Number
	-----------------------------------

*/

div#top_external_container
{
	overflow: auto;
	border-top: 15px solid black;
}

div#header
{
	overflow: auto;
	width: 1000px;
	margin: 0 auto;
}

	#header div#logo_or_company_name
	{
		width: 560px;
		padding: 20px;
		float: left;
	}
	
		/* Container either has a logo (image) or company name with a slogan */
		#logo_or_company_name h1
		{
			font-size: 24px;
			font-weight: bold;
			line-height: 1;
		}
		
		#logo_or_company_name h2
		{
			font-size: 12px;
			font-weight: normal;
		}
	
	#header div#questions_call_us
	{
		width: 310px;
		padding: 20px;
		float: left;
		margin-left: 50px;
	}
	
		#questions_call_us img
		{
			float: left;
		}
		
		#questions_call_us div#tel_box
		{
			float: right;
			padding: 10px 15px;
		}
		
		#tel_box p
		{
			line-height: 1;
		}
		
		#tel_box p#main_phone_number
		{
			font-size: 28px;
			font-weight: bold;
			padding-top: 5px;
		}

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

/*

	03: Main Banner Image
	---------------------

*/

div#main_image
{
	margin: 0 auto;
	width: 976px;
	padding: 12px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 0;
}

	#main_image img
	{
		border: 2px solid white;
	}

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

/*

	04: Quote and Contact Link Under Main Image
	-------------------------------------------

*/

div#quote_and_contact_under_main_image
{
	width: 1000px;
	margin: 25px auto;
	overflow: hidden;
}

	#quote_and_contact_under_main_image div#quote_under_main_image
	{
		width: 710px;
		float: left;
		font-family: "TitilliumText14L400wt", Helvetica, "Arial", sans-serif;
		background: transparent url(http://example.customers.winweb.com/files/2010/07/dot-separator.png) repeat-y top right;
		font-size: 25px;
		line-height: 1.4;
		padding-right: 40px;
	}
	
	#quote_and_contact_under_main_image div#contact_us_online_button
	{
		width: 210px;
		padding-left: 40px;
		float: left;
	}
	
		#contact_us_online_button a
		{
			display: block;
			background: #EBEBEB url(http://example.customers.winweb.com/files/2010/07/mail_send.png) no-repeat 10px 0px;
			color: #A2A2A3;
			text-align: right;
			padding: 15px 25px 10px 10px;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			font-family: "TitilliumText14L400wt", Helvetica, "Arial", sans-serif;
			font-size: 20px;
			margin-top: 8px;
		}
		
		#contact_us_online_button a:hover
		{
			background: #E2E3E4 url(http://example.customers.winweb.com/files/2010/07/mail_send.png) no-repeat 10px 0px;
		}


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

/*

	05: Central Stripe - What we do, why use us, contact us
	-------------------------------------------------------

*/

div#centre_stripe_external_container
{
	overflow: auto;
}

	#centre_stripe_external_container div#what_we_do_why_use_us_contact_us_container
	{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
	}
	
		#what_we_do_why_use_us_contact_us_container div
		{
			float: left;
			width: 283px;
			padding: 0 25px;
			background: transparent url(http://example.customers.winweb.com/files/2010/07/dot-separator.png) repeat-y top right;
			margin: 18px 0;
			height: 220px;
		}
		
		#what_we_do_why_use_us_contact_us_container div.icon_block
		{
			width: 64px;
			padding: 0 20px 0 0;
			float: left;
			background-image: none !important;
		}
		
		#what_we_do_why_use_us_contact_us_container div.three_block_text
		{
			float: left;
			padding: 0;
			width: 199px;
			background-image: none !important;
		}
		
			.three_block_text h3
			{
				font-family: "TitilliumText14L400wt", Helvetica, "Arial", sans-serif;
				font-weight: normal;
				font-size: 18px;
				margin-bottom: 15px;
			}
			
			.three_block_text
			{
				font-size: 12px;
			}
		
		div.first
		{
			padding: 0 25px 0 0 !important;
			width: 308px !important;
		}
		
		div.last
		{
			padding: 0 0 0 25px !important;
			width: 294px !important; 
			background-image: none !important;
		}
		
/* ----------------------------------------------------------------------------------------------------- */

/*

	06: Welcome Text & Quotes
	-------------------------

*/

div#welcome_and_testimonials
{
	width: 1000px;
	margin: 30px auto 50px;
	overflow: auto;
}

	#welcome_and_testimonials div#welcome
	{
		width: 308px;
		padding: 0 25px 0 0;
		float: left;
	}
	
		#welcome h3
		{
			font-family: "TitilliumText14L400wt", Helvetica, "Arial", sans-serif;
			font-weight: normal;
			font-size: 18px;
			margin-bottom: 15px;
		}
		
		#welcome p
		{
			font-size: 12px;
		}
	
	#welcome_and_testimonials div#testimonials
	{
		width: 642px;
		padding: 0 0 0 25px;
		float: left;
	}
	
		#testimonials .testimonial
		{
			width: 280px;
			float: left;
			margin: 0 20px;
		}
		
			.testimonial blockquote
			{
				background: transparent url(http://example.customers.winweb.com/files/2010/07/quote.png) no-repeat 0 5px;
				font-style: italic;
				padding: 0 4px 2px 38px;
				font-size: 12px;
			}
			
			.testimonial cite
			{
				font-style: normal;
				font-weight: bold;
				display: block;
				margin-top: 20px;
				font-size: 12px;
				
			}
	
		#testimonials h3
		{
			font-family: "TitilliumText14L400wt", Helvetica, "Arial", sans-serif;
			font-weight: normal;
			font-size: 18px;
			margin-bottom: 15px;
		}
	
/* ----------------------------------------------------------------------------------------------------- */

/*

	07: Footer - Address & Map
	--------------------------

*/

div#footer_external_container
{
	float: none;
	clear: both;
	overflow: auto;
	margin-top: 20px;
}

	#footer_external_container div#logo_address_map_container
	{
		width: 1000px;
		margin: 0 auto;
		padding: 25px 0;
		overflow: auto;
	}
	
		#logo_address_map_container div#logo_and_address
		{
			width: 460px;
			float: left;
			margin-right: 40px;
		}
		
			#logo_and_address h4
			{
				font-size: 16px;
				font-weight: bold;
				line-height: 1;
			}
			
			#logo_and_address h5
			{
				font-size: 10px;
				font-weight: normal;
				color: #999B9E;
			}
			
			#logo_and_address p
			{
				margin-top: 25px;
				font-size: 12px;
			}
		
		#logo_address_map_container div#map
		{
			width: 470px;
			float: left;
			margin-left: 30px;
		}
		
			#map iframe
			{
				border: 5px solid #A5A6A6;
				border-radius: 8px;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
			}

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

/*

	07: Powered By WinWeb
	---------------------

*/

div#powered_by_winweb
{
	clear: both;
	width: 1000px;
	margin: 0px auto 15px;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	padding-top: 15px;
	border-top: 2px solid #A5A6A6;
}
