/*		border: 1px solid #f00;		*/

html, #main {
	height: 100%;
	padding: 0px;
	margin: 0 auto;
}

body {
	height: 100%;
	padding: 0px;
	width: 100%;
	background-color: #eaeaea;
	color: black;
	font: normal 14px/1.8em Arial, Helvetica, sans-serif;
}

*{
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
}

h1 {
	margin: 0px;
	padding: 29px 24px;
	float: left;
	color: white;
	font: bold 30px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
}

h2 {
	font: bold 21px/1.5em Arial, Helvetica, sans-serif;
	padding: 8px 0px;
	margin: 8px 0px;
	color: #00567a;
	text-decoration: underline;
	letter-spacing: 1px;
}

h3 {
	width: 98%;
	margin-bottom: 40px;
	padding-left: 11px;
	background: url('../images/bkg_h3.gif') repeat-y left top;
	text-decoration: none;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #002c48;
	letter-spacing: 1px;
	border-bottom: 1px dotted #777;
}

p {
	margin-bottom: 0.814em;
	padding: 0px;
	font: normal 15px/1.8em Arial, Helvetica, sans-serif;
	color: black;
}

a {
	color: #00567a;
	text-decoration: underline;
}

img {
	border: 0px;
}

ul  {
	list-style: none;
}

ol {
	margin: 5px 0px 15px 30px;
}

ol p {
	margin-bottom: 4px;
	line-height: 1.5em;
}



.clr {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#main {
	background: url('../images/header_bkg.jpg') repeat-x center top;
	width: 100%;
	min-width: 970px;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 970px;
	height: 110px;
	overflow: hidden;
	background: url('../images/header_title.png') no-repeat center top;
	padding: 0px;
}

#header_anchor {
	position: relative;
	width: 970px;
	height: 110px;
	top: 0px;
	left: 0px;
}

#languages {
	position: absolute;
	top: 8px;
	left: 865px;
	text-align: right;
	font: 10px/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#languages a {
	position: relative;
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	text-decoration: none;
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}

#languages a:hover {
	color: #0099cc;
}

#languages a span {
	position: absolute;
	bottom: -11px;
	left: 2px;
}

#JP-flag{
	background-image: url("../images/Japan-Flag.gif");
}

#RO-flag{
	background-image: url('../images/Romania-Flag.gif');
}

#EN-flag{
	background-image: url('../images/UK-Flag.gif');
}

#sub-navigation {
	background: none repeat scroll 0 0 #005185;
	font-family: "Maven Pro",sans-serif;
	overflow: visible;
	text-align: center;
	width: 100%;
	min-width: 970px;
	height: 54px;
}

#sub-navigation ul {
	border-left: 1px solid #1a2d76;
	border-right: 1px solid #3055b6;
	font-size: 0px;
	margin: 0px auto;
	width: 100%;
	float: left;
}

#sub-navigation ul li {
	border-left: 1px solid #3055b6;
	border-right: 1px solid #1a2d76;
	display: inline-block;
	float: left;
	position: relative;
	height: 1%;
}

#sub-navigation ul li a {
	position: relative;
	display: block;
	z-index: 10;
	font-size: 14px;
	padding: 14px 25px;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
}

#sub-navigation ul li a:hover, #sub-navigation ul li a.active {
	background: #0063a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#0072bb), to(#005185)); 				/* for webkit browsers */
	background: -moz-linear-gradient(top,  #0072bb,  #005185); 													/* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072bb', endColorstr='#005185'); 		/* for IE */
	color: #efefef;
	text-decoration: none;
}

#sub-navigation ul li#globalMenuLast {
	float: right;
/*	width is set in <li> tag  	*/
	height: 54px;
	background: url('../images/globalMenuLast.png') repeat-x center;
	margin-right: 12px;
	border: none;
}

#sub-navigation .drop{
	display: none;
	left: -1px;
	padding: 0px 1px;
	position: absolute;
	top: 54px;
	width: 178px;
	z-index: 999
}

#sub-navigation ul ul {
	background: none repeat scroll 0 0 #f1f1f1;
	border: 1px solid #000;
	box-shadow: 1px 1px 5px #000;
	height: auto;
	padding: 0px;
	width: 178px;
}

#sub-navigation ul ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	width: 100%;
}

#sub-navigation ul ul li a {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #ffffff;
	color: #313232;
	font-family: "LatoBold",Arial,sans-serif;
	line-height: 20px;
	padding: 5px 0 5px 10px;
	text-shadow: none;
	text-transform: none;
	width: 93%;
	text-align: left;
}

