/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html #index { 
	background:url("../images/bg-html.jpg") top repeat-x;
	width:100%;
	}

html { 
	background:url("../images/bg-html-sub.jpg") top repeat-x;
	width:100%;
	}

body#index { 
	background:#fff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#0a3347;
	}

body { 
	background:#fff url("../images/bg-body-sub.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#0a3347;
	}

blockquote {
	background:#e1e1e1;
	border-left:4px solid #BFBFBF;
	margin:25px;
	padding-bottom:5px;
	padding-top:15px;
	clear:both;
	}

h1	{ font-size:1.2em; color:#0A3347; }
h2	{ font-size:1.1em; color:#0A3347; }
h3	{ font-size:1.0em; color:#0A3347; }

h1 span,h2 span,h3 span	{display:none; }

a:link,a:visited	{ color:#0A3347; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0A3347; text-decoration:none; outline:none; }


/* ------------------------ classes ------------------------ */

.img-separator {
	background:url("../images/img-right-separator.jpg");
	height:45px;
	}

.img-bottom {
	background:url("../images/img-right-bottom.jpg");
	height:26px;
	}

.img-bottom-sub {
	background:url("../images/img-bottom-right-sub.jpg");
	height:26px;
	}

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}

img.img-video-thumbs { 
	float:left; 
	margin:0 10px 0 40px; 
	}

img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google&reg; Toolbar */
	border:1px solid #898989;
	color:#0a3347;
	width:145px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business, #contact-business2, #contact_business { display: none; } /* do not remove */ 

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ----- main contact form ----- */ 

 

form#contact-main { margin:0 0 10px 0; width:300px; padding-left:45px; }

#contact-main input, #contact-main textarea, #contact-main select { 
	background-color:#FFF !important; /* to prevent highlighting by Google&reg; Toolbar */
	border:1px solid #000;
	color:#000;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	width:295px;
	}

#contact-main select { width:300px; padding:0; } /* same width as form - !important */

#contact-main textarea { height:90px; overflow:auto; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:177px; }

#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ------------------------ submit button form elements ------------------------ */

/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:0px 0 5px 225px; }

input.submit, #consultation input.submit { 
	background:url("../images/btn-submit.jpg");
	width:91px;
	height:32px;
	border:none;
	cursor:pointer;
	}
	
#contact-main input.submit-contact-main { 
	background:url("../images/btn-submit-main.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	}

input.btn-go { 
	background:url("../images/btn-go.jpg");
	width:32px;
	height:20px;
	border:none;
	cursor:pointer;
	margin-left:122px;
	}

#column-right-sub input.btn-go-sub { 
	background:url("../images/btn-go-sub.jpg");
	width:34px;
	height:25px;
	border:none;
	cursor:pointer;
	margin-left:325px;
	}

/* ----- main contact pricing form ----- */ 
 
form#contact-pricing { margin:0 0 10px 0; width:200px; padding-left:10px; }

#contact-pricing input, #contact-pricing textarea, #contact-pricing select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	width:250px;
	}
	
	
#contact-pricing select { width:200px; padding:0; } /* same width as form - !important */

#contact-pricing textarea { height:90px; overflow:auto; }

#contact-pricing label input.yn {
	width:16px;
	height:14px;
	border:none;
	background:transparent !important;
	margin-top:3px;
	}


#contact-pricing label { 
	width:170px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:15px;
	margin-top:5px;
	padding-left:22px;
	font-size:1.0em;
	}
	
#contact-pricing label input, #contact-pricing label textarea, #contact-pricing label select { 
	width:100px;
	position:absolute; 
	left:1%; 
	top:-1px;
	}
	
#contact-pricing label select { width:177px; }
	
#contact-pricing label textarea { height:100px; overflow:auto; }

#contact-business-pricing { display: none; } /* do not remove */ 



input.submit-contact-pricing { margin:0px 0 5px 0; }

#contact-pricing input.submit-contact-pricing { 
	background:url("../images/btn-submit-main.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	}


/* ----- main contact testimonial form ----- */ 
 
form#contact-testimonial { margin:0 0 10px 0; width:375px; padding-left:10px; }

#contact-testimonial input, #contact-testimonial textarea, #contact-testimonial select { 
	background-color:#f1f1f1 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	width:370px;
	}
	
	
#contact-testimonial select { width:375px; padding:0; } /* same width as form - !important */


#contact-testimonial textarea { height:90px; overflow:auto; }

#contact-testimonial label input.yn {
	width:16px;
	height:14px;
	border:none;
	background:transparent !important;
	margin-top:3px;
	}


#contact-testimonial label {
	display:block;
	font-size:1em;
	margin-bottom:2px;
	margin-top:10px;
	padding-left:0;
	position:relative;
	text-align:left;
	width:370px;
	}
	
