@import "reset.css";
@import "jquery.jcarousel.css";

body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/global/bg.png) repeat-x left top;
}

a {
	color: #0EB1F2;
}

strong {
	font-weight: bold;	
}

#wrapper {
	width: 953px;
	margin: 0 auto;
	background: #fff url(../images/global/wrapper-bg.jpg) repeat-y left 518px;
}

#container {
	background: transparent url(../images/global/container-bg.jpg) no-repeat left top;
	width: 953px;
	min-height: 820px;
	padding: 0 0 60px 0;
	position: relative;
}

body#home #container {
	padding: 0 0 10px 0;	
}

#footer {
	width: 881px;
	height: 60px;
	margin: 0 auto 40px;
	background: #fff url(../images/global/footer-bg.jpg) no-repeat left top;
	font-size: 9px;
	padding: 8px 36px 0;
}

#footer a {
	color: #000;	
}

#footer a:hover {
	color: #666;	
}

#footer span {
	float: right;	
}

#footer span a {
	color: #999;	
}

#header {
	height: 163px;
	width: 953px;
	position: relative;
	margin: 0 0 17px 0;
}

a#logo {
	width: 251px;
	height: 138px;
	background: url(../images/global/logo.gif) no-repeat left top;
	display: block;
	float: left;
	margin: 25px 0 0 38px;
	text-indent: -9999px;
}

#navigation {
	width: 138px;
	height: 143px;
	float: left;
	margin: 22px 0 0 17px;
	padding: 0 0 0 0;
}

#navigation li {
	list-style-type: none;
	width: 138px; 
}

#navigation li a {
	display: block;
	width: 138px;
	background-image: url(../images/global/navigation-sprite.jpg);
	background-repeat: repeat;
	text-indent: -9999px;
}

#nav-home a {
	height: 20px;
	background-position: 0px 0px;
}

#nav-home a:hover, #nav-home a.active {
	height: 20px;
	background-position: -138px 0px;
}

#nav-services a {
	height: 21px;	
	background-position: 0px -20px;
}

#nav-services a:hover, #nav-services a.active {
	height: 21px;	
	background-position: -138px -20px;
}

#nav-about a {
	height: 20px;
	background-position: 0px -41px;
}

#nav-about a:hover, #nav-about a.active {
	height: 20px;
	background-position: -138px -41px;
}

#nav-news a {
	height: 20px;
	background-position: 0px -61px;
}

#nav-news a:hover, #nav-news a.active {
	height: 20px;
	background-position: -138px -61px;
}

#nav-tools a {
	height: 20px;
	background-position: 0px -81px;
}

#nav-tools a:hover, #nav-tools a.active {
	height: 20px;
	background-position: -138px -81px;
}

#nav-newsletter a {
	height: 21px;
	background-position: 0px -102px;
}

#nav-newsletter a:hover, #nav-newsletter a.active {
	height: 21px;
	background-position: -138px -102px;
}

#nav-contact a {
	height: 20px;
	background-position: 0px -123px;
}

#nav-contact a:hover, #nav-contact a.active {
	height: 20px;
	background-position: -138px -123px;
}

#header-banner {
	width: 245px;
	height: 168px;
	position: absolute;
	top: 0px;
	left: 468px;
}

#login {
	width: 173px;
	height: 38px;
	position: absolute;
	top: 23px;
	left: 745px;
	padding: 108px 0 0 0;
	background: url(../images/global/login-bg.jpg) no-repeat 46px 0px;
}	

#login div {
	background: #000;
	padding: 9px 10px;
	color: #fff;
}

#login div a.action {
	color: #00AAE5;	
	float: right;
}

#login div a.action:hover {
	color: #fff;	
}

#update {
	width: 850px;
	padding: 10px 15px;
	background: #000;
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
}

#update strong {
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	width: 871px;
	padding: 18px 0 0 9px;
	height: 92px;
	margin: 0 auto 22px;
	color: #00AAE5;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1.1px;
}

