html {
	height: 100%;
	width: 100%;
}
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #404041;
	margin: 0px 6px;
	height: 100%;
}
img {
	border: none;
}
a {
	color: #fc270b;
	text-decoration: none;
}
a.active,
a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
input,select,textarea {
	outline: none;
}
.mandatory {
	color: #FC270B !important;
	font-weight: bold;
}
* html #bg {
	height: 100%;
}
#page {
	width: 100%;
	/*padding-left: 5px;*/
}

#header {
	width: 100%;
	height:15px;
}

.logo {
	left: 0;
	top: 11px;
	margin:5px 0;
	z-index: 100;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 89px;
	overflow: hidden;
	background: url('../images/a-logo.gif') no-repeat;
}

.lang {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	overflow: hidden;
	float: right;
}
.lang li {
	float: left;
	padding: 0 9px;
	display: inline;
	margin-left: -1px;
	background: url(../images/bg-lang.gif) no-repeat 0 50%;
}
.lang li a {
	text-decoration: none;
	color: #404041;
}
.lang li a.active,
.lang li a:hover {
	color: #fc270b;
	text-decoration: none;
}

.media-link {
	margin: 0;
	list-style: none;
	text-align:right;
	padding: 2px 13px 2px 10px;
}
.media-link li {
	padding: 0px;
	border: 0px solid red;
	margin-right: 3px;
}

.media-link li.facebook {
	margin-right: 0px;
}

.mail-address {
	font-size: 12px;
	font-weight: bold;
	float: right;
}

.header-headline {
	color:#03D8F4;
	font-size:1.1em;
 	font-weight:normal;
 	left:260px;
	letter-spacing:-0.8px;
	line-height:18px;
	position:absolute;
	text-align:left;
	top:50px;
}

#content {
	overflow: hidden;
	width: 100%;
}
.cols {
	overflow: hidden;
	width: 100%;
	padding-bottom: 9px;
}
.main {
	float: left;
	width: 100%;
}

.breadcrumbs {
	width: 100%;
	background: url(../images/bg-breadcrumbs.gif) repeat-x;
}
.breadcrumbs div {
	overflow: hidden;
	width: 100%;
	padding: 10px 0 10px;
	background: url(../images/bg-breadcrumbs.gif) repeat-x 0 100%;
}
.breadcrumbs ul {
	margin: 0 0 0 0px;
	display: inline;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.breadcrumbs ul li {
	margin-left: 0px;
	font-size: 11px;
	line-height: 14px;
	display: inline;
	/*background: url(../images/bg-breadcrumbs-arrow.gif) no-repeat 0 50%;*/
	padding: 0 2px;
	color: #fc270b;
}
.breadcrumbs ul li a {
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}
.breadcrumbs ul li span {
	color: #404041;
}
.breadcrumbs ul li a:hover {
	color: #fc270b;
	text-decoration: none;
}
.breadcrumbs ul li strong a {
	font-weight: normal;
	color: #fc270b;
	text-decoration: none;
}
.main-divider {
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
	background: url(../images/bg-breadcrumbs.gif) repeat-x 0 100%;
}
.main-block {
	float: right;
}
.main-block h1 {
	font-size:21px;
	font-weight:normal;
	letter-spacing:-0.5px;
	line-height:22px;
	margin:5px 0 0;
}
.main-block p {
	margin: 5px 0 0;
	line-height: 18px;
}
#nav {
	float: left;
	width: 170px;
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}
#nav li {
	font-size: 27px;
	font-weight: bold;
	line-height: 31px;
	letter-spacing: -1px;
	/*overflow: hidden;*/
}
#nav li a {
	text-decoration: none;
	width: 200px;
	color: #03d8f4;
}
#nav li.active a,
#nav li a:hover {
	color: #fc270b;
}
#nav li strong {
	font-weight: bold;
}
#nav li.active ul {
	width: 200px;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
}
#nav ul li {
	font-size:17px;
	font-weight:normal;
	letter-spacing:0;

}
#nav ul li a {
	color: #fc270b;
	float: left;
}
#nav ul li a.active,
#nav ul li a:hover {
	font-weight: normal;
}

