/* Copyright 2010 HID Digital Solutions. */
@media all {

	/* General. */
	body {
		margin: 0;
		font: 12px arial;
	}

	.clear {
		clear: both;		
	}

	.postit {
		position: absolute;
	}

	a,
	input {
		outline: none;
	}

	/* Buttons. */
	.button {
		font-size: 11px;
		line-height: 23px;
		color: #dc006b;
		background: #fff;
		font-weight: 900;
		text-align: center;
		width: 88px;
		float: right;
		text-transform: uppercase;
		text-decoration: none;
		margin: 20px 40px 0 0;
	}

	.button:hover {
		text-decoration: underline;
	}

	.blue {
		margin: 0;
		background: url(/images/website/background_button.png);
		width: 120px;
		height: 23px;
		color: #fff;
	}

	.buttonBlue {
		font-size: 11px;
		line-height: 23px;
		color: #fff;
		background: url(/images/website/background_button.png);
		font-weight: 900;
		text-align: center;
		width: 120px;
		height: 23px;
		float: right;
		text-transform: uppercase;
		text-decoration: none;
		margin: 0 0 24px 0;
	}

	.buttonBlue:hover {
		text-decoration: underline;
	}

	/* Rounding. */
	.rounding {
		position: absolute;
		margin: 0;
		width: 5px;
		height: 5px;
		z-index: 20;		
	}

	.roundingTopLeft {
		background: url(/images/website/roundingTopLeft.png) no-repeat;
	}

	.roundingTopRight {
		margin: 0 0 0 953px;
		background: url(/images/website/roundingTopRight.png) no-repeat;
	}

	.roundingBottomLeft {
		margin: 39px 0 0 0;
		background: url(/images/website/roundingBottomLeft.png) no-repeat;
	}

	#slideshow .roundingBottomLeft {
		margin-top: 405px;
	}

	.roundingBottomRight {
		margin: 39px 0 0 953px;
		background: url(/images/website/roundingBottomRight.png) no-repeat;
	}

	#slideshow .roundingBottomRight {
		margin-top: 405px;
	}

	.banner .roundingTopRight {
		margin: 0 0 0 307px;
	}

	.banner .roundingBottomRight {
		margin: 195px 0 0 307px;
	}

	.banner .roundingBottomLeft {
		margin: 195px 0 0 0;
	}

	.banner.large .roundingBottomRight {
		margin: 195px 0 0 630px;
	}

	.banner.large .roundingTopRight {
		margin: 0 0 0 630px;
	}

	.banner.wide .roundingBottomRight {
		margin: 245px 0 0 953px;
	}

	.banner.wide .roundingTopRight {
		margin: 0 0 0 953px;
	}

	.banner.wide .roundingBottomLeft {
		margin: 245px 0 0 0;
	}

	.banner h1 {
		position: absolute;
		color: #fff;
		font-size: 65px;
		font-weight: 100;
		padding: 0;
		margin: 124px 0 0 23px;
	}

	.banner h2 {
		position: absolute;
		color: #80013F;
		font-size: 22px;
		font-weight: 100;
		padding: 0;
		margin: 100px 0 0 25px;
	}

	.banner.wide h1 {
		margin: 164px 0 0 32px;
	}

	.banner.wide h2 {
		margin: 140px 0 0 35px;
	}

	/* Wrapper. */
	.wrapper {
		width: 958px;
		margin: 0 auto;
		height: 300px;
	}

	/* Top. */
	.top {
		height: 73px;
	}

	.top .logo {
		position: absolute;
		display: block;
		width: 64px;
		height: 44px;
		margin: 13px 0 0 0;
		background: url(/images/website/logo.png) no-repeat;
	}

	.top .search {
		display: inline;
		position: absolute;
		margin: 16px 0 0 822px;
	}

	.top .search input {
		float: left;
		border: 1px solid #C3C3C3;
		font-size: 11px;
		border-right: 0;
		color: #A3A3A3;
		height: 13px;
		padding: 1px 2px 1px 2px;
		width: 114px;
	}

	.top .search input.submit {
		padding: 0;
		height: 15px;
		width: 16px;
		border-left: 0;
		border-right: 1px solid #C3C3C3;
	}

