* {font-size: 100.01%;}
html {font-size: 62.5%;}
body {
	margin: 0;
	color: #333;
	background-color:#efefef;
	font: 1em arial, helvetica, sans-serif;
}
body.hover {
	background-color:#f00;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color:#004993;
}

/* General settings */
#page {
	width: 920px;
	margin: 0 auto;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/shadow-page.gif) repeat-y;
	padding:0 35px
}
/* header */
#header {
	height:1%;
	overflow:hidden;
}
#header a {
	color:#f5f5f5;
}
#header .holder {
	height:1%;
	overflow:hidden;
	padding:26px 20px 15px 65px;
	background:#208db5 url(http://sites.google.com/a/empower3w.com/3w/files/bg-header.gif) repeat-x 0 100%;
}
.logo {
	width:86px;
	height:82px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 11px 0 0;
}
.logo a {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-logo.png) no-repeat;
	display:block;
	height:100%;
}
.slogan {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/slogan.gif) no-repeat;
	float:left;
	width:260px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	margin:30px 0 0;
}
#header .column {
	float:right;
	padding:1px 0 0;
}
.search-form {
	float:left;
}
.search-field {
	float:left;
	width:110px;
	height:21px;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-search-right.gif) no-repeat 100% 0;
	margin:0 12px 0 0;
}
.search-field .span {
	float:left;
	width:100%;
	height:100%;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-search-left.gif) no-repeat;
}
.search-field .span:hover,
.search-field .span.hover {
	background-image:url(http://sites.google.com/a/empower3w.com/3w/files/bg-search-left-hover.gif);
}
.search-field span:hover input,
.search-field span.hover input {
	color:#333;
}
.search-field input {
	float:left;
	border:none;
	background:none;
	color:#666;
	font-size:1.3em;
	padding:2px 9px 2px 28px;
	width:73px;
}
#add-nav {
	margin:0;
	padding:2px 0 0;
	list-style:none;
	float:left;
	font-size:1.3em;
	overflow:hidden;
}
#add-nav li {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/separator1.gif) no-repeat 0 2px;
	padding:0 9px 0 10px;
}
/* nav top */
#nav-top {
	margin:0;
	padding:4px 0 0;
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:1.6em;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-nav-top.gif) repeat-x;
	height:45px;
}
#nav-top li {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/separator2.gif) no-repeat;
	padding:5px 16px;
}
#nav-top li:first-child {
	padding-left:27px;
	background-image:none;
}
#nav-top li a {
	float:left;
	height:30px;
	color:#fff;
	text-decoration:none;
	line-height:28px;
}
#nav-top li a span {
	float:left;
	height:100%;
	padding:0 21px;
	cursor:pointer;
}
#nav-top li a:hover {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-nav-top-item-left-hover.gif) no-repeat;
}
#nav-top li a:hover span {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-nav-top-item-right-hover.gif) no-repeat 100% 0;
}
#nav-top li.active a,
#nav-top li.active a:hover {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-nav-top-item-left.gif) no-repeat;
}
#nav-top li.active a span,
#nav-top li.active a:hover span {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-nav-top-item-right.gif) no-repeat 100% 0;
}
/* footer */
#footer {
	background:#2a2a2a url(http://sites.google.com/a/empower3w.com/3w/files/bg-footer.gif) repeat-x;
	width:100%;
	overflow:hidden;
	color:#bcbcbc;
	padding:27px 0 108px;
}
#footer .column1 {
	width:569px;
	float:left;
	padding:0 18px 0 29px;
}
#footer .column2 {
	width:275px;
	float:right;
	padding:0 0 0 29px;
}
#footer h2 {
	color:#e6e6e6;
	margin:0 0 2px;
	font-size:2.4em;
	font-weight:normal;
}
#footer p {
	font-size:1.2em;
	line-height:1.5;
	margin:0;
}
#footer a {
	color:#bcbcbc;
}
#footer a:hover {
	color:#fff;
}
#valid {
	margin:0;
	padding:9px 0 0;
	list-style:none;
}
#valid li {
	display:inline;
}
#valid li a img {
	vertical-align:top;
}
/* content */
#content {
	width:100%;
	overflow:hidden;
	background:#fff url(http://sites.google.com/a/empower3w.com/3w/files/bg-content.gif) repeat-x;
}
.content-inner {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-sidebar-bottom.gif) repeat-y 100% 0;
	width:100%;
	overflow:hidden;
}
.content-main {
	width:576px;
	float:left;
	padding:18px 12px 23px 28px;
	overflow:hidden;
}
.sidebar {
	width:294px;
	position:relative;
	float:right;
	background:#f5f5f5 url(http://sites.google.com/a/empower3w.com/3w/files/bg-sidebar.gif) repeat-x;
	padding:19px 0 34px 10px;
	height:100%;
	overflow:hidden;
}
/* gallery */
#gallery {
	width:585px;
	height:258px;
	overflow:hidden;
	position:relative;
	margin:0 0 27px -3px;
}
#gallery a.link-prev {
	width:30px;
	height:30px;
	position:absolute;
	left:29px;
	bottom:10px;
	overflow:hidden;
}
#gallery a.link-next {
	width:30px;
	height:30px;
	position:absolute;
	right:27px;
	bottom:10px;
	overflow:hidden;
}
#gallery a.link-prev:hover,
#gallery a.link-next:hover {
	background:none;
}
#gallery a.link-prev:hover img,
#gallery a.link-next:hover img {
	margin-top:-60px;
}
#gallery a.link-prev .nomore img,
#gallery a.link-next .nomore img,
#gallery a.link-prev:hover .nomore img,
#gallery a.link-next:hover .nomore img {
	margin-top:-30px;
}
#gallery div.gallery-holder {
	width:585px;
	height:258px;
	overflow:hidden;
	position:relative;
}
#gallery div.gallery-holder ul.gallery-list {
	width:100%;
	height:100%;
	position:relative;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
}
#gallery div.gallery-holder ul.gallery-list li.item {
	width:585px;
	height:258px;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
