@import "language.css";
@import "contact_form.css";
@import "catalog.css";
@import "gallery_cat.css";

html,body { margin:0; padding:0; }
body { /*background:#C1C9D8;*/ color:#222222; font-family: "Trebuchet MS", Arial, Verdana; font-size:13px; }
img { border:0; }
a { outline: none; }
p { padding:0; margin:0; }
a:link, a:visited, a:active { font-size:13px; color:#494C51; text-decoration:underline; }
a:hover { text-decoration:none; }
ul { margin:0 0 0 10px; padding:0 0 0 10px; }
ul li { list-style-type:square; }
ol { margin:0 0 0 10px; padding:0 0 0 10px; }
ol li { list-style-type:decimal; }
td { vertical-align:top; }
hr { border:0px; border-bottom:1px solid #E6E3BF; }

.button { background:#C1C9D8; }

#container { position:relative; margin:auto; padding:0px 2px 0 2px; width:986px; /*background:#E9E4D1 url(../images/container_bg.jpg) left top repeat-y;*/ }

#logo { position:absolute; top:26px; left:10px; z-index:30; width:317px; height:130px; /*background:red;*/}
#header { position:absolute; top:0px; left:2px; background:url(../images/header.jpg) left top no-repeat; width:987px; height:229px; /* background:red; */ }

#content { clear:both; display:block; padding:275px 0 6px 23px; overflow:hidden; }
#content #left { width:210px; background:#E6E3BF; padding:10px 15px;  vertical-align:top; }
#content #right { vertical-align:top; padding:10px 2px 10px 20px; overflow:hidden; /* background:green; */ }

.h1 { text-align:left; font-size:16px; color:#222222; text-decoration:none; font-weight:bold; padding:10px 0px 10px 0px; }
.h1 a { text-align:left; font-size:16px; color:#222222; text-decoration:none; font-weight:bold; padding:10px 0px 10px 0px; }
.h1 a:hover { text-decoration:underline; }

#content_top { background:url(../images/content_top.jpg) left top no-repeat; height:13px; clear:both; font-size:0; /*background:red;*/ }
#content_bottom { background:url(../images/content_bottom.png) left top no-repeat; height:20px; clear:both; font-size:0; /*background:red;*/ }

#menu_container { position:absolute; top:215px; left:2px; z-index:40; width:983px; height:50px; padding-top:20px; background:url(../images/menu.png) left top no-repeat; }
#menu_tree { width:180px; padding:10px 15px 10px 0; }
.menu_item { float:left; /* height:20px; */ line-height:20px; margin:10px 0 5px 0; text-align:left; padding:0 15px 0 15px; /* background:red; */ }
.menu_item_active { float:left; /* height:20px; */ line-height:20px; margin:10px 0 5px 0; text-align:left; padding:0 15px 0 15px; /* background:red; */ }
.menu_item a:link, .menu_item a:visited, .menu_item a:active { font-size:14px; color:#000; text-decoration:none; font-weight:bold; }
.menu_item a:hover { text-decoration:underline; }
.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:active { font-size:14px; color:#000; text-decoration:underline; font-weight:bold; }
.menu_item_active a:hover {}

/* 2 lygio submeniu */
#submenu { width:210px; padding:10px 0 10px 0; /*background:red;*/ }
.submenu { width:134px; margin:0 2px 0 2px; padding:2px 15px 2px 0px; text-decoration:none; }
.submenu a:link, .submenu a:visited, .submenu a:active { font-size:14px; font-weight:normal; color:#222222; text-decoration:none; }
.submenu a:hover { text-decoration:underline; }
.submenu_active { width:134px; margin:0 2px 0 2px; padding:2px 15px 2px 0px; text-decoration:none; font-weight:normal; }
.submenu_active a:link, .submenu_active a:visited, .submenu_active a:active, .submenu_active a:hover { font-size:14px; font-weight:normal; color:#222222; text-decoration:underline; }
/* END - 2 lygio submeniu */

#index_bann { margin-top:20px; width:210px; overflow:hidden; }

#footer { margin:auto; width:941px; height:50px; font-size:12px; padding-bottom:10px; background:url(../images/footer_bg.png) left top no-repeat; }
#footer #copyright { float:left; width:470px; padding:10px 0px 0px 0px; color:#fff; text-align:right; /*background:red;*/ }
#copyright a:link, #copyright a:visited, #copyright a:active { font-size:12px; color:#fff; text-decoration:none; font-weight:normal; }
#copyright a:hover { text-decoration:underline; }
#footer #createdby { float:right; text-align:left; width:470px; padding:10px 0px 0px 0px; color:#fff; /* background:yellow;*/ }
#createdby a:link, #createdby a:visited, #createdby a:active { font-size:12px; color:#fff; text-decoration:none; font-weight:normal; }
#createdby a:hover { text-decoration:underline; }
