* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: 0;
}

html, body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/* background: #000000 url(/share/images/site/page-background.gif) 0 145px repeat-x; */
	background: #000000 url(/share/images/site/bbg3_0.jpg) center 110px no-repeat;
}

input, select, textarea {
	font-family: Verdana, Tahoma, sans-serif;
}

/* HEADER */

#top {
	width: 100%;
	height: 60px;
	border-top: 5px solid #000;
	position: absolute;
}

#top .box {
	width: 959px;
	height: 60px;
	margin: 0 auto;
	background: url(/share/images/site/header/user-zone.png) top right no-repeat;
}

#top .box-logged {
	height: 23px;
	background: url(/share/images/site/header/user-zone.png) bottom right no-repeat;
	line-height: 20px;
}

#top .box form {
	width: 278px;
	float: right;
	text-align: center;
}

#top .box form input.text {
	width: 100px;
	height: 16px;
	padding: 4px 0 0 5px;
	margin: 7px 5px 10px 0;
	background-color: #fefefe;
	color: #8c8c8c;
	border-top: 1px solid #0a0a0a;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #1f1f1f;
	border-left: 1px solid #181818;
	font-size: 11px;
	letter-spacing: 2px;
}

#top .box form input.submit {
	margin-bottom: -7px;
}

#top .box form small,
#top .box form small a {
	font-size: 11px;
	color: #fefefe;
}

header {
	width: 100%;
	height: 145px;
	display: block;
	background: url(/share/images/site/header/background.gif) 0 0 repeat;
}

header section {
	width: 959px;
	height: 145px;
	margin: 0 auto;
	display: block;
	background: url(/share/images/site/header/logo.gif) 0 0 no-repeat;
}

header section nav {
	padding-top: 119px;
	display: block;
}

header section nav ul li {
	float: left;
}

header section nav ul li a {
	width: 95px;
	height: 26px;
	padding-right: 1px;
	float: left;
	background: url(/share/images/site/sprite.png) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
}

header section nav ul li a.last {
	padding-right: 0;
}

header section nav ul li a:hover,
header section nav ul li.current a {
	color: #8c8c8c;
}

header section nav ul li a span {
	font-size: 14px;
	cursor: pointer;
}

/* BOX */
#logo {
	display: block;
	border-bottom: 1px solid #9b9b9b;
}

#box {
	width: 959px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
	background: #000;
}

/* TITLE */
#box #title {
	height: 34px;
	padding: 0 10px;
	display: block;
	background: #0e0e0e url(/share/images/site/header/title.gif) 0 0 repeat-x;
	line-height: 40px;
	color: #c9c9c9;
	font-weight: bold;
	font-size: 12px;
}

#box #title h2 {
	font-size: 12px;
	text-shadow: 1px 1px 1px #000;
}

#box #title.news h2 {
	padding-left: 27px;
	background: url(/share/images/site/icons/news.gif) 0 4px no-repeat;
}

#box #title.events h2 {
	padding-left: 35px;
	background: url(/share/images/site/icons/events.gif) 0 3px no-repeat;
}

/* CONTENT */
#box #content {
	width: 927px;
	min-height: 250px;
	padding: 10px 15px;
	display: block;
	position: relative;
	border: 1px solid #4e4e4e;
	border-top: 0;
	background-color: #474747; /* fallback color */
	background-position: bottom left; /* fallback image */
	background-repeat: repeat-x;
    background-image: -moz-linear-gradient(100% 100% 90deg, #101010, #474747);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#101010));
	filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0,startColorStr=#474747, endColorStr=#101010); /* IE hack */
	font-size: 12px;
	line-height: 16px;
}

#box #content h3 {
	font-size: 12px;
	font-weight: bold;
}

#box #content h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-shadow: 1px 1px 1px #000;
}

#box #content #news p,
#box #content #events p {
	padding-left: 15px;
	padding-bottom: 5px;
}

#box #content #events p.old {
	color: #777;
}

#box #content #news article,
#box #content #events article {
	padding-top: 5px;
	margin-top: 5px;
	display: block;
	background: url(/share/images/site/content/line.gif) 10px 0 no-repeat;
}