#gallery div.gallery-holder ul.gallery-list li.item .inner {
	width:331px;
	padding:45px 223px 0 31px;
	height:213px;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-slide1.png) no-repeat;
}
#gallery div.gallery-holder ul.gallery-list li.active {
	display:block;
}
#gallery p {
	margin:0;
	font-size:24px;
	color:#464646;
	line-height:1.06em;
}
#gallery .holder {
	width:100%;
	overflow:hidden;
	position:relative;
}
#gallery .info {
	margin:0;
	padding:28px 0 0;
	list-style:none;
	float:right;
}
#gallery div.gallery-holder ul.gallery-list li.item .info li {
	float:left;
	border-left:1px solid #dfdfdf;
	padding:0 11px 0 9px;
}
#gallery div.gallery-holder ul.gallery-list li.item .info li:first-child {
	border-left:none;
}
#gallery .info dl {
	margin:0;
	padding:6px 0 5px;
	font-size:1.3em;
	color:#666;
}
#gallery .info dt {
	font-weight:bold;
}
#gallery .info dd {
	margin:0;
}

#content .title {
	overflow:hidden;
	width:100%;
	margin:0 0 15px;
}
#content .title .inner {
	width:1000px;
	overflow:hidden;
}
.content-main h2 {
	color:#397ea4;
	font-size:2.6em;
}
.content-main .title h2 {
	float:left;
	margin:0 11px 0 0;
}
.content-main h1 {
	margin:0 0 20px;
	font-size:32px;	
	padding:11px 0 0;
}
.content-main .title .horiz-line {
	float:left;
	border-top:1px solid #e0e0e0;
	margin:17px 0 0 0;
	overflow:hidden;
	height:1px;
	width:551px;
}
.attention {
	background-color:#f4fdff;
}
.content-main p {
	font-size:1.6em;
	margin:0 30px 10px 0;
}
.content-main .highlight p {
	font-size:1.4em;
	margin-bottom:15px;
}
.content-main .send-comments-form p {
	font-size:.94em;
	color:#666;
	margin-right:20px;
}
.content-main .list {
	margin:0;
	padding:20px 80px 24px 18px;
	list-style:none;
}
.content-main .list li {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bullet1.gif) no-repeat 0 0;
	padding:0 0 0 43px;
	font-size:1.6em;
	margin:0 0 18px;
}
.row {
	width:100%;
	overflow:hidden;
}
/* send comments form */
.send-comments-form {
	background-color:#edf5f8;
	border-top:1px solid #e0e0e0;
	padding:20px 10px 4px 0;
	margin:0 0 40px;
}
.contact .send-comments-form {
	padding-bottom:16px;
}
.send-comments-form a {
	color:#666;
}
.send-comments-form .row {
	font-size:1.5em;
	margin:0px 0 10px 180px;
	color:#4f4f4f;
}
.send-comments-form .label {
	font-size:1.5em;
	margin:0px 0 0px 180px;
	color:#4f4f4f;
}
.send-comments-form .holder {
	text-align:left;
	width:auto;
	height:1%;
}
.send-comments-form h2 {
	margin:0 0 13px 181px;
}
.send-comments-form .text {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-input.gif) no-repeat;
}
.send-comments-form .text span {
	float:left;
	border:1px solid #5e5e5e;

}
.send-comments-form .text span:hover,
.send-comments-form .text span.hover {
	border-color:#a3da01;
}
.send-comments-form .textarea {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-input.gif) no-repeat;
	float:left;
}
.send-comments-form .textarea span {
	float:left;
	border:1px solid #5e5e5e;
}
.send-comments-form .textarea span:hover,
.send-comments-form .textarea span.hover {
	border-color:#a3da01;
}
.send-comments-form .textarea textarea {
	background:none;
	border:none;
	width:233px;
	height:86px;
}
* html .send-comments-form .textarea textarea {
	width:231px;
}
.send-comments-form .text input {
	float:left;
	width:225px;
	background:none;
	border:none;
	padding:4px;
}
.send-comments-form .btn-send-comments {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/btn-send-comments.gif) no-repeat;
	width:184px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}
