/*
Project Name: Cyclope  
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: ''; content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Body Style */
html, body {
	height: 100%;
}
body {
	background: url(../img/bg.jpg) repeat-x scroll 0 0 #EBEBEB;
}
body#template2 {
	background: url(../img/bg3.jpg) repeat-x scroll 0 0 #EBEBEB;
}

/* Typography and General Text Styles */
body, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h5 a, h6 a {
	text-decoration: none;
	color: #0000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	color: #666;
}
/* wrap */
.wrap {
	width: 996px;
	margin: 0 auto;
}
/* top-bar */
.top-bar {
	margin: 0 20px;
}
h1.logo {
	width: 352px;
}
h1.logo a, h1.logo a:hover {
	height: 36px;
	text-decoration: none;
	display: block;
	background: url(../img/logo-bg.gif) no-repeat left top;
}
.logo span {
	position: absolute;
	left: -99999px
}
.language {
	float: right;
}
.language a, .language a:hover {
	background: url(../img/en-bg.gif) no-repeat left top;
	display: inline-block;
	height: 27px;
	padding-left: 23px;
	margin: 5px 0 0 2px;
	text-decoration: none;
}
.language a span {
	display: block;
	background: url(../img/language-span-bg.gif) no-repeat right top;
	padding: 7px 8px 9px 8px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.language a#cz {
	background: url(../img/cz.gif) no-repeat left top;
	margin-left: 0px;
}
.language a#de-ch {
	background: url(../img/Dech-bg.gif) no-repeat left top;
	padding-left: 38px;
}
/*main-menu*/
.main-menu {
	margin: 0 20px;
	background: url(../img/main-menu-spliter.gif) no-repeat left top;
	padding-left:2px;
	width: 956px;
	height: 40px;
	position: relative;
}
.main-menu li {
	float: left;
	background: url(../img/main-menu-spliter.gif) no-repeat right top;
	padding-right: 2px;
}
.main-menu li a, .main-menu li a:hover {
	padding: 0 18px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #302C1D;
}
.main-menu li a:hover {
	background: url(../img/main-menu-a-hover-bg.gif) repeat-x left top;
}
.main-menu li.demo {
	position: absolute;
	right: 10px;
	top: 0;
	background: none;
	padding: 0;
}

.main-menu li.demo a, .main-menu li.demo a:hover {
	background: url(../img/demo-bg.gif) no-repeat left top;
	text-shadow: 0 1px #1C6225;
	font-size: 18px;
	color: #fff;
}


/* header */
.header {
	height: 420px;
	background: url(../img/something.png) no-repeat center bottom;
}
.header p#detali {
	clear: both;
	color: #fff;
	font-size: 14px;
	text-shadow: 0px 1px #461817;
	line-height: 21px;
	padding: 10px 40px 8px;
	background:url(../img/p-detalii-bg.gif) no-repeat left top;
	height: 23px;
}