#contact-testimonial label input, #contact-testimonial label textarea, #contact-testimonial label select { 
	width:100px;
	position:absolute; 
	left:1%; 
	top:-1px;
	}
	
#contact-testimonial label select { width:177px; }
	
#contact-testimonial label textarea { height:100px; overflow:auto; }

#contact-business-testimonial { display: none; } /* do not remove */ 



input.submit-contact-testimonial { margin:5px 0 5px 0; }

#contact-testimonial input.submit-contact-testimonial { 
	background:url("../images/btn-submit-main.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	}



/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:928px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ column-left framework ------------------------ */

#column-left {
	width:680px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, table {
		margin:0 50px 21px 24px;
		}
		
	#column-left h1, #column-left h2, #column-left h3 {
		margin-bottom:0;
		}
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-left-sub {
	width:485px;
	float:left;
	font-size:14px;
	line-height:22px;
	color:#343434;
	}
	
	

	#column-left-sub p, #column-left-sub h1, #column-left-sub h2, #column-left-sub h3, #column-left-sub ul, #column-left-sub ol, #column-left-sub dl, #launch_flash_content {
		margin:0 21px 21px 24px;
		}
				
	#column-left-sub h1, #column-left-sub h2, #column-left-sub h3 {
		margin-bottom:10px;
		color:#000000;
		font-weight:normal;
		}
		
	#column-left-sub h1 { font-size:1.7em;}
	#column-left-sub h2 { font-size:1.5em;}
	#column-left-sub h3 { font-size:1.4em;}
		
		
	#column-left-sub a:link, #column-left-sub a:visited	{ color:#19688e; text-decoration:underline; outline:none; }
	#column-left-sub a:hover, #column-left-sub a:active	{ color:#19688e; text-decoration:none; outline:none; }
		
	
	/* single column list */
	#column-left-sub ul { padding-left:0px; }
		#column-left-sub ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}

	#column-left-sub ul li ul { margin:0 0 0 5px; }

	/* ordered/numbered list */
	#column-left-sub ol { padding-left:16px;  }
		#column-left-sub ol li { 
			list-style: decimal outside;
			padding-left:0px; /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-left-sub dl { padding-left:0px; }
		#column-left-sub dl dt {
			font-weight:bold;
			}
		#column-left-sub dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	.flowplayer { margin:0 0 21px 23px;}
	
	  body#testimonials .flowplayer { margin:0 0 5px 23px;}
	
	
#column-left-sub form dt {
	font-weight:normal;
	}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-right-index.jpg");
	width:248px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 18px 45px;
		}
	#column-right form { margin-left:44px; }
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-right.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:0px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet-right.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#column-right-sub {
	background:url("../images/bg-right-sub.jpg");
	width:443px;
	float:left;
	}

	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub ul, #column-right-sub dl {
		margin:0 42px 18px 39px;
		}
	#column-right-sub form { margin-left:39px; }
	 
	/* single column list */
	#column-right-sub ul { padding-left:0px; font-size:12px; line-height:26px;}
		#column-right-sub ul li { 
			background:transparent url("../images/bullet-right.jpg") 0px 8px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			}

	#column-right-sub ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right-sub dl { padding-left:0px; }
		#column-right-sub dl dt {
			font-weight:bold;
			}
		#column-right-sub dl dd {
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	#column-right-sub ul.products li {
		width:165px;
		float:left;
		}

/* ------------------------ header framework ------------------------ */
body#index #header-graphic {
	background:transparent url("../images/bg-flash.jpg") no-repeat;
	height:545px;
	margin-bottom:0;
	}