h1#title-about {
	background: url(../upload/title/about.jpg) no-repeat left top;
}

h1#title-news {
	background: url(../upload/title/news.jpg) no-repeat left top;
}

h1#title-services {
	background: url(../upload/title/services.jpg) no-repeat left top;
}

h1#title-clients {
	background: url(../upload/title/newsletter.gif) no-repeat left bottom;
	height: 55px;
}

h1#title-newsletter {
	background: url(../upload/title/newsletter.jpg) no-repeat left top;
}

h1#title-tools {
	background: url(../upload/title/tools.jpg) no-repeat left top;
}

h1#title-contact {
	background: url(../upload/title/contact.jpg) no-repeat left top;
	margin-bottom: 0px;
}

h1#title-people {
	background: url(../upload/title/people.jpg) no-repeat left top;
}

#content {
	width: 880px;
	margin: 0 auto;
	line-height: 1.4;
	min-height: 440px;
}

#content p {
	margin: 0 0 15px 0;	
}

.column-left-about {
	width: 380px;
	margin: 0 30px 0 0;
	float: left;
}

.column-right-about {
	width: 470px;
	float: left;
}

a#click-here-to-see-our-people {
	background: url(../images/page/click-here-to-see-our-people.gif) no-repeat left top;
	width: 249px;
	height: 30px;
	margin: 25px 0 0 0;
	display: block;
	text-indent: -9999px;
}

#footer-bar {
	width: 864px;
	height: 24px;
	background: url(../images/global/footer-bar-bg.jpg) no-repeat left top;
	color: #fff;
	font-size: 11px;
	padding: 9px 8px 0;
	position: absolute;
	bottom: 8px;
	left: 36px;
}

#home #footer-bar {
	position: relative;
	margin: -1px auto 0;
	left: auto;
	bottom: auto;
}

#footer-bar a {
	color: #fff;	
}

#footer-bar a:hover {
	color: #00AAE5;	
}

#footer-bar a.back-to-top {
	float: right;	
}

#login-popup {
	width: 210px;
	height: 179px;
	padding: 36px 36px 36px 26px;
	position: absolute;
	background: url(../images/global/login-popup-bg.png) no-repeat left top;
	top: 118px;
	right: 18px;
	color: #fff;
	line-height: 1.4;
	display: none;
	z-index: 13000;
}

#login-popup-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#login-popup p.title {
	text-align: right;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1.1px;
	text-align: right;
	line-height: 1;
	z-index: 15000;
	position: absolute;
	width: 210px;
	height: 22px;
	left: 26px;
	top: 36px;
}

#login-popup form {
	width: 210px;
	position: absolute;
	left: 26px;
	top: 58px;
}

#login-popup label {
	display: block;
	color: #fff;
	line-height: 20px;
}

#login-popup input.login-field {
	padding: 5px;
	background: #0EB1F2;
	border: none;
	color: #fff;
	width: 195px;
	font-size: 11px;
	margin: 0 0 8px 0;
}

#login-popup input.login-remember {
	float: left;
	padding: 0 0 0 0 !important;
	margin: 2px 10px 20px 0 !important;
	vertical-align: top;
	width: 13px;
	height: 13px;
}

#login-popup a {
	color: #09B4F6;
	display: block;
}

#login-popup input.login-submit {
	width: 103px;
	height: 32px;
	position: absolute;
	left: 104px;
	top: 155px;
	bottom: 7px;
	border: none;
	background: none;
	text-indent: -9999px;
	padding: 0 0 0 0;
	cursor: pointer;
	outline: none;
}

.column-left-news {
	width: 316px;
	margin: 0 30px 0 0;
	float: left;
}

.column-right-news {
	width: 534px;
	float: left;
}

.column-left-news ul {
	margin: 20px 0 5px 0;	
	min-height: 226px;
}

#content .column-left-news ul li {
	padding: 0 0 16px 48px;
	margin: 0 0 7px 0;
	background: url(../images/news/column-left-li-bg.gif) no-repeat left bottom;
	color: #00abe5;
	font-size: 11px;
}

