@charset "iso-8859-1";

/* ---------------------------------------------------------------------------------------------- */
/*  Global stylesheet customized for BuildingBlocs Corporate		    			  */
/* ---------------------------------------------------------------------------------------------- */
/*  General styles for HTML elements & overall page structure                                     */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
  @FileDetails ->		Universal CSS file which contains styles for
  				gentletouch-tn.com
 				Browsers: IE6+, Firefox 2
 				User agent supporting this file: Screen
 				Build Date: 8/1/2009
 				Copyright (C) BuildingBlocs
 				All rights reserved.
  @AuthorName ->		Team BuildingBlocs
 ------------------------------------------------------------------------------------------------ */

body {
	text-align: 			center;
	margin: 			0;
	padding:			0;
	color:				#808080;
	font:				normal 12px arial,helvetica,sans-serif;
	background: 			#FFF url(imgs/TemplateBackground.jpg) no-repeat center top;
	}

form {
	margin: 			0;
	padding: 			0;
	}

p {
	margin: 			0 0 15px 0;
	padding: 			0;
	}

img {
	border:				none;
	}

ul,ol {
	padding:			0 0 1.5em 3em;
	margin:				0;
	}

a {
	color:				#004183;
	}
	

input,select,textarea,.reset {
	font: 				normal 11px arial,helvetica,sans-serif;
	background-color: 		#F2F2F2;
	color:				#555;
	border:				1px solid #BBB;
	padding:			5px;
	}

.btn {  
  	color:				#888;
  	font: 				bold 11px tahoma,arial,helvetica,sans-serif;
  	background:			#c9c9c9 url(imgs/inactive.gif) no-repeat;
  	border:				1px solid #AEACA8;
  	padding:			4px;
	}
	
	
#wrapper {
	width: 				943px;
	padding:			0;
	margin: 			0 auto;
	text-align: 			left;
	height:				auto;
	}

#masthead {
	width:				943px;
	height:				130px;
	margin:				0;
	padding:			0;
	text-align:			left;
	}

#logo {
	width:				400px;
	height:				110px;
	float:				left;
	padding:			20px 0 0 0;
	margin:				0;
	}

#nav {
	width:				543px;
	height:				70px;
	margin:				0;
	padding:			60px 0 0 0;
	float:				left;
	}

#nav ul {
	padding:			0;
	margin:				0;
	list-style: 			none;
	float: 				right;
	font:				normal 11px tahoma,arial,helvetica,sans-serif;
	}

#nav ul li {
	float: 				left;
	margin: 			0;
	}

#nav ul a {
	display: 			block;
	margin: 			0 0 0 15px;
	}


#nav ul a:link {
	text-decoration:		none;
	background:			transparent;
	color:				#EBF3FF;
	}

#nav ul a:visited {
	text-decoration:		none;
	background:			transparent;
	color:				#EBF3FF;
	}

#nav ul a:hover {
	text-decoration:		none;
	background:			transparent;
	color:				#628FCC;
	}

#nav ul a:active {
	text-decoration:		none;
	background:			transparent;
	color:				#EBF3FF;
	}


/* ---------------------------------------------------------------------------------------------- */
	
/* ------------------------------ home page specific styles ------------------------------------- */
	
#homestage {
	width:				923px;
	height:				291px;
	padding:			10px;
	margin:				0 0 20px 0;
	}

#callouts {
	width:				923px;
	height:				210px;
	margin:				0 10px;
	padding:			0 0 20px 0;
	}

.hcallout, .hcallout-alt {
	width:				295px;
	height:				180px;
	margin:				0 19px 0 0;
	padding:			0;
	float:				left;
	display:			inline;
	line-height:			16px;
	}

.hcallout-alt {
	margin:				0;
	}

#newsletter {
	width:				255px;
	height:				76px;
	margin:				0;
	padding:			90px 20px 14px 20px;
	background:			transparent url(imgs/Callout-Newsletter.jpg) no-repeat top left;
	text-align:			left;
	}

/* ----------------------------- end home page specific styles --------------------------- */	
/* ----------------------------- content space specific styles --------------------------- */


#page-header {
	width:				903px;
	height:				65px;
	margin:				10px 10px 0 10px;
	padding:			35px 0 0 20px;
	background:			transparent url(imgs/PageHeaderBackground.jpg) no-repeat top left;
	}
	