.header .tooltip {
	cursor: help; text-decoration: none;
	position: relative;
}
.header .tooltip a {
	text-shadow: inherit;
}
.header .tooltip span {
	margin-left: -999em;
	position: absolute;
	text-align: justify;
	text-shadow: none;
	line-height: normal;
	color: #808080;
	font-size:12px;
}
.header .tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.header .tooltip:hover img {
	border: 0; margin: 6px 0 0 -37px;
	float: left; position: absolute;
}
.header .tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.header .classic { padding: 0.8em 1em; }
.header .custom { padding: 0.5em 0.8em 0.8em 2em; }
.header * html a:hover { background: transparent; }
.header .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.header .critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.header .help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.header .info { background: #fffcdd; border: 1px solid #E3CA78;	}
.header .warning { background: #FFFFAA; border: 1px solid #FFAD33; }




.header span {
	color: #FFEFBA;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px #461817;
}
.header #detali a, .header #detali a:hover {
	color: #FFEFBA;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px #461817;
	background: url(../img/detalii-bg.png) no-repeat left top;
	display: inline-block;
	padding: 0px 19px 2px 10px;
	text-decoration: none;
}
.header-content {
	padding: 0 20px 0 40px;
	float: left;
	width: 336px;
	height: 379px;
}
.header-content h1 {
	padding: 59px 0 23px;
	line-height: 42.5px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0px 2px #461817;
}
.header-content p {
	color: #fff;
	font-size: 14px;
	text-shadow: 0px 1px #461817;
	line-height: 21px;
}

.header-buttons {
	padding-top: 46px;
}

.header-buttons li {
	float: left;
	width: 158px;
	margin-right: 20px;
}

.header-buttons li p {
	font-size: 10px;
	line-height: normal;
	padding: 7px 0 0 6px;
	text-shadow: none;
	color: #d3afad;
}

.header-buttons li.last {
	margin: 0;
}

.hd-btn, .hd-btn:hover {
	display: block;
	background: url(../img/oferta-btn-header.gif);
	width: 138px;
	height: 37px;
	font-size: 14px;
	line-height: 32px;
	padding: 8px 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #5c3612;
}

.green, .green:hover {
	background: url(../img/testeaza-btn-header.gif);
	line-height: 19px;
	color: #fff;
}

.left-content .hd-btn, .left-content .hd-btn:hover {
	float: left;
	background: url(../img/oferta-btn.gif);
}

.left-content .green, .left-content .green:hover {
	float: left;
	background: url(../img/testeaza-btn.gif);
	margin: 20px 20px 8px 0;
}

/*.header-content a {
	height: 53px;
	display: block;
	padding: 0 0 0 6px;
	background: url(../img/a-solutii-bg.gif) no-repeat left top;
	text-decoration: none;
}
.header-content a#test {
	background: url(../img/header-a-bg.gif) no-repeat left top;
	position: relative;
}
.header-content a#test span {
	background:url(../img/hover-a-middle-bg.gif) no-repeat left top;
	padding: 7px 22px 9px 5px;
	text-align: center;
	width: 136px;
	color: #FFF;
	line-height: 19px;
}

.header-content a span {
	padding: 18px 4px 21px 0px;
	display: inline-block;
	background: url(../img/a-span-solutii-bg.gif) repeat right top;
	font-size: 14px;
	font-weight: bold;
	color: #5C3612;
	text-shadow: none;
	width: 148px;
	text-align: center;
	cursor: pointer;
}*/

.header-video {
	float: left;
	width: 560px;
	margin: 30px 0 0 20px;
	background: url(../img/video-shadow-bg.png) no-repeat center bottom;
	padding-bottom: 15px;
}

/* social-bar */
.social-bar {
	margin: 0 20px;
	background: url(../img/social-bat-bg.gif) no-repeat left top;
}
.links {
	padding: 30px 0 9px 768px;
}
.links li {
	float: left;
}
.links li a {
	width: 25px;
	height: 25px;
	padding: 0 17px 0 0;
	text-decoration: none;
	display: block;
	background: url(../img/in-bg.png) no-repeat left top;
}
.links li a#facebook {
	background: url(../img/facebook-bg.png) no-repeat left top;
	padding-right: 16px;
}
.links li a#twitter {
	background: url(../img/twitter-bg.png) no-repeat left top;
}
.links li a span {
	position: absolute;
	left: -99999px;
}
/* wrap-container */
.wrap-container {
	margin: 0 11px;
	padding: 0 9px;
	background: url(../img/wrap-container-bg.png) repeat-y left top;
}
.content {
	background: #FFF;
	padding: 0px 0px 0 20px;
}
.content h1 {
	font-size: 28px;
	color: #363636;
}
.content h1 a {
	width: 32px;
	height: 35px;
	margin: 11px 0 -5px 22px;
	display: inline-block;
	background: url(../img/dropdown-a-bg.png) no-repeat left top;
}
.gallery {
	padding: 19px 0 0 0;
}
.gallery li {
	float: left;
	display: inline;
	margin-right: 19px;
}
.zoom-images {
	position: relative;
	display: block;
}
.zoom-images img, .zoom-images:hover img {
	padding: 3px;
	border: 1px solid #e1e1e1;
}
.zoom-images span, .zoom-images:hover span {
	position: absolute;
	text-indent: -999px;
	background: url(../img/galley-a-bg.png);
	width: 22px;
	height: 23px;
	top: -7px;
	right: -7px;
	overflow: hidden;
}
.main-content {
	width: 262px;
	margin: 20px 20px 1px 0;
	padding: 12px 15px;
	float: left;
	background: url(../img/main-content-bg.gif) no-repeat left top #FFFFFF;
}
.main-content h2 {
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #EB8705;
	line-height: 22px;
}
.main-content p {
	line-height: 18px;
}
.main-content ul li {
	line-height: 18px;
	background: url(../img/list-style-bg.png) no-repeat left 6px;
	padding: 2px 0 2px 18px;
}

