@import 'extras.css';
@import "fancy.css";
/* main selectors */
body {
	margin: 0;
	padding: 0;
	color: #282425;
	font: 80% Arial, Helvetica, sans-serif;
	background: #FFF url(../images/background-body.gif) repeat-x;
}

a {
	color: #C31134;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	font-size: 86%;
	white-space: nowrap;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
	line-height: 16px;
}
ol li {
	padding: 3px 0;
}
p.info {
	margin: 0 0 0 10px;
	font-style: italic;
	color: #C31134;;
}

#content-right h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #C31134;
	font-weight: bold;
	text-align: right;
}
.c-bottom h1 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #C31134;
	font-weight: bold;
}
h1.blog {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 28px;
	color: #C31134;
	font-weight: bold;
	text-align: left;
}
h1.blog img {
	border: none;
	text-decoration: none;
}
h1.blog a:hover {
	border: none;
	text-decoration: none;
}


h3 {
	margin: 0;
	padding: 0 0 3px 0;
	color: #C31134;
	font-size: 116%;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

/* SEO headings */
strong.seo {
	display: block;
	position: absolute;
	top: 58px;
	left: 67px;
	z-index: 10;
}

strong.seo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 183px;
	height: 76px;
	background: url(../images/logo.gif) no-repeat;
}

/* container section */
#container {
	margin: 0 auto;
	width: 80%;
	min-width: 774px;
	position: relative;
	padding: 170px 0 0 0;
}

/* header section */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	background: url(../images/background-header.gif) no-repeat 100% 84px;
}

/* header extra navigation section */
#navigation-extra {
	position: absolute;
	top: 0;
	right: 215px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 86%;
	font-weight: bold;
}

#navigation-extra li {
	display: inline;
	line-height: 36px;
	border-left: 1px solid #C31134;
	padding: 0 2px 0 8px;
}

#navigation-extra li:first-child {
	border-left: none;
}

#navigation-extra li a {
	color: #C31134;
	text-decoration: none;
}

#navigation-extra li a:hover, #navigation-extra li a.active {
	color: #6B6B6B;
}

/* header search form section */
#header div.form-search {
	position: absolute;
	top: 9px;
	right: 70px;
}

#header div.form-search input.text {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 4px 1px 4px;
	border: 1px solid #6A6868;
	background-color: transparent;
	font: 11px Arial, Helvetica, sans-serif;
	color: #C31134;
	width: 110px;
}

#header div.form-search input.submit {
	display: block;
	float: left;
	margin: 3px 5px 0 0;
}

/* main navigation section */
#navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 118px;
	right: 70px;
	width: 90%;
}

* html #navigation-main {
	right: 69px;
}


#navigation-main li {
	float:  right;
}

#navigation-main li a {
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	width: 79px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background: #595959 url(../images/navigation-main.gif) no-repeat;
	text-align: center;
	text-decoration: none;
}

#navigation-main li.active a {
	color: #595959;
	background-color: #BBBDBF;
	background-position: bottom left;
}

#navigation-main li a:hover,
#navigation-main li:hover a,
#navigation-main li.hover a
#navigation-main li.active a:hover {
	color: #FFF;
	background-color: #C31134;
	background-position: 0 -37px;
}

#navigation-main ul {
	position: absolute;
	top: 37px;
	right: 0;
	height: 35px;
	display: none;
	width: 100%;
	text-align: right;
}

#navigation-main li:hover ul,
#navigation-main li.hover ul {
	display: block;
}

#navigation-main ul li {
	float: none;
	display: inline;
	line-height: 35px;
	padding: 0 10px 0 10px;
}

#navigation-main ul li a,
#navigation-main li.active ul li a,
#navigation-main li:hover ul li a,
#navigation-main li.hover ul li a {
	display: inline;
	float: none;
	background: none;
	font-size: 13px;
	color: #6B6B6B;
	text-decoration: none;
}

#navigation-main ul li a:hover,
#navigation-main li.active ul li a:hover,
#navigation-main li:hover ul li a:hover,
#navigation-main li.hover ul li a:hover {
	color: #C31134;
	text-decoration: none;
	background: none;
}