.design-block {
	float: left;
	overflow: hidden;
	height: 1%;
	margin-top: 21px;
	padding: 0 0 0 0px;
}
.design-and-built {
	float: left;
	padding: 0 10px 0 0;
}
.design-and-built h2 {
	margin: 0;
	color: #fc270b;
	font-size: 20px;
	line-height: 25px;
}
.online-marketing {
	float: left;
	padding: 0 10px 0 0;
}
.online-marketing h2 {
	margin: 0;
	color: #fc270b;
	line-height: 25px;
	font-size: 19px;
}
.design-block ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}
.design-block ul li {
	line-height: 19px;
}
.design-block ul li a {
	color: #404041;
	text-decoration: none;
}
.design-block ul li a.active,
.design-block ul li a:hover {
	color: #fc270b;
}
.contact {
	float: right;
	background: #e9eaeb;
	margin-top: 4px;
	padding: 15px 35px 25px 58px;
}
.contact p {
	font-size:15px;
	line-height:18px;
	margin:0 30px 0 0;
	text-align:center;
}
.contact .link {
	display: block; 
	color: #fff;
	text-decoration: none !important;
	width: 117px;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	background: url(../images/a-contact-link.gif) no-repeat;
	position: relative;
}

.management {
	height: 1%;
	/*padding-top: 25px;*/
	margin-top:15px;
}

/*.managementmargin {
	padding-left:170px;
}*/

.management h2 {
	color: #fc270b;
	font-size: 19px;
}
.management p {
	margin: 5px 0 0;
	line-height: 19px;
}
.management .img {
	display: block;
	margin-top: 18px;
}

.management .left {
	display:block;
	float:left;
	padding-right:20px;
	margin-top:4px;
}

.portfolio .bot-block {
	background:transparent url(../images/bg-breadcrumbs.gif) repeat-x scroll 0 100%;
}
.portfolio .bot-block h2 {
	line-height: 19px;
}
.portfolio .bot-block  a {
	color: #404041;
	font-size: 0.9em;
	text-decoration: underline;	
}
.portfolio .bot-block  a.moreinfo {
	color:#FC270B;
	float:right;
	font-size:0.8em;
	padding-right:10px;
	text-decoration:underline;
}

.portfolio .bot-block a:hover {
	color: #fc270b;
	text-decoration: none;
}
.portfolio .bot-block p {
	line-height: 19px;
	font-size: 0.95em;
}

.portfolio-post .bot-block p {
	font-size:0.90em;
	line-height:17px;
	text-align: left;
}
.bot-block {
	overflow: hidden;
	height: 1%;
	/*margin-bottom: -12px;*/
	padding: 0 0 0 0px;
	margin-top: 20px;
}

.bot-block h2 {
	margin: 0;
	color: #404041;
	font-size: 19px;
}
.bot-block h2 a {
	color: #404041;
	line-height: 24px;
}
.bot-block h2 a:hover {
	color: #fc270b;
	text-decoration: none;
}
.bot-block p {
	line-height: 19px;
}

#footer {
	overflow: hidden;
	width: 100%;
	padding: 0px 0 13px 0;
}
.qweb {
	width: 97px;
	margin-top: 8px;
	padding-left: 2px;
}
.footer-lists {
	overflow: hidden;
	height: 1%;
	padding: 6px 14px 7px 10px;
	background: #fff;
	font-size: 12px;
	color: #6e6e70;
	line-height: 18px;
	margin-top: 40px;
}
.footer-lists div {
}
.footer-lists span {
	padding-left: 4px;
}
.footer-lists span a {
	margin-right: 5px;
}
* html .footer-lists span a {
	margin-right: 2px;
}
.footer-lists span a img {
	display: block;
}
.footer-lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.footer-lists ul li {
	padding: 0 6px;
	margin-left: -1px;
	background: url(../images/bg-footer-lists.gif) no-repeat 0 50%;
}
.footer-lists ul li a {
	color: #6e6e70;
}
.footer-lists ul li.active a, .footer-lists ul li a:hover {
	color:#FC270B;
}
#footer address {
	font-size: 12px;
	color: #6e6e70;
	margin-top: 7px;
	padding: 2px 13px 2px 10px;
	font-style: normal;
	line-height: 19px;
	text-align: right;
	background: #fff;
}

