/* @group layout */
body,
table,
textarea,
input,
select,
option {
	font: 12px Arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #638daf url(../img/bg/bg.jpg) no-repeat top center;
}

:focus
{
  -moz-outline-style: none;
}

div.page {
	position: relative;
	width: 920px;
	min-height: 613px;
	margin: 0 auto;
	padding: 10px 0
}
div.home div.page {
	padding-top: 0;
}
div.content {
	width: 688px;
}
div.who-we-are {background: url(../img/bg/bg-who-we-are.png) no-repeat top center;}
div.what-we-do {background: url(../img/bg/bg-what-we-do.png) no-repeat top center;}
div.our-view {background: url(../img/bg/bg-our-view.png) no-repeat top center;}
div.our-clients {background: url(../img/bg/bg-our-clients.png) no-repeat top center;}
div.our-partners {background: url(../img/bg/bg-our-partners.png) no-repeat top center;}
div.news-and-more {background: url(../img/bg/bg-press.png) no-repeat top center;}
div.contact,
div.newsletter,
div.send-a-friend,
div.disclaimer {
	background: url(../img/bg/bg-contact.png) no-repeat top center;
}
/* @end */

/* @group sidebar */
div.sidebar {
	width: 200px;
	position: absolute;
	top: 20px;
	right: 0;
	height: 560px;
}
div#logo {
	text-align: right;
}
ul#navigation {
	padding: 4px 0;
	text-align: right;
}
ul#navigation,
ul#navigation ul {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}
ul#navigation ul {
	padding: 0;
	text-transform: lowercase;
}
div.sidebar ul.collapse ul {
	display: none;
}
ul#navigation li.selected a {
	color: #fff;
}
ul#navigation li li.selected {
}
ul#navigation li {
	margin: 12px 0;
}
ul#navigation li li {
	margin: 10px 0;
}
ul#navigation a {
	outline: 0 none;
	color: #9e2000;
	text-decoration: none;
	font-size: 16px;
}
ul#navigation a img {
	vertical-align: bottom;
}
ul#navigation li li a,
ul#navigation li li b {
	line-height: 0.9;
	font-size: 14px;
}
ul#navigation li li a,
ul#navigation li.selected li a {
	color: #9e2000;
}
ul#navigation  li li a {
	font-weight: normal;
	padding-right: 16px;
	background: url(../img/icons/subnav.png) no-repeat right -23px;
}
ul#navigation  li li a:hover,
ul#navigation li li.selected b {
	padding-right: 16px;
	color: #fff;
	background: url(../img/icons/subnav.png) no-repeat right 3px;
	font-weight: normal;
}
/* highlight */
li>a.section:hover,
li.selected>a.section {
	background-position: left bottom ! important;
}
li>a.section:hover img,
li.selected>a.section img {
	visibility: hidden;
}
li#who-we-are>a.section { background: url(../img/nav/who-we-are-hi.png) no-repeat 200px 0; }
li#what-we-do>a.section { background: url(../img/nav/what-we-do-hi.png) no-repeat 200px 0; }
li#our-view>a.section { background: url(../img/nav/our-view-hi.png) no-repeat 200px 0; }
li#our-clients>a.section { background: url(../img/nav/our-clients-hi.png) no-repeat 200px 0; }
li#our-partners>a.section { background: url(../img/nav/our-partners-hi.png) no-repeat 200px 0; }
li#our-network>a.section { background: url(../img/nav/our-network-hi.png) no-repeat 200px 0; }
li#news-and-more>a.section { background: url(../img/nav/news-and-more-hi.png) no-repeat 200px 0; }
/* metanav */
ul.meta-nav {
	list-style: none;
	xposition: absolute;
	right: 1px;
	bottom: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
}
ul.meta-nav li {
	margin: 4px 0;
}
ul.meta-nav a {
	color: #fff;
	text-decoration: none;
}
ul.meta-nav b {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
/* home */
div.alertbox {
	padding: 10px 15px;
	color: #fff;
	background: #9e2000;
}
div.alertbox h2 {
	margin: 0;
	margin: 0 0 30px 0;
	font-size: 24px;
}
div.alertbox h3 {
	margin: 0;
	font-size: 14px;;
}
div.textcol h3 {
	text-transform: uppercase;
}
div.news p {
	margin: 0 0 1em 0;
}
div.news h3 a {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
div#eurofiber {
	padding: 50px 0 0 0;
}
/* user options */
#user-options {
	padding: 4px 0;
	font-size: 13px;
}
div.midcol #user-options {
	padding-bottom: 40px;
	text-align: right
}
div.maincol #user-options {
	padding-top: 30px;
}
#user-options a {
	color: #fff;
	text-decoration: none;
}
#user-options a.send-a-friend {
	padding: 0 0 0 16px;
	background: url(../img/icons/mail.png) no-repeat 0 2px;
}
#user-options a.print {
	margin: 0 0 0 5px;
	padding: 0 0 0 14px;
	background: url(../img/icons/print.png) no-repeat 0 2px;
}
/* @end */