#sub-navigation ul ul li a:hover {
	background: none repeat scroll 0 0 white;
	color: #313232;
}

#sub-navigation ul ul div {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid white;
	float: left;
	height: 100%;
	position: relative;
	width: 164px;
}

span.sub-navigation-heading {
	color: black;
	display: block;
	font-family: "LatoBold", Arial,sans-serif;
	font-size: 15px;
	padding: 10px 0px 5px 10px;
}

.container {
	clear: both;
	background: url('../images/pageShadow.png') repeat-y center;
}


/*
.inside-container{
	-moz-box-shadow: 0px 0px 20px #444444; 		
	-webkit-box-shadow: 0px 0px 20px #444444;
	box-shadow: 0px 0px 20px #444444; 
	background-color: #ffffff;
}	
*/


/*				MAIN MENU		*/
.shell {
	width: 970px;
	margin: 0px auto;
}

.wrapper {
	overflow: hidden;
	height: auto;
}

.slider-wrapper {
	padding: 0px 5px;
	height: 300px!important;
	overflow: hidden;
}


.ckeditor-wrapper {
	margin: 10px 0px;
}




/*			COMMON 			*/

.img-wrapper {
	width: 350px;
	margin-left: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.articles {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #777;
}

.article_standard {
	margin: 0px auto;
	width: 820px;
	padding-top: 20px;
	text-indent: 0em;
}

.article_with_photos {
	width: 600px;
	padding-left: 15px;
}

.block-title {
	margin: 15px 0px 5px;
	padding: 8px 75px;
	font: 700 16px/30px arial ;
	border-top: 2px solid #bbb;
	border-bottom: 1px solid #707070;
	background-color: #d0d0d0;
}

.block-title a {
	display: inline-block;
	letter-spacing: 2px;
	font-size: 18px;
	color: #c20020;
	text-decoration: none;
	text-shadow: 1px 1px 0px #dcc, 2px 3px 3px rgba(0,0,0,0.35);
}

.block-images {
	padding: 0px 5px;
}

.heading a {
	text-decoration: none;
	font: 600 16px/30px Arial;
	color: #333;
}

.sub-heading {
	font: 600 14px/30px Arial;
	color: #777;
}

.main-video {
	width: 600px;
	position: relative;
	overflow: hidden;
}

.main-video img {
	min-width: 100%;
}

.icon-play {
	background-image: url("../images/ico-play-60x60.png");
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	width: 60px;
	position: absolute;
	top: 45%;
}

.slider-video {
	width: 360px;
}

.slider-video .bx-wrapper .bx-controls-direction a {
	left: 45%;
}

.slider-video .bx-wrapper .bx-prev {
	top: 32px;
}

.slider-video .bx-wrapper .bx-next {
	bottom: 15px;
	top: auto;
}

.video-list .heading a {
	padding: 6px 8px;
	display: inline-block;
	line-height: 20px;
}


/*
.slider-pager {
	text-align: center;
	margin-top: -48px;
}

.slider-pager a {
	margin: 0 3px;
}

.slider-pager a img {
	padding: 2px;
	border: solid #ccc 1px;
	max-width: 48px;
}

.slider-pager a.active img {
	border: solid #0b5c9a 1px;
}
*/



/*				TOP PAGE 			*/


/*				Latest news block			*/

.latest-news {
	padding: 0 15px;
}

.col-sm-9 {
	padding: 0px 50px 20px 60px;
}

.views-row h1 {
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	float: none;
}

.views-row h1 a {
	color: #8c6409;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 28px;
	font-weight: 100;
	line-height: 1.1;
	margin-top: 0px;
}

.view-news-list.view-display-id-block .views-row {
	border-color: rgb(119, 119, 119);
	border-style: dotted;
	border-width: 0px 0px 1px;
	padding: 0px 0px 18px;
}
.view-news-list.view-display-id-block_1 .views-row {
	border-color: rgb(221, 221, 221);
	border-style: solid;
	border-width: 0px 0px 1px;
	padding: 18px 0px;
}
div.view-news-list div.views-field-field-image {
	float: right;
	margin: 4px 0px 12px 12px;
}
.views-more-link {
	margin: 18px 0px 0px;
	font-weight: 600;
}
#block-views-news-list-block-1 .views-row h1 {
	padding-bottom: 15px;
}
#block-views-news-list-block-1 .views-row h1 a {
	font-size: 24px;
	font-weight: 100;
	line-height: 1.1;
}
#block-views-news-list-block .views-row + .views-row h1 a {
	font-size: 22px;
	font-weight: 600;
}

