/*

	Andris Būvniecība SIA
	----------------------------------
	version:	3.0

*/

/* html */
html {
	width:100%; height:100%;
}

/* ----------------------
------>>> Body <<<-------
------------------------ */

a:link { 
	font-family:Tahoma,Sans-serif;
	font-size: 1em; 
	color:#0073ad; 
	text-decoration: none;
}

a:visited { 
	font-family:Tahoma,Sans-serif;
	font-size: 1em; 
	color:#005c8a; 
	text-decoration: none; 
}

a:hover { 
	font-family:Tahoma,Sans-serif;
	font-size: 1em; 
	color:#0073ad; 
	text-decoration: underline; 
}

body {
	font-family:Tahoma,Sans-serif;
	font-size: 0.8em;
	color:#333;
	text-decoration: none;
	background:url(/design/images/page_bg.jpg) no-repeat top center #f0f0f0;
	text-align:center;
	height:100%;
	margin: 0;
	padding: 0;
	line-height:17px;
}

a, a:link {
	outline:none;
}

img {
	border:0px;
}

/*
	Form
*/

#error_message {
	display: none; visibility: hidden;  margin: 10px 10px 10px 10px; border: 1px dashed red; padding: 7px;
}

div.formcontainer {
	clear:both; padding-left:15px;
}

div.formcontainer h3 {
	margin:0px 0 10px 0;
}

#feedback input#name {
	margin:0 15px 0 0; width:130px; font-size:12px; padding:3px 5px 3px 3px; color:grey;
}

#feedback input#phone {
	margin:0 15px 0 0; width:130px; font-size:12px; padding:3px 5px 3px 3px; color:grey;
}

#feedback input#email {
	margin:0 0px 0 0; width:130px; font-size:12px; padding:3px 5px 3px 3px; color:grey;
}

#feedback textarea#message {
	margin:10px 0px 0 0; font-size:12px; padding:3px 5px 3px 3px; color:grey; overflow:auto;
}

#feedback input[type=submit] {
	margin-top:10px;
}

/* -----------------------
---->>> Containers <<<----
----------------------- */

#container {
	width:990px;
	margin:0 auto;
	text-align: left;
}

#header {
	height:133px;
	width:990px;
	float: left;
	background:url(/design/images/header_bg.png) no-repeat top left;
	clear:both;
}

div.logo {
	width:250px;
	padding:17px 0 0 40px;
	float:left;
}

div.smartnavbox {
	width:275px;
	padding:45px 0 0 75px;
	float:left;
}

div.smartnavbox img {
	border:none;
	margin-bottom:4px;
	clear:both;
}

#navrow {
	width:990px;
	clear:both;
}

div.langselect {
	padding-left:20px;
	font-size:11px;
	color:#dadada;
}

div.langselect a:link, div.langselect a:visited {
	color:#aaa;
	text-decoration:none;
}

div.langselect a:hover, div.langselect a.active {
	color:#000;
	text-decoration:none;
}

div.langselect a.active:hover {
	color:#cb0b00;
	text-decoration:none;
}

div.otherlangs {
	color:#bfbfbf;
	font-size:11px;
	padding:48px 0 0 0;
	float:left;
}

div.otherlangs a:link, div.otherlangs a:visited {
	color:#bfbfbf;
	font-size:11px;
	text-decoration:none;
}

div.otherlangs a:hover {
	color:#a7a7a7;
	text-decoration:none;
}

#navrow ul {
	margin:0px 0 -6px 0; padding:0px 10px 0 0;
	list-style:none;
	float:right;
}

#navrow ul li {
	font-size:0.9em;
	font-weight:bold;
	color:#333;
	float:left;
}

#navrow ul li a, #navrow ul li a:visited {
	color:#333;
	margin:0px 5px;
	padding:7px 5px 11px 5px;
	display:block;
	text-decoration:none;
	outline:none;
}

#navrow ul li a:hover {
	color:#d1271d;
	text-decoration:none;
	outline:none;
}

#navrow ul li a.active {
	color:#d1271d;
	background:url(/design/images/navrow-a-arrow.png) no-repeat bottom center;
	text-decoration:none;
	outline:none;
}

#contentcontainer {
	width:990px;
	height:100%;
	clear:both;
}

div.ct-top {
	width:990px; height:25px;
	background:url(/design/images/content-top-bg.png) no-repeat top left;
	clear:both;
}

#content {
	width:920px;
	background:url(/design/images/middle-content-bg.png) no-repeat bottom left;
	padding:5px 35px 25px 35px;
	margin:0px;
}

div.pagename {
	padding:7px 0px;
	color:#222;
	clear:both;
}