/* @group copy */
h1 {
	margin: 0 0 28px 0;
	font-size: 2em;
}
h2 {
	margin: 0;
	line-height: 1.3;
	font-size: 1em;
}
h2.headline {
	margin: 0;
	line-height: 1.2;
	font-size: 2em;
}
h2.toggle {
	color: #9e2000;
	font-size: 1em;
}
div.maincol h2 {
	margin-bottom: 10px;
	font-size: 14px;
}
h3 {
	margin: 0;
	line-height: 1.3;
	font-size: 1em;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}
div.copycol ul,
div.copycol ol {
	margin: 10px 0 10px 15px;
	padding: 0;
}
div.copycol li {
	margin: 3px 0;
}
a {
	color: #333;
}
a img {
	border: 0 none;
}
/* @end */

/* @group misc */
.error {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	color: red;
	background: #fff;
	font-weight: bold;
}
.status {
	font-weight: bold;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: left;
}
.img138 {
	padding: 0 36px 0 0;
}
/* @end */

/* @group static template */
div.copycol {
	float: left;
	width: 458px;
	width: 428px;
}
div.midcol {
	text-align: right;
}
div.textcol {
	width: 200px;
}
/* @end */

/* @group db template */

div.drop {
	padding: 7px 20px;
	color: #fff;
	background: #418A94;
}
div.drop label {
	font-weight: bold;
	font-size: 14px;
}
div.drop select {
	margin: 0 10px;
}
div.maincol {
	margin: 20px 0 0 230px;
}
div.date {
	margin: 0 0 10px 0;
}
div.quote {
	overflow: hidden;
	margin: 30px 0 10px 120px;
}
div.dockcol {
	float: left;
	width: 210px;
}
ul.subnav,
ul.subnav ul {
	list-style: none;
	padding: 0;
}
ul.subnav {
	margin: 0 0 15px 20px;
}
ul.subnav li {
	margin: 5px 0;
}
ul.subnav ul {
	margin: 5px 0 10px 10px;
}
ul.subnav ul li {
	margin: 0;
}
ul.subnav a,
ul.subnav b {
	line-height: 15px;
	font-weight: bold;
	font-size: 13px;
}
ul.subnav ul b {
	font-weight: normal;
	font-size: 12px;
}
ul.subnav ul a {
	font-weight: normal;
}
ul.subnav a {
	color: #fff;
	text-decoration: none;
}
ul.subnav a.selected,
ul.subnav b {
	color: #9e2000;
}
div.extra {
	padding: 1px 20px;
	color: #fff;
	background: #9e2000;
}
div.boxdeco {
	height: 10px;
	font: 1px/1px serif;
}
div.boxbottom {
	margin: 0 0 16px 0;
}
div.extratop {
	background: url(../img/deco/redboxtop.png) no-repeat;
}
div.extrabottom {
	background: url(../img/deco/redboxbottom.png) no-repeat;
}
div.droptop {
	background: url(../img/deco/greenboxtop.png) no-repeat;
}
div.dropbottom {
	background: url(../img/deco/greenboxbottom.png) no-repeat;
}
div.extra h3 {
	font-size: 14px;
}
div.extra a {
	color: #fff;
	text-decoration: none;
}
/* @end */