#content .column-left-news ul li a {
	padding: 2px 0 1px 37px;
	margin: 0 0 0 -37px;
	background: url(../images/news/column-left-li-a-bg.gif) no-repeat left bottom;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#content #column-paging {
	text-align: right;
	color: #666;
	margin: 10px 0 0 0;
}

#column-paging a {
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0;
}

.column-paging-prev {
	padding: 0 5px 0 0;
	font-size: 10px;
}

.column-paging-link {
	font-size: 11px;	
}

.column-paging-next {
	padding: 0 0 0 5px;
	font-size: 10px;
}

.column-paging-link-active {
	color: 	#00abe5 !important;
	font-weight: bold;
}

.column-right-news h2 {
	font-size: 20px;
	font-weight: bold;
	float: left;
	letter-spacing: -0.8px;
}

#content p.column-right-news-date {
	line-height: 28px;
	text-align: right;
	color: #00ABE5;
	margin: 0 0 0 0;
}

.column-right-news hr {
	width: 534px;
	height: 9px;
	border: none;
	background: url(../images/news/column-right-hr.gif) no-repeat left top;
}

#column-left-services {
	width: 210px;
	margin: 0 30px 0 0;
	float: left;
}

#column-right-services {
	width: 640px;
	float: left;
}

#column-right-services h2 {
	color: #000;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: -1.5px;
	line-height: 1;
	margin: 0 0 20px 0;
}

#column-right-services .right {
	float: right;
	margin: 0 0 10px 10px;
}

#content ul {
	padding: 0 0 10px 0;
}

#content ul li {
	margin: 0 0 5px 30px;
	padding: 0 0 0 20px;
	background: url(../images/services/bullet.gif) no-repeat left 3px;
}

#column-left-services ul li {
	padding: 10px 0 0 50px;
	margin: 0 0 5px 0;
	min-height: 37px;
	background: url(../images/services/sidebar-bullet.gif) no-repeat left 3px;	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.3px;
	line-height: 1.1;
}

#column-left-services ul li a {
	text-decoration: none;
	color: #000;
}

#column-left-services ul li a:hover, #column-left-services ul li a.active {
	color: #00AAE5;
}

#content #newsletter-list {
	margin: 20px 0 0 0;
	width: 659px;
}

#content #newsletter-list li {
	padding: 0 0 0 50px;
	margin: 0 0 30px 0;
	background: url(../images/services/sidebar-bullet.gif) no-repeat left 3px;	
}

#content #newsletter-list li h2 {
	float: left;
	color: #00AAE5;
	font-size: 20px;
	font-weight: bold;
}

#content #newsletter-list li h2 a {
	color: #00AAE5;
	text-decoration: none;
}

#newsletter-list li h2 a:hover {
	color: #000;
}

#newsletter-list .newsletter-list-date {
	text-align: right;
	line-height: 24px;
	color: #000;
	margin: 0 0 8px 0;
}

#newsletter-list .newsletter-list-date strong {
	font-weight: bold;
	color: #666;
}

#newsletter-list .newsletter-list-date span {
	color: #999;	
}

#newsletter-list hr {
	width: 609px;
	height: 7px;
	background: url(../images/newsletter/hr.gif) no-repeat left top;
	border: none;
}

#column-left-tools {
	width: 187px;
	margin: 0 30px 0 0;
	float: left;
}

#column-right-tools {
	width: 661px;
	padding: 3px 0 0 0;
	float: left;
}

#column-right-tools ul#column-right-tools-list {
	min-height: 570px;
}

#column-left-tools ul li {
	padding: 15px 0 0 50px;
	margin: 0 0 px 0;
	min-height: 37px;
	background: url(../images/services/sidebar-bullet.gif) no-repeat left 3px;	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.3px;
	line-height: 1.1;
}

#column-left-tools ul li a {
	text-decoration: none;
	color: #000;
}

#column-left-tools ul li a:hover, #column-left-tools ul li a.active {
	color: #00AAE5;
}

