
/*
#navigation-outer
{
	background: url('images/backgrounds/pattern_xxx.jpg') left bottom repeat-x;
	min-height: 40px;
	position: relative;
	margin-top: -20px;
	padding: 0;
}
#navigation-inner
{
	position: relative;  
	clear: both;
	padding: 0;
}
*/
body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: 'Trebuchet MS', Tahoma;
	background: rgb(0,0,0);
}
#container
{
	background: rgb(255,255,255);
	position: relative;	
	min-height: 100%;
}
h1
{
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	background: url('images/backgrounds/for-each.png') center center no-repeat;
	height: 63px;
	width: 206px;
	text-indent: -9999em;
}
.outer
{
	width: 100%;
	margin: 0;  
}
.inner
{
	clear: both;  
	width: 800px;
	margin: 0 auto;
}
.content
{
	margin: 0;
	padding: 0;
}
#top-inner ul.menu
{
	margin: 20px 0 0 0;
	font-size: 1.1em;
	padding: 0;
}
#top-inner ul.menu li
{
	float: left;
	padding: 0;
	margin: 0;
}
#top-inner ul.menu li a
{
	padding: 0 5px;
	text-decoration: none;
	color: rgb(153,153,153);
	border-left: 1px solid rgb(153,153,153);	
	display: block;
}
#top-inner ul.menu li.first a
{
    border-left: none;
}
#navigation-inner ul.menu
{
	margin: 0;
	padding: 0;
	list-style: none; 
	font-size: 1.2em; 
}
#navigation-inner ul.menu li.leaf
{
	float: left;
	margin: 0 5px;
	padding: 0;
	background: url('images/backgrounds/menu_n_x.jpg') center center repeat-x;
	min-height: 34px;
	width: 100px;
}
#navigation-inner ul.menu li.leaf span
{
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: rgb(153,153,153);
	padding: 0 10px 0 0;
	margin: 0;
	display: block;
	background: url('images/backgrounds/menu_n_r.jpg') center right no-repeat;
	min-height: 34px;
}
#navigation-inner ul.menu li.leaf span a 
{
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: rgb(153,153,153);
	display: block;
	padding: 10px 0 0 10px;
	margin: 0;
	background: url('images/backgrounds/menu_n_l.jpg') center left no-repeat;
	min-height: 24px;
}
#navigation-inner ul.menu li.active-trail
{
	float: left;
	margin: 0 5px;
	padding: 0;
	background: url('images/backgrounds/menu_c_x.jpg') center center repeat-x;
	min-height: 34px;
	width: 100px;
	text-align: center;
}
#navigation-inner ul.menu li.active-trail span
{
	padding: 0 10px 0 0;
	margin: 0;
	display: block;
	background: url('images/backgrounds/menu_c_r.jpg') center right no-repeat;
	min-height: 34px;
}
#navigation-inner ul.menu li.active-trail span a
{
	color: rgb(0,0,0);
	display: block;
	padding: 10px 0 0 10px;
	margin: 0;
	background: url('images/backgrounds/menu_c_l.jpg') center left no-repeat;
	min-height: 24px;
}
.block-search
{
	float: left;
	min-height: 20px;
	margin: 14px 0 0 20px;
	padding: 0;
}
.block-search input
{
	margin: 0;
	padding: 0;
	border: 0;
}
.block-search label
{
	display: none;
}
.block-search .form-text
{
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	border: none;
	min-height: 20px;
	background: url('images/backgrounds/search_m.jpg') 0  0 repeat-x;
	font-family: 'Trebuchet MS';
	color: #206677;
	font-size: 1.2em;
}


.block-search .form-text:focus
{

	width: 200px;
	margin-top: 1px;
	min-height: 18px;
	background: rgb(255,255,255);

}






.block-search .form-submit
 {  
 	float: left;
    margin: 0;
	padding: 0 0 0 5px;
    text-transform: lowercase; 
    color: rgb(255,255,255);
	background: transparent; 
	border: 0;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-family: 'Trebuchet MS';
	min-height: 20px;
	font-weight: bold;
}







