* {
	margin: 0;
	padding: 0;
}

html, body, form {height: 100%}

body {
	font: 14px Tahoma, Verdana, sans-serif;
	background-color: #faf9f3;
}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

.otstup {
        margin-left: 15px;
}

.txt {
        background: #ebe8d5;
        border: #cbc9bd 1px solid;
        margin-bottom: 0px;
        margin-right: 10px;
        padding: 5px 5px 5px 5px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

a:hover {
	text-decoration: none;
}

p {
    margin: 0 0 18px;
    text-indent: 15px;
}

img {
	border: none;
        margin: 0 0 0 0;
}

input {vertical-align: middle}

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 310px;
	background: url("/img/bg-head.jpg") repeat-x;
}

#logo {
	width: 100%;
	height: 275px;
	background: url("/img/sun.jpg") no-repeat top left;
        float: left;
}

#logo1 {
	margin: 180px 0 0 250px;
        float: left;
}

#phone {
        margin: 170px 0 0 840px;
	padding-right: 20px;
	text-align: right;
}

#top-menu {
                background: #4baed0;
		width: 100%;
		padding: 8px 0 0 0;
		text-align: right;
		height: 27px;
		float: left;
}

#top-menu a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
}

#top-menu a:hover {
	text-decoration: underline;
}

#top-menu li {
	list-style: none;
	display: inline;
	padding-right: 30px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 45px;
	height: 1%;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 5px 0 0px 220px; 

}

#content-border {
	//border-left: 1px solid #cbc9bd;
	padding-left: 10px;

}

#content h1 {
	color: #6d0000;
	font-size: 18px;
	padding-bottom: 15px;
        width: 100%;
        text-align: center;
}

#content h2 {
	color: #2d2d2d;
	font-size: 14px;
        width: 100%;
        text-align: center;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
	padding-top: 5px;
}

#top {
	width: 100%;
}

#top-left {
	height: 12px;
	background-image: url(/img/bg-top-l.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}

#top-right {
	height: 12px;
	background-image: url(/img/bg-top-r.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#sidebar-menu {
	margin: 0 10px 0 10px;
        background: #ebe8d5;
        border: #cbc9bd 1px solid;
        padding: 5px 5px 5px 20px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

#sidebar-menu li {
	list-style: none;
        padding-top: 5px;
	padding-bottom: 15px;
}

#sidebar-menu li a {
	text-decoration: none;
	color: #2c2c2c;
	font-size: 16px;
	font-width: bold;
}

#sidebar-menu li a:hover {
	text-decoration: underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -44px auto 0;
	min-width: 1000px;
	height: 44px;
	background: #000;
	color: #fffffe;
	text-align: center;
}

#bottom {
	width: 100%;
	height: 14px;
        background: White;
}

#bottom-left {
	height: 12px;
	float: left;
        margin-bottom: 0px;
}

#bottom-right {
	height: 12px;
	text-align: right;
        margin-bottom: 0px;
}

/* Tables
-----------------------------------------------------------------------------*/
#tprice
{
        background: #ebe8d5;
        //border: solid 1px #cbc9bd;
        margin-left: 20px;
        width: 90%;

}
.price_table_category
{

	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	height: 40px;
	vertical-align: middle;
}
.price_table_name
{

	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	height: 20px;
	vertical-align: middle;
}
.price_table_cell
{
	//border: solid 1px #cbc9bd;
	padding: 0 10px 0 10px;

}
.price_table_cell_numeric
{
	//border: solid 1px #cbc9bd;
	text-align: right;
	padding-right: 10px;

}
.price_table_cell_category
{
	font-weight: bold;

}
.price_table_row_header
{
        background-color: #E0E0E0;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 30px;
}
.price_table_cell_header
{
	//border: solid 1px #aeae7a;
        white-space: nowrap;

}
#tportfolio
{

}
#tportfolio td
{

        padding: 5px 5px 5px 5px;

}