.send-comments-form .btn-send-comments:hover {
	background-position:0 -39px;
}
/*.send-comments-form .note {
	color:#666;
	font-size:1.2em;
	text-align:right;
	margin:-9px 0 0;
}*/
.home .send-comments-form {
	margin:0 0 71px;
}
/* pager */
.pager-holder {
	width:100%;
	overflow:hidden;
}
.pager {
	background-color:#f1fdfe;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #d6e3ef;
	height:1%;
	overflow:hidden;
	font-size:1.4em;
	padding:4px 7px 5px;
	margin:0 0 20px;
}
.options {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.options li {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/separator3.gif) no-repeat 0 0;
	padding:0 17px 0 18px;
	margin:0 17px 0 -17px;
}
.options li img {
	vertical-align:top;
}
.email-this-page {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/separator3.gif) no-repeat 100% 0;
	padding:0 24px 0 0;
	margin:0 17px 0 0;
}
.email-this-page a {
	float:left;
	padding:0 11px 0 2px;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bullet3.gif) no-repeat 100% 5px;
}
/* sidebar */
.box1 {
	width:272px;
	color:#4f4f4f;
	margin:0 0 22px;
}
.box1-top {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-box1-top.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:7px;
}
.box1-inner {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-box1.png) repeat-y;
	padding:0 3px;
	height:1%;
	overflow:hidden;
}
.box1-content {
	background:#fff url(http://sites.google.com/a/empower3w.com/3w/files/bg-box1-gradiend.gif) repeat-x 0 100%;
	padding:8px 0 0 16px;
	height:1%;
	overflow:hidden;
	margin:0 0 -3px;
}
.box1-bottom {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-box1-bottom.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:9px;
}
/* contact form */
.contact-form {
	font-size:1.5em;
}
.contact-form .text {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-input.gif) no-repeat 0 0;
	float:left;
}
.contact-form .text span {
	float:left;
	border:1px solid #5E5E5E;
}
.contact-form .text span:hover,
.contact-form .text span.hover {
	border-color:#a3da01;
}
.contact-form .text input {
	background:none;
	border:none;
	float:left;
	padding:4px 7px;
	width:219px;
}
.contact-form .active span {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-input-active.gif) no-repeat;
	border-color:#A3DA01;
}
.contact-form .row {
	margin:0 0 10px;
}
.contact-form .textarea {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-input.gif) no-repeat;
	float:left;
}
.contact-form .textarea span {
	border:1px solid #5e5e5e;
	float:left;
}
.contact-form .textarea span:hover,
.contact-form .textarea span.hover {
	border-color:#a3da01;
}
.contact-form .textarea textarea {
	background:none;
	border:none;
	width:233px;
	height:86px;
}
* html .contact-form .textarea textarea {
	width:231px;
}
.contact-form h2 {
	color:#99cc00;
	font-size:1.6em;
	margin:0 0 14px;
}
.contact-form .btn-send-comments {
	float:left;
	margin:0 0 0 25px;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/btn-send-comments2.gif) no-repeat;
	width:184px;
	height:41px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.contact-form .btn-send-comments:hover {
	background-position:0 -39px;
}
/* customers say box */
.customers-say {
	font-size:1.3em;
	line-height:1.14em;
	margin:0 0 23px 12px;
}
.customers-say .author {
	width:100%;
	margin:0 0 6px;
	position:relative;
}
.box-newsletter .highlight-middle:after,
.customers-say .author:after,
.box-newsletter .inside:after {
	clear:both;
	content:"";
	display:block;
}
.customers-say  .cite-top {
	position:absolute;
	bottom:-15px;
	left:63px;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-cite-top.png) no-repeat;
	width:17px;
	height:29px;
}
.customers-say .author .column1 {
	float:left;
	width:115px;
	padding:0 0 0 16px;
}
.customers-say .author .column2 {
	float:left;
	width:122px;
	padding:38px 0 0;
}
.customers-say .author dl {
	margin:0;
}
.customers-say .author dt {
	
}
.customers-say .author dd {
	margin:0;
}
.balloon {
	width:246px;
}
.balloon .ballon-top {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/balloon-top.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:12px;
}
.balloon .balloon-inner {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-balloon.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 8px;
}
.balloon .balloon-inner2 {
	background:#f8f8f8 url(http://sites.google.com/a/empower3w.com/3w/files/bg-balloon-inner2.gif) repeat-x;
	padding:0 4px;
}
.balloon .balloon-content {
	background:#fff url(http://sites.google.com/a/empower3w.com/3w/files/bg-balloon-content.gif) repeat-x;
	height:1%;
	overflow:hidden;
	padding:9px 6px 9px 10px;
	position:relative;
}
.balloon .balloon-bottom {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-balloon-bottom.png) no-repeat;
	height:17px;
	width:100%;
	overflow:hidden;
}
.balloon-content blockquote {
	margin:0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-q-start.gif) no-repeat 0 0;
}
.balloon-content .essence {
	display:block;
	margin:0 0 9px 47px;
	padding:4px 0 0;
}
.balloon-content q {
	quotes: none;
	display:block;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-q-end.gif) no-repeat 100% 100%;
	padding:0 13px 16px 0;
	position:relative;
}
.balloon-content q:before{content:"";}
.balloon-content q:after{content:"";}