#box #content #news article h3,
#box #content #events article h3 {
	padding-left: 15px;
	background: url(/share/images/site/content/list-arrow.gif) 0 5px no-repeat;
}

#box #content #events article h3.old a {
	color: #777;
}

#box #content a {
	color: #ffffff;
	text-decoration: none;
}

#box #content a:hover {
	text-decoration: underline;
}

#box #content img.bottom-left,
#box #content img.bottom-right {
	position: absolute;
	bottom: -1px;
}

#box #content img.bottom-left {
	left: -1px;
}

#box #content img.bottom-right {
	right: -1px;
}

#box #content form.contact-form,
#box #content form.register-form {
	float: left;
}

#box #content form.contact-form {
	padding-top: 20px;
}

#box #content form.register-form .right {
	float: right;
	line-height: 28px;
}

#box #content form.register-form {
	width: 497px;
}

#box #content form.contact-form label,
#box #content form.register-form label,
#box #content form.confirmation-form label {
	width: 115px;
	height: 20px;
	padding: 8px 0 0 0;
	margin: 5px 10px 0 0;
	float: left;
}

#box #content form.register-form label,
#box #content form.confirmation-form label,
#box #content #configuration form.contact-form label {
	width: 180px;
}

#box #content form.register-form .err-msg,
#box #content form.confirmation-form .err-msg,
#box #content #configuration form.contact-form .err-msg {
	display: block;
	margin-bottom: 5px;
	padding-left: 190px;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	color: #ee6348;
}

#box #content form.register-form label.check {
	width: 470px;
	margin-top: 0;
	text-align: right;
}

#box #content form.register-form label.check-yes-no {
	width: 375px;
	margin-top: 5px;
}

#box #content form.confirmation-form label.radio,
#box #content form.register-form label.radio {
	width: auto;
	float: right;
}

#box #content form.confirmation-form label.radio {
	float: left;
}

#box #content form.confirmation-form input.text,
#box #content form.contact-form input.text,
#box #content form.register-form input.text,
#box #content form.confirmation-form select.text,
#box #content form.register-form select.text {
	width: 300px;
	height: 20px;
	padding: 8px 0 0 5px;
	margin: 7px 10px 0 0;
	float: left;
	background-color: #343434;
	color: #8c8c8c;
	border-top: 1px solid #0a0a0a;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #1f1f1f;
	border-left: 1px solid #181818;
	font-size: 11px;
	letter-spacing: 2px;
}

#box #content form.contact-form input.text {
	width: 500px;
}

#box #content form.confirmation-form input.text {
	width: 300px;
}

#box #content form.confirmation-form #promo input.text {
	width: 150px;
	float: none;
}

#box #content form.confirmation-form select.text,
#box #content form.register-form select.text {
	width: 306px;
	height: 28px;
	margin-right: 0px;
	padding: 4px 5px 4px 5px;
}

#box #content form.register-form select.text-small {
	width: 100px;
}

#box #content form.register-form input.text {
	margin-right: 0;
}

#box #content form.register-form input.radiobox,
#box #content form.register-form input.checkbox {
	margin-top: 10px;
	float: right;
}

#box #content form.register-form input.radiobox {
	margin-right: 7px;
	margin-top: 2px;
	float: left;
}

#box #content form.contact-form input.submit,
#box #content form.register-form input.login,
#box #content form.register-form input.submit,
#box #content form.register-form input.confirm {
	width: 62px;
	height: 20px;
	margin-top: 8px;
	margin-left: 370px;
	float: left;
	background: url(/share/images/site/sprite.png) 0 -50px no-repeat;
	font-size: 10px;
	font-weight: 600;
	cursor: pointer;
}

#box #content form.contact-form input.submit {
	margin-left: 570px;
}

#box #content form.register-form input.submit {
	margin-left: 435px;
	background-position:  -63px -50px;
}

#box #content form.register-form input.confirm {
	margin-left: 435px;
	background-position:  0 -50px;
}

#box #content form.register-form input.login {
	margin-left: 435px;
	background-position:  -92px -28px;
}

