html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
}

a:link,
a:visited {
	color: #1B7FD9;
	text-decoration: none;
}

a:hover,
a:active {
	color: #1B7FD9;
	text-decoration: underline;
}

img {
	border: none;
}

input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#container {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 170px;
	padding-top: 15px
}

#header h1 {
	float: left;
	width: 255px;
	margin: 25px 0 0 50px;
	background: url(/img/logo.png) no-repeat top left;
}
* html #header h1 {
	margin-left: 25px;
}

#header h1 a {
	display: block;
	height: 80px;
	text-indent: -1000px;
	overflow: hidden;
}

/* Main menu */

#main-menu {
	height: 70px;
	background: url(/img/menu.png) no-repeat top left;
}

#main-menu ul {
	margin: 0;
	padding: 6px 0 0 20px;
	list-style: none;
}

#main-menu ul li {
	float: left;
	height: 28px;
	margin: 0 5px 0 0;
	padding: 23px 17px 0 15px;
}

* html #main-menu ul li {
	width: 10px;
	white-space: nowrap;
}

#main-menu ul li a {
	display: block;
	color: white;
}

#main-menu ul li.active {
	height: 50px;
	padding: 0 0 0 5px;
	background: url(/img/menu_active_left.png) no-repeat top left;
}

#main-menu ul li.active a {
	display: block;
	height: 28px;
	padding: 23px 17px 0 10px;
	background: url(/img/menu_active_right.png) no-repeat top right;
}

/* Navigation line */

#nav {
	height: 16px;
	margin: 10px 10px 10px 20px;
}

#nav .breadcrumb {
	float: left;
	font-size: 10px;
	color: #979BA0;
}

#nav .breadcrumb a {
	color: #979BA0;
}

#nav ul.menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul.menu li {
	float: left;
	width: 16px;
	margin: 0 0 0 5px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul.menu li.home {
	background-image: url(/img/icon_home.png);
}

#nav ul.menu li.customer {
	background-image: url(/img/icon_customer.png);
}

#nav ul.menu li.contact {
	background-image: url(/img/icon_contact.png);
}

#nav ul.menu li.sitemap {
	background-image: url(/img/icon_sitemap.png);
}

#nav ul.menu li a {
	display: block;
	height: 16px;
	text-indent: -1000px;
	overflow: hidden;
	color: white;
	font-size: 0;
}

/* Content */

#content {
	float: left;
	width: 657px;
	min-height: 400px;
	margin: 0 0 20px 20px;
	color: #879CA6;
}
* html #content {
	margin-left: 0;
	padding-left: 20px;
}

#content.admin {
	float: none;
	width: auto;
	margin: 0 10px 40px 15px;
}

#content h2 {
	margin: 30px 0 20px -15px;
	padding: 0 0 10px 15px;
	color: #1f8adc;
	border-bottom: 1px solid #dce9fb;
	font-size: 18px;
}

#content h3 {
	margin: 25px 0 15px -15px;
	padding: 0 0 10px 15px;
	color: #97BF0F;
	border-bottom: 1px solid #dce9fb;
	font-size: 16px;
}

#content p {
	margin: 8px 0;
}

#content .date {
	margin: 0 0 15px 0;
}

#content address {
	font-style: normal;
}

#content .tel {
	color: #2E92DE;
	font-size: 13px;
}


/* Right hand column */

#right {
	float: right;
	width: 305px;
	margin: 0 5px 0 0;
}

/* Footer */

#footer {
	height: 120px;
	background: url(/img/footer.png) no-repeat top left;
}

#footer a {
	color: #8AB5F2;
}

#footer ul {
	height: 50px;
	margin: 0;
	padding: 28px 30px 0 0;
	list-style: 0;
	text-align: right;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 12px;
	border-left: 1px solid #8AB5F2;
}

#footer ul li.first {
	border-left: none;
}

#footer ul li.active {
	font-weight: bold;
}

#footer .copy {
	clear: both;
	float: left;
	margin: 0 0 0 25px;
	color: #879CA6;
	font-size: 11px;
}
* html #footer .copy {
	margin-left: 12px;
}

#footer address {
	float: right;
	margin: 0 15px 0 0;
	color: #879CA6;
	font-size: 11px;
	font-style: normal;
	text-align: right;
}

* html #footer address {
	margin-right: 7px;
}

#footer span {
	color: #8AB5F2;
}

#gmap {
	float: left;
	width: 400px;
	height: 300px;
	margin: 0 20px 20px 0;
	border: 1px solid #dce9fb;
}

/* Forms */

input,
select,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
}

