/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

body { font-size: 1.2em; line-height: 1.6em; background:#0B1A3A; color:#848FA3; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; color:#647bae; background:url(../images/hr2.gif) bottom repeat-x; padding-bottom:0.3em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* HR */

hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

ul li { text-indent: 0; margin-left: 0; }
ul li:before { content: ""; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 0 0 .3em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */

a:link { text-decoration: underline; color: #bedaff; }
a:visited { text-decoration: underline; color: #bedaff; }
a:hover { text-decoration: none; color: #c33; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


#main
{
	min-width:999px;
}
.topMenu
{
text-align:center;
background:url(../images/topMenuBg.gif) center center repeat-x;
padding:0.3em;
}
.topMenu a:link { text-decoration: underline; color: #FFCD33; }
.topMenu a:visited { text-decoration: underline; color: #FFCD33; }
.topMenu a:hover { text-decoration: none; color: #c33; }
.topMenu a:active, .topMenu a:focus { text-decoration: underline; color: #000; }

.header
{
	background:url(../images/bgHeader.jpg) top left repeat-x;
	height:108px;
}
.logo
{
	background:url(../images/logotype.jpg) top left no-repeat;
	height:108px;
}
.langs
{
	float:left;
	text-align:center;
	padding:75px 0 0 80px;
}
.topBanner
{
	padding-right:10px;
	margin-left:250px;
	text-align:center;
}
.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%;
}
table.corset
{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	background:url(../images/bgGradient.jpg)  bottom repeat-x;
}
table.corset td
{
	padding:0;
	margin:0;
	border:none;
}
.collage
{
	background:url(../images/header_left_bg.jpg) top center;
	height:253px;
}
.collage2
{
	background:url(../images/header_left.jpg) top center no-repeat;
	height:253px;
}
.rightCollumn
{
	width:207px;
	padding-bottom:48px !important;
}
.rightColl
{
	background:url(../images/rightCollBg.jpg) left repeat-y;
	width:197px;
}
.rightMenu
{
	background:url(../images/bgRightTop.jpg) top left no-repeat;
	width:197px;
}
.rightCollumn h2
{
	color:#f1f4f5;
	background:url(../images/servers.jpg) left top;
	text-align:center;
	height:58px;
}
.rightCollumn h2 span
{
	display:block;
	padding-top:20px;
}
.rightMenu ul a:link { text-decoration: underline; color: #848fa3; }
.rightMenu ul a:visited { text-decoration: underline; color: #848fa3; }
.rightMenu ul a:hover { text-decoration: underline; color: #bedaff; }
.rightMenu ul a:active, .rightMenu ul a:focus { text-decoration: underline; color: #000; }

.rightCollumn h3
{
	color:#bedaff;
	background:url(../images/menuItem.gif) center top no-repeat;
	text-align:center;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
}
.rightCollumn p
{
	display:block;
	margin:5px;
	padding:2px 10px;
}
.rightCollumn p.color
{
	background:#384051;
	display:block;
	margin:5px;
	padding:2px 10px;
}
.box_bot
{
	margin-bottom:10px;
	height:6px;
	overflow:hidden;
	background:url(../images/box1_5.gif) top right no-repeat #2c3546;
	line-height:0;
	font-size:0;
}
.box
{
	background:url(../images/box1_2.jpg) top repeat-x #2c3546 ;
}
.boxLeft
{
	background:url(../images/box1_1.jpg) top left no-repeat;
}
.boxRight
{
	background:url(../images/box1_3.jpg) top right no-repeat;
	padding:10px 10px 0 10px;
	display:block;
	
}
.leftColl
{
	width:300px;
	padding-left:10px !important;
	padding-bottom:48px !important;
}
.hr1
{
	background:url(../images/hr1.gif) top repeat-x;
	font-size:0;
	line-height:0;
	height:1px;
	margin:15px;
}
.info
{
	font-size:0.95em;
}
.info a
{
	margin-left:1em;
}
.leftPic
{
	float:left;
	margin:0 0.5em 0 0;
}
.centerBox
{
	padding:0 10px !important;	
	padding-bottom:48px !important;
}
.lfs
{
	margin:15px 0;
	text-align:center;
}
h2.newsTitle
{
	color:#eff2f3;
	margin-top:0;
	margin-bottom:0.9em;
}
.pagination
{
	margin:auto;
	text-align:center;
	position:relative;
	width:434px;
	height:61px;
	background:url(../images/pagination.jpg) top left no-repeat
}
.paginationCenter
{
	text-align:center;
	margin-top:-10px;
	
}
.contacts
{
	width:354px;
	height:117px;
	background:url(../images/contacts.jpg) top left;
	color:#bedaff;
	text-align:left;
}
.contactsfix
{
	margin:auto;
	width:400px;
	text-align:center;
	padding-left:150px;
}
.contacts span
{
	color:#3b70ca;
}
.contacts div
{
	padding:22px 0 0 102px;
	line-height:2.3em;
}
.copy
{
	float:right;
	text-align:right;
	padding:22px 20px 0 0;
	line-height:2.3em;
}
.counters
{
	float:left;
	text-align:left;
	padding:42px 0 0 20px;
}
.botBanner
{
	line-height:1em;
	text-align:center;
	font-size:1em;
	margin-bottom:-1.4em;
	background:#c0d72d;
}
.rm 
{
	padding-top:60px;
}
.rm a
{
	background:url(../images/str.gif) top left no-repeat;
	padding:0 0 0 10px;
	background-position:0 6px;
	display:block;
	text-decoration:none !important;
	line-height:1.4em;
	margin-bottom:0.3em;
}
.rm a:hover
{
	display:block;
	background:transparent url(../images/menuItem.gif) bottom left no-repeat;
	padding:0 0 0 10px;
	line-height:1.4em;
	background-position: center left;
	text-decoration:none !important;
}
.aCenter
{
	text-align:center;
}
.lp
{
	position:absolute;
	top:27px;
	left:52px;
}
.rp
{
	position:absolute;
	top:27px;
	right:52px
}
.pagination a
{
	position:static;
	padding-left:7px;
	padding-right:7px;
}
.pagination
{
	font-weight:bold;
	color:#bedaff;
	font-weight:bold;
	font-size:1.2em;
}
.pagination div
{
	padding-top:25px;
	line-height:1em;
}
.pagination div a
{
	position:relative;
}
.pagination div a.active
{
	background:url(../images/item.gif) center top no-repeat;
	text-decoration:none;
	color:#8a95a7;
}
h3 a:link { text-decoration: none; color: #647bae; }
h3 a:visited { text-decoration: none; color: #647bae; }
h3 a:hover { text-decoration: none; color: #c33; }
h3 a:active, h3 a:focus { text-decoration: underline; color: #000; }
.gall
{
float:left;
margin:0 1em 1em 0;
}