#box #content form.register-form #fb-login img {
	margin-left: 5px;
	margin-bottom: -5px;
}

#box #content form.contact-form textarea {
	width: 500px;
	height: 190px;
	padding: 8px 0 0 5px;
	margin: 7px 10px 0 0;
	float: left;
	background-color: #343434;
	color: #8c8c8c;
	border-top: 1px solid #0a0a0a;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #1f1f1f;
	border-left: 1px solid #181818;
	font-size: 11px;
	letter-spacing: 2px;
}

#box #content .facebook {
	width: 220px;
	padding: 0 0 24px 160px;
	font-size: 11px;
	float: left;
	color: #ccc;
}

#box #content .facebook {
	padding-left: 0;
	margin-top: 20px;
	line-height: 16px;
}

#box #content .facebook img {
	padding: 0 8px 0 22px;
	float: left;
	background: url( /share/images/site/content/facebook-icon.gif ) 0 0 no-repeat;
}

#box #content #tabs {
	padding-top: 10px;
	display: block;
}

#box #content #tabs ul {
	width: 948px;
	float: left;
	margin-left: -8px;
}

#box #content #tabs ul li {
	width: 100px;
	height: 134px;
	margin: 0px 7px 0px 8px;
	padding: 8px 21px 0 21px;
	float: left;
	background: url(/share/images/site/content/products-tabs.png) 0 0 no-repeat;
	cursor: pointer;
}

#box #content #tabs ul li:hover {
	background-position: 0 -142px;
}

#box #content #tabs ul li.current {
	background-position: 0 -284px;
}

#box #content #tabs ul li.current:hover {
	background-position: 0 -284px;
}

#box #content #tabs ul li.first.current {
	background-position: 0 -425px;
}

#box #content #tabs ul li.first.current:hover {
	background-position: 0 -425px;
}

#box #content #tabs ul li.last.current {
	background-position: 1px -425px;
}

#box #content #tabs ul li.last.current:hover {
	background-position: 1px -425px;
}

#box #content #tabs ul li a,
#box #content #tabs.services ul li a {
	width: 100px;
	height: 125px;
	float: left;
	position: relative;
	background: url(/share/images/site/content/products-icons.png) 0 0 no-repeat;
}

#box #content #tabs.services ul li a {
	background: url(/share/images/site/content/services-icons.png) 0 0 no-repeat;
}

#box #content #tabs ul li a span {
	width: 160px;
	height: 44px;
	display: block;
	position: absolute;
	z-index: 5;
	background: url(/share/images/site/content/products-icons.png) 0 400px no-repeat;
}

#box #content #tabs.services ul li a span {
	background: url(/share/images/site/content/services-icons.png) 0 400px no-repeat;
}

#box #content #tabs ul li a.training,
#box #content #tabs ul li a.workstations {
	background-position: 0 0;
}

#box #content #tabs ul li.current a.training,
#box #content #tabs ul li.current a.workstations {
	background-position: 0 -125px;
}

#box #content #tabs ul li.current a.training span,
#box #content #tabs ul li.current a.workstations span {
	bottom: -44px;
	left: -30px;
	background-position: 9px -250px;
}

#box #content #tabs ul li a.consulting,
#box #content #tabs ul li a.render-options {
	background-position: -100px 0;
}

#box #content #tabs ul li.current a.consulting,
#box #content #tabs ul li.current a.render-options {
	background-position: -100px -125px;
}

#box #content #tabs ul li.current a.consulting span,
#box #content #tabs ul li.current a.render-options span {
	bottom: -44px;
	left: -30px;
	background-position: -151px -250px;
}

#box #content #tabs ul li a.renferfarm,
#box #content #tabs ul li a.render-farms {
	background-position: -200px 0;
}

#box #content #tabs ul li.current a.renferfarm,
#box #content #tabs ul li.current a.render-farms {
	background-position: -200px -125px;
}

#box #content #tabs ul li.current a.renferfarm span,
#box #content #tabs ul li.current a.render-farms span {
	bottom: -44px;
	left: -30px;
	background-position: -311px -250px;
}