form div.input {
	clear: left;
	margin: 0;
	padding: 5px;
}

form div.input label {
	display: block;
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	text-align: right;
}

form div.submit {
	padding: 5px;
	margin: 0 0 0 110px;
}

form .error-message {
	color: #f00;
	margin-left: 110px;
	font-size: 11px;
}

div.input.text input,
div.input.password input,
div.input.textarea textarea {
	padding: 2px;
	border: 1px solid #e0e0e0;
	color: #879CA6;
}

div.submit input {
	background-color: #e0e0e0;
	color: #666;
	border: 1px outset;
}


/* Tables */

table.list {
	border: none;
	border-collapse: collapse;
}

table.list th {
	padding: 5px 10px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list td {
	padding: 5px 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list tr.altrow td{
	background-color: #f4f4f4;
}

table td.center {
	text-align: center;
}


/* Definition list */

dl {
	margin: 0 0 0 20px;
	padding: 0;
}

dt {
	clear: left;
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	font-weight: bold;
	text-align: right;
}

dd {
	float: left;
	width: 800px;
	margin: 0 0 10px 0;
}

/* Actions list */

div.actions ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

div.actions ul li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}

/* Paging */

.paging {
	clear: both;
	margin: 0 15px 0 15px;
	padding-top: 20px;
	font-size: 11px;
}

.paging div {
	display: inline;
	margin: 0 10px;
}

.paging span {
	margin: 0 10px;
}

.paging div.left {
	display: block;
	float: left;
	margin: 0;
}

.paging div.right {
	display: block;
	float: right;
	margin: 0;
}

.paging .disabled {
	color: #ccc;
}


/* Boxes */

.box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/img/box_bottom.png) no-repeat bottom left;
}

.box h2 {
	height: 23px;
	margin: 0;
	padding: 12px 15px 8px 15px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.box h2.green {
	background-image: url(/img/box_top_green.png);
}

.box h2.blue {
	background-image: url(/img/box_top_blue.png);
}

.box .content {
	min-height: 50px;
	padding: 10px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.blue-box {
	margin: 10px 0 20px -15px;
	padding: 10px 15px;
	background-color: #4284C0;
	color: #fff;
}


/* Featured products */

.featured-container {
	width: 285px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.featured-container .panels {
	position: absolute;
}

.featured-container .panel {
	float: left;
	width: 285px;
	background: url(/img/line1.png) no-repeat top left;
	padding: 5px 0;
}

.featured-container ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.featured-container ul.nav li {
	margin: 8px 0 0 0;
	padding: 0;
}

.featured-container ul.nav li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -1000px;
	overflow: hidden;
}

.featured-container ul.nav li.prev {
	float: left;
}

.featured-container ul.nav li.prev a {
	background: url(/img/icon_prev.png) no-repeat top left;
}

.featured-container ul.nav li.next {
	float: right;
}

.featured-container ul.nav li.next a {
	background: url(/img/icon_next.png) no-repeat top left;
}

.featured-container h3 {
	margin: 0 16px 3px 16px;
	color: #0352A9;
	font-size: 12px;
	text-align: center;
}

.featured-container .type {
	margin: 0 16px 3px 16px;
	color: #8AB5F2;
	font-size: 11px;
	text-align: center;
}

.featured-container .image {
	padding: 8px 0;
	background: url(/img/line1.png) no-repeat top left;
	text-align: center;
}

.featured-container .descr {
	background: url(/img/line1.png) no-repeat top left;
	padding: 10px 20px;
	color: #879CA6;
	font-size: 11px;
}

.featured-container .descr p {
	margin: 0;
}

.featured-container .more {
	padding-top: 2px;
	background: url(/img/line1.png) no-repeat top left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.featured-container .more a {
	color: #0352A9;
}

.wide-box {
	margin: 0 0 10px -15px;
	padding: 0 0 10px 0;
	background: url(/img/widebox_bottom.png) no-repeat bottom left;
}

.wide-box ul.tabs {
	height: 40px;
	margin: 0;
	padding: 0 0 10px 10px;
	background: url(/img/widebox_top.png) no-repeat bottom left;
	list-style: none;
}

.wide-box ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

.wide-box ul.tabs li a {
	display: block;
	width: 156px;
	height: 20px;
	padding: 15px 10px 5px 10px;
	background: url(/img/tab_grey.png) no-repeat top left;
	color: #97a097;
	text-decoration: none;
}

.wide-box ul.tabs li a.active {
	background-image: url(/img/tab_blue.png);
	color: #fff;
}

.wide-box .inside {
	padding: 10px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.wide-box .content p {
	margin-left: 0;
}

.banner-box {
	width: 129px;
	height: 48px;
	margin: 20px 0 20px 40px;
	padding: 15px 10px 10px 90px;
	color: #879CA6;
	font-size: 11px;
}

.banner-box h4 {
	margin: 0;
	font-size: 12px;
}

.banner-box p,
#content .banner-box p {
	margin: 0;
}

.banner-box .time {
	color: #9EC20E;
	font-weight: bold;
	font-size: 12px;
}

.banner-box .tel {
	color: #4284C0;
	font-weight: bold;
	font-size: 12px;
}

.banner-box.office-hours {
	background: url(/img/box_office_hours.png) no-repeat top left;
}

.banner-box.emergency {
	background: url(/img/box_emergency.png) no-repeat top left;
}


/* News */

.news {
	min-height: 270px;
	margin: 0 0 20px -15px;
	padding-left: 270px;
	background: url(/img/banner_news.jpg) no-repeat;
}
* html .news {
	height: 270px;
}

#content .news h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #1B7FD9;
	border: none;
}

.news-item-short {
	margin-bottom: 20px;
	font-size: 11px;
}

.news-item-short .date {
	float: left;
	width: 50px;
	color: #9A9A9A;
}

.news-item-short h3 {
	margin: 0 0 0 50px;
	color: #1B7FD9;
	font-size: 11px;
	font-weight: normal;
}

.news-item-short .description {
	margin: 0 0 0 50px;
	color: #879CA6;
}

.news-item-short .read-more {
	margin: 15px 0 0 0;
	padding: 0 30px 0 0;
	background: url(/img/line2.png) no-repeat bottom left;
	text-align: right;
}

#content .news-items {
	margin-left: -15px;
}

#content .news-item {
	float: left;
	width: 310px;
	margin: 10px 0 10px 15px;
	background: url(/img/icon_news.png) no-repeat top left;
}

