html {
	background: #FFFFFF url(../img/bg.png) repeat-x center top;
}
body {
	margin: 0 auto;
	width: 904px;
	font-family: Arial, Tahoma, "Trebuchet MS" , Helvetica, sans-serif;
    background: #FFFFFF;
}
#container {
}

#header {
}
	#top {
	    height: 145px;
        background: #FFFFFF url(../img/header.png) repeat-x center bottom;
	}
		#top h1 {
			font-size: 2.4em;
            margin: 0 0 0 25px;
            height: 145px;
            width: 200px;
            padding: 0;
		}
            #top h1 a {
                text-indent: -1000px;
                overflow: hidden;
                display: block;
                height: 145px;
            }
		#top ul {
			font-size: 1.2em;
			text-align: right;
		}
			#top li {
				display: inline;
			}
	#nav {
	    height: 40px;
            line-height: 40px;
		background: url(../img/nav_bg.png) repeat-x;
		margin: 0;
		font-size: 1.4em;
		font-weight: bold;
	}
		#nav li {
			display: inline;
            line-height: 36px;
		}
			#nav li a {
				padding: 0 12px;
				text-decoration: none;
                display: inline;
                float: left;
                height: 36px;
                line-height: 36px;
                vertical-align: middle;
			}
			#nav li a:hover {
				text-decoration: underline;
			}
	#content {
        position: relative;
		font-size: 1em;
	}
        #aside {
            position: absolute;
            top: 0;
            left: 0;
            width: 25%;
        }
        #main {
            float: right;
            width: 74%;
        }
            #contact {
                font-size: 24px;
		padding-left:26px;
                color: #555e6b;
                font-weight: bold;
            }
                #contact img {
                    vertical-align: middle;
                }
        #content h2 {
            height: 34px;
            line-height: 34px;
            padding: 0 0 0 25px;
            font-size: 14px;
            background: url('../img/h_bg.png') repeat-x left center;
            color: #346c83;

            margin-bottom: 0;
        }
            #content h2 span {
                display: block;
                position: absolute;
                top: 15px;
                right: 0;
                width: 5px;
                height: 34px;
                background: url('../img/h_bg.png') repeat-x right center;
            }

            .bold_text {font-weight: bold; font-size: 13px; padding-bottom: 9px; display: block; clear: both;}

            .right_span_colt {
                display: block;
                position: absolute;
                top: 143px;
                right: 0;
                width: 5px;
                height: 34px;
                background: url('../img/h_bg.png') repeat-x right center;
            }

.back_tabel_add {background: #f8f9fc;}
.back_tabel_head {background: url(../img/back_tabel_head.gif) repeat-x scroll left bottom;}

        .content .box-content {
            padding: 10px;
            border-left: 1px solid #dbdbdb;
            border-right: 1px solid #dbdbdb;
            margin: 0;
        }
        div.box-end {
            height: 15px;
            background: url('../img/box_end_bg.png') repeat-x;
        }
            div.box-end span {
                height: 11px;
                background: url('../img/box_end_bg.png') right top no-repeat;
                float: right;
                width: 7px;
            }
		#content img.main {
			display: block;
			margin: 0 auto;
		}
		#content .prices {
			width: 49%;
			float: right;
		}
			#content .prices th, #content .prices td {
				padding: 2px;
			}
			#content .prices th {
				text-transform: uppercase;
			}
			#content .prices .no {
				width: 10%;
			}
			#content .prices .type {
				width: 30%;
			}
			#content .prices .sort {
				width: 30%;
			}
			#content .prices .price {
				width: 30%;
			}
                        .images {border: 1px solid #ddd; padding: 2px;}
	#footer {
        font-size: 11px;
        padding: 10px;
		text-align: center;
                color: #666;
	}
        #footer ul {
            text-align: center;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
            #footer li {
                padding: 0 10px;
                border-left: 1px solid #006699;
                display: inline;
            }
            #footer li.first {
                border-left: 0px none;
            }
        #footer .about {
            font-size: 1.2em;
            color: #666666;
            text-align: center;
            padding: 0 5px;
            line-height: normal;
        }
#container a {
	color: #006699; text-decoration: none;
}

#container a:hover {
	color: #006699; text-decoration: underline;
}

    #container #nav a {
        color: #FFFFFF;
		border-right: 1px solid #399E00;
		height: 19px;
    }
#container {
	color: #000000;
}
.clearfix {
    clear: both;

}
.gri {color: #666;}
.fix_10 {
    clear: both;
    height: 10px;
    font-size: 1px;
}
.fix_5 {
    clear: both;
    height: 5px;
    font-size: 1px;
}

img.lefty {
	display: inline;
	float: left;
	margin: 0 20px 2px 0;
}
#content .full {
	margin: 0 2%;
}