#box #content #tabs ul li a.render-advistor,
#box #content #tabs ul li a.servers {
	background-position: -300px 0;
}

#box #content #tabs ul li.current a.render-advistor,
#box #content #tabs ul li.current a.servers {
	background-position: -300px -125px;
}

#box #content #tabs ul li.current a.render-advistor span,
#box #content #tabs ul li.current a.servers span {
	bottom: -44px;
	left: -30px;
	background-position: -471px -250px;
}

#box #content #tabs ul li a.networking,
#box #content #tabs ul li a.san-nas {
	background-position: -400px 0;
}

#box #content #tabs ul li.current a.networking,
#box #content #tabs ul li.current a.san-nas {
	background-position: -400px -125px;
}

#box #content #tabs ul li.current a.networking span,
#box #content #tabs ul li.current a.san-nas span {
	bottom: -44px;
	left: -30px;
	background-position: -631px -250px;
}

#box #content #tabs ul li a.project-360,
#box #content #tabs ul li a.software {
	background-position: -500px 0;
}

#box #content #tabs ul li.current a.project-360,
#box #content #tabs ul li.current a.software {
	background-position: -500px -125px;
}

#box #content #tabs ul li.current a.project-360 span,
#box #content #tabs ul li.current a.software span {
	bottom: -44px;
	left: -30px;
	background-position: -791px -250px;
}

#box #content #tabs section {
	width: 927px;
	padding: 10px 15px 10px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	background-color: #494949;
	border-bottom: 1px solid #494949;
}

#box #content #tabs section .article {
	width: 885px;
	padding: 10px;
	margin: 10px 0 5px 0;
	float: left;
	border: 1px solid #232323;
	background: #444444; /* #313131; */
	background-color: #444444; /* fallback color */
	background-position: bottom left; /* fallback image */
	background-repeat: repeat-x;
    background-image: -moz-linear-gradient(100% 100% 90deg, #434343, #161616);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#434343));
	filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0,startColorStr=#161616, endColorStr=#434343); /* IE hack */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#box #content #tabs section .article:hover {
	cursor: pointer;
}

#box #content #tabs section .article.right {
	/* float: right; */
}

#box #content #tabs section .article h3 {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #444444;
}

#box #content #tabs section .article img {
	margin-top: 10px;
	padding-right: 10px;
	float: left;
}

#box #content #tabs section .article img.right {
	margin-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	float: right;
}

#box #content #tabs section .article div {
	width: 618px;
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
	border: 0;
	background: none;
}

#box #content #tabs section .article div h4 {
	width: 160px;
	float: left;
}

#box #content #tabs section .article div p {
	width: 458px;
	float: left;
}

#box #content ul.borders {

}

#box #content ul.borders li {
	width: 304px;
	margin-right: 7px;
	float: left;
	font-size: 11px;
}

#box #content ul.borders li.last {
	margin-right: 0;
}

#box #content ul.borders li header {
	width: 286px;
	height: auto;
	padding: 7px 9px;
	border: 1px solid #343434;
	color: #b6b6b6;
}

#box #content ul.borders li article {
	padding-top: 1px;
}

#box #content ul.borders li article a {
	width: 286px;
	padding: 9px;
	float: left;
	border: 1px solid #343434;
	color: #fff;
	text-decoration: none;
	background: #000000 url(/share/images/site/content/homepage-list.gif) bottom left no-repeat;
}

#box #content ul.borders li article a:hover {
	background: #181818;
}

#box #content ul.borders li article a img {
	border: 1px solid #5c5b60;
}

#box #content #configuration-info section h4,
#box #content #tabs section article section h4 {
	width: 190px;
	float: left;
}

#box #content #tabs section article section h4 {
	width: 158px;
	padding: 0 0 0 2px;
}

#box #content #tabs section article section p {
	width: 458px;
	float: left;
}

#box #content #tabs section article section div {
	width: 100%;
	float: left;
	line-height: 20px;
}

#box #content #configuration h2 {
	text-shadow: 1px 1px 1px #000;
	padding-top: 5px;
}

#box #content #configuration {

}

#box #content #configuration .right {
	width: 225px;
	float: right;
}