.customers-say .link-holder {
	text-align:right;
	padding:0 50px 0 0;
}
.customers-say .link-holder .readmore {
	text-align:right;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bullet2.gif) no-repeat 100% 6px;
	font-size:.93em;
	padding:0 8px 0 0;
}
/* newsletter box */
.box-newsletter {
	width:274px;
	color:#fff;
	text-align:center;
}
.box-newsletter .top {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-newsletter-box-top.gif) no-repeat;
	width:100%;
	height:315px;
}
.box-newsletter .inside {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-newsletter-box.gif) repeat-y;
	height:1%;
	padding:0 20px;
}
.box-newsletter .bottom {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-newsletter-box-bottom.gif) no-repeat;
	height:183px;
	width:100%;
	overflow:hidden;
}
.newsletter-content {
	width:100%;
	overflow:hidden;
	float:left;
	margin:-315px 0 -183px;
	position:relative;
	padding:20px 0 0;
}
.box-newsletter h2 {
	color:#fff;
	font-size:2.4em;
	line-height:1em;
	margin:0 0 5px;
}
.box-newsletter h2 .mark {
	color:#c9fb32;
}
.box-newsletter p {
	font-size:1.3em;
	margin:0 15px 9px;
}
.box-newsletter .highlight {
	text-align:left;
	width:246px;
	margin:0 0 7px -7px;
	color:#333;
	font-size:1.3em;
	line-height:1.15em;
	overflow:hidden;
}
.box-newsletter .highlight-top {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-highlight-top.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:160px;
}
.box-newsletter .highlight-bottom {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-highlight-bottom.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:48px;
}
.box-newsletter .highlight-middle {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-highlight.png) repeat-y;
	height:1%;
	padding:0 22px;
}
.box-newsletter .highlight-inside {
	position:relative;
	width:100%;
	float:left;
	margin:-160px 0 -48px;
	padding:30px 0;
}
.box-newsletter .highlight ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.box-newsletter .highlight ul li {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bullet1.gif) no-repeat;
	padding:0 0 0 37px;
	margin:0 0 10px;
}
.send-comments-form .btn-send-newsletter{
	background:url(http://sites.google.com/a/empower3w.com/3w/files/btn-send-newsletter-blog.gif) no-repeat;
	width:235px;
	height:39px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:4px 0 0;
}
.box-newsletter .btn-send-newsletter {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/btn-send-newsletter.gif) no-repeat;
	width:235px;
	height:39px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:4px 0 0;
}
.box-newsletter .btn-send-newsletter:hover {
	background-position:-1px -39px;
}
.newsletter-form .text input {
	float:left;
	width:218px;
	background:none;
	border:none;
	padding:4px 7px;
}