#header-flash { height:545px; padding-top:0; background: url("../images/bg-flash.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFFFF;  text-decoration: none;}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:172px;  margin-bottom:38px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height: 39px; margin-bottom: 0px; }
	body#products #subhead { background:url("../images/subhead-products.jpg"); margin-bottom: 0px; }
		body#docshop-directory #subhead { background:url("../images/subhead-docshop.jpg"); }
		body#video-services #subhead { background:url("../images/subhead-video.jpg"); }
		body#ninety-nine-websites #subhead { background:url("../images/subhead-99.jpg"); }
		body#cms-websites #subhead { background:url("../images/subhead-cms.jpg"); }
		body#customized-websites #subhead { background:url("../images/subhead-customized.jpg"); }
		body#traditional-seo #subhead { background:url("../images/subhead-seo.jpg"); }
		body#pricing-guide #subhead { background:url("../images/subhead-pricing.jpg"); }
		body#ppc #subhead { background:url("../images/subhead-ppc.jpg"); }
		body#vab #subhead { background:url("../images/subhead-vab.jpg"); }
		body#call-reporting #subhead { background:url("../images/subhead-call.jpg"); }
		body#impact #subhead { background:url("../images/subhead-impact.jpg"); }
		body#better-stats #subhead { background:url("../images/subhead-stats.jpg"); }
		body#e-commerce #subhead { background:url("../images/subhead-ecommerce.jpg"); }
		body#hipaa #subhead { background:url("../images/subhead-hipaa.jpg"); }
		body#showroom #subhead { background:url("../images/subhead-showroom.jpg"); }
		body#pricing-request #subhead { background:url("../images/subhead-pricing-request.jpg"); }
		body#spam #subhead { background:url("../images/subhead-spam.jpg"); }
		body#testimonial-form #subhead { background:url("../images/subhead-testimonial-form.jpg"); }
		body#website-seo-audits #subhead{ background:url("../images/subhead-website-seo-audits.jpg"); }
		body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
		body#about-einstein #subhead { background:url("../images/subhead-about.jpg"); }
		body#domains #subhead { background:url("../images/subhead-domains.jpg"); }
		body#sponsors #subhead { background:url("../images/subhead-sponsors.jpg"); }
		body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
		body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
		body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
		body#dentistry-resources #subhead { background:url("../images/subhead-resources.jpg"); }
		body#video-pres #subhead { background:url("../images/subhead-video-pres.jpg"); }
		body#webinar #subhead { background:url("../images/subhead-webinar.jpg")}


/*------- BLOG CSS STYLES -------------- */


		
body.blog #subhead { background:url("../images/subhead-blog.jpg") no-repeat; width: 675px; }
body#blog-webinars-events #subhead { background:url("../images/subhead-blog-webinars.jpg") no-repeat; }
body#blog-testimonials #subhead { background:url("../images/subhead-blog-testimonials.jpg") no-repeat; }
body#blog-new-sites #subhead { background:url("../images/subhead-blog-new-sites.jpg") no-repeat; }
body#blog-press-releases #subhead { background:url("../images/subhead-blog-press.jpg") no-repeat; }
body#blog-video #subhead { background:url("../images/subhead-blog-video.jpg") no-repeat; }


		
		#column-right-blog {
			width:253px;
			float:left;
			background: url("../images/rt-blog-bg.jpg") repeat-y;
			}
		#menu {
			background: url("../images/graphic-blog-top.jpg") top no-repeat;
			padding-top: 190px;
			}
		#rt-blog-bottom {
			height: 30px;
			background: url("../images/rt-blog-bottom.jpg");
			}
	
		#column-left-blog {
			width:675px;
			float:left;
			font-size:14px;
			line-height:22px;
			color:#343434;
			overflow:hidden;
			}
			
		#column-left-blog a:link, #column-left-blog a:visited	{ color:#19688e; text-decoration:underline; outline:none; }
		#column-left-blog a:hover, #column-left-blog a:active	{ color:#19688e; text-decoration:none; outline:none; }

	#column-left-blog p, #column-left-blog h1, #column-left-blog h2, #column-left-blog h3, #column-left-blog ul, #column-left-blog dl, #column-left-blog ol, .meta, .feedback {
		margin:0 21px 21px 24px;
		}
		
		#column-left-blog .meta { border-bottom: 1px solid #c5c5c5; padding:3px 0; font-size:12px;}	
		
		
		#column-left-blog h1, #column-left-blog h2, #column-left-blog h3 {
		color:#255E72;
		font-size:1.6em;
		font-weight:normal;
		}
	
		
	#column-left-blog h3 { 
		margin-bottom:0;
		}
		
	#column-left-blog h2 {
		margin:0 21px 0 24px;
		}	
		
		
		#column-left-blog h2 a:link, #column-left-blog h3 a:link { text-decoration:none;}	
		#column-left-blog h2 a:visited, #column-left-blog h3 a:visited { text-decoration:none;}	
		#column-left-blog h2 a:hover, #column-left-blog h3 a:hover { text-decoration:underline;}	
		
		
		#column-left-blog div.post {margin-bottom:50px;}
		
		
		
		#column-left-blog ul li { 
			background:transparent url("../images/blog-left-bullet.jpg") 0px 2px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom: 3px;
			}
		
		#column-right-blog form#searchform {
			width: 160px;
			margin-left: 38px;
			}
			
	#column-right-blog ul { padding-left:35px; font-size:12px; line-height:26px;}
		#column-right-blog ul li { 
			background:transparent url("../images/blog-right-bullet.jpg") 0px 7px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom: 2px;
			}
			
			#column-right-blog ul li ul {padding-left:0px; width:167px;}
			
			
			
			
#column-right-blog #title-search { 
	background:url("../images/search.jpg") no-repeat; 
	height:14px;
	width: 120px;
	margin: 15px 0 15px 38px; 
	}
	
#column-right-blog #title-archives { 
	background:url("../images/archives.jpg") no-repeat; 
	height:14px;
	width: 120px;
	margin: 15px 0 15px 38px; 
	}
	
