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

html,body { margin:0; padding:0; }
body { background:url(../images/bg.jpg) left top repeat; color:#4B4C51; font-family: Tahoma, Arial, Verdana; font-size:12px; }
img { border:0; }
a { outline: none; }
p { padding:0; margin:0; }
a:link, a:visited, a:active { font-size:12px; color:#4B4C51; 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; }
form td { vertical-align:top; }

.button { background:#C1C9D8; }

#top { height:30px; font-size:0; }
#container { position:relative; margin:auto; padding:15px 15px 0 15px; width:745px; background:#ffffff url(../images/footer.jpg) left bottom no-repeat; }

#logo { width:200px; height:231px; cursor:pointer; /*background:red;*/}

#header { float:left; background:url(../images/header.jpg) left 1px no-repeat; width:745px; height:231px; padding:1px 0 15px 0; }

#content { clear:both; display:block; padding-bottom:70px; overflow:hidden; }
#content #left { width:165px; vertical-align:top; }
#content #right { vertical-align:top; overflow:hidden; /* background:green; */ }

#menu_container { float:left; width:100%; height:34px; background:#E5E6E9; /* background:red; */ }

.menu_item, .menu_item_active {}
.menu_item a:link, .menu_item a:visited, .menu_item a:active { line-height:33px; padding:0 20px 0 20px; background:url(../images/menu_bg.jpg) right top no-repeat; float:left; display:block; font-size:12px; color:#000; 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, .menu_item_active a:hover { line-height:33px; padding:0 20px 0 20px; background:#B02126; float:left; display:block; font-size:12px; color:#fff; text-decoration:none; font-weight:normal; }

/* 2 lygio submeniu */
#submenu { padding:0px 15px 0px 0px; width:150px; }

.submenu, .submenu_active {}
.submenu a:link, .submenu a:visited, .submenu a:active { padding:0 10px 0 10px; background:url(../images/submenu_bg.jpg) right top no-repeat; display:block; line-height:27px; font-size:12px; font-weight:normal; color:#fff; text-decoration:none; text-align:center; }
.submenu a:hover, .submenu_active a:link, .submenu_active a:visited, .submenu_active a:active, .submenu_active a:hover { padding:0 10px 0 10px; background:url(../images/submenu_bg_active.jpg) right top no-repeat; display:block; line-height:27px; font-size:12px; font-weight:normal; color:#B02126; text-decoration:none; text-align:center; }
/* END - 2 lygio submeniu */

#footer { margin:auto; width:775px; height:30px; font-size:11px; padding-bottom:10px; font-weight:bold; /* background:blue; */ }
#footer #copyright { float:left; width:535px; padding:10px 20px 0px 20px; color:#ffffff; /* background:red; */ }
#copyright a:link, #copyright a:visited, #copyright a:active { font-size:11px; color:#ffffff; text-decoration:none; font-weight:bold; }
#copyright a:hover { text-decoration:underline; }
#footer #createdby { float:left; text-align:right; width:180px; padding:10px 20px 0px 0px; color:#ffffff; /* background:yellow; */ }
#createdby a:link, #createdby a:visited, #createdby a:active { font-size:11px; color:#ffffff; text-decoration:none; font-weight:bold; }
#createdby a:hover { text-decoration:underline; }