#content #column-right-tools ul#column-right-tools-list li {
	margin: 0 0 0 0;	
	background: none;
	padding: 0 0 18px 0;
	width: 661px;
}

.column-right-tools-list-left {
	width: 127px;
	height: 129px;
	margin: 0 13px 0 0;
	float: left;
	background: url(../images/tools/image-bg.gif) no-repeat left top;
	text-align: center;
	line-height: 129px;
}

.column-right-tools-list-right {
	width: 520px;
	float: left;
}

.column-right-tools-list-left img {
	vertical-align: middle;
}	

#column-right-tools ul li h2 {
	color: #00AAE5;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 1px 0;
}

#column-right-tools ul li h2 a {
	color: #00AAE5;
	text-decoration: none;
}

#content p.column-right-tools-list-author {
	font-size: 11px;
	margin: 0 0 5px 0;
}

#column-right-tools ul li hr {
	width: 520px;
	height: 7px;
	border: none none;
	border-width: 0px;
	border-collapse: collapse;
	border-color: #fff;
	background: #fff url(../images/tools/hr.gif);
	padding: 0 0 0 0;
}

#column-left-contact {
	width: 189px;
	margin: 0 30px 0 0;
	padding: 20px 0 0 0;
	float: left;
	font-size: 11px;
}

#column-right-contact {
	width: 631px;
	padding: 20px 15px 9px 15px;
	float: left;
	background: #000 url(../images/contact/column-right-contact-bg.jpg) no-repeat left bottom;
	color: #fff;
}

#column-left-contact h2 {
	font-size: 33px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1.1px;
	margin: 0 0 5px 0;
}

#column-right-contact h2 {
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1.1px;
	margin: 0 0 5px 0;
}

.contact-form-submit {
	display: block;
	margin: 10px 0 -12px 488px;
	clear: both;
}

#column-right-contact hr {
	border: none;
	background: #666666;
	height: 1px;
	width: 625px;
}

#contact-form-left {
	width: 202px;
	margin: 0 20px 15px 0;
	float: left;
}

#contact-form label {
	display: block;
	color: #fff;
	margin: 5px 0;
}

#contact-form #contact-form-left input {
	background: #0EB1F2;
	color: #000;
	padding: 8px 5px;
	width: 192px;
	border: none;
	margin: 0 0 10px 0;
	font-size: 13px;
}

#contact-form-right {
	width: 403px;
	float: left;
	margin: 0 0 15px 0;
}

#contact-form textarea {
	width: 393px;
	height: 154px;
	padding: 8px 5px;
	border: none;
	background: #0EB1F2;
	color: #000;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contact-form-checkbox-wrapper {
	margin: 10px 0;
	position: relative;
	height: 24px;
	line-height: 24px;
}

.contact-form-checkbox-wrapper input {
	margin: 2px 10px 0 0;
}

.contact-form-checkbox-wrapper select {
	text-align: center;
	padding: 2px;
	width: 180px;
	margin: 0 0 0 0px;
	border: 1px solid #666;
	background: url(../images/global/select-bg.jpg) repeat-x top left;
}

.contact-form-checkbox-wrapper select option {
	background: none;	
}

.contact-form-checkbox-wrapper .contact-form-select {
	background: #fff;
	display: block;
	position: absolute;
	left: 220px;
	top: 0px;
}

#content #our-people-list li {
	width: 293px;
	float: left;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#our-people-list li#our-people-list-bertelsen {
	background: url(../images/people/allen-3.jpg) no-repeat left top;	
}

#our-people-list li#our-people-list-harry {
	background: url(../images/people/dinu-3.jpg) no-repeat left top;	
}

#our-people-list li#our-people-list-waters {
	background: url(../images/people/brendan-3.jpg) no-repeat left top;	
}

#our-people-list li#our-people-list-bertelsen:hover a {
	background: url(../images/people/allen-over.gif) no-repeat left top;	
}

#our-people-list li#our-people-list-harry:hover a {
	background: url(../images/people/dinu-over.gif) no-repeat left top;	
}