#navigation-main ul li a.active,
#navigation-main li.active ul li a.active,
#navigation-main li:hover ul li a.active,
#navigation-main li.hover ul li a.active {
	color: #595959;
	background: none;
	text-decoration: none;
}

/* footer section */
#footer {
	padding: 0 70px 0 35px;
	position: relative;
	height: 1%;
	top: -25px;
	overflow: hidden;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	font-size: 76%;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #ACABAB;
	line-height: 26px;
	padding: 0 0 0 4px;
}

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

#footer ul li a {
	color: #ACABAB;
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a.active {
	text-decoration: none;
	color: #595959;
}


/* content section */
#content-holder {
	margin: 0 60px 0 0;
}

/* top background */
#content-holder div.bg-top {
	background: url(../images/bg-top.gif) repeat-x;
	width: 100%;
}

#content-holder div.bg-top div {
	background: url(../images/bg-top-left.gif) no-repeat;
}

#content-holder div.bg-top div div {
	background: url(../images/bg-top-right.gif) no-repeat top right;
	width: 100%;
	height: 19px;
}

/* bottom background */
#content-holder div.bg-bottom {
	background: url(../images/bg-bottom.gif) repeat-x;
	width: 100%;
}

#content-holder div.bg-bottom div {
	background: url(../images/bg-bottom-left.gif) no-repeat;
}

#content-holder div.bg-bottom div div {
	background: url(../images/bg-bottom-right.gif) no-repeat top right;
	width: 100%;
	height: 26px;
}

/* left background */
#content-holder div.bg-left {
	background: url(../images/bg-left.gif) repeat-y;
}


/* right background */
#content-holder div.bg-right {
	background: url(../images/bg-right.gif) repeat-y top right;
	padding-right: 10px;
	height: 1%;
}

/* content section */
#content {
	width: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.index #content {
	background-image: url(../images/background-index.jpg);
}

#content-right {
	width: 287px;
	padding: 15px 17px 15px 10px;
	float: right;
}
#sidebar-text {
	text-align: left;
	padding-left: 60px;
}

#content-left {
	margin-right: 314px;
	background: url(../images/background-content-left.gif) repeat-y;
}

#single-col {
	width: 100%;
	background: url(../images/background-content-left.gif) repeat-y;
}

#content-left div.c-top {
	background: url(../images/background-content-left-top.gif) no-repeat;
}

#content-left div.c-bottom {
	background: url(../images/background-content-left-bottom.gif) no-repeat bottom left;
	padding: 35px 12px 25px 65px;
}

/* text box section */
div.text-box {
	border-bottom: 2px solid #A6A8AA;
	margin-bottom: 30px;
}

/* news list section */
ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.news li {
	line-height: 23px;
	padding-left: 16px;
	background: url(../images/bullet-news.gif) no-repeat 0 6px;
}

/* promo section */
#promo {
	overflow: hidden; 
	padding-left: 36px;
}

#promo-right {
	width: 315px;
	float: right;
}

/* The IE6 Three Pixel */
* html #promo-right {
	margin-left: -3px;
}

#promo-left {
	margin-right: 315px;
	background-color: #BBBDBF;
	border: 1px solid #CFD0D2;
	padding: 18px 75px 18px 30px;
	min-height: 79px;
}

/* The IE6 Three Pixel */
* html #promo-left {
	height: 79px;
	margin-right: 0;
}

#promo-left p {
	margin: 0;
	padding: 0;
}

/* teaser list */
ul.teaser {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul.teaser li {
	float: left;
	width: 105px;
	background: url(../images/background-teaser.gif) no-repeat;
	height: 117px;
}

ul.teaser li a {
	display: block;
	float: left;
	text-align: center;
	width: 105px;
	height: 47px;
	line-height: 47px;
	font-size: 12px;
	color: #6A696C;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 70px;
}

ul.teaser li a:hover {
	text-decoration: none;
	color: #C31134;
}

ul.teaser li a.commerce {
	background-image: url(../images/icon-commerce1.gif);
}
ul.teaser li a.cms {
	background-image: url(../images/icon-cms1.gif);
}
ul.teaser li a.marketing {
	background-image: url(../images/icon-marketing1.gif);
}

.next-page {
	margin: 20px 0 10px 0;
	padding: 10px 0 5px 15px;
	background: #F2F3F3;
}