#event_info_strip {
	width: 830px;
	margin-top: 18px;
	padding: 20px 0px;
	background: #000060 url("../images/background-event_info_strip.png") repeat-x center 96%;
	color: #fff;
	line-height: 1.313em;
	font-size: 1.688em;
	font-weight: bold;
	text-align: center;
}

#event_info_strip a:link {
	font-size: 0.875em;
	color: #5959ff;
	text-decoration: none; 
	animation: blinker 0.5s linear infinite alternate;
}

#event_info_strip a:visited {
	color: #5959ff;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

#sakow_photo {
	border: solid 2px #fff;
	outline: solid 1px #888;
	border-collapse: separate;
	box-shadow: 3px 3px 4px #aaa;
}

#logoTitle {
	float:left; width:145px; height:164px;
}

#topPage_logoText {
	overflow:hidden;
	width:178px;
	height:164px;
	background: url('../images/logo_bkg.png') no-repeat top left;
}

#topPage_logoText_text {
	width: 300px;
}

#top_page_titleAndNews {
	width: 100%;
	height: 150px;
	margin: 0px;
	overflow: visible;
	border: 1px solid #fff;
}

#top_page_title {
	width: 580px;
	margin: 40px 0px 10px 0px;
	text-align: center;
	font: bold 26px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#news {
	float: right;
	width: 238px;
	height: 170px;
	margin-top: 25px;
	text-align: center;
	border: 1px solid #e0e0e0;
}

#newsBox {
	position: relative;
	margin: 7px auto;
	padding-top: 15px;
	width: 210px;
	height: 85px;							/*	Expands on hover because of javascript "Expand News Window" in html file		*/
	background-color:#efefef;
	overflow: auto;
	overflow-x: hidden;
	z-index: 1;
	border: 1px solid #ddd;
}

#newsBox: hover { z-index: 2;}

h2#roccija_news {
	color: #000c79;
	text-align: none;
	font-size: 1.25em;
	font-weight: bold;
	padding: 0px;
	margin: 5px auto;
/*	text-indent: 0px;			*/
}

#newsBox ul {
	width: 178px;
	padding: 0px 4px 10px 10px;
/*	border: 1px solid #000;			*/
}

#newsBox ul  li {
	text-align: left;
}

#newsBox ul  li a {
	font-size: 0.875em;
	color: #00a;
	line-height: 1.25em;
}

#newsBox ul  li a:hover {
	font-size: 0.875em;
	color: #06f;
	line-height: 1.25em;
}

#newsBox ul  li p {
	font-size: 0.875em;
	line-height: 1.188em;
	margin-top: 4px;
}

#top_page_title_sub {
	padding-top: 7px;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 24px;
}

.albastru {
	color: #0054ff;
	font-weight: bold;
}

.galben {
	color: #efcb00;
	font-weight: bold;
}

.rosu {
	color: #ff0000;
	font-weight: bold;
}

#businessPageLink {
	padding: 20px 0px;
	font-size: 1.375em;
	font-weight:bold;
}




/*				ABOUT  /  FACT SHEET			*/

.about_subtitle {
	font-weight: bold;
	border-bottom: 1px dotted #444;
}




/*				ACTIVITY			*/

h4.activity {
	margin: 15px 0px 5px;
	font-size: 1.25em;
	color: #333;
}

p.activity {
	margin-bottom: 0.689em;
}

ul.activity  {
	margin: 10px 0px 25px;
	list-style: none;
}

ul.activity li:before {
	content: "\2022 \0020";
}

.activityPhotos {
	width: 100%;
	margin: 30px auto 0px;
	text-align: center;
}

.activityPhotos img {
	padding: 1px;
	border: 1px solid #444;
	margin-right: 20px;
}

.activityPhotosRight {
	float: right;
	margin: 0px 10px 10px 30px;
	border: solid 2px #fff;
	outline: solid 1px #888;
	border-collapse: separate;
	box-shadow: 3px 3px 4px #aaa;
}

.downloads {
	float: right;
	width: 250px;
	margin: 0px 10px 10px 30px;
	border: 1px solid #bbb;
	background: url('../images/downloads_bg.png');
	-webkit-box-shadow: 3px 3px 4px 0px rgba(211,211,211,1);
	-moz-box-shadow: 3px 3px 4px 0px rgba(211,211,211,1);
	box-shadow: 3px 3px 4px 0px rgba(211,211,211,1);
}