#our-people-list li#our-people-list-waters:hover a {
	background: url(../images/people/brendan-over.gif) no-repeat left top;	
}

/*
#our-people-list li#our-people-list-bertelsen:hover {
	background: url(../images/people/bertelsen.gif) no-repeat center top;	
}

#our-people-list li#our-people-list-harry:hover {
	background: url(../images/people/harry.gif) no-repeat center top;	
}

#our-people-list li#our-people-list-waters:hover {
	background: url(../images/people/waters.gif) no-repeat center top;	
}*/

#our-people-list div.our-people-list-notes {
	width: 293px;
	height: 382px;
	/*background: url(../images/people/notes.png) no-repeat center top;*/
	cursor: pointer;
}

#our-people-list div.our-people-list-details {
	height: 316px;
	padding: 66px 70px 0;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}

#our-people-list li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 293px;
	position: relative;
	padding: 263px 0 0 0;
}

#our-people-list div.our-people-list-details span {
	color: #0CB2F0;
	text-decoration: none;
}

#our-people-list div.our-people-list-details a:hover {
	color: #000;
}

/*
#our-people-list li#our-people-list-bertelsen div.our-people-list-details {
	background: url(../images/people/bertelsen.png) no-repeat left bottom;
}

#our-people-list li#our-people-list-harry div.our-people-list-details {
	background: url(../images/people/harry.png) no-repeat left bottom;
}

#our-people-list li#our-people-list-waters div.our-people-list-details {
	background: url(../images/people/waters.png) no-repeat left bottom;
}*/

#column-left-people {
	width: 316px;
	margin: 0 30px 0 0;
	float: left;
}

#column-right-people {
	width: 534px;
	min-height: 562px;
	float: left;
	padding: 0 0 50px 0;
	position: relative;
}

#column-right-people h2 {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	background: url(../images/people/h2.gif) no-repeat left bottom;
}

#column-right-people-paging {
	height: 15px;
	width: 494px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 17px 20px 0;
	background: url(../images/people/paging-bg.gif) no-repeat left top;
}

#column-right-people-paging a {
	font-size: 14px;
	border-bottom: 2px solid #999;
	line-height: 1;
	text-decoration: none;
	color: #000;
	letter-spacing: -0.4px;
}

#column-right-people-paging a.next {
	float: right;
}

#column-right-people-paging a:hover {
	color: #0CB2F0;
}

#home-services-list {
	width: 880px;
	height: 435px;
	margin: 0 0 7px 0;
	overflow: hidden !important;
	position: relative;
}

#content #home-services-list li {
	float: left;
	width: 220px;
	height: 435px;
	background: url(../images/home/home-features-list-li-bg.gif) no-repeat left 10px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content #home-services-list li a {
	text-decoration: none;	
	width: 220px;
	height: 435px;
	display: block;
	position: relative;
}

img.home-services-list-image {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#content #home-services-list li a h2 {
	color: #00AAE5;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -1.1px;
	margin: 0 0 0 0px;
	height: 89px;
	line-height: 1.1;
	position: absolute;
	left: 19px;
	top: 12px;
	z-index: 15000;
	text-decoration: none;
}

#content #home-services-list li .home-services-list-overlay {
	background: #15bcfc url(../images/home/home-features-list-li-overlay-bg.jpg) no-repeat left top;
	position: absolute;
	z-index: 10500;
	height: 304px;
	width: 188px;
	padding: 115px 16px 16px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#home-services-list li.active .home-services-list-overlay {
	/*display: block;*/	
}

#content #home-services-list li .home-services-list-overlay h2 {
	color: #fff;
	margin: 6px 0 0 0;
	height: 106px;
}

#content #home-services-list li .home-services-list-overlay p {
	color: #fff;
}

.home-services-list-findout {
	position: absolute;
	font-size: 17px;
	color: #F0F0F0;
	font-weight: bold;
	text-transform: uppercase;
	left: 16px;
	bottom: 0px;
	line-height: 54px;
}