#content .news-item.odd {
	clear: left;
}

#content .news-item h3 {
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 50px;
	color: #4284C0;
	border: none;
	font-size: 13px;
	font-weight: bold;
}

#content .news-item .date {
	margin: 0 0 5px 0;
	padding: 0 0 5px 50px;
	color: #879CA6;
	border-bottom: 1px solid #DCE9FB;
	font-weight: bold;
}

#content .news-item .description {
	overflow: hidden;
}

#content .news-item p {
	margin: 0 0 0 5px;
}


/* Home page */

#home-content-marketing,
#home-content-seo {
	display: none;
}


/* About */

div.about {
	background: url(/img/banner_about.jpg) no-repeat;
	margin-left: -15px;
	padding-left: 270px;
}

/* servoces */

ul.services {
	margin: 0 0 20px -15px;
	padding: 0 0 0 270px;
	background: url(/img/banner_services.jpg) no-repeat top left;
	list-style: none;
}

ul.services li {
	margin: 0;
	padding: 15px 0 15px 70px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	border-bottom: 1px solid #dce9fb;
	font-size: 11px;
}

ul.services li.webdesign {
	border-top: 1px solid #dce9fb;
	background-image: url(/img/icon_portfolio_webdesign.png);
}

ul.services li.seo {
	background-image: url(/img/icon_portfolio_seo.png);
}

ul.services li.marketing {
	background-image: url(/img/icon_portfolio_marketing.png);
}

#content ul.services li h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #1f8adc;
	border-bottom: none;
	font-size: 13px;
}

#content ul.services li p {
	margin: 0;
}

/* Portfoliio */

ul.portfolio-types {
	margin: 0 0 20px -15px;
	padding: 0 0 0 270px;
	background: url(/img/banner_portfolio.jpg) no-repeat top left;
	list-style: none;
}

ul.portfolio-types li {
	margin: 0;
	padding: 15px 0 15px 70px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	border-bottom: 1px solid #dce9fb;
	font-size: 11px;
}

ul.portfolio-types li.webdesign {
	border-top: 1px solid #dce9fb;
	background-image: url(/img/icon_portfolio_webdesign.png);
}

ul.portfolio-types li.seo {
	background-image: url(/img/icon_portfolio_seo.png);
}

ul.portfolio-types li.marketing {
	background-image: url(/img/icon_portfolio_marketing.png);
}

#content ul.portfolio-types li h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #1f8adc;
	border-bottom: none;
	font-size: 13px;
}

#content ul.portfolio-types li p {
	margin: 0;
}