.downloadsTitleText {
	line-height: 2.5em;
	font-size: 1.0625em;
	font-weight: bold;
	color: #bb0029;
}

.downloads ul {
	list-style: none;
	margin: 5px 0px 5px 15px;
}

.downloads ul li {
	padding-left: 23px;
	min-height: 32px;
	background: url('../images/pdf.png') no-repeat left 2px;
	display: block;
}

#editSubmit {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 36px;
	height: 36px;
	background: transparent;
}

#editSubmit:hover {
	background-image: url('../images/edit.png');
}


/*				DIRECTORS			*/

.directors_frame {
	padding: 10px;
	border: solid 1px #eaeaea;
}

h4.director_name {
	margin-bottom: -1px;
	font-size: 15px;
}

.directors_content {
	overflow: auto;
}

p.directors {
	margin: 0px 0px 10px 25px;
}

ul.directors  {
	margin: 10px 0px 25px;
	list-style: none;
}

ul.directors li:before {
	content: "\2022 \0020";
}

.profile_pic {
	float: right;
	margin: 1px 10px 10px 30px;
	border: solid 2px #fff;
	outline: solid 1px #888;
	border-collapse: separate;
	box-shadow: 3px 3px 4px #aaa;
	z-index: 10;
}



/*				BUSINESS			*/

p.bizCountry {
	font-weight: bold;
	margin-left: 206px;
}

table#business {
/*	width: 820px;			*/
	width: 600px;
	margin: 0px auto;
	margin-bottom: 40px;
	table-layout: fixed;
	border-collapse: collapse;	
}

table#business th, table#business td {
	border: 1px solid #006070;
	padding: 8px 15px;
	vertical-align: top;
	font-size: 0.938em;
	word-wrap: break-word;
	line-height: 1.5em;
}

table#business th {
	padding: 0px 10px;
	background-color: #ccc;
	font-weight: bold;
}

table#business td.center {
	text-align:center;
}

table#business td.category {
	background-color: #eee;
}

th#bizBunya{ width: 28px;}
th#bizRenban{ width: 40px;}
/*
th#bizAnken{ width: 520px;}
th#bizPartner{ width: 220px;}
th#bizCountry{ width: 28px;}
th#bizJisseki{}
*/

table#business td.separator {
	height: 2px;
	padding: 0px;
	background-color: #006070;
}

ul#businessCountries {
	width: 245px;
	margin: 0px 0px 40px 70px;
	padding: 8px 0px;
	background-color: #f3f3f3;
	border: 2px solid #fff;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	box-shadow: 2px 2px 4px #777;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
}
ul#businessCountries li {
	height: 18px;
	padding: 0px 6px 4px 12px;
}

ul#businessCountries li a {
	font-size: 0.875em;
	color: #000;
	font-weight: normal;
	line-height: 0em;
}

ul#businessCountries li a:visited {
	color: #000;
	text-decoration: none;
}

ul#businessCountries li a:hover {
	color: #006070;
	background-color: #fff;
	text-decoration: none;
}


hr.business {
	margin:0 auto; width:58%;
	padding: 0;
	border: none;
	border-top: medium double #8c8c8c;
	color: #8c8c8c;
	text-align: center; 
} 
hr.business:after { 
	content: "§";
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: #fff; 
}



/*				LINKS			*/

ul.links  {
	margin-bottom: 25px;
	list-style: none;
}

ul.links li:before {
	content: "\2022 \0020";
}

ul.links li  a {
	color: #090060;
	line-height: 1.75em;
	text-decoration: none;
}

ul.links li  a:hover {
	color: #4430ff;
	text-decoration: underline;
}

hr {
	border-top: 1px dotted #777;
	color: #fff;
	height: 1px;
	width: 95%
}




/*--------------------		CONTACT	-----------------------*/

form table {
	width: 560px;
	margin: 20px auto 20px;
}

form table td {
	padding: 5px 0px 5px 50px;
}

input, textarea {
	padding: 6px 10px;
	background: #e6ecf0;
	font-family: 'Arial';
	font-size: 0.875em;
	font-weight: normal;
	border-bottom: 1px solid #c3d3e0;
	border-left: 1px solid #c3d3e0;
	border-top: 1px solid #fff;
	border-right: 0px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

/*	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
*/
	-webkit-transition: border linear 0.2s, box-shadow linear 0.4s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.4s;
	-o-transition: border linear 0.2s, box-shadow linear 0.4s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.4s;
	transition: border linear 0.2s, box-shadow linear 0.4s;
}