#home-services-paging {
	height: 21px;	
	margin: 0 0 7px 0;
	padding: 15px 0 0 0;
	background: url(../images/home/home-features-list-paging-bg.gif) no-repeat left top;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	font-size: 11px;
}

#home-services-paging-prev {
	width: 88px;
	height: 27px;
	position: absolute;
	left: -5px;
	top: 9px;
	background: url(../images/home/home-services-list-paging-prev.gif) no-repeat left top;
	text-indent: -9999px;
}

#home-services-paging-next {
	width: 88px;
	height: 27px;
	float: right;
	position: absolute;
	right: -5px;
	top: 9px;
	background: url(../images/home/home-services-list-paging-next.gif) no-repeat left top;
	text-indent: -9999px;
}

#home-banner-one, #home-banner-two {
	width: 220px;
	height: 156px;
	float: left;
}

#home-newsletter {
	width: 420px;
	height: 141px;
	float: left;
	margin: 15px 0 0 20px;
}

#home-newsletter h2 {
	color: #00AAE5;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -1.2px;
}

#home-newsletter p {
	font-size: 11px;
	margin: 0 30px 12px 0;
}

#home-newsletter-signup input.field {
	background: #00ADEF;
	padding: 6px;
	width: 285px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin: 0 8px 0 0;
	line-height: 20px;
	float: left;
}

#home-newsletter-signup input.submit {
	font-size: 13px;
	color: #fff;
	background: #000;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 7px 7px 7px 7px;
	border: none;
	float: left;
	width: 114px;
	cursor: pointer;
}

#home-newsletter-signup input.submit:hover {
	background: #00ADEF;
}

#newsletter-signup-form {
	position: absolute;
	left: 46px;
	top: 268px;
	line-height: 32px;
}

#newsletter-signup-form #home-newsletter-signup input.field {
	width: 285px;
	margin: 0 0 0 0;
	font-size: 16px;
	float: left;
}

#newsletter-signup-form #home-newsletter-signup input.submit {
	margin: 0px 0 0 8px;
	font-size: 13px;
	float: left;
}

#newsletter-signup-form #message {
	display: block;
	text-align: right;
	margin: 0 0 0 8px;
	line-height: 32px;
	float: left;
	color: #00AAE5;
	background: #fff;
	padding: 0 8px;
}

.home-services-list-arrow-bg {
	width: 60px;
	height: 58px;
	background: #90D6F0;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
}

.home-services-list-arrow {
	width: 60px;
	height: 58px;
	background: url(../images/home/home-services-list-arrow.png) no-repeat left top;
	right: 0px;
	bottom: 0px;
	z-index: 11000;
	position: absolute;
}

#column-left-clients {
	width: 189px;
	margin: 0 30px 0 0;
	float: left;
}

#column-left-clients ul li {
	padding: 15px 0 0 50px;
	margin: 0 0 px 0;
	min-height: 37px;
	background: url(../images/services/sidebar-bullet.gif) no-repeat left 3px;	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.3px;
	line-height: 1.1;
}

#column-left-clients ul li a {
	text-decoration: none;
	color: #000;
}

#column-left-clients ul li a:hover, #column-left-clients ul li a.active {
	color: #00AAE5;
}

#column-mid-clients {
	width: 440px;
	margin: 0 30px 0 0;
	float:left;
}

#column-mid-clients-feedback {
	width: 380px;
	margin: -26px 30px 0 0;
	float:left;
	padding: 30px;
	background: #000 url(../images/clients/column-mid-clients-feedback-bg.jpg) no-repeat left bottom;
}

#column-right-clients {
	width: 186px;
	float: left;
}

#column-right-clients h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: -0.5px;
}

#column-right-clients hr {
	width: 186px;
	height: 2px;
	border: none;
	background: url(../images/clients/column-right-clients-hr.gif) no-repeat left top;
	margin: 20px 0 10px;
}