#column-right-blog #title-meta { 
	background:url("../images/meta.jpg") no-repeat; 
	height:14px;
	width: 120px;
	margin: 15px 0 15px 38px; 
	}
	
		

	#column-right-blog input.submit {
		border:1px solid #000;
		background:none; 
		width:80px;
		height:18px;
		line-height:14px;
		vertical-align: middle;
		cursor:pointer;
		}
		


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */


body#index #title-consultation {
	background:transparent url(../images/quick-contact-header.jpg) no-repeat scroll left top;
	float:right;
	height:99px;
	width:286px;
	margin-top:1px;
	}
	
#title-consultation {
	height:128px;
	background:url("../images/title-consultation.jpg") ;
	}

.title-empty {
	height:50px;
	background:url("../images/title-empty.jpg") ;
	}

#title-qcontact {
	height:55px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:55px;
	background:url("../images/title-locate.jpg") ;
	}

body#index #title-news {
	height:62px;
	background:url("../images/title-news.jpg");
	}

#title-news {
	height:70px;
	background:url("../images/title-news-sub.jpg") ;
	}

#title-products {
	height:50px;
	background:url("../images/title-products.jpg") ;
	}

#title-showrooms {
	height:50px;
	background:url("../images/title-showrooms.jpg") ;
	}


/* Showroom
 * ------------------------------------------------------------------------- */
#showroom-thumbs {
/*	background:url("../images/bg-showroom.jpg") top left no-repeat;
*/	width:928px;
	margin:0 auto;
	color:#FAC052;
	padding-top:5px;
	}
	
.col-ftd-websites {
	background:url("../images/bg-ftd-websites.jpg");
	float:left;
	width:371px;
	text-align:left;
	padding-top:11px;
	}
	
	.bottom-websites {
		background:url("../images/bottom-ftd-websites.jpg");
		width:100%;
		height:25px;
		display:block;
		float:left;
		}
	
	.col-ftd-websites p, .col-ftd-websites h2, .col-ftd-websites h3 {
		margin:0 34px 20px 42px;
		}
	
	.col-ftd-websites ul {
		margin-left:41px;
		}
	
	.col-ftd-websites ul li {
		width:130px;
		float:left;
		text-align:center;
		padding-bottom:34px;
		margin-right:25px;
		_margin-right:0;
		}		
		
		.col-ftd-websites ul li img {
			padding-right:15px;
			}

.col-ftd-video {
	background:url("../images/bg-ftd-video.jpg");
	float:right;
	width:557px;
	text-align:left;
	padding-top:11px;
	}

	.bottom-video {
		background:url("../images/bottom-ftd-video3.jpg");
		width:557px;
		height:25px;
		float:left;
		}

	.col-ftd-video p, .col-ftd-video h2, .col-ftd-video h3 {
		margin:0 42px 20px 20px;
		}

	.col-ftd-video ul {
		margin-left:23px;
		}

	.col-ftd-video ul li {
		width:140px;
		float:left;
		text-align:center;
		padding-right:35px;
		padding-bottom:34px;
		}

	body#testimonials #column-left-sub ul li {
	padding:10px 25px;
	float:left;
	width:160px;
	text-align:center;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
		}
		
		
		.gallery ul li {
			width:130px;
			float:left;
			text-align:center;
			padding-right:48px;
			padding-left:25px;
			padding-bottom:34px;
			height: 130px;
			}


/* ------------------------footer framework ------------------------ */
/* footer
 * ------------------------------------------------------------------------- */

#wrap-footer {
	background-color:#65aaa5;
	width:100%;
	margin-top:20px;
	padding:10px 0;
	color:#fff;
	}
 
body#index #footer {
	width:928px;
	margin:21px auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:14px;
	}

#footer {
	width:928px;
	margin:21px auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:14px;
	}

#footer p {
	margin:0 20px 10px 20px;
	}

#footer ul {margin-bottom:10px;}

body#index #footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #0A3347;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}
	
	#wrap-footer #footer a { color:#fff; }

	body#index #footer li.first,
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:928px; 
	height:82px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:82px; display:block; } /* change height here also */
#nav-07 a#login { height: 24px; line-height: 24px; }
#nav-07 a#contact { height: 58px; line-height:58px; }
#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 348px;}
#nav-02 { width: 64px;}
#nav-03 { width: 81px;}
#nav-04 { width: 89px;}
#nav-05 { width: 115px;}
#nav-06 { width: 111px;}
#nav-07 { width: 94px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-02 a:hover { background:url("../images/nav.jpg") -348px -82px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -412px -82px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -493px -82px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -582px -82px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -697px -82px no-repeat; }
#nav-07 a#contact:hover { background:url("../images/nav.jpg") -808px -106px no-repeat; }