input:focus, textarea:focus {
	background: #f0f3f6;
	border: 1px solid;
	border-color: rgba(112, 147, 175, 0.9);
	-webkit-box-shadow: inset 0 1px 1px rgba(112, 147, 175, 0.3), 0 0 8px rgba(112, 147, 175, 0.7);
	-moz-box-shadow: inset 0 1px 1px rgba(112, 147, 175, 0.3), 0 0 8px rgba(112, 147, 175, 0.7);
	box-shadow: inset 0 1px 1px rgba(112, 147, 175, 0.3), 0 0 8px rgba(112, 147, 175, 0.7);
	outline: 0;
}

input[type=submit], input[type=reset] {
	width: 70px;
	height: 28px;
	padding: 2px 0px;
    border: none;
	background-color: #103983;
	background: linear-gradient(to bottom, #93b6cc 0%, #003659 100%);														/* W3C */
	background: -moz-linear-gradient(top, #93b6cc 0%, #003659 100%);														/* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93b6cc), color-stop(100%,#003659));			/* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#93b6cc', endColorstr='#003659');		/* IE5.5-7+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#93b6cc, endColorstr=#003659)"; 					/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#93b6cc', endColorstr='#003659')";	/* IE8+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b6cc', endColorstr='#003659',GradientType=0 );	/* IE6-9 */
	background: -ms-linear-gradient(top, #93b6cc 0%, #003659 100%);															/* IE10+ */
	
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;

    cursor: pointer;
	text-align: center;
	vertical-align: middle;
    font-size: 0.875em;
	font-family: "Lucida Bright", Georgia, serif;
    color: #fff;
    text-decoration: none;
	text-shadow: 1px 2px #000000;
	/*	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ff0000);		*/
}

input[type=submit]:hover, input[type=reset]:hover {
    border: none;
	background: linear-gradient(to bottom, #003659 0%, #93b6cc 100%);														/* W3C */
	background: -moz-linear-gradient(top, #003659 0%, #93b6cc 100%);														/* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#003659), color-stop(0%,#93b6cc));			/* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#003659', endColorstr='#93b6cc');		/* IE5.5-7+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#003659, endColorstr=#93b6cc)"; 					/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#003659', endColorstr='#93b6cc')";	/* IE8+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003659', endColorstr='#93b6cc',GradientType=0 );	/* IE6-9 */
	background: -ms-linear-gradient(top, #003659 0%, #93b6cc 100%);															/* IE10+ */
	
	box-shadow: 1px 1px 4px 0px #000;
    -moz-box-shadow: 1px 1px 4px 0px #000;
	-webkit-box-shadow: 0px 0px 6px 1px #000;
}

#formButtonsDiv {
	position: relative;
	margin-left: 140px;
	margin-top: 10px;
}

.divider2 {
	width: 473px;
	margin: 0px auto;
}


#contact-table {
	border-collapse: collapse;
	background-color: #fff;
}

#contact-table td {
	background-color: #fff;
	border: 0px;					/*	to see the table:  border: 1px solid #000;  */
	padding: 8px 0px 8px 20px;
	line-height: 1.25em;
}



/*				FOOTER			*/

#footer {
	position: relative;
	height: 110px;
	background-color: #005185;
	border-top: 2px solid #000;
}

#sns {
	position: absolute;
	width:60px;
	height: auto;
	top: 20px;
	right: 80px;
}

#footer-content {
	width: 400px;
	height: 60px;
	margin: 25px auto;
	font-size: 12px;
	color: #c5dcea;			/*	border: 1px solid #f00;		*/
}

#footer-text {
	margin-left: 70px;
	line-height: 1.69em;
}

#footer-links ul
{
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

#footer-links ul li,
#footer-logo
{
	float: left;
}

#footer-links ul li+li:before
{
	content:" | ";
	color:rgb(255,255,255);
}

#footer-links ul li a,
#footer-links ul li a:link
{
	font-size: 12px;
	font-weight: normal;
	color:#c5dcea;

	padding:0px 12px 0px 0px;
}

#footer-links ul li+li a,
#footer-links ul li+li a:link
{
	padding:0px 12px;
}

#footer-logo
{
	width: 47px;
	height: 40px;
	padding-top: 3px;
}