.column-right-clients-download {
	display: block;
	line-height: 21px;
	padding: 0 0 0 27px;
	background: url(../images/clients/column-right-clients-download.jpg) no-repeat left center;
}

.column-right-clients-pay {
	display: block;
	line-height: 21px;
	padding: 0 0 0 19px;
	background: url(../images/clients/column-right-clients-pay.jpg) no-repeat left center;
}

#column-mid-clients-folders {
	margin: 35px 0 0 0;	
}

#column-mid-clients-folders div {
	margin: 6px 0;	
}

#column-mid-clients-folders div h2 {
	width: 388px;
	height: 42px;
	padding: 2px 0 0 52px;
	background: url(../images/clients/column-mid-clients-folder.png) no-repeat left top;
	font-size: 20px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

#column-mid-clients-folders div.active h2 {
	background: url(../images/clients/column-mid-clients-folder-active.png) no-repeat left top;

}

#column-mid-clients-folders ul {
	display: none;	
}

#column-mid-clients-folders ul li {
	width: 437px;
	height: 30px;
	background: url(../images/clients/folder-item-bg.jpg) no-repeat right top;
	margin: 0 0 8px 0;
	padding: 0 3px 0 0;
	text-align: right;
	line-height: 30px;
	color: #ccc;
	font-size: 11px;
}

#column-mid-clients-folders ul li a {
	margin: 0 7px;
}

#column-mid-clients-folders ul li span {
	float: left;
	color: #000;
	margin: 0 0 0 30px;
	padding: 0 0 0 27px;
	height: 30px;
	line-height: 30px;
}	

#column-mid-clients-folders ul li span.pdf {
	background: url(../images/clients/pdf.gif) no-repeat left 4px;
}

#column-mid-clients-feedback h2 {
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: -1.1px;
}

#column-mid-clients-feedback p {
	color: #0CB1F2;
	font-size: 11px;
}

#clients-feedback-form  {
	margin: 20px 0 0 0;	
}

#clients-feedback-form label {
	color: #fff;
	display: block;
	margin: 10px 0;
}

#clients-feedback-form .clients-feedback-form-field {
	background: #0CB1F2;
	border: none;
	padding: 10px;
	width: 195px;
	font-size: 12px;
	color: #fff;
}

#clients-feedback-form textarea {
	background: #0CB1F2;
	border: none;
	padding: 10px;
	width: 364px;
	height: 86px;
	font-size: 12px;
	color: #fff;
}

#clients-feedback-form .clients-feedback-form-submit {
	margin: 30px 0 -45px 253px;
}

#column-mid-clients h2 {
	font-size: 33px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1.1px;
}	

#email-popup {
	width: 397px;
	height: 400px;
	padding: 40px 60px 0; 
	background: url(../images/clients/email-form-bg.png) no-repeat left top;
	position: absolute;
	left: 220px;
	color: #fff;
	display: block;
	z-index: 12100;
}

#email-popup-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#email-popup p.title {
	font-size: 33px;
	font-weight: bold;
	letter-spacing: -1.1px;
}

#email-popup label {
	display: block;
	font-size: 12px;
	color: #fff;
	margin: 5px 0;
}

#email-popup .email-field {
	background: #0EB1F2;
	border: none;
	padding: 9px 10px;
	color: #fff;
	width: 195px;
	margin: 0 0 8px 0;
}

#email-popup textarea {
	background: #0EB1F2;
	border: none;
	padding: 9px 10px;
	color: #fff;
	width: 364px;
	height: 58px;
}

#email-popup p.email-popup-file {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	background: url(../images/clients/paperclip.gif) no-repeat left center;
}

#email-popup p.email-popup-file span {
	color: #999;	
}

#email-popup .email-submit {
	border: none;
	background: none;
	text-indent: -9999px;
	left: 314px;
	bottom: 0px;
	cursor: pointer;
	width: 131px;
	height: 47px;
	position: absolute;
}

#success{ padding:10px; background:#0EB1F2; font-weight:bold; margin:20px 0; } 