/* son of sucker fish drop down ----*/

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-top:18px;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border-top:1px solid #46748D;
	}	

	#nav li ul li.last { 
		height:20px; 				/* Height of each drop down nav item */
		border-top:1px solid #46748D;
		border-bottom:1px solid #46748D;
		}
		
	#nav-03 ul {
		background:url("../images/bg-nav-products.gif") no-repeat;
		height:298px;
		}

	#nav-04 ul {
		background:url("../images/bg-nav-showroom.gif") no-repeat;
		height:277px;
		}
		
	#nav-05 ul {
		background:url("../images/bg-nav-stories.gif") no-repeat;
		height:277px;
		}

	#nav-06 ul {
		background:url("../images/bg-nav-about-news.gif") no-repeat;
		height:277px;
		}
		
#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:12px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	color:#FFCB88;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:196px; }
#nav-04 ul, #nav-04 li { width:196px; }		
#nav-05 ul, #nav-05 li { width:196px; }
#nav-06 ul, #nav-06 li { width:196px; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-02 { background:url("../images/nav.jpg") -348px -82px no-repeat; }
body#products #nav-03 { background:url("../images/nav.jpg") -412px -82px no-repeat; }
body#showroom #nav-04 { background:url("../images/nav.jpg") -493px -82px no-repeat; }
body#blog-testimonials #nav-05 { background:url("../images/nav.jpg") -582px -82px no-repeat; }
body#about-einstein #nav-06 { background:url("../images/nav.jpg") -697px -82px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -808px -82px no-repeat; }


/* Case Studies - Index
 * ------------------------------------------------------------------------- */
 #wrap-case-studies {width: 904px;}
	#wrap-case-studies dl {
		width:210px;
		float:left;
		margin-left: 24px;
		padding-left: 0px;
		}
		
		#wrap-case-studies dt {
			font-weight:bold;
			}
		#wrap-case-studies dd {
			padding-left: 0px;
			margin-left: 0px;
			}
			

/* Consultation - Index
 * ------------------------------------------------------------------------- */

	#wrap-consultation {
	background:transparent url(../images/consultation-repeat.jpg) repeat-x scroll 0 0;
	height:335px;
	width:100%;
	}
#consultation {
	width:928px;
	margin:0 auto;
	padding: 0 125px;
	}
	
#consultation form {
	width:475px;
	margin:0 auto;
	}
	input.submit, #consultation input.submit { 
	background:url("../images/btn-submit.jpg");
	width:91px;
	height:32px;
	border:none;
	cursor:pointer;
	}
#index #consultation #home-contact-quick input.submit { 
	background:url("../images/submit-quick-contact.jpg");
	width:90px;
	margin: 26px 0 0 87px;
	}

#consultation input, #consultation textarea, #consultation select { 
	width:145px;
	}

#consultation select { width:150px; padding:0; } 

#consultation textarea { height:42px; overflow:auto; }

#consultation dl {
	width:155px;
	float:left;
	}		
#index form#home-contact-quick {
	float:right;
	clear:right;
	padding: 15px 0 0;
	margin:0;
	width:334px;
	text-align: left;
	}
#index #home-contact-quick fieldset {
	float:left;
	}
#home-contact-quick label { 
	width:80px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
#home-contact-quick label input, #home-contact-quick label textarea, #home-contact-quick label select { 
	width:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}	
#home-contact-quick label select { width:155px; } /* fixes display issue - 5px larger than input field */

#home-contact-quick label textarea { height:45px; overflow:auto; }
	
#index .flowplayer {
	margin:0;
	padding: 44px 0 0 89px;
	width:384px;
	float:left;
	}
/* Contact Form Sub
 * ------------------------------------------------------------------------- */

#column-right-sub form {
	width:380px;
	margin:0;
	text-align:left;
	padding-left:40px;
	}

#column-right-sub input, #column-right-sub textarea, #column-right-sub select { 
	width:168px; /* 5 pixels smaller than form width !important */
	}

#column-right-sub select { width:173px; padding:0; } /* same width as form - !important */

#column-right-sub textarea { height:90px; overflow:auto; width:349px; }

#column-right-sub form dt {
	font-weight:normal;
	}

#column-right-sub dl {
	width:182px;
	float:left;
	margin:0;
	padding:0;
	}

#column-right-sub input.submit { 
	background:url("../images/btn-submit-sub.jpg");
	width:80px;
	height:25px;
	border:none;
	cursor:pointer;
	margin-left:278px;
	}

/* Dentistry Resources
 * ------------------------------------------------------------------------- */
div.resources-dentistry div { margin:0 30px 0 25px; !important }


	
/* Products Page
 *------------------------------------------------------------------------- */
 
