/* Template */
* {padding:0;margin:0;}

body {
    background: #FFFFFF url('../images/bg.gif') repeat-x;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 13px;    
}

#wrapper {
    background:#ffffff;
    width:742px;
    margin:0 auto;
}

#navigation {}
#navigation ul {
    margin:0 auto;
    list-style:none;
    text-align:center;
    width:620px;
    height:125px;
}
#navigation ul li {
    display:inline;
}
#navigation ul li a {
    background: url(../images/button.jpg) no-repeat top;
    height: 17px;
    width: 124px;
    float:left;
    vertical-align:bottom;
    padding-top:108px;
    font:13px;
    font-weight:bold;
    text-decoration:none;
    color:black;
    outline:none;
}
#navigation ul li a:hover {
    background: url(../images/button_over.jpg) no-repeat top;
}
#header {
    background: url(../images/header.jpg) no-repeat top;
    width: 742px;
    height: 285px;
}
#header h1 {
    padding: 234px 5px 0 5px;
    font-size:14px;
    font-weight:bold;
    text-align:right;
}

#navigationLeft {
    float:left;
    width:270px;
    margin-bottom:25px;
}
#navigationLeft ul.main {
    list-style: none;
}
#navigationLeft ul li.main {
    width: 266px;
	text-align:center;
	background: url(../images/title.gif) no-repeat top;
}

#navigationLeft ul li.main a {
    font-size: 14px;
    font-weight: bold;
    line-height:50px;
    color: #000099;
    text-decoration:none;
    outline:none;
}
#navigationLeft ul li.main a:hover {
    text-decoration:underline;
}

#navigationLeft ul.sub {
    list-style: none;
    padding-left:20px;
}

#navigationLeft ul.sub li {
	padding: 2px 20px;
    background: url(../images/small.gif) no-repeat left;
    text-align:left;
}

#navigationLeft ul.sub li a {
    font-size: 11px;
    font-weight:normal;
    line-height:normal;
    color: #000099;
    text-decoration:none;
}

#navigationLeft ul li.sub a:hover {
    text-decoration:underline;
}

#content {
    float:left;
    margin-bottom:25px;
    padding:10px;
    width: 450px;
    text-align:justify;
}
#content h2 {
    color: #000080;
	text-align: center;
    font-weight:bold;
    font-size:15px;
    margin:0 0 25px 0;
}

#content h3 {
    text-align: left;
    font-weight:bold;
    font-size:14px;    
}

#content p {    
    text-indent:15px;
    margin-bottom:15px;    
}

#content p.noindent {
    text-indent:0;
}



#footer {
    padding-top: 25px;
    clear:both;
	font-size: 10px;
	text-align: center;
    height:30px;
    background: url('../images/footer.gif') repeat-x bottom;
	color: black;
}

a.imageLink img {
    border:none;
}

a.imageLink span {
    display:block;
}
a.imageLink span:hover {
    text-decoration:underline;
}

a.imageLink  {
    text-decoration:none;
    float:left;
    text-align:center;
    vertical-align:bottom;
    margin:25px 2px 2px 2px;

}

table.data {
    /*min-width:460px;*/
    width:100%;
    margin-top:15px;
    font-size:11px;
    text-align:center;
    border:1px solid silver;
    border-collapse:collapse;
}
table.data td {
    padding:4px;
    border:1px solid silver;
}
table.data th {
    font-size:12px;
    text-align:center;
    padding:5px;
    background-color:#cccccc;
}

table.data em {
    font-size:10px;
    font-weight:normal;
}
table.data td.title {
    white-space:nowrap;
    text-align:right;
}
table.data td.size {
    width:30px;
}

table.data tr:hover {
    background-color:#e8e8e8;
}

span.bullet {
    display:block;
    width:12px;
    height:11px;
    float:left;
    background: url(../images/small.gif) no-repeat top left;
    text-align:left;
    text-indent:-9999px;
}

.nowrap {white-space:nowrap;}

/*==== Inner Pages =====*/
.contacts table {
    margin-left:100px;
    width:320px;
    font-size:11px;
}
.contacts table tr td {
    padding:3px;
    vertical-align:top;
}
.contacts .rightColumn {text-align:left;}
.contacts .leftColumn {text-align:right;font-weight:bold;}

.product_detain tr.type td {
    white-space:nowrap;
}

.product_detain td.size {
    padding-left:10px;
    padding-right:10px;
}

.product_stations ol {
    list-style-type:decimal;
    margin-left:30px;
}

/*.product_catch table.data tr.type td {white-space:nowrap;}*/