div.pagename p.siteway {
	margin:1px; padding:2px;
	font-size:11px;
	color:#aaa;
}

div.pagename p.siteway strong {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#d0261c;
}

div.pagename p.siteway a:link, div.pagename p.siteway a:visited {
	font-size:11px;
	color:#555;
	text-decoration:none;
}

div.pagename p.siteway a:hover {
	text-decoration:underline;
}

div.pagecontent {
	width:930px; clear:both;
}

div.leftcol {
	width:600px; float:left;
}

div.catleftcol {
	width:680px; min-height:350px; float:left;
}

div.leftcol img {
	margin-top:15px;
	margin-right:40px;
	float:left;
}

div.leftcol h1 {
	font-size:1.6em;
	font-family:Tahoma,Sans-serif;
	font-weight:bold;
	padding:0px;
	margin:7px 0px;
}

div.rightcol {
	width:300px; padding:0px 0 0px 25px; float:left;
}

div.catrightcol {
	width:240px; padding:0px; float:left;
}

div.sideboxtop {
	background:url(/design/images/side-nav-top-bg.png) no-repeat top left; width:300px; height:14px;
}

div.sideboxmiddle {
	background:url(/design/images/side-nav-middle-bg.png) repeat-y top left; width:300px; padding:1px 15px 1px 15px;
}

div.sideboxmiddle h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:2px 0 3px 7px; padding:0px;
	line-height:15px;
	color:#B0211D;
}

div.sideboxmiddle p {
	padding-left:15px;
}

div.sideboxbottom {
	background:url(/design/images/side-nav-bottom-bg.png) repeat-y top left; width:300px; height:15px; margin-bottom:8px;
}

#bottom {
	width:990px; height:40px; clear:both;
}

div.bottomnav ul {
	width:600px;
	margin:0px 0 0px 0; padding:2px 0px 0 15px;
	list-style:none;
	float:left;
}

div.bottomnav ul li {
	font-size:11px;
	color:#a3a3a3;
	float:left;
}

div.bottomnav ul li a, div.bottomnav ul li a:visited {
	color:#a3a3a3;
	margin:0px 5px;
	padding:3px;
	display:block;
	text-decoration:none;
	outline:none;
}

div.bottomnav ul li a:hover {
	color:#7d7d7d;
	text-decoration:underline;
}

div.bottomnav ul li a.active {
	color:#5c5c5c;
	text-decoration:none;
}

div.copyright {
	width:210px;
	font-size:11px;
	line-height:12px;
	padding:5px 0;
	color:#a3a3a3;
	text-align:right;
	float:left;
}

div.smart-contacts {
	width:130px;
	font-size:11px;
	line-height:13px;
	padding:5px 0 5px 10px;
	color:#a3a3a3;
	text-align:right;
	float:left;
}

div.smart-contacts strong {
	color:#999;
}


/* -----------------------
----->>> Elements <<<-----
----------------------- */

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

big {
	font-size:1.1em;
}

h1 {
	font-size:1.9em;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:5px;
	color:#B0211D;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}

p {
	line-height:20px;
	margin-bottom:20px;
}

blockquote {
	background:#eee;
	float: left;
	font-size:1.0em;
	font-style:italic;
	color:#666;
	line-height:25px;
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	margin-bottom:15px;
	padding:5px;
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
}

/* -----------------------
------->>> Lists <<<------
----------------------- */

#content ul {
	padding:0px 10px 0px 30px;
	margin-bottom:0px;
	list-style:square;
	list-style-image: url(/design/images/li.gif);
}

#content ol {
	margin:0px;
	padding:20px 10px 0px 30px;
	list-style-type: decimal;
}

#content ul li, #content ol li {
	padding-bottom:5px;
}

#content ul li ul {
	padding-left:20px;
	padding-top:5px;
}

/* -----------------------
--->>> Image blocks <<<----
----------------------- */

.imgContL, .imgContR  {
	float: left;
	background:#eee;
	padding:5px;
	margin-bottom:10px;
}

.imgContR {
	float: right;
	margin-left:10px;
}

.imgContL img, .imgContR img {
	float: left;
	margin-bottom:5px;
}

.imgContL .title, .imgContR .title {
	float: left;
	clear: both;
	font-weight:bold;

}

/* -----------------------
----->>> Tables <<<-----
----------------------- */

table {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom:15px;
clear: both;
}

table th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
text-align: center;
padding: 3px;
background:#ddd;
font-weight:bold;
}

table td {
border-bottom: 1px solid #ccc;
text-align: left;
border-left: 1px solid #ccc;
padding: 3px;
}

table thead tr th {
padding: 5px 3px 5px 3px;
}