ul#btn-products {
	width:485px;
	margin:0;
	padding:0;
	}	

	ul#btn-products li {
		width:242px;
		height:149px;
		float:left;
		background-image:none;
		margin-bottom:20px;
		}

	ul#btn-products li, ul#btn-products a {
		display:block;
		height:149px;
		width:242px;
		padding:0;
		} 

		ul#btn-products li.btn-01 {
			background:url("../images/btn-docshop.jpg");
			}

			ul#btn-products li.btn-01 a:hover {
				background:url("../images/btn-docshop.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-02 {
			background:url("../images/btn-video.jpg");
			}

			ul#btn-products li.btn-02 a:hover {
				background:url("../images/btn-video.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-03 {
			background:url("../images/btn-seo.jpg");
			}

			ul#btn-products li.btn-03 a:hover {
				background:url("../images/btn-seo.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-04 {
			background:url("../images/btn-websites.jpg");
			}

			ul#btn-products li.btn-04 a:hover {
				background:url("../images/btn-websites.jpg") -241px 0 no-repeat;
				}

		ul#btn-products li.btn-05 {
			background:url("../images/btn-cms.jpg");
			}

			ul#btn-products li.btn-05 a:hover {
				background:url("../images/btn-cms.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-06 {
			background:url("../images/btn-call.jpg");
			}

			ul#btn-products li.btn-06 a:hover {
				background:url("../images/btn-call.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-07 {
			background:url("../images/btn-stats.jpg");
			}

			ul#btn-products li.btn-07 a:hover {
				background:url("../images/btn-stats.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-08 {
			background:url("../images/btn-impact.jpg");
			}

			ul#btn-products li.btn-08 a:hover {
				background:url("../images/btn-impact.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-09 {
			background:url("../images/btn-ppc.jpg");
			}

			ul#btn-products li.btn-09 a:hover {
				background:url("../images/btn-ppc.jpg") -242px 0 no-repeat;
				}

		ul#btn-products li.btn-10 {
			background:url("../images/btn-vab.jpg");
			}	

			ul#btn-products li.btn-10 a:hover {
				background:url("../images/btn-vab.jpg") -242px 0 no-repeat;
				}

				ul#btn-products li span { display:none; }				

/* Buttons - Website Showroom - Pricing Guide
 * ------------------------------------------------------------------------- */

	
ul#buttons {
	width: 443px;
	display: block;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}	
	
	ul#buttons li {
	width:443px;
	height:118px;
	float:left;
	position:relative;
	margin: 0;
	padding: 0;
		}
		
	 ul#buttons li.btn-01 a {
	    position:absolute;
		display:block;
		height:20px;
		width:76px;
		left:83px;
		top:91px;
		}
		
		ul#buttons li.btn-02 a {
	    position:absolute;
		display:block;
		height:20px;
		width:76px;
		left:83px;
		top:53px;
		}  
		
			ul#buttons li.btn-01 {
			background:url("../images/btn-website-showroom.jpg") no-repeat;
			}
			ul#buttons li.btn-02 {
			background:url("../images/btn-pricing-guide.jpg") no-repeat;
			height: 100px;
			}
			
			   ul#buttons span {display:none;}
			   

/* Testimonials Page
 * ------------------------------------------------------------------------- */
 
div.text-testimonials {
	margin-left:53px;
	margin-bottom:50px;
	clear:both;
	padding:5px;
	text-align:center;
	width:310px;
}

	
/*-------------------- five column framework ----------------------*/

#five-columns {
	margin-bottom: 30px;
	}
#five-columns a.icon-link {
	height: 164px;
	width:189px;
	display: block;
	}
#five-columns p.read-more {
	text-align: right;
	}
#col1-webinars {
	float:left;
	background: url("../images/webinars-icon.jpg") no-repeat top left;
	width: 184px;
	overflow:hidden;
/*	padding-top:179px; */
	}
	#col1-webinars a.icon-link:link, #col1-webinars a.icon-link:visited {
		width: 184px;
		}
	#col1-webinars a.icon-link:hover, #col1-webinars a.icon-link:active {
		background: url("../images/webinars-icon-over.jpg") no-repeat top left;
		}
	#col1-webinars .feed {
		padding: 0 24px 0 20px;
		border-right: #ddd 1px solid;
		}
#col2-testimonials {
	float:left;
	background: url("../images/testimonials-icon.jpg") no-repeat top left;
	width: 189px;
	overflow:hidden;
	}
	#col2-testimonials a.icon-link:hover, #col2-testimonials a.icon-link:active {
		background: url("../images/testimonials-icon-over.jpg") no-repeat top left;
		}
	#col2-testimonials .feed {
		padding: 0 24px 0;
		border-right: #ddd 1px solid;
		}