/* @group forms */
form {
	margin: 0;
}
div.address {
	margin: 0 0 20px 0;
	float: left;
}
div.address-be {
	margin: 0 0 0 20px;
	float: left;
}
.stretch {
	width: 300px;
	padding: 0 1px;
}
div.submit {
	margin: 10px 0 ! important;
	padding: 0 1px;
	text-align: right;
}
div.address-col h3 {
	margin: 1em 0 0 0;
	font-size: 1em;
}
form div.row {
	clear: both;
	margin: 5px 0;
}
form label.row {
	float: left;
	width: 110px;
	padding-top: 3px;
	font-weight: bold;
}
form span.form-control {
	display: block;
	margin-left: 120px;
}
input.text,
textarea,
select {
	margin: 0;
	border: 1px solid #8ba6bf;
}
input.radio {
	margin: 0 5px 0 0;
}
input {
	margin: 0;
	vertical-align: middle;
}
/* @end */

/* @group sIFR */
@media screen {
	.sIFR-flash { visibility: visible !important; margin: 0; }
	.sIFR-replaced { visibility: visible !important; }
	span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
	.sIFR-flash + div[adblocktab=true] { display: none !important; }
	/* sIFR user styles */
	.sIFR-hasFlash h1 {
		visibility: hidden;
	}
	.sIFR-hasFlash div.alertbox h2 {
		visibility: hidden;
	}
	.sIFR-hasFlash h2.headline {
		letter-spacing: 1px;
		visibility: hidden;
	}
}
@media print {
	.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
		display: none !important; height: 0; width: 0; position: absolute;	overflow: hidden;
	}
	span.sIFR-alternate {
		visibility: visible !important; display: block !important;
		position: static !important; left: auto !important;	top: auto !important;
	}
}
/* @end */

@media print {
	div.sidebar,
	div#user-options,
	ul#navigation,
	ul#meta,
	div.dockcol,
	div.drop,
	div.midcol {
		display: none;
	}
	div.maincol {
		margin: 0;
	}
	div.page,
	div.content,
	div.copycol,
	div.textcol {
		float: none;
		width: auto;
	}
	body  {
		color: #000;
		background: #fff;
		font: 12pt 'Times New Roman', serif ! important;
	}
	h1  {
		font-size: 16pt ! important;
	}
	h2 {
		font-size: 14pt ! important;
	}
	h3 {
		font-size: 12pt ! important;
	}
	a {
		color: #000;
		text-decoration: none;
	}
}

/* tag cloud */

#tagcloud {
	padding-bottom: 0px;
	text-align: center;
}

#tagcloud a, #tagcloud a:active, #tagcloud a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 7px;
}

#tagcloud a:hover {
	color: #9e2000;
}

#tagcloud a.red, #tagcloud a.red:active, #tagcloud a.red:visited {
	color: #9e2000;
	color: #fff;
}

#tagcloud a.fw1 {
	font-size: 20pt;
	font-weight: bold;
}

#tagcloud a.fw2 {
	font-size: 18pt;
	font-weight: bold;
}

#tagcloud a.fw3 {
	font-size: 14pt;
	font-weight: bold;
}

#tagcloud a.fw4 {
	font-size: 12pt;
}

#tagcloud a.fw5 {
	font-size: 10pt;
}

#tagcloud a.fw6 {
	font-size: 8pt;
}

/* sitemap */

#sitemap {
	padding-top: 50px;
}

#sitemap table {
	width: 100%;
	padding-top: 10px;
}

#sitemap table tr {
	vertical-align: top;
}

#sitemap table td {
	padding-bottom: 30px;
}

#sitemap table td a, #sitemap table td a:active, #sitemap table td a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 5px 10px;
}

#sitemap table td a:hover {
	color: #9e2000;
}

#sitemap table td a.main, #sitemap table td a.main:active, #sitemap table td a.main:visited {
	font-size: 11pt;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div.flags {
	text-align: right;
}

div.flags img {
	margin-left: 10px;
	margin-top: 20px;
}

.div-telephone {
	text-align:left; 
	margin-left: 460px;
}

.div-telephone h3 {
	margin: 0px 0 0 0;
	font-size:14px;
}

.telephone-numbers {
	margin: 10px 0 20px 0;
	font-weight:bold;
	font-size:12px;
}