﻿@charset "utf-8";
/* CSS Document */
html, body, #m_pageForm {
	margin: 0;
	padding: 0;
	width: 100%;	
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #291b3a;
}
a img {border: none;}

/* Global */
.left  {float: left}
.right {float: right}
.clear {clear: both;}
.margintop {margin-top: 40px;}
.margintop2 {margin-top: 8px;}
.marginleft {margin-left: 25px;}

/* Text style */
h1 {
	font-size: 20px;
	color: #0077aa;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	margin: 10px 0;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
	margin: 10px 0 20px 0;
}
h3 {
	font-size: 18px;
	color: #0077aa;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 18px;
	padding: 0;
	margin: 3px 0;
}
h4 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	margin: 3px 0;
}
p {
	font-size: 12px;
	color: #666666;
	margin: 5px 0;
	line-height: 20px;
}
p img {margin: 5px; }
a {
	color: #0077aa;
	text-decoration: none;	
}
a:hover { color: #0077aa; text-decoration: underline; }
a:visited { color: #0077aa; text-decoration: none; }

em {font-style: italic;}

ul {
	color: #666666;
	list-style: square;
	margin: 18px 0;
	padding: 0;
}
ul li {
	padding: 5px 5px;
	margin: 0 0 0 30px;
	color: #666666;
	line-height:18px;
}

/* Form */
.form {
	float: left;
	color: #333333;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 30px;
}
.form p {
	font-size: 14px;
	font-weight: bold;
	color: #0077aa;	
	margin-left: -30px;
}
label {
	float: left;
	width: 200px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 10px 0 0;
}
label.checkbox {
	width: 300px;
	font-weight: normal;
}	
fieldset {
	width: 590px;
	margin: 10px 0;
	padding: 10px 10px;
	border: 1px solid #ccc;
}
legend { font-weight: bold; }
textarea {
	width: 600px;
	height: 100px;
	padding: 5px;
	font-size: 12px;
	color: #666666;
	font-family: inherit;
	resize: none;
	border: 1px solid #ccc;
}
input[type=text] {
	width: 150px;
	height: 20px;
	margin: 3px 0;
	border: 1px solid #ccc;
	color: #666666;
}
select {
	width: 152px;	
	color: #666666;
	margin: 3px 0;
	height: 24px;
}
input[type=radio] { margin-left: 10px; line-height: 30px; color: #666666; }
input[type=checkbox] { margin-left: 10px;  text-align:left; line-height: 30px; color: #666666; }
/*---------------*/

/* CONTENT */
#black_bg {
	position: fixed;
	z-index: 0;
	background: url(/images/SH/buildings_bg.png) repeat-y #000 top center;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}
#background_image {
	position: absolute;
	top: 0;
	z-index: 2;
	background: url(/images/BG_SmartHouse.jpg) no-repeat;
}
#top_line {
	left:0;
	position: absolute;
	top: 0;
	z-index: 3;	
}
#top_line_bg {
	background: url(/images/top_mid.png) repeat-x;
	height: 60px;
	width: 1200px;
	float: left;
}
#top_line_content {
	margin: 0 auto;
	width: 960px;	
}
#top_line_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_line_content ul li{
	float: left;
	background: url(/images/top_split.png) top right no-repeat;
	height: 51px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}
#top_line_content ul li.current{
	float: left;
	background: url(/images/top_menu_active.png) no-repeat;
	height: 63px;
}
#top_line_content ul li a {
	float: left;
	display: block;
	width: 148px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 12px 0 0 0px;
}
#top_line_content ul li a:hover{
	float: left;
	background: url(/images/top_menu_active.png) no-repeat;
	height: 63px;
	text-decoration: none;
}
#top_line_content ul li a img {
	float: left;
	margin: -7px 15px 0 14px;
}
#flags {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#flags li.flag {
	float: left;
	background: url(/images/flag_split.png) no-repeat center right;
}
#flags li.flag a{
	display: block;	
	font-size: 11px;
	color: #0077aa;
	line-height: 28px;
	width: 40px;
}
#flags li.flag a:hover{
	color: #0077aa;
	text-decoration: underline;
	background: none;
}
#flags li.flag a.active_lang{
	color: #333333;
}
#flags li.flag a.active_lang:hover{
	color: #333333;
	text-decoration: none;
}