.newsletter-form .text {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-input.gif) no-repeat;
	color:#4f4f4f;
	font-size:1.5em;
}
.newsletter-form .text span {
	float:left;
	border:1px solid #5e5e5e;
}
.newsletter-form .text span:hover,
.newsletter-form .text span.hover {
	border-color:#a3da01;
}
.newsletter-form .row {
	margin:0 0 10px;
}
/* inner pages */
.content-main p.subtitle {
	font-size:1.4em;
	color:#999;
	padding:2px 0 3px;
	margin:0;
	line-height:1.3em;
}
.content-main p.subtitle a {
	color:#999;
	text-decoration:none;
}
.content-main p.subtitle a:hover {
	text-decoration:underline;
}
.content-main h3 {
	font-size:20px;
	margin:0 0 22px;
}
.blog .content-main h3 {
	padding:10px 0 0;
}
.services .content-main  h3 {
	padding:10px 0 0;
}
.services .content-main .list {
	padding-bottom:5px;
}
.image-holder {
	display:block;
	border-bottom:1px solid #bec4cd;
	margin:0 0 32px;
	padding:25px 0 0;
}
.image-holder a img {
	vertical-align:top;
	border:5px solid #E5E5E5;
}
.image-holder a:hover img {
	border-color:#cafb36;
}
.content-main .pager-holder .share {
	font-size:1.4em;
	font-style:italic;
	margin:25px 0 8px;
}
.facebook {
	margin:0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/facebook.png) no-repeat 100%;
	padding:0 20px 0 0;
	text-decoration:none;
	font-size:1.1em;
	color:#999;

	line-height:1.3em;
}
.facebook:hover {
	text-decoration:underline;
}
.rss {
	margin:0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/rss.gif) no-repeat 100%;
	padding:0 20px 0 0;
	text-decoration:none;
	font-size:1.1em;
	color:#999;

	line-height:1.3em;
}
.rss:hover {
	text-decoration:underline;
}
.delicious {
	margin:0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/delicious.png) no-repeat 100%;
	padding:0 20px 0 0;
	text-decoration:none;
	font-size:1.1em;
	color:#999;

	line-height:1.3em;
}
.delicious:hover {
	text-decoration:underline;
}
.digg {
	margin:0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/digg.png) no-repeat 100%;
	padding:0 20px 0 0;
	text-decoration:none;
	font-size:1.1em;
	color:#999;

	line-height:1.3em;
}
.digg:hover {
	text-decoration:underline;
}
.stumbleupon {
	margin:0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/stumbleupon.png) no-repeat 100%;
	padding:0 20px 0 0;
	text-decoration:none;
	font-size:1.1em;
	color:#999;

	line-height:1.3em;
}
.stumbleupon:hover {
	text-decoration:underline;
}
.your-comments {
	padding:0 0 10px;
}
.your-comments .responses {
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
.your-comments .cloud {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-cloud.gif) no-repeat;
	width:40px;
	height:29px;
	padding:5px 0 0;
	float:left;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#89b700;
}
.your-comments .responses .cloud {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-cloud.gif) no-repeat;
	margin:0 13px 0 0;
}
.your-comments .responses p {
	margin:0;
	padding:2px 0 0;
}
.comment-box {
	margin:0 0 20px;
}
.comment-box .author {
	color:#666;
}
.comment-box .highlight {
	background-color:#f1ffd5;
}
.comment-box .highlight .inside {
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-comment-top.gif) no-repeat 0 0;
	padding:30px 28px 0 20px;
	height:1%;
	overflow:hidden;
}
.comment-box .highlight .date {
	font-size:1.4em;
	color:#666;
	text-decoration:underline;
	margin-bottom:8px;
}
.add-comment .title-add {
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
.add-comment .title-add .cloud {
	margin:0 15px 0 0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/bg-cloud.gif) no-repeat;
	width:40px;
	height:29px;
	padding:5px 0 0;
	float:left;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#89b700;
}
.add-comment .title-add h3 {
	float:left;
	margin:0;
}
.send-comments-form .btn-post-comment {
	float:left;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/btn-post-comment.gif) no-repeat;
	width:184px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}