ul
{
	float: right;
	margin: 0;
	padding: 0;
}
ul li
{  
	float: left;
	/* list-style: none; */
}
li.leaf {
  list-style-image: none;
}
ul.menu, ul.menu li{
list-style: none;
}
#header-outer
{
	background: url('images/backgrounds/header_x.jpg') repeat-x;
	min-height: 100px;
	/* overflow: visible; */
}
#top-outer
{
	min-height: 90px;
}
/*
input
{
	height: 20px;
	bottom: 0;
	position: absolute;
}
input#search-text
{
	left: 20;
	width: 200px;
}
input#search-button
{
	left: 240px;
}
*/
#navigation-outer
{
	background: url('images/backgrounds/pattern_mmm.jpg') left bottom repeat-x rgb(0,0,0);
	padding: 0;
	min-height: 34px;
	margin-top: -10px;
}
#navigation-inner
{
	padding: 0;
	min-height: 34px;
}
#content-outer
{
	background: url('images/backgrounds/content_outer_x.jpg') top center repeat-x rgb(255,255,255);
	min-height: 320px;
	padding: 0 0 40px 0;
	margin-top: 0;
}
#content-inner
{
}
#content-left-column
{
	width: 230px;
	float: left;
	margin-left: 5px;
	
}
#content-right-column
{
	float: right;
	margin-left: 50px;
	width: 500px;
	padding: 2em 0;
	font-family: Tahoma, Verdana; 
}






h2
{
    font-size: 1.4em;
}
#content-right-column ul
{
	float: none;
	margin: 0;
	padding: 0;
}
#content-right-column ul li
{
	list-style-type: disc;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
	display: block;
}
#content-right-column p, #content-right-column dl, content-right-column ul
{
	max-width: 45em;
}
#content-right-column p, #content-right-column dt, #content-right-column ul li
{
	font-size: 1.3em;
	line-height: 1.3em;
	word-spacing: 0.3em;
}
#content-right-column ul
{
	list-style: circle !important;
	margin: auto;
}
#content-right-column ul li
{
	float: none;
	margin: 0;
	padding: 0 20px;
	background: url('images/backgrounds/arrow.gif') left 5px no-repeat;
}
#content-right-column ul.offer-list
{
	line-height: 1.4em;
}	
#content-right-column ul.offer-list li
{
	line-height: 1.6em;
}
#content-right-column dl dd
{
	padding: 10px 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.6em;
}
#content-right-column a
{
	color: rgb(102,102,102);
}
#content-right-column cite
{
	font-size: 1.8em;
	padding: 0 1.2em;
	margin: 1em;
	font-family: Geaorgia, "Times New Roman", serif;
}
#content-right-column a:visited
{
	color: rgb(153,153,153);
}
#content-right-column a:hover
{
	color: rgb(0,0,0);
}
#content-right-column img.technologies-logo, #content-right-column img.technologies-logo-2, #content-right-column img.standards-logo, #content-right-column img.standards-logo-2
{
	float: left;
	margin: 0 5px 0 0;
	display: block;
}
#content-right-column p.offer-header
{
	float: left;
	font-size: 1.6em;
	padding: 0 10px 0 0;
	font-family: 'Times News Roman', Georgia,  serif;
	letter-spacing: 0.2em;
}
#content-right-column p.offer-offer{
	clear: both;
}
#content-right-column img.offer-pack
{
	display: block;
	float: left;
}
#content-left-column ul.menu
{
	background: url('images/backgrounds/left_menu.jpg') top center no-repeat rgb(255,255,255);
	min-height: 350px;
	width: 210px;
	padding: 0 10px;
	font-size: 1.4em;
	text-align: center;
}
#content-left-column ul.menu li.leaf
{
	float: none;
	padding: 0;
	margin: 0;
	width: 210px;
	list-style: none;
}
#content-left-column ul.menu li.leaf a
{
	text-align: right;
	display: block;
	margin: 0 5px;
	padding: 15px 40px;
	text-decoration: none;
	color: rgb(102,102,102);
	background: url('images/backgrounds/left_menu_a_x.jpg') bottom center repeat-x;
}

#block-menu-menu-oferta ul.menu li.first a
{
	color: rgb(64,123,140);
	font-weight: 500;
	font-family: Georgia, "Times New Roman", Times, serif ;
}

#content-left-column ul.menu li.leaf a:hover
{
	color: rgb(51,51,51);
	background: url('images/backgrounds/left_menu_a_x.jpg') bottom center repeat-x rgb(255,255,255);
}

#block-menu-menu-oferta ul.menu li.first a:hover, #block-menu-menu-oferta ul.menu li.first.active-trail a
{
	color: rgb(64,123,140);
}


