/*



Theme Name: Arta Medierii



Theme URI: http://www.mediaserv.ro	



Author: Mediaserv



Author URI: http://www.mediaserv.ro



*/



* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-family: Arial, "Microsoft Sans Serif", "Lucida Sans Unicode";
	font-size: 10pt;
	color:#6c6c6c;
}
.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%;
}
 @font-face {
 font-family: 'CantarellRegular';
 src: url('fonts/Cantarell-Regular-webfont.eot');
 src: url('fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/Cantarell-Regular-webfont.woff') format('woff'),  url('fonts/Cantarell-Regular-webfont.ttf') format('truetype'),  url('fonts/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	background:url(images/bg-noise.png) repeat;
}
#wrapper {
	margin: auto;
	min-height:656px;
	background:url(images/bg.jpg) no-repeat top center;
}
#header-wrapper {
	width:964px;
	margin:0 auto;
	height:157px;
	position:relative;
	background:url(images/header-bg.png) no-repeat;
}
#logo {
	width:265px;
	height:157px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#header-wrapper #search {
	float:right;
	margin-right:22px;
	background:#f6f6f6 url(images/header-search-bg.png) no-repeat top left;
	border:1px solid #d6d6d6;
	border-radius:0px 0px 3px 3px;
	border-top:0px;
	padding:10px 12px 10px 42px;
}
#header-wrapper #search input[type="text"] {
	background:url(images/header-search-input-bg.png) repeat-x;
	height:20px;
	border:1px solid #cccccc;
	border-radius:6px;
	padding-left:8px;
	margin-right:8px;
	float:left;
}
.ie8 #header-wrapper #search input[type="text"] {
	height:18px;
	padding-top:2px;
}
#header-wrapper #search input[type="text"]:focus {
	border:1px solid #b5b5b5;
}
#header-wrapper #search input[type="submit"] {
	background:url(images/header-search-button-bg.png) repeat-x top;
	height:22px;
	line-height:10pt;
	border:1px solid #cccccc;
	border-radius:6px;
	padding:0px 8px;
	margin-right:12px;
	color:#2895b0;
	cursor:pointer;
	float:left;
}
#header-wrapper #search input[type="submit"]:hover {
	border:1px solid #b5b5b5;
}
#language {
	display: block;
	width: 90px;
	height: 20px;
	position:absolute;
	right:20px;
	top:50px;
}
#language a {
	float:left;
	margin-left: 15px;
	display: block;
	height: 17px;
	cursor: auto;
}
#language a img {
	border:2px solid #fff;
}
#language a:hover img {
	border:2px solid #d15243;
}
#main-menu {
	width:956px;
	margin:0 auto;
	margin-top:-3px;
	border:1px solid #20778c;
	border-radius:0px 0px 0px 3px;
	border-top:0px;
	background:url(images/main-menu-bg.png) repeat-x;
	height:46px;
	overflow:visible;
}
/*** ESSENTIAL STYLES ***/