#footer address .fn {
	font-weight: bold;
	margin-right: 10px;
}

#footer div.legal {
	clear: both;
	font-size: 12px;
	color: #6e6e70;
	margin-top: 7px;
	padding: 2px 13px 2px 10px;
	font-style: normal;
	line-height: 19px;
	text-align: left;
	background: #fff;
}
#footer div.legal p {
	padding: 0px 0px;
	margin: 0px;
	text-align: right;
}

.inner-main {
	padding-bottom: 22px;
}
.map-block {
	overflow: hidden;
	height: 1%;
	margin-top: 50px;
}
.map-block h2 {
	font-size: 19px;
	margin: 0;
}
.map {
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-top: 11px;
}
.map img {
	display: block;
}


.inner-form {
	overflow: hidden;
	height: 1%;
}
.inner-form input,
.inner-form textarea {
	border: 1px solid #2a70bf; 
}
.inner-form h2 {
	margin: 0;
	line-height: 20px;
	padding-bottom: 30px;
	font-size: 19px;
}
.inner-form label {
	display: block;
	color: #896996;
	padding: 5px 0 2px 1px;
	line-height: 19px;
}
.inner-form .text input {
	width: 200px;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #404041;
}
.inner-form .wide-text input {
	width: 200px;
}
.inner-form .textarea textarea {
	width: 200px;
	overflow: auto;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #404041;
	height: 100px;
}
.inner-form .select {
	overflow: hidden;
	width: 100%;
	padding: 24px 0 0;
}
.inner-form .select label {
	padding: 0;
}
.inner-form .select select {
	font: 11px Arial, Helvetica, sans-serif;
	margin-left: 19px;
	padding: 1px 1px 1px 0;
	color: #404041;
	width: 166px;
}

.inner-form .high-text input {
	margin: 13px 0 0 2px; 
	padding: 0; 
	text-align: center;
	background: none;
	color: #03d8f4;
	width: 146px;
	font: 29px Arial, Helvetica, sans-serif;
}
.inner-form .code label {
	padding-bottom: 8px;
}
.inner-form .code img {
	margin-top: 2px;
	border: 0px solid #2a70bf; 
	cursor: pointer;
}
.inner-form div.checkbox {
	padding-top: 4px;
}
.inner-form .checkbox {
	float: left;
	position: relative;
}
.inner-form .submit {
	clear: both;
	float: left;
	cursor:pointer;
	margin-top: 22px;
	width: 117px;
	height: 48px;
	background: url(../images/btn-inner-form-submit.gif) no-repeat;
	color: #fff;
	border: 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.pagination {
	overflow: hidden;
	margin-top: 18px;
	width: 100%;
	padding-bottom: 8px;
	text-align: right;
}

.pagination span {
	position: relative;
	text-align: right;
	clear: both;
	top: 2px;
}
.pagination ul {
	float: right;
	display: block;
	clear: both;
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
}
.pagination ul li.next a,
.pagination ul li.back a {
	width: 65px;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
}
.pagination ul li {
	float: left;
	font-size: 13px;
	padding-left: 3px;
	line-height: 20px;
	font-weight: bold;
}
.pagination ul li a {
	float: left;
	color: #555;
	text-decoration: none;
	background: #eaeaea;
	width: 17px;
	text-align: center;
}
.pagination ul li strong a {
	padding-right: 0px;
}
.pagination ul li a.active,
.pagination ul li strong a,
.pagination ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #fc270b;
}
.pagination ul li.norm {
	padding-left: 5px;
}
.pagination ul li.norm a {
	width: auto;
	font-size: 11px;
	background: none;
}
.pagination ul li.ind a {
	margin-top: 3px;
}
.pagination ul li.norm a:hover {
	text-decoration: underline;
	color: #555;
	background: none;
}