#payment-popup {
	width: 237px;
	height: 260px;
	padding: 40px 60px 0; 
	background: url(../images/clients/payment-form-bg.png) no-repeat left top;
	position: absolute;
	left: 300px;
	color: #fff;
	display: block;
	z-index: 12100;
}

#payment-popup-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}


#payment-popup p.title {
	font-size: 33px;
	font-weight: bold;
	letter-spacing: -1.1px;
}

#payment-popup label {
	display: block;
	font-size: 12px;
	color: #fff;
	margin: 5px 0;
}

#payment-popup .email-field {
	background: #0EB1F2;
	border: none;
	padding: 9px 10px;
	color: #fff;
	width: 195px;
	margin: 0 0 8px 0;
}

#payment-popup .email-submit {
	border: none;
	background: none;
	text-indent: -9999px;
	left: 150px;
	bottom: 0px;
	cursor: pointer;
	width: 151px;
	height: 47px;
	position: absolute;
	top:210px;
}

.hr {
	display: block;
	margin: 6px 0;
}



#login-pay-popup {
	width: 210px;
	height: 179px;
	padding: 36px 36px 36px 26px;
	position: absolute;
	background: url(../images/global/login-popup-bg.png) no-repeat left top;
	bottom: 5px;
	left: 33px;
	color: #fff;
	line-height: 1.4;
	display: none;
	z-index: 13000;
}

#login-pay-popup-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#login-pay-popup p.title {
	text-align: right;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1.1px;
	text-align: right;
	line-height: 1;
	z-index: 15000;
	position: absolute;
	width: 210px;
	height: 22px;
	left: 26px;
	top: 36px;
}

#login-pay-popup form {
	width: 210px;
	position: absolute;
	left: 26px;
	top: 58px;
}

#login-pay-popup label {
	display: block;
	color: #fff;
	line-height: 20px;
}

#login-pay-popup input.login-field {
	padding: 5px;
	background: #0EB1F2;
	border: none;
	color: #fff;
	width: 195px;
	font-size: 11px;
	margin: 0 0 8px 0;
}

#login-pay-popup input.login-remember {
	float: left;
	padding: 0 0 0 0 !important;
	margin: 2px 10px 20px 0 !important;
	vertical-align: top;
	width: 13px;
	height: 13px;
}

#login-pay-popup a {
	color: #09B4F6;
	display: block;
}

#login-pay-popup input.login-submit {
	width: 103px;
	height: 32px;
	position: absolute;
	left: 104px;
	top: 155px;
	bottom: 7px;
	border: none;
	background: none;
	text-indent: -9999px;
	padding: 0 0 0 0;
	cursor: pointer;
	outline: none;
}

.payment-form label {
	width: 130px;
	display: block;
	padding: 0 20px 5px 0;
	color: #fff;
}

.payment-form hr {
	display: block;
	float: left;
	width: 440px;
	border: none;
	height: 1px;
	background: #000;
	margin: 10px 0;
}

.payment-form input.field-half {
	background:none repeat scroll 0 0 #0EB1F2;
	border:medium none;
	color:#000000;
	font-size:13px;
	margin:0 0 10px;
	padding:8px 5px;
	width:170px;	
}

.payment-form input.field-full {
	background:none repeat scroll 0 0 #0EB1F2;
	border:medium none;
	color:#000000;
	font-size:13px;
	margin:0 0 10px;
	padding:8px 5px;
	width:370px;	
}

#content ul.payment-form li {
	background: none;	
}

#content ul.payment-form li.field-left {
	width: 180px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 0 0 0;
}

#content ul.payment-form li.field-right {
	width: 180px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#content ul.payment-form li.field-full {
	width: 380px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#content ul.payment-form li.field-submit {
	width: 380px;
	clear: both;
	margin: 0 0 -50px 0;
	padding: 0 0 0 0;
	text-align: right;
}

#content ul.payment-form ul.errors {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content ul.payment-form ul.errors li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ff0000;
}

.contact-error {
	color: #ff0000;
	display: none;
}

.column-right-news h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;	
}