.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,  .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,  ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,  ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,  ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,  ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#main-menu ul {
	list-style:none;
}
#main-menu ul li {
	float:left;
	height:46px;
	position:relative;
	background:url(images/main-menu-sep.png) no-repeat top right;
}
#main-menu ul li a:link,  #main-menu ul li a:visited {
	color:#FFF;
	font-size:12pt;
	height:46px;
	line-height:46px;
	text-decoration:none;
	text-shadow:-1px -1px 1px #2c8297;
	text-transform:uppercase;
	padding:0px 14px;
	display:block;
}
#main-menu ul li.sfHover a:link,  #main-menu ul li.sfHover a:visited,  #main-menu ul li a:hover,  #main-menu ul li a:active {
	background:#1f7387;
}
#main-menu ul li span.sf-sub-indicator {
	width:11px;
	height:7px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:6px;
	top:20px;
	background:url(images/main-menu-sub-arrow.png) no-repeat;
}
#main-menu ul li ul {
	background:#1f7387;
	overflow:hidden;
	width:220px;
	z-index:9999;
	position:absolute;
	left:0px;
	padding:0px 10px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:5px solid #FFF;
}
#main-menu ul li ul li {
	float:left;
	clear:both;
	width:220px;
	height:29px;
	line-height:29px;
	text-transform:none;
	background:none;
	border-bottom:1px solid #4c8f9f;
}
#main-menu ul li ul li:last-child {
	border-bottom:none;
}
#main-menu ul li ul li a:link,  #main-menu ul li ul li a:visited {
	height:29px;
	line-height:29px;
	text-transform:none;
}
#breadcrumbs {
	width:960px;
	margin:0 auto;
	padding-top:18px;
	color:#C3262C;
}
#breadcrumbs * {
color:#C3262C;}
#breadcrumbs strong {
	color:#2895B0;
	font-weight:normal;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
	text-decoration:underline;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
	text-decoration:none;
}
#content-wrapper {
	width:958px;
	margin:0 auto;
	border:1px solid #cccccc;
	border-radius:3px;
	background:#FFF url(images/content.png) right repeat-y;
	box-shadow:0px 0px 4px #dedede;
	display:block;
	margin-top:20px;
}
#content {
	width:640px;
	float:left;
}
#content h1,  #content h2,  #content h4,  #content h5,  #content h6 {
	color: #2895B0;
	font-family: 'CantarellRegular';
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:20px;
}
#content h3,  #content h4,  #content h5,  #content h6 {
	color: #3c4241;
	font-weight:strong;
        font-family: 'CantarellRegular';
	margin-bottom:20pt;
        font-size:12pt;
       
}
#content h1 {
	font-size:16pt;
}
#content h2 {
	font-size:14pt;
}
#content h3 {
	font-size:12pt;
}
#content h4 {
	font-size:11pt;
}
#content h5 {
	font-size:10pt;
}
#content h6 {
	font-size:9pt;
}
#content .page-title {
	margin-top:20px;
	margin-left:20px;
}
#sidebar {
	float:left;
	width:271px;
	padding-left:28px;
	padding-right:17px;
	padding-top:10px;
}
#slider-wrapper {
	background:#f5f5f5;
	width:620px;
	height:221px;
	padding:10px;
}
#slider {
	width:620px !important;
	height:210px;
	overflow:hidden;
	position:relative;
}
#slider .nivo-controlNav {
	display:block;
	position:absolute;
	right:24px;
	bottom:12px;
}
#slider .nivo-controlNav a {
	position:relative;
	z-index:9999;
	background:url(images/slider-bullet.png) no-repeat top center;
	width:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	float:left;
	cursor:pointer;
	font-size:14pt;
	font-weight:normal;
}
#slider .nivo-controlNav a.active,  #slider .nivo-controlNav a:hover {
	color:#5b5550;
	background-position:bottom center;
	text-decoration:none;
}
#post-listing {
	background:#FFF;
	width:640px;
	border-bottom:1px solid #dbdbdb;
}
#post-listing .post {
	float:left;
	width:282px;
	height:314px;
	overflow:hidden;
	padding:19px;
	border-top:1px solid #dbdbdb;
	position:relative;
}
#post-listing .post .post-bottom-sep {
	height:10px;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#f5f5f5;
}
#post-listing .post-alternate {
	border-right:1px solid #dbdbdb;
	width:281px;
}
#post-listing .post .post-image-wrapper {
	width:278px;
	height:128px;
	border:1px solid #c3c3c3;
	margin-bottom:10px;
}
#post-listing .post .post-image {
	width:270px;
	height:120px;
	padding:3px;
	background:#f1f0f0;
	border:1px solid #fbfbfb;
	display:block;
}
#post-listing .post .post-title {
	border-bottom:1px solid #cfcfcf;
	padding-bottom:1px;
	margin-bottom:0px;
}
#post-listing .post .post-title a:link,  #post-listing .post .post-title a:visited {
	font-family: 'CantarellRegular';
	font-size:11pt;
	color:#2895b0;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}