.portfolio-section {
	margin: 10px 0 10px -15px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.portfolio-section.webdesign {
	background: url(/img/icon_portfolio_webdesign.png) no-repeat 10px 0;
	border-left: 1px solid #fff;
}
.portfolio-section.seo {
	background-image: url(/img/icon_portfolio_seo.png);
}
.portfolio-section.marketing {
	background-image: url(/img/icon_portfolio_marketing.png);
}

#content .portfolio-section h3 {
	margin: 0 0 30px 60px;
	padding: 13px 0 0 10px;
	color: #1F8ADC;
	font-weight: normal;
}

.portfolio-section .project {
	float: left;
	margin: 0 0 15px 15px;
	padding: 11px;
	border: 1px solid #A7C825;
	text-align: center;
}

.portfolio-section .project a {
	display: block;
	width: 180px;
	height: 120px;
}

.portfolio-section img {
	width: 180px;
	height: 120px;
}

.project-details {
}

.project-details .url {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.project-details .image {
	float: left;
	margin-left: -15px;
	padding: 9px;
	border: 1px solid #e0e0e0;
}
* html .project-details .image {
	margin-left: -7px;
}

.project-details .images {
	float: right;
	width: 300px;
}

.project-details .images img {
	float: left;
	margin: 0 0 10px 10px;
	padding: 9px;
	border: 1px solid #e0e0e0;
	text-align: right;
}

.project-details .content {
	clear: both;
}

#content .neighbours {
	float: right;
	margin-top: 30px;
	font-size: 16px;
}

/* Contanct */

.column-contact-left {
	float: left;
	width: 260px;
	margin: 0 10px 0 -15px;
	padding-top: 280px;
	background: url(/img/banner_contact.jpg) no-repeat top left;
}

.column-contact-left .banner-box {
	margin-left: 15px;
}

.column-contact-right {
	float: left;
	width: 395px;
}

/* Map */

img.map {
	float: left;
	margin: 0 10px 10px 0;
}

/* Testimonial */

.testimonial {
	float: right;
	width: 200px;
	height: 148px;
	margin: 0 -5px 0 0;
	padding: 7px 455px 10px 30px;
	background: url(/img/testimonial_news.jpg) no-repeat top right;
	font-size: 10px;
	overflow: hidden;
}

.testimonial.banner-home {
	padding: 7px 35px 10px 450px;
	background: url(/img/testimonial_home.jpg) no-repeat top right;
}

.testimonial.banner-news {
	background: url(/img/testimonial_news.jpg) no-repeat top right;
}

.testimonial.banner-about {
	background: url(/img/testimonial_about.jpg) no-repeat top right;
}

.testimonial.banner-services {
	background: url(/img/testimonial_services.jpg) no-repeat top right;
}

.testimonial.banner-portfolio {
	background: url(/img/testimonial_portfolio.jpg) no-repeat top right;
}

.testimonial.banner-where {
	background: url(/img/testimonial_where.jpg) no-repeat top right;
}

.testimonial.banner-contact {
	background: url(/img/testimonial_contact.jpg) no-repeat top right;
}

.testimonial .content {
	margin-bottom: 5px;
	color: #ccc;
	line-height: 140%;
}

.testimonial .content p {
	margin: 0;
}

.testimonial .author {
	margin-bottom: 5px;
	color: #32B2FE;
	font-weight: bold;
}

.testimonial .links a {
	color: #A8C520;
}

.testimonials {
}

.testimonials .item {
	margin: 0 0 20px 0;
}

.testimonials .item .author {
	font-weight: bold;
}

/* Misc classes */

.clear {
	clear: both;
}

ul.more-links {
	clear: both;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #DCE9FB;
	text-align: right;
	text-transform: lowercase;
	font-size: 11px;
}

ul.more-links li {
	display: inline;
	position: relative;
	bottom: -1px;
	margin: 0 15px 0 0;
	padding: 0 5px;
	border-bottom: 1px solid #ABCAF6;
}

ul.more-links li a {
	text-decoration: none;
}

ul.compact {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.compact li {
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	background: url(/img/bullet.png) no-repeat;
	background-position: 0 3px;
}


form.login {
	float: right;
	margin: 18px 10px 0 0;
	padding-left: 26px;
	background: url(/img/icon_login.png) no-repeat 0 2px;
}

form.login input.text {
	width: 101px;
	height: 19px;
	padding: 2px 4px;
	background: url(/img/textbox_login.png) no-repeat top left;
	color: #fff;
	border: none;
	font-size: 11px;
}

form.login input.button {
	width: 58px;
	height: 21px;
	background: url(/img/button_login.png) no-repeat top left;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	bottom: 1px;
}

/* Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