.send-comments-form .btn-post-comment:hover {
	background-position:0 -40px;
}
.box {
	padding:17px 0 0;
}
.office-box {
	padding:16px 0 0;
	width:100%;
	overflow:hidden;
	margin:0 0 12px;
}
.office-box address {
	display:block;
	font-size:1.4em;
	font-style:normal;
	line-height:1.26em;
}
.office-box .cols-holder {
	width:100%;
	overflow:hidden;
	clear:both;
}
.office-box .column1 {
	float:left;
	width:50%;
	padding:6px 0 0;
}
.office-box .column2 {
	float:left;
	width:50%;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/separator4.gif) no-repeat;
	margin:23px 0 0;
}
.office-box .column2 .inside {
	padding:0 0 0 29px;
}
.office-box .item {
	width:100%;
	overflow:hidden;
	margin:0 0 32px;
}
.office-box dl {
	margin:0 0 13px;
	font-size:1.4em;
	height:1%;
	overflow:hidden;
}
.office-box dt {
	float:left;
	clear:left;
	margin:0 5px 0 0;
}
.office-box dd {
	margin:0;
}
.our-team-box .holder {
	padding:16px 0 0;
}
.our-team-box .holder .item {
	width:100%;
	overflow:hidden;
	margin:0 0 29px;
}
.our-team-box .holder .column1 {
	width:145px;
	float:left;
	margin:0 21px 0 0;
}
/*.our-team-box .holder .column2 {
	width:410px;
	float:left;
	border-top:1px solid #e0e0e0;
	padding:10px 0 0;
}*/
.our-team-box .holder .column2 {
	width:410px;
	float:left;
	padding:0 0 0;
}
.our-team-box .holder .column1 .image-holder {
	margin:0;
	padding:0;
}
.our-team-box .holder .column1 a img {
	vertical-align:top;
	border:5px solid #e5e5e5;
}
.our-team-box .holder .column1 a:hover img {
	border-color:#CAFB36;
}
.our-team-box {
	padding:28px 0 0;
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
.content-main .our-team-box .name {
	margin:0 0 0px;
}
.content-main .our-team-box .name .appointment {
	color:#999;
}
.send-comments-form-holder {
	padding:30px 0 0;
}
#content .title .sub {
	width:100%;
	overflow:hidden;
}
#content .title .sub .subtitle {
	float:left;
}
#content .title .sub .rss {
	float:right;
	margin:0;
	background:url(http://sites.google.com/a/empower3w.com/3w/files/rss.gif) no-repeat 100% 0;
	text-decoration:none;
	font-size:1.4em;
	color:#999;
	padding:2px 24px 3px 0;
	line-height:1.3em;
}
#content .title .sub .rss:hover {
	text-decoration:underline;
}