/* MENU */
#menu {
	left:0;
	position: absolute;
	top: 100px;
	z-index: 4;	
	background:url(/images/SH/menu_bg.png) no-repeat;	
	width: 1200px;
	height: 94px;
}
.logo {
	float: left;
	margin-left: 134px;
	margin-top: -22px;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 14px 0 0 45px;
	padding: 0;	
}
#menu ul li {
	float: left;
	background: url(/images/menu_split.png) top right no-repeat; 
	height: 22px;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	color: #65c2e5;
	font-size: 13px;
	padding: 0 10px 0 10px;
	line-height: 22px;
	font-weight: bold;	
	text-decoration: none;
}
#menu ul li a.active {
	color: #ffffff;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#menu ul li a.active:hover {
	color: #ffffff;
	text-decoration: none;
}

/* submenu
#submenu_right {
	background:url(/images/SH/submenu_bg.png) repeat-x;
	position: absolute;
	top: 154px;
	width: 275px;
	height: 29px;
	z-index: 3;	
}
#submenu {
	position: absolute;
	top: 154px;
	left: 275px;
	z-index: 5;	
	background:url(/images/SH/submenu_bg.png) repeat-x;	
	width: 925px;
	height: 29px;
}
#submenu ul {
	float: left;
	list-style: none;
	margin: 4px 0 0 0px;
	width: 805px;
	padding: 0;	
}
#submenu ul li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
}
#submenu ul li a {
	display: block;
	color: #65C2E5;
	font-size: 12px;
	padding: 0 10px 0 10px;
	line-height: 22px;
	font-weight: normal;	
	text-decoration: none;
}
#submenu ul li a.active {
	color: #ffffff;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#submenu ul li a.active:hover {
	color: #ffffff;
	text-decoration: none;
}
*/
/*-- end of MENU --*/

/* MAIN */
#inner {
	position: absolute;
	top: 220px;	
	height: auto;
	z-index: 4;	
}
#main {
	margin: 0 120px;
	z-index: 4;	
	width: 960px;
}
#main_content {
	float: left;
	background: #fff;
	margin: 0 auto;
	width: 920px;
	padding: 20px;	
	min-height: 530px;
}
#main_bottom {
	float: left;
	margin: 0 auto;
	width: 960px;
	height: 43px;
	background:url(/images/main_bottom.png) no-repeat;
}
.index_new {
	float: left;
	width: 460px;	
}
.date {
	font-size: 10px;
	color: #959595;	
	line-height: 14px;
    font-size: 12px;
	margin: 0;
}
.info_text {
	float: left;
	width: 300px;
	margin-left: 10px;	
}
/* Galimybes */
#posibilities {
	float: left;	
}
#posibilities ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;	
}
li.posibility {
    float: left;
    height: 110px;
    margin: 8px;
    width: 280px;
}
li.posibility a {
    display: block;
    height: 100px;
    padding: 5px;
    text-decoration: none;
}
li.posibility a:hover {text-decoration: none; background: #f5f5f5;}
li.posibility a:visited {text-decoration: none;}
li.posibility img {
	margin: 15px 15px 20px 0;	
}
li.posibility p {
	line-height: 18px;	
}
#more_posibilities {
	background: url(/images/SH/more.png) no-repeat;
	width: 356px;
	height: 35px;
	text-align:center; 
	margin-left: 278px;
	padding-top: 7px; 
}
/* end of galimybes */

