@import "contact_form.css";
@import "gallery_cat.css";

html,body { height:100%; margin:0; padding:0; }
body { color:#383838; font-family: Tahoma, Arial, Verdana; font-size:13px; background:#D8D8D8 url(../images/bg.png) left top repeat-x; }
img { border:0; }
a { outline: none; }
p { padding:0; margin:0; }
a:link, a:visited, a:active { font-size:13px; color:#9D56A2; text-decoration:underline; }
a:hover { text-decoration:none; }
ul { margin:0 0 0 10px; padding:0 0 0 10px; }
li { list-style-type:square; }
td { vertical-align:top; }

.button { background:#4C4040; color:#fff; }

#flash_container { margin:auto; padding:0px 0px 0 0px; width:965px; }
div#container { position:relative; margin:auto; padding:0px 0px 0 0px; width:990px; }

div#logo { position:absolute; left:15px; top:0px; /*background:red;*/}

div#header { position:relative; background:url(../images/header.jpg) left top no-repeat; width:990px; height:229px; /* background:red; */ }

div#content { clear:both; display:block; padding:0 50px 10px 50px; overflow:hidden; background:url(../images/middle_bg.png) center top repeat-y; }
div#content #left { width:140px; vertical-align:top; }
div#content #right { vertical-align:top; overflow:hidden; /* background:green; */ }

.h1 { text-align:left; font-size:14px; color:#0E0E0E; text-decoration:none; font-weight:bold; padding:10px 0px 10px 0px; }

#icons { text-align:left; position:absolute; left:25px; top:5px; /* background:red; */ }

div#menu_container { width:930px; position:absolute; left:30px; bottom:10px; height:32px; line-height:32px; /*background:red;*/ }

#menu_container a:link, #menu_container a:visited, #menu_container a:active { display:inline-block; padding:0 20px 0 30px; font-size:13px; color:#fff; text-decoration:none; font-weight:normal; background:url(../images/dobilas.png) left center no-repeat; }
#menu_container a:hover, #menu_container a.active:link, #menu_container a.active:visited, #menu_container a.active:active, #menu_container a.active:hover { display:inline-block; padding:0 20px 0 30px; font-size:13px; color:#8EDAE7; text-decoration:none; font-weight:normal; background:url(../images/dobilas_active.png) left center no-repeat; }

/* 2 lygio submeniu */
.submenu a:link, .submenu a:visited, .submenu a:active { display:block; padding:0 7px 0 0; font-size:10px; color:#ddd; text-decoration:none; font-weight:normal; margin:0 0 5px 0; }
.submenu a:hover, .submenu a.active:link, .submenu a.active:visited, .submenu a.active:active, .submenu a.active:hover { display:block; padding:0 7px 0 0; font-size:10px; color:#8EDAE7; text-decoration:none; font-weight:normal; margin:0 0 5px 0; }
/* END - 2 lygio submeniu */


div#footer { margin:auto; width:960px; padding:0 15px 0 15px; height:42px; line-height:42px; font-size:12px; padding-bottom:10px; background:url(../images/footer.jpg) center top no-repeat; /* background:blue; */ }
div#footer div#copyright { float:left; width:700px; padding:0px 20px 0px 20px; color:#8B8989; /* background:red; */ }
div#copyright a:link, div#copyright a:visited, div#copyright a:active { font-size:12px; color:#8B8989; text-decoration:none; font-weight:normal; }
div#copyright a:hover { text-decoration:underline; }
div#footer div#createdby { float:left; text-align:right; width:200px; padding:0px 20px 0px 0px; color:#8B8989; /* background:yellow; */ }
div#createdby a:link, div#createdby a:visited, div#createdby a:active { font-size:12px; color:#8B8989; text-decoration:none; font-weight:normal; }
div#createdby a:hover { text-decoration:underline; }