/*	.top .search a {
		display: block;
		width: 137px;
		font-size: 11px;
		color: #4B5C68;
		text-align: right;
		text-decoration: none;
		line-height: 18px;		
	}

	.top .search a:hover {
		text-decoration: underline;
	}*/

	/* Menu. */
	.menu {
		height: 44px;
		margin: 0 0 12px 0;
		padding: 0;
		list-style-type: none;
	}

	.menu li,
	.menu li a {
		float: left;
	}

	.menu li a {
		display: block;
		font-weight: 100;
		width: 136px;
		height: 44px;
		text-align: center;
		color: #4B5C68;
		text-transform: uppercase;
		text-decoration: none;
		border-right: 1px solid #fff;
		background: url(/images/website/background_menu.png) 0px 0px repeat-x;
		outline: none;
	}

	.menu li.active a,
	.menu li a:hover {
		background-position: 0px -44px;
		color: #fff;
	}

	.menu .last a {
		border: 0;
	}

	.menu a span {
		display: block;
		padding-top: 17px;
	}

	/* Slideshow. */
	#slideshow {
		position: relative;
		overflow: hidden;
	}

	#slideshow #slidePosition {
		position: absolute;
		margin: 395px 449px;
		padding: 0;
		list-style-type: none;
		z-index: 50;
	}

	#slideshow #slidePosition li {
		float: left;
	}

	#slideshow #slidePosition li a {
		display: block;
		outline: none;
		width: 8px;
		height: 8px;
		background: url(/images/website/sliderDot.png) center center no-repeat;
	}

	#slideshow #slidePosition li.active a {
		background: url(/images/website/sliderDot_hover.png) center center no-repeat;
	}

	#slideshow #slidePosition #slidePosition_pause a {
		padding-right: 10px;
		background: url(/images/website/sliderPause.png) center center no-repeat;
	}

	#slideshow #slidePosition #slidePosition_pause.active a {
		background: url(/images/website/sliderPause_hover.png) center center no-repeat;
	}

	#slideshow #slidesContainer {
		position: relative;
		width: 958px;
		height: 410px;
		overflow: hidden;
	}

	#slideshow #slidesContainer .slide {
		float: left;
		width: 958px;
		height: 410px;
		background: #DC006B;
	}

	#slideshow #slidesContainer .slide a {
		display: block;
		position: absolute;
		width: 958px;
		height: 410px;
		z-index: 30;
	}

	#slideshow #slidesContainer .slide h1 {
		position: absolute;
		color: #fff;
		font-size: 95px;
		font-weight: 100;
		padding: 0;
		margin: 302px 0 0 30px;
	}

	#slideshow #slidesContainer .slide h2 {
		position: absolute;
		color: #80013F;
		font-size: 22px;
		font-weight: 100;
		padding: 0;
		margin: 270px 0 0 34px;
	}

	/* Banners. */
	.banners {
		margin-bottom: 12px;
	}

	.banner {
		float: left;
		width: 312px;
		height: 200px;
		margin-right: 11px;
		background: #DC006B;
	}

	.banner.last {
		margin-right: 0;
	}

	.banner.large {
		width: 635px;
	}

	.banner.wide {
		width: 958px;
		height: 250px;
		margin-bottom: 24px;
	}

	/* Content. */
	.contentWrapper {
		margin-top: 24px;
	}

	.contentWrapper .leftWrapper {
		border-right: 1px solid #D0D5D8;
		width: 482px;
		float: left;
		margin-right: 21px;
	}

	.contentWrapper .column {
		float: left;
		padding-right: 21px;
		width: 209px !important;
		width: 230px;
		border-right: 1px solid #D0D5D8;
		margin-right: 21px;
	}

	.contentWrapper #colSide {
		margin-right: 0;
		border: 0;
		width: 180px;
		padding-right: 0;
	}

	.contentWrapper #colCenter {
		border: 0;
		margin-right: 0;
	}

	.contentWrapper .largeColumn {
		float: left;
		width: 454px;
	}

	.contentWrapper .wideColumn {
		float: left;
		width: 706px;
	}

	.contentWrapper #colMain {
		border-right: 1px solid #D0D5D8;
		margin-right: 21px;
		padding-right: 21px;
	}

	.contentWrapper #colMain a,
	.popupBox a {
		color: #DC006B;
	}

	.contentWrapper #colSide a {
		color: #fff;
	}

	.contentWrapper h1,
	.popupBox h1 {
		margin: 0 0 10px 0;
		color: #DC006B;
		font-size: 16px;
	}

	.contentWrapper h2 {
		margin: 0 0 10px 0;
		color: #4A5C68;
		font-size: 14px;
	}

	.contentWrapper p,
	.popupBox p {
		color:#4B5C68;
		line-height:20px;
		margin:0 0 15px;
	}

	.contentWrapper table {
		margin: 0;
		border: 1px solid #000;
		color: #4B5C68;
		line-height: 20px;
	}

	.contentWrapper img.left {
		border: 1px solid #CCCCCC;
		margin: 5px 10px 10px 0;
	}

	.contentWrapper a {
		/*color: #DC006B;*/
	}

	.contentWrapper ul {
		color: #4A5C68;
		line-height: 20px;
		list-style: none outside none;
		margin: 0 0 20px;
		padding: 0 0 0 10px;
	}

	.contentWrapper ul li {
		background: url(/images/website/ul_bullet.png) no-repeat scroll 0 8px transparent;
		padding-left: 15px;
	}

	/* Domain check. */
	.blockDomain {
		padding: 15px 15px 0px 15px;
		background: url(/images/website/backgroundDomain.png) no-repeat;
	}

	.blockDomain h1 {
		color: #fff;
	}

	.blockDomain p {
		color: #fff;
	}

	.blockDomain input {
		border: 0;
		font-size: 11px;
		height: 17px;
		width: 175px;
		padding: 2px 0 1px 4px;
		margin: 0 0 12px;
		color: #A5ADB3;
	}

	.blockDomain input.button {
		width: 88px;
		height: 23px;
		padding: 0;
	}

	/* Table. */
	#colMain table {
		border: 1px solid #4B5C68;
		width: 100%;		
	}

	#colMain table th {
		background: #4B5C68;
		line-height: 30px;
		text-align: left;
		color: #fff;
		padding: 0 5px 0 5px;
	}

	#colMain table td {
		line-height: 30px;
		padding: 0 5px 0 5px;
	}

	#colMain table tr {
		background: rgb(240, 240, 240);
	}

	#colMain table tr:hover {
		background: rgb(225, 225, 225);
	}


	/* Blocks. */
	.blockContent {
		margin-bottom: 24px;
	}

	#colSide .blockContent {
		padding: 15px 15px 0px 15px;
		background: #DC006B url(/images/website/background_extra_top.png) no-repeat;
	}

	.contentWrapper #colSide .blockContent h1 {
		color: #fff;
	}

	.contentWrapper #colSide #colDynamic2 h1 {
		color: #4B5C68;
	}

	.contentWrapper #colSide #colDynamic2 a {
		color: #4B5C68;
	}

	.contentWrapper #colSide .blockContent p {
		color: #fff;
	}
	.contentWrapper #colSide .contentFooter {
		width: 209px;
		height: 4px;
		background: url(/images/website/background_extra_bottom.png) no-repeat;
		margin: 0 0 0 -15px;
	}

	/* Contact. */
	.blockContact {
		float: left;
		width: 209px;
		height: 350px;
		background: url(/images/website/background_contact.png);
		margin: 0 0 24px 0;
	}

	.blockContact .postit {
		width: 86px;
		height: 87px;
		background: url(/images/website/postit_contact.png);
		margin: -28px 0 0 116px;
	}

	.blockContact h1,
	.blockContact h2,
	.blockContact h3,
	.blockContact h1 {
		color: #fff;
		font-size: 16px;
		font-weight: 900;
		margin: 15px 20px 20px 20px;
	}

	.blockContact h2 {
		font-size: 12px;
		margin: 0 20px 0px 20px;
	}

	.blockContact h3 {
		font-size: 12px;
		text-transform: none;
		margin: 0 20px 7px 20px;
	}

	.blockContact p {
		color: #fff;
		margin: 0 20px 24px 20px;
		line-height: 20px;
	}

	.blockContact p a {
		color: #fff;
	}

	/* Newsletter. */
	.blockNewsletter {
		float: left;
		width: 209px;
		height: 289px;
		background: url(/images/website/background_newsletter.png);
		margin: 0 0 25px 0;
	}

	.blockNewsletter .postit {
		width: 96px;
		height: 82px;
		background: url(/images/website/postit_newsletter.png);
		margin: 236px 0 0 -14px;
	}

	#colSide .blockNewsletter h1 {
		color: #4B5C68;
	}
	#colSide .blockNewsletter a {
		color: #4B5C68;
	}

	.blockNewsletter h1 {
		color: #4b5c68;
		font-size: 16px;
		font-weight: 900;
		margin: 15px 20px 15px 20px;
	}

	.blockNewsletter p {
		color: #4b5c68;
		margin: 0 20px 24px 20px;
		line-height: 20px;
	}

	.blockNewsletter form {
		float: left;
		margin: 0 20px 0 20px;
	}

	.blockNewsletter fieldset {
		border: 0;
		padding: 0;
	}

	.blockNewsletter input {
		border: 0;
		color: #a5adb3;
		margin: 0 0 12px 0;
		height: 17px;
		padding: 4px 0 1px 4px;
		font-size: 11px;
		width: 165px;
	}

	.blockNewsletter .button {
		width: 88px;
		height: 23px;
		padding: 0;
		margin: 11px 0 0 0;
	}

	/* Twitter. */
	.blockTwitter {
		float: left;
		background: #DC006B url(/images/website/background_support.png);
		width: 209px;
		height: 203px;
		margin: 0 0 25px 0;
	}

	.blockTwitter h1 {
		color: #fff;
		font-size: 16px;
		font-weight: 900;
		margin: 15px 20px 15px 20px;
	}
	
	.blockTwitter p {
		color: #fff;
		margin: 0 20px;
	}

	.blockTwitter .postit {
		width: 86px;
		height: 80px;
		background: url(/images/website/postit_support.png);
		margin: 148px 0 0 -13px;
	}


	.blockTwitter .button {
		width: 88px;
		height: 23px;
		padding: 0;
		margin: 10px 20px 0 0;
	}

	/* Latest news heading. */
	.blockLatest .heading {
		width: 454px;
		height: 44px;
		background: url(/images/website/background_weblog.png);
		color: #fff;
		margin-bottom: 20px;
	}

	.blockLatest .heading .postit {
		width: 91px;
		height: 76px;
		background: url(/images/website/postit_news.png);
		margin: -37px 0 0 355px;
	}

	.blockLatest .heading span {
		position: absolute;
		font-size: 16px;
		font-weight: 900;
		margin-left: 15px;
		margin-top: 15px;
	}

	/* News items. */
	.newsItem h1 {
		color: #4b5c68;
		font-size: 16px;
		margin: 0 0 14px 0;
	}

	.newsItem p {
		color: #4b5c68;
		line-height: 20px;
		margin: 0 0 15px 0;
	}

	.newsItem .magenta {
		font-weight: 900;
		float: left;
	}

	.newsItem .readMore {
		border-bottom: 1px solid #d0d5d8;
		height: 23px;
		margin-bottom: 32px;
	}

	#oldNews {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	#oldNews li {
		background-image: none;
		color: #4b5c68;
		line-height: 30px;
		padding-left: 0;
	}

	#oldNews a {
		color: #4b5c68;
		text-decoration: none;
	}

	#oldNews a:hover {
		text-decoration: underline;
	}

	#oldNews li .date {
		color: #dc006b;
	}

	/* Archive. */
	#archive {
		display: block;
		border-bottom: 1px solid #d0d5d8;
		margin: 11px 0 52px 0;
	}

	#archive .postit {
		width: 83px;
		height: 89px;
		background: url(/images/website/postit_archive.png);
		margin: -70px 0 0 350px;
	}

	/* Contact form. */
	.contactForm form, .contactForm fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.contactForm label {
		color: #4A5C68;
		display: block;
		float: left;
		line-height: 22px;
		width: 125px;
	}

	.contactForm input,
	.contactForm textarea {
		border: 1px solid #D6D8DB;
		color: #4A5C68;
		font-size: 12px;
		margin-bottom: 10px;
		padding: 2px;
		width: 300px;
	}

	.contactForm textarea {
		height: 75px;
	}

	.contactForm input#sendButton {
		background: url(/images/website/butSend.png) no-repeat;
		border: 0;
		color: #DC006B;
		float: right;
		font-size: 11px;
		font-weight: 900;
		height: 23px;
		margin: 0 19px 0 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 88px;
	}

	/* Tag cloud. */
	.blockTagCloud {
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#tagCloud {
		clear: both;
		padding-top: 10px;
		text-align: center;
	}

	.magenta {
		color: #DC006B;
	}

	.green {
		color: #54b371;
	}

	.gray {
		color: #7a7e92;
	}

	#tagCloud .small {
		font-size: 16px;
	}

	#tagCloud .medium {
		font-size: 20px;
	}

	#tagCloud .large {
		font-size: 26px;
	}

	#tagCloud a {
		text-decoration: none;
	}

	#tagCloud a:hover {
		text-decoration: underline;
	}
	
	/* Footer. */
	.footer {
		width: 100%;
		height: 231px;
		background: url(/images/website/backgroundFooter.png) repeat-x;
		position: absolute;
		left: 0;
	}

	.footer .heading {
		background: #fff url(/images/website/backgroundBottom.png) bottom repeat-x;
		height: 20px;
		margin-left: -10px;
		width: 980px;
	}

	.footer ul {
		float: left;
		width: 191px;
		list-style-type: none;
		color: #4B5C68;
		margin: 0;
		margin-top: 20px;
		padding: 0;
		height: 179px;
	}

	.footer ul a {
		text-decoration: none;
		line-height: 20px;
		color: #4B5C68;
	}

	.footer ul a:hover {
		text-decoration: underline;
	}

	.footer ul .first a {
		display: block;
		font-size: 13px;
		font-weight: 900;
		padding-bottom: 4px;
	}

	.footer ul .first a:hover {
		text-decoration: none;
	}

	.footer #bottomLine {
		margin-top: 24px;
		border-top: 1px solid #E6E6E6;
		height: 100px;
	}

	.footer #bottomLine span {
		display: block;
		float: left;
		font-size: 11px;
		color: #4B5C68;
		line-height: 40px;
		margin-right: 15px;
	}

	.footer #bottomLine span.copyright {
		margin-right: 40px;
	}

	.footer #bottomLine a.link {
		display: block;
		float: left;
		font-size: 11px;
		color: #4B5C68;
		line-height: 40px;
		padding: 0 15px 0 0;
	}

	.footer #socialTwitter,
	.footer #socialRSS {
		display: block;
		width: 35px;
		height: 24px;
		background: url(/images/website/twitterOff.png) no-repeat;
		margin: 12px 0 0 12px;
		float: right;
	}

	.footer #socialTwitter:hover {
		background: url(/images/website/twitterOn.png) no-repeat;
	}

	.footer #socialRSS {
		width: 21px;
		margin-top: 12px;
		background: url(/images/website/rssOff.jpg) no-repeat;
	}

	.footer #socialRSS:hover {
		background: url(/images/website/rssOn.jpg) no-repeat;
	}

	/* Popup box form. */
	#spanUser {
		color: #4B5C68;
		display: block;
		font-size: 11px;
		line-height: 18px;
		text-align: right;
		text-decoration: none;
		width: 400px;
		margin: 33px 0 0 558px;
		text-align: right;
		position: absolute;
	}
	
	#spanUser a {
		color: #4B5C68;
	}

	#formLogin label {
		color: #4A5C68;
		display: block;
		float: left;
		line-height: 22px;
		width: 125px;
	}

	#formLogin input {
		border: 1px solid #D6D8DB;
		color: #4A5C68;
		font-size: 12px;
		margin-bottom: 10px;
		padding: 2px;
		width: 148px;
	}

	#formLogin input#loginButton {
		background: url(/images/website/butLogin.png) no-repeat;
		border: 0;
		color: #DC006B;
		float: right;
		font-size: 11px;
		font-weight: 900;
		height: 23px;
		margin: 0 1px 0 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 88px;
	}


	/* Support. */
	.blockSupport {
		float: left;
		width: 209px;
		height: 289px;
		background: url(/images/website/background_newsletter.png);
		margin: 0 0 25px 0;
	}

	.blockSupport .postit {
		width: 83px;
		height: 89px;
		background: url(/images/website/postitSupport.png);
		margin: -36px 0 0 105px;
	}

	#colSide .blockSupport h1 {
		color: #4B5C68;
	}
	#colSide .blockSupport a {
		color: #4B5C68;
	}

	.blockSupport h1 {
		color: #4b5c68;
		font-size: 16px;
		font-weight: 900;
		margin: 15px 20px 15px 20px;
	}

	.blockSupport p {
		color: #4b5c68;
		margin: 0 20px 24px 20px;
		line-height: 20px;
	}


}


@media print {
}