#post-listing .post .post-date {
	color:#c9c9c9;
	font-style:italic;
	font-size:9pt;
	padding-top:3px;
}
#post-listing .post .post-content {
	padding-top:7px;
}
#post-listing .post .post-bottom {
	display:block;
	margin-top:12px;
}
#post-listing .post .post-comments a:link,  #post-listing .post .post-comments a:visited {
	width:41px;
	height:25px;
	background:url(images/post-comments.png) no-repeat;
	float:left;
	display:block;
	padding-left:8px;
	padding-top:4px;
}
#post-listing .post .post-comments a:link,  #post-listing .post .post-comments a:visited {
	text-decoration:none;
	color:#FFF;
}
#post-listing .post .post-more:link,  #post-listing .post .post-more:visited {
	float:right;
	display:block;
	height:13px;
	line-height:13px;
	background:url(images/post-more.png) repeat-x top center;
	text-decoration:none;
	color:#FFF;
	padding:6px;
	border-radius:3px;
}
#post-listing .post .post-more:hover,  #post-listing .post .post-more:active {
	background:url(images/post-more.png) repeat-x bottom center;
}
#post-listing .post-sep {
	float:left;
	clear:both;
	width:100%;
	height:0px;
	line-height:0px;
	font-size:0px;
}
#single {
	background:#FFF;
	padding:20px;
}
#single .page-title {
	margin-top:0px;
	margin-left:0px;
}
#content .alignleft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	background:#f5f5f5;
	padding:4px;
	border:1px solid #dbdbdb;
	text-align:center;
}
#content .alignleft p {
	margin-bottom:0px;
}
#content a:link,  #content a:visited {
	text-decoration:none;
	color:#2895B0;
        color:#2895B0;
}
#content a:hover,  #content a:active {
	text-decoration:underline;
}
#content strong {
	color:#c3262c;
        color:#3c4241;
}
#content p {
	margin-bottom:20px;
}
#single-post-bottom {
	margin-bottom:20px;
	overflow:hidden;
}
#single-post-bottom h3 {
	font-family: 'CantarellRegular';
	font-size: 11pt;
	color: #2895B0;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	background: url(images/sidebar-h3.png) repeat-x bottom;
	padding-bottom: 14px;
	margin-bottom:0px;
	padding-left:20px;
}
#related-posts {
	width:299px;
	float:left;
}
#related-posts ol {
	padding:15px;
	list-style:inside decimal;
	line-height:16pt;
	border-right:1px solid #dbdbdb;
}
#related-posts abbr {
	display:none;
}
#tags {
	float:left;
	width:300px;
}
#tag-list {
	padding:20px;
}
#tag-list a:link,  #tag-list a:visited {
	color:#FFF;
	background:#707070;
	border-radius:3px;
	padding:4px 6px;
	margin:10px;
	float:left;
	display:block;
}
#tag-list a:hover,  #tag-list a:active {
	text-decoration:none;
	background:#2895B0;
}
#content input[type="text"] {
	border:1px solid #cccccc;
	background:#f5f5f5;
	padding:4px 6px;
	border-radius:3px;
}
#content textarea {
	padding:6px;
	border:1px solid #cccccc;
	background:#f5f5f5;
	border-radius:3px;
}
#content input[type="submit"] {
	background:url(images/button-bg.png) repeat-x top;
	height:24px;
	border:1px solid #6e6e6e;
	border-radius:3px;
	color:#FFF;
	text-shadow:-1px -1px 0px #1b6476;
	padding:0px 17px;
	cursor:pointer;
}
#content input[type="submit"]:hover {
	background:url(images/button-bg.png) repeat-x bottom;
	text-shadow:-1px -1px 0px #4a4a4a;
}
#respond {
	clear:both;
	overflow:inherit;
	padding-top:20px;
	border-top:1px solid #ccc;
}
#respond p {
	overflow:hidden;
}
#respond p.form-allowed-tags {
	display:none;
}
#respond p.comment-notes span {
	float:none;
}
#respond p.comment-notes {
	font-size:8pt;
}
#respond label {
	display:block;
	margin-bottom:4px;
	float:left;
}
#respond span.required {
	float:left;
	padding-left:4px;
	font-size:8pt;
	color:#cd0002;
}
#respond input[type="text"],  #respond textarea {
	clear:left;
	float:left;
}
#comment-list {
	list-style:none;
	margin-bottom:20px;
}
#comment-list ul {
	list-style:none;
}
#comment-list ul li {
	padding-left:52px;
	margin-left:52px;
	border-left:1px solid #dbdbdb;
	background:url(images/comment-line.png) no-repeat left 100px;
	padding-top:19px;
}
#comment-list .comment-body {
	background:#f5f5f5;
	border:1px solid #dbdbdb;
	border-radius:3px;
	padding:19px;
}
#comment-list .comment-author img {
	float:left;
	border-radius:3px;
	border:1px solid #2895b0;
	margin-right:19px;
}
#comment-list .comment-author cite {
	color:#2895b0;
	font-family: 'CantarellRegular';
	font-size:12pt;
	font-weight:normal;
	font-style:normal;
}
#comment-list .comment-meta {
	margin-bottom:30px;
}
#comment-list .comment-meta a:link,  #comment-list .comment-meta a:visited {
	color:#707070;
	font-size:8pt;
}
#comment-list .comment-reply-link:link,  #comment-list .comment-reply-link:visited {
	color:#FFF !important;
	background:#d15243;
	border-radius:3px;
	padding:5px 10px;
	display:inline-block;
}
#comment-list .comment-reply-link:hover,  #comment-list .comment-reply-link:active {
	text-decoration:none;
	background:#707070;
}
.wp-pagenavi {
	margin-top:-3px;
	background:#FFF;
	padding:38px 19px 21px 19px;
	width:602px;
	text-align:center;
}
.wp-pagenavi a:link,  .wp-pagenavi a:visited,  .wp-pagenavi span.current {
	background:url(images/post-more.png) repeat-x bottom center;
	height:25px;
	line-height:25px;
	padding:0px 8px;
	color:#FFF !important;
	text-decoration:none;
	border-radius:3px;
	display:inline-block;
}
.wp-pagenavi a:hover,  .wp-pagenavi a:active,  .wp-pagenavi span.current {
	background:url(images/post-more.png) repeat-x top center;
	text-shadow:none;
	color:#FFF !important;
	text-decoration:none !important;
}
.wp-pagenavi a,  .wp-pagenavi span {
	margin:0px 6px;
}
#sidebar .traficro {
	display:inline-block;
}
#sidebar .widget_polls-widget {
	margin-bottom:30px;
}
#sidebar .widget_polls-widget ul {
	padding:10px 0px;
}
#sidebar .widget_polls-widget li {
	background:none;
	padding-left:0px;
	height:auto;
}
#sidebar .widget_polls-widget h3 {
	margin-bottom:10px;
}
#sidebar h2 {
	font-family: 'CantarellRegular';
	font-size:12pt;
	color:#2895b0;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	background:url(images/sidebar-h3.png) repeat-x bottom;
	padding-bottom:14px;
}
#sidebar h3 {
	font-family: 'CantarellRegular';
	font-size:16pt;
	color:#2895b0;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	background:url(images/sidebar-h3.png) repeat-x bottom;
	padding-bottom:14px;
}
#sidebar ul {
	list-style:none;
}
#sidebar ul li ul {
	padding:25px 0px;
}
#sidebar ul li ul li {
	background:url(images/sidebar-li.png) no-repeat 0px 8px;
	padding-left:18px;
	height:25px;
	line-height:25px;
}
#sidebar ul li ul li a:link,  #sidebar ul li ul li a:visited {
	height:24px;
	line-height:24px;
	border-bottom:1px solid #dbdbdb;
	display:block;
	text-decoration:none;
	padding-left:7px;
	font-family: 'CantarellRegular';
}
#sidebar ul li ul li a:hover,  #sidebar ul li ul li a:active {
	padding-left:17px;
	color:#d15243;
	background:#f4f4f4;
}
#sidebar .recentcomments a:link,  #sidebar .recentcomments a:visited {
	display:inline-block;
	padding-left:0px;
}
#sidebar .recentcomments a:hover,  #sidebar .recentcomments a:active {
	padding-left:7px;
	color:#d15243;
	background:none;
}
#sidebar .tabbed-widget {
	margin-bottom:20px;
	float:none;
	overflow:hidden;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li {
	background:none;
	padding-left:0px;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav a:link,  #sidebar .tabbed-widget .ui-tabs .ui-tabs-nav a:visited {
	border-bottom:none;
	padding-left:0px;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav a:hover,  #sidebar .tabbed-widget .ui-tabs .ui-tabs-nav a:active {
	padding-left:0px;
	color:#6C6C6C;
	background:none;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav {
	padding-bottom:0px;
}
#sidebar .tabbed-widget .ui-tabs-panel {
	border-radius:0px 0px 3px 3px;
	border:1px solid #cccccc;
	background:#f5f5f5;
	padding:19px;
	width:230px;
}
#sidebar .tabbed-widget .ui-tabs-panel div.tagcloud a:link,  #sidebar .tabbed-widget .ui-tabs-panel div.tagcloud a:visited {
	text-decoration:none;
	padding:4px;
	font-family: 'CantarellRegular';
}
#sidebar .tabbed-widget .ui-tabs-panel div.tagcloud a:hover,  #sidebar .tabbed-widget .ui-tabs-panel div.tagcloud a:active {
	color:#2895B0;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-default {
	padding:0px 15px;
	height:28px;
	padding-top:10px;
	border-radius:3px 3px 0px 0px;
	border:1px solid #20778c;
	border-bottom:0px;
	background:url(images/sidebar-tabs-header.png) repeat-x;
	color:#FFF;
	margin-right:3px;
	margin-bottom:-1px;
	position:relative;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-default a:link,  #sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-default a:visited {
	color:#FFF;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-active,  #sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-hover {
	padding:0px 15px;
	height:28px;
	padding-top:10px;
	border-radius:3px 3px 0px 0px;
	border:1px solid #cccccc;
	border-bottom:0px;
	background-image:none;
	background-color:#f5f5f5;
	color:#2895b0;
	margin-right:3px;
	margin-bottom:-1px;
	position:relative;
	z-index:9000;
}
#sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-active a:link,  #sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-active a:visited,  #sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-hover a:link,  #sidebar .tabbed-widget .ui-tabs .ui-tabs-nav li.ui-state-hover a:visited {
	color:#6c6c6c;
}
#sidebar .widget_newsletterwidget {
	width:240px;
	height:150px;
	margin-bottom:20px;
	background:url(images/sidebar-newsletter.png) no-repeat;
	color:#FFF;
	padding:15px;
}
#sidebar .widget_newsletterwidget h3 {
	font-size:20pt;
	background:none;
	padding-bottom:7px;
	color:#FFF;
}
#sidebar .widget_newsletterwidget input[type="text"] {
	height:27px;
	border:1px solid #1b6375;
	border-radius:3px 0px 0px 3px;
	background:url(images/sidebar-input-bg.png) repeat-x;
	color:#6c6c6c;
	padding-left:10px;
	float:left;
	margin-top:18px;
	width:170px;
}
.ie8 #sidebar .widget_newsletterwidget input[type="text"] {
	height:21px;
	padding-top:6px;
}
#sidebar .widget_newsletterwidget input[type="submit"] {
	height:29px;
	border:1px solid #1b6375;
	border-radius:0px 3px 3px 0px;
	background:url(images/sidebar-button-bg.png) repeat-x;
	color:#2895b0;
	border-left:0px;
	padding:0px 5px;
	float:left;
	cursor:pointer;
	margin-top:18px;
}
#sidebar .facebook {
	display:inline-block;
	margin-right:10px;
	width:35px;
	height:35px;
	background:url(images/facebook.png) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	float:left;
}
#sidebar .yahoo {
	display:inline-block;
	margin-right:10px;
	width:35px;
	height:35px;
	background:url(images/yahoo.png) no-repeat;
	text-indent:-9999px;
	font-size:0px;
	line-height:0px;
	float:left;
}
#sidebar .widget_newsletterwidget input[type="submit"]:hover {
	background:url(images/sidebar-input-bg.png) repeat-x;
}
#sidebar .widget_text {
	margin-bottom:20px;
}
#sidebar .widget_rsw li {
	background:none;
	padding:0px;
	float:left;
	margin-bottom:15px;
	margin-right:15px;
}
#sidebar .widget_rsw li a:link,  #sidebar .widget_rsw li a:visited {
	text-decoration:none;
	display:block;
	padding:2px 4px;
	border-bottom:0px;
	border-radius:3px;
	background:#d15243;
	color:#FFF;
}
#sidebar .widget_rsw li a:hover,  #sidebar .widget_rsw li a:active {
	background:#2895b0;
}
#footer-wrapper {
	width:960px;
	height:298px;
	background:url(images/footer.png) no-repeat bottom center;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
	position:relative;
}
#footer-tabs {
	overflow:hidden;
}
#footer-wrapper div.tab {
	float:left;
	width:290px;
	padding:30px 15px 15px 15px;
}
#footer-wrapper div.tab * {
	color:#FFF;
}
#footer-wrapper div.tab ul {
	list-style:none;
}
#footer-wrapper div.tab h3 {
	font-family: 'CantarellRegular';
	font-size:19px;
	font-weight: normal;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
}
#footer-wrapper div.tab {
	text-align:center;
}
#footer-wrapper div.tab strong {
	text-align:left;
}
#footer-wrapper div.tab p {
	margin-bottom:10px;
	text-indent:left;
}
#footer {
	width:960px;
	height:54px;
	position:absolute;
	left:0px;
	bottom:0px;
}
#footer-menu {
	height:54px;
	float:left;
	padding-top:20px;
}
#footer-menu ul {
	list-style:none;
	padding-left:20px;
}
#footer-menu ul li {
	float:left;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #d7d7d7;
}
#footer-menu ul li a:link,  #footer-menu ul li a:visited {
	text-decoration:none;
	color:#d7d7d7;
}
#footer-menu ul li a:hover,  #footer-menu ul li a:active {
	color:#FFF;
}
#mediaserv:link,  #mediaserv:visited {
	float:right;
	color:#d7d7d7;
	text-decoration:none;
	margin-right:20px;
	padding-top:20px;
}
#mediaserv a:hover,  #mediaserv a:active {
 color:#FFF:
}



::-moz-selection {
background: #2895B0;
color:#fff;
text-shadow: none;
}

::selection {
background:#2895B0;
color:#fff;
text-shadow: none;
}

