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

html,body { margin:0; padding:0; height:100%; }
html { background:url(../images/bg.jpg) left top repeat; }
body { color:#fff; font-family: "Trebuchet MS", Tahoma, Arial, Verdana; font-size:14px; background:url(../images/header_bg.jpg) repeat-x; }
img { border:0; }
a { outline: none; }
p { padding:0; margin:0; }
a:link, a:visited, a:active { font-size:14px; color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; }
ul { margin:0 0 0 10px; padding:0 0 0 10px; }
ul li { list-style-type:circle; }
ol { margin:0 0 0 10px; padding:0 0 0 10px; }
ol li { list-style-type:decimal; }
/* td { vertical-align:top; } */

.button {}

#container { position:relative; margin:auto; padding:120px 0px 0 0px; width:988px; background:url(../images/header_center.png) center top no-repeat; }

#logo { position:absolute; left:320px; top:0px; /*background:red;*/}

#header { position:absolute; top:210px; left:130px; width:724px; height:549px; font-size:0; background:url(../images/img.jpg) no-repeat; }
#header_border { position:absolute; top:170px; left:90px; background:url(../images/frame.png) left bottom no-repeat; width:804px; height:549px; font-size:0; z-index:30; }

#content { clear:both; margin:auto; overflow:hidden; width:960px; }
#content #left { width:275px; vertical-align:top; padding:20px 0 0 0; }
#content #left #left_border_top { height:10px; font-size:0px; background:url(../images/submenu_top-bottom.png) left top no-repeat; }
#content #left #left_border { background:url(../images/submenu_bg.png) repeat-y; }
#content #left #left_border_bottom { height:10px; font-size:0px; background:url(../images/submenu_top-bottom.png) left bottom no-repeat; }
#content #right { vertical-align:top; overflow:hidden; /* background:green; */ }

.h1 { padding:0px 0px 10px 0px; /* background:red; */ }
.h1 h2 { font-size:18px; color:#FFF; font-weight:bold; padding:0px; margin:0; /* background:red; */ }
.h1 h2 a { font-size:18px; color:#FFF; font-weight:bold; text-decoration:none; padding:0px; margin:0; /* background:red; */ }

#menu_container { position:relative; height:36px; line-height:36px; width:877px; margin:auto; }
.menu { float:left; padding:0 8px 0 8px; }
.menu_active { float:left; padding:0 8px 0 8px; }
.menu_item, .menu_item_active { float:left; padding:0 2px 0 1px; width:159px; text-align:center; background:url(../images/button.png) no-repeat; }
.menu_item a:link, .menu_item a:visited, .menu_item a:active { display:block; font-size:18px; color:#423235; text-decoration:none; font-weight:normal; }
.menu_item a:hover, .menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:active { display:block; font-size:18px; color:#423235; text-decoration:none; font-weight:normal; }
.menu_item_active a:hover {}

/* 2 lygio submeniu */
#submenu { padding:10px 0px 10px 10px; }
.submenu, .submenu_active { padding:2px 0px 2px 0px; }
.submenu a:link, .submenu a:visited, .submenu a:active { display:block; text-decoration:none; background:url(../images/bullet.png) left center no-repeat; padding-left:20px; }
.submenu a:hover, .submenu_active a:link, .submenu_active a:visited, .submenu_active a:active, .submenu_active a:hover { display:block; text-decoration:underline; background:url(../images/bullet.png) left center no-repeat; padding-left:20px; }
/* END - 2 lygio submeniu */

#footer_outer { clear:both; height:102px; background:url(../images/footer_bg.png) repeat-x; }
#footer { clear:both; margin:auto; width:895px; font-size:12px; height:70px; font-size:11px; padding-top:20px; background:url(../images/footer_ornament.png) center bottom no-repeat; }
#footer #copyright { float:left; width:495px; padding:6px 0px 0px 0px; color:#DFB1BE; font-size:12px; text-align:right; /*background:red;*/ }
#copyright a:link, #copyright a:visited, #copyright a:active { font-size:12px; color:#DFB1BE; text-decoration:none; font-weight:normal; }
#copyright a:hover { text-decoration:underline; }
#footer #createdby { float:right; text-align:right; width:390px; padding:6px 0px 0px 0px; font-size:12px; color:#DFB1BE; text-align:left; /*background:yellow;*/ }
#createdby a:link, #createdby a:visited, #createdby a:active { font-size:12px; color:#DFB1BE; text-decoration:none; font-weight:normal; }
#createdby a:hover { text-decoration:underline; }