/* Produktai */
#products {
	float: left;	
}
#products ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;	
}
li.product {
	float: left;
	width: 320px;
	height: 120px;
	margin: 13px 50px 13px 0px;	
	padding: 0;
}
li.product a {
	display: block;
	text-decoration: none;
	padding: 10px;
}
li.product a:hover {text-decoration: none; background: #f5f5f5;}
li.product a:visited {text-decoration: none;}
li.product img {
	margin: 5px 15px 0 0;	
}
li.product p {
	line-height: 18px;	
}
li.product p.kaina {
	text-align: right;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;	
}
li.product p.kaina span{ color:red}
/* end of produktai */

.split_line {
	height:1px;
	border-top: 1px solid #f0f0f0;	
	margin: 20px 0;
}

/* Puslapiavimas */
.paging {
	text-align:center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
.paging a {
    background: none repeat scroll 0 0 #ffffff;
    color: #0077aa;
    padding: 2px 6px;
    text-decoration: none;
}
.paging a:visited { padding: 2px 6px; background: #fff; text-decoration: none; }
.paging a:hover {color: #fff; background: #0077aa; text-decoration: none;}
.paging a.pageon {color: #fff; background: #0077aa; text-decoration: none;}
/*--end of paging--*/

.aprasymas {
	height: 240px;	
}
span.kaina_big {
	text-align: right;
	line-height: 18px;
	font-weight: normal;
	font-size: 18px;
}

.button {
	background: #0077aa;
	border: none;
	height: 28px;
	padding: 0 15px;
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* FOOTER */
#footer_top {
	background: url(/images/SH/footer_top.png) no-repeat;
	position: absolute;
	top: 760px;
	z-index: 3;
	width: 1200px;
	height: 55px;	
}
#footer {
	position: relative;
	margin: 0 auto;
	background: url(/images/SH/footer_bg.png) no-repeat;
	width: 1200px;
	height: 270px;	
}
#footer_info {
	width: 960px;
	margin: 0 auto;	
}
#footer_info a {
	color: #8d9095;		
}
#footer_info a:hover {
	color: #fff;	
	text-decoration: underline;	
}
.footer_menu {
	float: left;
	margin-top: 27px;
	width: 160px;	
}
.footer_menu ul {
	margin: 20px 0 12px 0;
	padding:0 0 0 20px;
	list-style: square;
	color: #8c8c86;
}
.footer_menu ul li {	
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 15px;
}
.footer_menu ul li a {
	display: block;
	font-size: 12px;	
}
.contacts {
	float: left;
	margin-top: 27px;
	margin-left: 60px;	
}
.contacts p {
	color: #fff;
	line-height: 20px;	
}
.contacts p img{
	margin: 0 5px 0 0;
	line-height: 18px;
	vertical-align: middle;
}
.copyright {
	font-size: 11px;	
}

/* left menu */
#left_menu {
	float: left;	
	width: 180px;
}
#left_menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;	
}
li.leftmenu_item {
	float: left;
    height: auto;
    margin: 3px 10px 3px 0;
    padding: 0;
    width: 150px;

}
li.leftmenu_item a {
	display: block;
	text-decoration: none;
	padding: 5px;
}
li.leftmenu_item a:hover {text-decoration: none; background: #f5f5f5;}
li.leftmenu_item a:visited {text-decoration: none;}
li.leftmenu_item a.active {text-decoration: none; background: #f5f5f5;}
/*--end of left menu--*/

#right_content {
	float: right;
	width: 740px;	
}

/* Paieska */
#search_block {
                             float: right;
                             width: auto;
                             padding: 0;
                             margin: 0 0 0 15px;
                                                                                      
}
#search_field {
                             float: left;
                             border-left: 1px solid #bbb;
                             border-top: 1px solid #bbb;
                             border-bottom: 1px solid #bbb;
                             border-right: none;
                             height: 20px;
                             width: 130px;
                             margin: 14px 0 0 0px;
                             color: #666666;
}
#search { 
                             float: left;
                             display: block;
                             margin: 14px 0 0 0;
}

.new_block {
	float: left;
	width: 460px;
	margin-bottom: 40px;	
	min-height: 200px;
}

.counter
{
    padding-left:20px;
}