#content-space {
	width:				923px;
	height:				auto;
	margin:				40px 10px 0 10px;
	padding:			0 0 20px 0;
	overflow:			auto;
	}

#content-space #copy {
	width:				558px;
	height:				auto;
	margin:				0;
	padding:			0 30px 0 20px;
	display:			inline;
	float:				left;
	}

#content-space #support {
	width:				295px;
	height:				auto;
	padding:			0;
	margin:				0 20px 0 0;
	display:			inline;
	float:				left;
	}

.module, .feature {
	width:				438px;
	height:				auto;
	clear:				both;
	padding:			20px 20px 20px 100px;
	border-top:			1px solid #D0D0D0;
	background:			transparent url(imgs/ModuleIcon.jpg) no-repeat 0 15px;
	}

.feature {
	background:			transparent url(imgs/FeatureIcon.jpg) no-repeat 0 15px;
	}


.highlight {
	font-weight:			bold;
	font-size:			16px;
	padding:			13px 0;
	border-top:			1px solid #D0D0D0;
	border-bottom:			1px solid #D0D0D0;
	line-height:			24px;
	}

.lead {
	font-weight:			bold;
	font-size:			18px;
	}

.client {
	padding:			18px 0;
	border-top:			1px solid #D0D0D0;
	}

.client img {
	border:				1px solid #D0D0D0;
	}

.alert {
	width:				536px;
	height:				15px;
	clear:				both;
	padding:			10px;
	border:				1px solid #A8CBF0;
	background:			transparent url(imgs/AlertBackground.jpg) repeat-x;
	}

.item {
	padding:			15px 0 0 0;
	border-top:			1px solid #D0D0D0;
	}

.sent, .demosent {
	font-size:			10px;
	color:				#6BA222;
	}
	
.error, .demoerror {
	font-size:			10px;
	color:				#C40000;
	}

.error, .demoerror, .sent, .demosent, #process, #demoprocess {
	display:			none;
	}

table#ctgrid td {
	padding:			0 0 15px 0;
	font-size:			11px;
	}


/* ------------------------- end content space specific styles --------------------------- */

#footer {
	width:				923px;
	height:				auto;
	padding:			20px 10px;
	margin:				0;
	font:				normal 11px tahoma,arial,helvetica,sans-serif;
	color:				#BCBCBC;
	border-top:			1px solid #D0D0D0;
	}

#footer a:link {
	text-decoration:		none;
	background:			transparent;
	color:				#777;
	}

#footer a:visited {
	text-decoration:		none;
	background:			transparent;
	color:				#777;
	}

#footer a:hover {
	text-decoration:		underline;
	background:			transparent;
	color:				#004183;
	}

#footer a:active {
	text-decoration:		none;
	background:			transparent;
	color:				#777;
	}

/* ----------------------------------------------------------------------------------------------- 
	These are standard sIFR styles... do not modify
   -------------------------------------------------------------------------------------------- */

.sIFR-flash {
	visibility: 		visible !important;
	margin: 		0;
	}

.sIFR-replaced {
	visibility: 		visible !important;
	}

span.sIFR-alternate {
	position: 		absolute;
	left: 			0;
	top: 			0;
	width: 			0;
	height: 		0;
	display: 		block;
	overflow: 		hidden;
	}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}

.sIFR-hasFlash h1 {
	visibility: 		hidden;
	font-size: 		26px;
	padding:		0;
	margin:			0;
	}

.sIFR-hasFlash h2 {
	visibility: 		hidden;
	font-size: 		18px;
	padding:		0;
	margin:			0 0 14px 0;
	}

.sIFR-hasFlash h3.prefoot {
	visibility: 		hidden;
	font-size: 		14px;
	padding:		0;
	margin:			0;
	}

.sIFR-hasFlash h3.sidebarheader {
	visibility: 		hidden;
	font-size: 		16px;
	padding:		0;
	margin:			0 0 10px 0;
	}

/* ----------------------------------------------------------------------------------------------- */

.font14pt {
	font-size:			14px;
	font-weight:			bold;
	}

.font8pt {
	font-size:			11px;
	}

.font7pt {
	font-size:			10px;
	}