#box #content #configuration .right .rounded {
	padding: 10px;
	margin: 10px 0 15px 0;
	border: 1px solid #232323;
	background: #494949;
	line-height: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#box #content #configuration .right .rounded span {
	font-size: 11px;
}

#box #content #configuration .right .rounded b {
	width: 20px;
}

#box #content #configuration .right .rounded section section {
	width: 185px;
	float: right;
}

#box #content #configuration .right .rounded section p {
	width: 200px;
	float: left;
}

#box #content #configuration .right .rounded h3 {
	color: #dadada;
	text-shadow: 1px 1px 1px #000;
}

#box #content #configuration .right .rounded small {
	padding-bottom: 10px;
	font-size: 11px;
	display: block;
}

#box #content #configuration .right .no-margin-top h3 {
	padding-bottom: 0px;
}

#box #content #configuration .right .no-margin-top p {
	padding-bottom: 5px;
}

#box #content #configuration .right .no-margin-top img {
	padding-top: 3px;
}

#box #content #configuration .right .rounded h3#total {
	padding-top: 10px;
}

#box #content #configuration .right .rounded section {
	
}

#box #content #configuration form .submitDD #confirm-bottom,
#box #content #configuration .right .rounded #confirm {
	width: 85px;
	height: 20px;
	background: url(/share/images/site/sprite.png) 0 -28px no-repeat;
	text-indent: -9000px;
	cursor: pointer;
}

#box #content #configuration form .submitDD #confirm-bottom.preview,
#box #content #configuration .right .rounded #confirm.preview {
	width: 62px;
	background: url(/share/images/site/sprite.png) 0 -92px no-repeat;
}

#box #content #configuration form .submitDD #confirm-bottom.confirm,
#box #content #configuration .right .rounded #confirm.confirm {
	width: 62px;
	background: url(/share/images/site/sprite.png) -63px -92px no-repeat;
}

#box #content #configuration form .submitDD {
	font-size: 11px;
	text-align: right;
}

#box #content #configuration form {
	width: 685px;
	line-height: 20px;
	float: left;
	
}

#box #content #configuration form fieldset {
	padding: 10px;
	margin: 10px 0 15px 0;
	border: 1px solid #232323;
	background: #313131;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#box #content #personal h3,
#box #content #totals-header h3,
#box #content #details-header h3,
#box #content #configuration-header h3,
#box #content #configuration form h4 {
	font-size: 14px;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px #000;
}

#box #content #personal h3 {
	padding: 0;
}

#box #content #personal h3 small {
	font-size: 11px;
	text-shadow: none;
}

#box #content #totals span {
	width: 250px;
	float: left;
}

#box #content #configuration-info.short {
	line-height: 12px;
}

#box #content #items,
#box #content #details-data {
	line-height: 16px !important;
}

#box #content #items article span,
#box #content #details-data article span {
	width: 190px;
	float: left;
}

#box #content #items article p,
#box #content #details-data article p {
	width: 470px;
	float: left;
}

#box #content #configuration-info section h4 {
	font-size: 12px;
	padding: 0;
	text-shadow: none;
}

#box #content #configuration-info section p {
	width: 470px;
	float: left;
}

#box #content #configuration form label {

}

#box #content #configuration form p {
	padding-bottom: 5px;
}

#box #content #clients p,
#box #content #partners p {
	padding-bottom: 10px;
}

#box #content #partners .partners-list {
	padding-left: 22px;
}

#box #content #clients .clients-list .right {
	width: 240px;
	padding: 0 0 10px 10px;
	float: left;
}

#box #content #clients .clients-list .border {
	border-bottom: 1px solid #444444;
}

#box #content #clients .clients-list .right h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
}

#box #content #clients .logo,
#box #content #partners .logo {
	padding: 0 10px 10px 0;
	float: left;
}

#box #content #clients section .column {
	width: 453px;
	float: left;
	padding: 0 10px 0 0;
}

#box #content #clients section .column.right {
	padding: 0 0 0 10px;
}

#box #content #clients .product {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	float: left;
	text-indent: -9000px;
	background: url(/share/images/site/content/products-small.png) 0 0 no-repeat;
}