#content-left-column ul.menu li.active-trail a
{
	color: rgb(0,0,0);
	background: url('images/backgrounds/left_menu_a_x.jpg') bottom center repeat-x rgb(255,255,255);
}
#column-titles
{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	clear: both;
	min-height: 20px;
	color: rgb(255,255,255);
	padding: 2px 0 0 0;
}
#title-1
{
	float: left;
	width: 315px;
	
}
#title-2
{
	float: left;	
	width: 280px;
}
#bottom-content-left-column
{
	float: left;
	width: 280px;
	margin: 0 0 0 0;
	padding: 5px 30px 0 0;
	background: url('images/backgrounds/bottom_content_r_column_y.jpg') center right repeat-y;
	text-align: left;
	min-height: 200px;
	font-family: Tahoma;
	font-size: 0.9em;
}
#bottom-content-left-column a
{
    color: rgb(102,102,102);
}
#bottom-content-left-column a:visited
{
    color: rgb(153,153,153);
}
#bottom-content-left-column a:hover
{
    color: rgb(0,0,0);
}
#bottom-content-right-column
{   font-size: 0.9em;
	float: right;
	width: 430px;
	padding: 15px 0 0 0;
	font-family: Tahoma;
}
#bottom-content-outer
{
	clear: both;  
	background: url('images/backgrounds/bottom_x2.jpg') left top repeat-x rgb(255,255,255);
	min-height: 220px;
}
#bottom-content-right-column .view-content .views-row-1, #bottom-content-right-column .view-content .views-row-2
{
	float: left;
	width: 195px;
	padding-right: 20px;
}
.view-content .views-field-title a
{   
    color: rgb(153,153,153);
    padding: 0 0 2px 20px;
    background: url('images/backgrounds/arrow.gif') left center no-repeat;
	display: block;
	text-decoration: none;
}
.view-content .views-field-title a:hover
{
    color: rgb(0,0,0);
}
.view-content .views-field-view-node a
{
    color: rgb(153,153,153);
}
.view-content .views-field-view-node a:hover
{
    color: rgb(0,0,0);
}
.view-content p.portfolio-description, p#about-us
{
}
.view-content img.portfolio-image
{
    float: left;
    border: 1px solid rgb(153,153,153);
    margin: 0 5px 0 0;
    display: block;
} 
img.p-image
{
    float: left;
    display: block;
    border: 1px solid rgb(153,153,153);
    margin: 0 5px 0 0;
}
#footer-outer
{
	background: url('images/backgrounds/pattern_mmm.jpg') left top repeat-x rgb(0,0,0);
	min-height: 20px;
	padding: 20px 0 0 0;
}
#footer-content-outer
{
	float: left;
	background: url('images/backgrounds/footer_x.jpg') left top repeat-x;
	min-height: 50px;
	padding-top: 10px;
}
#column-titles
{
	background: url('images/backgrounds/pattern_mmm.jpg') left top repeat-x ;
}
#header-outer
{

}
#header-inner
{
}
/*
#top-outer
{
	overflow: visible;
}
#top-inner
{
	overflow: visible;
}
*/
#navigation-outer
{
}
#navigation-inner
{
}
#bottom-content-outer
{
	overflow: visible;
}
#bottom-content-inner
{
	/* overflow: auto; */
	font-size: 1.2em;
	font-family: Tahoma;
	letter-spacing: 0.1em;  
}
a.feed-icon
{
    padding: 20px 0;
    display: block;
    float: left;
    width: 16px;
}
#info
{
    color: rgb(255,255,255);
    width: 200px;
    padding: 20px 0 20px 0;
    float: left;
    font-size: 0.8em;
}
#social-bookmarking
{
	width: 200px;
    padding: 20px 0 20px 0;
    float: left;    
	font-size: 0.8em;
	text-align: center;
    color: rgb(255,255,255);
}
#social-bookmarking img
{
	border: none;
	margin: 5px 5px 5px 0;
}
#social-bookmarking span
{
    display: block;
}
#copyrights
{
    text-align: center;
    color: rgb(255,255,255);
    width: 200px;
    padding: 20px 0 20px 0;
    float: left;
	font-size: 0.8em;
}
#copyrights a
{
	color: rgb(255,255,255);
}
#copyrights a:hover
{
	color: rgb(153,153,153);
}
#validation
{
	width: 200px;
    padding: 20px 0 20px 0;
    float: left;
}
#validation p
{
	margin: 0;
	padding: 0;
}
#validation a
{
	font-size: 0.8em;
	color: rgb(255,255,255);
}
#validation a:hover
{
	color: rgb(153,153,153);
}
#footer-outer
{
	clear: both;
	font-size: 1.4em;    
}
#footer-inner
{
    padding: 0;
    margin: 0 auto;
    width: 800px;
}