#col3-new-sites {
	float:left;
	background: url("../images/new-sites.jpg") no-repeat top left;
	width: 189px;
	overflow:hidden;
	}
	#col3-new-sites a.icon-link:hover, #col3-new-sites a.icon-link:active {
		background: url("../images/new-sites-over.jpg") no-repeat top left;
		}
	#col3-new-sites .feed {
		padding: 0 24px 0;
		border-right: #ddd 1px solid;
		}
#col4-press {
	float:left;
	background: url("../images/press-releases.jpg") no-repeat top left;
	width: 189px;
	overflow:hidden;
	}
	#col4-press a.icon-link:hover, #col4-press a.icon-link:active {
		background: url("../images/press-releases-over.jpg") no-repeat top left;
		}
	#col4-press .feed {
		padding: 0 24px 0;
		border-right: #ddd 1px solid;
		}
#col5-video {
	float:left;
	background: url("../images/video.jpg") no-repeat top left;
	width: 177px;
	overflow:hidden;
	}
	#col5-video a.icon-link:link, #col5-video a.icon-link:visited {
		width:177px;
		}
	#col5-video a.icon-link:hover, #col5-video a.icon-link:active {
		background: url("../images/video-over.jpg") no-repeat top left;
		}
	#col5-video .feed {
		padding: 0 13px 0 24px;
		}
#five-columns h2 a:link, #five-columns h2 a:visited {
	text-decoration:none;
	display: block;
	}
#five-columns h2 a:hover, #five-columns h2 a:active {
	text-decoration:underline;
	}
#five-columns p.date-comment {
	font-size:.85em;
	}
#five-columns h3 {
	margin: 10px 0 3px;
	}
.home-post, .home1st-post {
	padding: 5px 0 5px 0;
	border-bottom: #ddd 1px solid;
	}
.home-post h2 {
	font-size:.9em;
	}
.home-post h2 a:link, .home-post h2 a:visited {
	text-decoration:none;
	color:#34a7d3;
	}
.home-post h2 a:hover, .home-post h2 a:active {
	text-decoration:underline;
	}
.home1st-post p a:link, .home1st-post p a:visited,
.home1st-post p a:hover, .home1st-post p a:active {
	display:block;
	text-decoration:none;
	}
.home1st-post .read-more a:link, .home1st-post .read-more a:visited {
	color:#34A7D3
	}
.home1st-post .read-more a:hover, .home1st-post .read-more a:active {
	text-decoration: underline;
	}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* Blog Page Styles 
 * ------------------------------------------------------------------------- */

#column-left-blog p.page-link a {
	background:url("../images/bg-page.png") no-repeat;
	display:block;
	float:left;
	height:36px;
	text-align:center;
	width:113px;
	margin:0 10px 0 0;
	line-height:26px;
	font-size:11px;
	text-decoration:none;
	}


#column-left-blog p.page-link a:link,
#column-left-blog p.page-link a:visited {color:#FFFFFF; text-decoration:none;}

img.img-blog {
	float:left;
	margin:7px 18px 18px 0;
	clear:inherit;
	width:300px;
	}

#column-left-blog a.readmore, #column-left-blog a.readmore:link, #column-left-blog a.readmore:visited {
	background-color:#27637b;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-left:1px;
	outline:1px outset #27637b;
	padding:0 0 2px;
	text-align:center;
	text-decoration:none;
	width:120px;
	clear:both;
	}


div.submit-testimonials {
	background:none repeat scroll 0 0 #E1E1E1;
	border-bottom:1px solid #BFBFBF;
	font-size:14px;
	height:52px;
	margin:25px 25px 7px;
	padding:6px 9px 0;
	}

#column-left-blog div.submit-testimonials h2, #column-left-blog div.submit-testimonials p {
margin:0 ;
}


div.submit-testimonials a:link, div.submit-testimonials a:visited {text-decoration:underline;}
div.submit-testimonials a:hover, div.submit-testimonials a:active {text-decoration:none;}



#column-left-blog #single h2.postcomment {
	background:none repeat scroll 0 0 #E1E1E1;
	border-bottom:1px solid #BFBFBF;
	font-size:14px;
	height:30px;
	margin:25px 25px 7px;
	padding:6px 9px 0;
	}


#column-left-blog #single h2#postcomment { margin-bottom:20px;}


#column-left-blog h2.postcomment a:link, #column-left-blog h2.postcomment a:visited {text-decoration:underline;}
#column-left-blog h2.postcomment a:hover, #column-left-blog h2.postcomment a:active {text-decoration:none;}

span.postcomment { float:left; display:inline;}
span.comments { display:inline; float:right;}
span.author { color:#255e72; font-size:19px;}


#column-left-blog ul#commentlist {
	padding-left:0;
	}

	#column-left-blog ul#commentlist li {
		background:none repeat scroll 0 0 transparent;
		border-bottom:1px solid #BFBFBF;
		margin-left:2px;
		margin-right:6px;
		padding:15px 0 10px;
		}
		
		#column-left-blog ul#commentlist p { margin-left:0px; margin-bottom:10px;}
		
		#column-left-blog ul#commentlist cite { font-size:11px;}