#box #content #clients .workstations {
	background-position: 0 0;
}

#box #content #clients .render-options {
	background-position: -69px 0;
}

#box #content #clients .render-farms {
	background-position: -138px 0;
}

#box #content #clients .servers {
	width: 69px;
	background-position: -208px 0;
}

#box #content #clients .san-nas {
	background-position: -277px 0;
}

#box #content #clients .software {
	width: 70px;
	background-position: -346px 0;
}

#box #content .separator {
	border-bottom: 1px solid #4e4e4e;
}

#box #content #profile .userdata {
	position: absolute;
	top: 5px;
	right: 15px;
	padding: 10px;
	margin: 10px 0 15px 0;
	border: 1px solid #232323;
	background: #494949;
	line-height: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#box #content #profile .userdata h3 {
	text-shadow: 1px 1px 1px #000;
}

#box #content #profile .userdata label {
	width: 100px;
}

#box #content #profile .userdata .err-msg {
	padding-left: 110px;
	width: 250px;
}

#box #content #profile .userdata input.text {
	width: 250px;
}

/* FOOTER */
footer {
	width: 957px;
	height: 148px;
	margin: 0 auto;
	display: block;
	background: url(/share/images/site/footer/background.gif) 0 0 no-repeat;
}

footer section {
	padding-top: 5px;
	float: left;
}

footer section.left {
	width: 382px;
	padding-left: 15px;
}

footer section.right {
	width: 545px;
	padding-right: 15px;
	text-align: right;
}

footer section h6 {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #c9c9c9;
}

footer section.left h6 {
	padding-left: 28px;
	float: left;
	background: url(/share/images/site/footer/icons.gif) 0 10px no-repeat;
}

footer section.right h6 {
	padding-left: 23px;
	float: right;
	background: url(/share/images/site/footer/icons.gif) 0 -29px no-repeat;
}

footer section p,
footer section label {
	color: #989898;
	line-height: 20px;
}

footer section input {
	color: #8c8c8c;
	font-family: Arial, Tahoma, sans-serif;
}

footer section input.text {
	width: 265px;
	height: 20px;
	padding: 8px 0 0 5px;
	margin: 7px 10px 0 0;
	float: left;
	background-color: #343434;
	border-top: 1px solid #0a0a0a;
	border-bottom: 1px solid #1f1f1f;
	border-left: 1px solid #181818;
	font-size: 10px;
	letter-spacing: 2px;
}

footer section input.submit {
	width: 57px;
	height: 28px;
	margin-top: 8px;
	float: left;
	background: url(/share/images/site/sprite.png) -96px 0 no-repeat;
	font-size: 10px;
	font-weight: 600;
}

footer section p a {
	color: #989898;
	text-decoration: none;
}

footer section p a:hover {
	text-decoration: underline;
}

footer nav {
	clear: both;
}

footer nav ul {
	padding-top: 13px;
	text-align: center;
}

footer nav ul li {
	padding: 0 2px;
	display: inline;
	font-size: 12px;
	color: #989898;
}
	
footer nav ul li a {
	color: #989898;
	text-decoration: none;
}

footer nav ul li a:hover {
	text-decoration: underline;
}

footer div {
	padding-top: 10px;
	clear: both;
}

footer div p {
	width: 160px;
	margin: 0 auto;
	padding: 5px 0 5px 50px;
	background: url(/share/images/site/footer/icons.gif) 0 -69px no-repeat;
	font-family: "Letter Gothic Std", Tahoma, sans-serif;
	color: #333333;
	line-height: 13px;
}

footer div p a {
	color: #333333;
	text-decoration: none;
}

footer div p a:hover {
	text-decoration: underline;
}

/* MISC */
.hidden {
	display: none;
}

.clear {
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.clear5 {
	width: 100%;
	height: 5px;
	overflow: hidden;
	clear: both;
}

.clear10 {
	width: 100%;
	height: 10px;
	overflow: hidden;
	clear: both;
}

.clear20 {
	width: 100%;
	height: 20px;
	overflow: hidden;
	clear: both;
}