.testemonials {
	clear: both;
	border-top: 1px solid #E2E2E2;
	margin: 0px 20px 0 0;
	padding: 20px 0 6px;
}
.testemonial {
	float: left;
	width: 458px;
}
.second {
	margin-left: 10px;
	margin-right: -10px;
}
.quote {
	float: left;
	width: 338px;
	padding: 0 10px 0 0;
}
.quote h2 {
	padding: 17px 0 14px;
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	line-height: 22px;
}
.quote p {
	padding: 2px 0 0;
	text-indent: 9px;
	line-height: 18px;
	text-align: justify;
}
.client {
	width: 90px;
	padding: 0 20px 0 0;
	float: left;
}
.client img {
	border: 1px solid #E1E1E1;
	padding: 3px;
	margin-bottom: 11px;
}
.client span {
	font-size: 11px;
	padding-bottom: 5px;
	display: inline-block;
}
.client small {
	color: #999999;
	font-size: 11px;
}
/* left-content */
		.left-content {
	float:left;
	width: 336px;
	margin: 20px 20px 0 0;
}
.left-content .video img {
	background: url(../img/video-2-shadow-bg.png) no-repeat left bottom;
	padding-bottom: 10px;
}
.left-content a#test {
	display: inline-block;
	text-decoration: none;
	background: url(../img/a-test-bg.png) no-repeat left top;
	height: 54px;
	padding: 0 0 0 6px;
	margin: 20px 20px 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
.left-content a#test span {
	background: url(../img/a-test-span-bg.png) no-repeat right top;
	display: block;
	padding: 7px 0 8px;
	text-align: center;
	width: 152px;
	line-height: 19px;
}
.left-content a#oferta {
	display: inline-block;
	text-decoration: none;
	background: url(../img/a-oferta-bg.png) no-repeat left top;
	height: 54px;
	padding: 0 0 0 6px;
	margin: 20px 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #5C3612;
	float: left;
}
.left-content a#oferta span {
	background: url(../img/a-oferta-span-bg.png) no-repeat right top;
	display: block;
	padding: 18px 0 21px;
	text-align: center;
	width: 152px;
}
.left-content small {
	color: #959595;
	padding: 0 0 18px 6px;
	display: block;
	clear: both;
	border-bottom: 1px solid #EDEDED;
}
.quotes {
	margin: 20px 0 29px;
	padding-bottom: 27px;
	position: relative;
	background: url(../img/quotes-bg.gif) no-repeat bottom left;
}
.quotes h2 {
	background: url(../img/quotes-h2-bg.gif) no-repeat left top;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 45px 4px;
	line-height: 19px;
}
.quotes p {
	background: url(../img/quotes-p-bg.gif) repeat-y left top;
	color: #666666;
	font-size: 11px;
	padding: 0 10px 0px;
	line-height: 15px;
}
.quotes span {
	position: absolute;
	left: 42px;
	top: 131px;
}
.quotes span small {
	display: inline;
	border: 0 none;
	padding: 0px;
	font-size: 11px;
}
.non-invaziv {
	background: url(../img/non-invaziv-bg.gif) no-repeat left top;
	position: relative;
	width: 306px;
	height: 92px;
	padding: 15px;
	line-height: 21px;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0px 1px #461817;
}