/* -----------------------
------>>> Classes <<<-----
----------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.red {
	color:#E22625;
}

.mB30 {
	margin-bottom:30px;
}

.mT20 {
	margin-top:30px;
}

.mt5 { margin-top:5px; }

.toggler {
	cursor: pointer;
}

.w70 { width:70px; }
.w80 { width:80px; }
.w230 { width:230px; }
div.object .pt0 { padding-top:0; }
.w490 { width:490px; }
.w150 { width:150px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }

.light {
	color:#AFAFAF;
}

.mr0 { margin-right:0; }
.ml10 { margin-left:10px; }
.pt0 { padding-top:0; }
.w200 { width:200px; }
.w525 { width:525px; }

.p3 { padding:3px; }


/* -----------------------
-------->>> Divs <<<------
----------------------- */

.homeImg {
	float: left;
	margin-bottom:20px;
}

.sideC {
	width:195px;
	margin-left:20px;
	margin-bottom:20px;
}

.sideC strong a {
	clear: left;
	float: left;
	margin-top:7px;
}

.longC {
	width:520px;
}

.notice {
	float: left;
	background:#e8cac9;
	padding:0px 10px 10px 10px;
	width:740px;
	margin-top:10px;
	border:1px solid #bf8786;
}

.notice h4 {
	border-bottom:1px solid #bf8786;
	padding:2px;
}

.done {
	border: 1px solid #7dbe30;
	background: url("/img/layout/done.jpg") no-repeat 5px 7px #c4f191;
	padding:10px 10px 10px 35px;
	width:717px;
	float: left;
	margin-bottom:20px;
}

.done p {
	margin:0;
}

.error {
	border: 1px solid #d14d52;
	background: url("/img/layout/error.jpg") no-repeat 5px 8px #ebb2b4;
	padding:10px 10px 10px 35px;
	width:717px;
	float: left;
	margin-bottom:20px;
}

.error p {
	margin:0;
}

/* -----------------------
------>>> Objects <<<-----
----------------------- */

.object {
	margin:0 15px 0px 15px;
	width:270px;
	float: left;
}

.imgcont {
	float: left;
	width:48%;
	padding-top:10px;
}

.object .after {
	float: right;
	width:48%;
	padding-top:15px;
}

.object img {
	border:1px solid #ddd;
	width:270px;
	background:#fff;
	padding:8px;
}

/* -----------------------
----->>> Sideboxes <<<----
----------------------- */

.sideBoxCont {
	float: right;
	width:250px;
	margin-left:20px;
}

.sideBoxCont .sideBox {
	float: left;
	width:250px;
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:20px;
}

.sideBoxCont .sideBox .title {
	float:left;
	background:#ccc;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	width:230px;
}

.sideBoxCont .sideBox p {
	margin:0;
	padding:10px;
	float: left;
}

/* -----------------------
------>>> Preces <<<------
----------------------- */

#preces h3 {
	clear: both;
}

.itemCont {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}

.itemCont .itemImg {
	float: left;
	border:1px solid #ccc;
	width:100px;
	height:110px;
}

.itemCont img {
	width:100px; height:110px;
}

.itemCont .itemDsc {
	float: left;
	border:1px solid #ccc;
	border-left:0;
	width:200px;
	height:106px;
	padding:2px 10px;
}

.itemCont .itemDsc strong {
	float: left;
	clear: both;
	font-size:1.2em;
	width:200px;
}

.itemCont .itemDsc p {
	font-size:12px;
	line-height:13px;
	float: left;
	clear: left;
}

.itemCont .itemDsc a {
	float: left;
	clear: both;
	width:100%;
	font-weight:bold;
	margin-top:3px;
}


/* -----------------------
------->>> Forms <<<------
----------------------- */

form {
	float: left;
	width:490px;
}

form fieldset div {
	margin-right:10px;
}

form fieldset label {
	float: left;
	clear: left;
	font-weight:bold;
	margin-bottom:3px;
}

form fieldset input {
	float: left;
	clear: left;
	margin-bottom:5px;
	border:1px solid #ccc;
	padding:3px;
	font-family:Tahoma,Sans-serif;
	width:225px;
}

form fieldset textarea {
	float: left;
	clear: left;
	border:1px solid #ccc;
	padding:3px;
	font-family:Tahoma,Sans-serif;
	font-size:1em;
	width:482px;
	max-width:482px;
	min-width:482px;
	height:120px;
	margin-top:5px;
}

form fieldset button {
	float: right;
	clear: both;
	font-family:Tahoma,Sans-serif;
	font-size:1em;
	margin-top:5px;
	width:70px;
}