/* Blog Testimonials 
 * ------------------------------------------------------------------------- */

div.testimonials {
	background:url("../images/title-testimonials.jpg") no-repeat;
	}

#column-right-sub h2.story-heading { font-size:14px; color:#d67327; margin-bottom:0; padding:0; border:none;}

#column-right-sub div.testimonials h2.heading { padding:54px 0 10px 2px; text-transform:uppercase;}
#column-right-sub p.story-text { margin-bottom:0; padding:0; border:none;}


#column-right-sub div.testimonials p.date { margin-bottom:0; padding:0; border:none;}

#column-right-sub div.testimonials h2 {margin-bottom:0;}
#column-right-sub div.testimonials p { border-bottom:1px solid #9e9c9c; padding-bottom:21px;}

/* Blog Testimonials Showroom
 * ------------------------------------------------------------------------- */
body.t-showroom div.testimonials { background:none;}


.col-ftd-websites div.testimonials h2.heading { padding:0 0 10px 2px;}

.col-ftd-websites h2.story-heading { font-size:14px; color:#d67327; margin-bottom:0; padding:0; border:none;}
/*.col-ftd-websites p.story-text { margin-bottom:10px; padding:0; border:none;}*/
.col-ftd-websites p.story-text {border-bottom:1px solid #9e9c9c; padding-bottom:31px;}
.col-ftd-websites div.testimonials p.date { margin-bottom:0; padding:0; border:none;}
.col-ftd-websites div.testimonials h2 {margin-bottom:0;}
.col-ftd-websites div.testimonials p { border-bottom:1px solid #9e9c9c; padding-bottom:21px;}



/* Testimonial Buttons
 * ------------------------------------------------------------------------- */

div.box-1 {
	width:439px;
	background:#11516a;
	margin:0 0 24px 24px;
	padding-bottom:25px;
	font-size:11px;
	line-height:16px; 
	}
	
	#column-left-sub div.box-1 h2 {
		color:#FFFFFF;
		font-size:17px;
		font-weight:bold;
		margin-bottom:0;
		padding:15px 0;
		}
	
div.box-2 {
	background:url("../images/box-icon.jpg") no-repeat scroll 10px 8px #2394AF;
	border:1px solid #196B82;
	margin-left:20px;
	padding-top:8px;
	width:398px;
	}
	
	div.box-2.bubble {background:url("../images/box-bubble.jpg") no-repeat scroll 5px 5px #2394AF;}

		#column-left-sub div.box-2 a {color:#f8ae59;}
		
		#column-left-sub div.box-2 p {
			color:#FFFFFF;
			display:block;
			margin:0 10px 10px 71px;
			}
			
div.box-3 {
	width:398px;
	background:#e3e3e3 ;
	margin-left:20px;
	border:1px solid #196b82;
	}
	
	#column-left-sub div.box-3 p {
		margin-bottom:0;
		margin-top:0;
		padding:10px 15px 13px 0;
		}

		#column-left-sub div.box-3 a span {background:url("../images/box-arrow.png") no-repeat 1px 2px; padding-left:21px;}
		
		#column-left-sub div.box-3 a {
			color:#125770;
			display:block;
			font-size:14px;
			font-weight:bold;
			padding:10px 15px 13px 22px;
			text-align:center;
			text-decoration:none;
			}
			
	#column-left-sub div.box-3 a:link {background-color:#e3e3e3;}
	#column-left-sub div.box-3 a:hover {background-color:#FFFFFF;}


/* Blog Rss Icon
 * ------------------------------------------------------------------------- */

#column-right-blog span.feed-icon {
	background:url("../images/feed.png") no-repeat 29px 5px;
	padding-right:21px;
	display:block;
	}



/* Blog Comment Form
 * ------------------------------------------------------------------------- */

#column-left-blog form#commentform {width:615px;}

#column-left-blog #commentform label {
	display:inline-block;
	margin-left:24px;
	width:269px;
	}

#column-left-blog #commentform label input, #column-left-blog #commentform label textarea {
	width:269px;
	position:static;
	border:1px solid #BFBFBF;
	}

#column-left-blog #commentform label textarea { width:612px;}
#column-left-blog #commentform label { text-align:left;}
	
#column-left-blog input.commentform-submit {
	border:1px solid #BFBFBF;
	background:none; 
	width:100px;
	height:18px;
	line-height:14px;
	vertical-align: middle;
	cursor:pointer;
	margin-top:0px;
	margin-left:24px;
	}
	
span.required { color:#c76e1b; font-size:12px;}