.non-invaziv strong {
	font-weight: bold;
	color: #FFEFBA;
}
.non-invaziv a {
	color: #FFEFBA;
	text-decoration: none;
	background: url(../img/detalii-bg.png) no-repeat left top;
	display: block;
	padding: 1px 19px 2px 10px;
	margin: 5px 0 0;
	font-weight: bold;
	float: none;
}
.non-invaziv .banner-tag {
	position: absolute;
	background: url(../img/100-legal.png);
	width: 73px;
	height: 73px;
	overflow: hidden;
	text-indent: -999px;
	top: 3px;
	right: 3px;
}
.non-invaziv img#legal {
	position: absolute;
	top: -2px;
	left: 257px;
}
.non-invaziv .tooltip {
	cursor: help; text-decoration: none;
	position: relative;
}
.non-invaziv .tooltip a {
	text-shadow: inherit;
}
.non-invaziv .tooltip span {
	margin-left: -999em;
	position: absolute;
	text-align: justify;
	text-shadow: none;
	line-height: normal;
	color: #808080;
	font-size:12px;
}
.non-invaziv .tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.non-invaziv .tooltip:hover img {
	border: 0; margin: 6px 0 0 -37px;
	float: left; position: absolute;
}
.non-invaziv .tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.non-invaziv .classic { padding: 0.8em 1em; }
.non-invaziv .custom { padding: 0.5em 0.8em 0.8em 2em; }
.non-invaziv * html a:hover { background: transparent; }
.non-invaziv .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.non-invaziv .critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.non-invaziv .help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.non-invaziv .info { background: #fffcdd; border: 1px solid #E3CA78;	}
.non-invaziv .warning { background: #FFFFAA; border: 1px solid #FFAD33; }


.products {
	background: url(../img/products-bg.gif) no-repeat left top;
	padding: 15px 20px 14px;
	margin: 24px 0 0;
}
.products h2 {
	padding: 0 0 9px;
	color: #252525;
	font-size: 19px;
}
.products a {
	width: 64px;
	padding: 0 18px 0 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #F0750E;
	font-weight: bold;
	float: left;
	font-size: 14px;
	line-height: 16px;
}
.products a img {
	display: block;
	padding-bottom: 4px;
}
.awards {
	background: url(../img/awards-bg.gif) no-repeat left top;
	padding: 15px 18px;
	text-align: center;
}
.awards h2 {
	padding: 42px 0 5px;
	color: #252525;
	font-size: 20px;
	text-align: left;
}
.awards img {
	padding: 17px 0 9px;
}
.awards p {
	line-height: 13px;
	text-align:center;
	color: #898989;
	font-size: 11px;
}
/* right-content */
.right-content {
	width: 520px;
	margin: 20px 0;
	float: left;
	padding: 13px 20px 20px;
	background: url(../img/right-content-bg.gif) left top no-repeat;
	text-align: justify;
}
.right-content h1 {
	color: #363636;
	font-size: 28px;
	padding: 0 0 39px;
}
.right-content p {
	line-height: 18px;
}
.right-content img {
	padding: 15px 0 24px;
	margin-left: -20px;
}
.right-content ul {
	padding:0 30px;
	color: #F7AD1D;
	font-size: 20px;
}
.right-content ul li {
	list-style: disc;
	font-size: 12px;
	color: #4c4c4c;
	padding: 10px 0 0;
	line-height: 18px;
}
.right-content a { color:#F6BD00; text-decoration:none; font-size:12px; font-weight:bold; }
.right-content a:hover { color:#808080; }

.right-content .btn,
.right-content .btn:hover,
.right-content .btn-active,
.right-content .btn-active:hover { color:#464646; font-weight:bold; text-decoration:none; display:block; white-space:nowrap; position:relative; height:31px; outline:none; margin:0px 4px; background:url(../img/btn_bg_off.gif) repeat-x left top; }
.right-content .btn:hover,
.right-content .btn-active,
.right-content .btn-active:hover { text-indent:0pt; height:31px; color:#111111; background:url(../img/btn_bg_on.gif) repeat-x left top; }
.right-content .btn span,
.right-content .btn:hover span,
.right-content .btn-active span,
.right-content .btn-active:hover span { float:left; display:block; height:21px; cursor:pointer; font-size:14px; }
.right-content .btn .left,
.right-content .btn:hover .left,
.right-content .btn-active .left,
.right-content .btn-active:hover .left { float:left; font-size:1px; width:5px; height:31px; padding:0px; margin:0px; background:url(../img/btn_left_off.gif) no-repeat left bottom; }
.right-content .btn:hover .left,
.right-content .btn-active .left,
.right-content .btn-active:hover .left { background:url(../img/btn_left_on.gif) no-repeat left bottom; }
.right-content .btn .right,
.right-content .btn:hover .right,
.right-content .btn-active .right,
.right-content .btn-active:hover .right { float:right; font-size:1px; width:5px; height:31px; padding:0px; margin:0px; background:url(../img/btn_right_off.gif) no-repeat left bottom; }
.right-content .btn:hover .right,
.right-content .btn-active .right, .right-content .btn-active:hover .right { background:url(../img/btn_right_on.gif) no-repeat left bottom; }

/* sexy tooltips */
.right-content .tooltip {
	border-bottom: 1px dotted #F6BD00; color: #F6BD00; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.right-content .tooltip span {
	margin-left: -999em;
	position: absolute;
}
.right-content .tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.right-content .tooltip:hover img {
	border: 0; margin: -10px 0 0 -37px;
	float: left; position: absolute;
}
.right-content .tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.right-content .classic { padding: 0.8em 1em; }
.right-content .custom { padding: 0.5em 0.8em 0.8em 2em; }
.right-content * html a:hover { background: transparent; }
.right-content .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.right-content .critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.right-content .help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.right-content .info { background: #fffcdd; border: 1px solid #E3CA78;	}
.right-content .warning { background: #FFFFAA; border: 1px solid #FFAD33; }


/* needed to undo the medeea shitworks */
.orbit-wrap {
	padding-bottom:10px;
}
.orbit-wrap img {
	padding:0;
	margin:0;
}
.orbit-wrap ul {
	padding:0;
}
.orbit-wrap ul li {
	padding:0;
	line-height:normal;
}

/* footer */
.footer {
	margin: 0 12px;
	padding: 0 10px;
	background: url(../img/footer-bg.png) no-repeat left top;
	padding: 31px 9px 50px;
}
.footer a#testeaza, .footer a#testeaza:hover {
	background: url(../img/footer-test-btn.png) no-repeat left top;
	display: block;
	width: 212px;
	height: 34px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

.footer a#testeaza strong {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	padding: 7px 0 10px;
	display: block;
}
.footer-menu {
	float: right;
	width: 520px;
	height: 44px;
	background: #d3d3d3 url(../img/footer-corners.gif) no-repeat left top;
	padding: 12px 12px 0;
}
.footer-menu ul {
	display: block;
	padding-bottom: 8px;
}
.footer-menu li {
	display: inline;
	padding: 0 10px 0 0;
	line-height: 13px;
}
.footer-menu p.copy-right {
	display: block;
	font-size: 11px;
	color: #898989;
}
.footer-menu li a, .footer-menu li a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #555555;
}
.footer a#demo {
	padding: 20px 33px 18px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: right;
	background: url(../img/footer-a-demo-bg.png) no-repeat left top;
	text-decoration: none;
	display: block;
	margin-right: -1px;
}

