﻿/*
 © Sukūrė Integer.lt
 http://www.integer.lt
 info@integer.lt
*/


/* Bendrieji aprašai */

*, html, td, tr, th, ul, li, p, span { padding: 0; margin: 0; }
body { font-family: Tahoma, sans-serif; font-size: 80%; }
a { text-decoration: none; }
h1 { font-size: 130%; }
img { border: 0px; }

/* DIV'ai */

#main { width: 900px; height: auto; margin: 10px auto; }

#header { width: 100%; height: auto; }

#logo { padding: 1% 0; width: 100px; height: 63px; background: url('../images/logo.png') no-repeat; }

#logo a { display: block; background: none; width: 100%; height: 100%; }

#menu { width: 900px; height: auto; }
#menu ul { list-style: none; border-top: 10px solid #DBDBCD; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 95%; }
#menu li { display: inline; text-align: center;  }
#menu li a { display: block; float: left;  height: auto; padding: 30px 20px; border-right: 2px solid #EEE; font-weight: bold; color: #59594D; }
#menu li a:hover { background: url(images/tab_hover.png) repeat-x #FAFAF6; color: #FF8000; border-right: 2px solid #CCC; }

#line { width: 100%; height: 10px; background: #f5f5e3; }

#container { width: 900px; height: auto; }

#side { width: 210px; height: 490px; padding: 10px 10px 0; background: #E9EACE; border-right: 4px solid #E0DEB4; float: left; }
#side a { color: #da6d00; font-weight: bold; font-size: 90%; }
#side a:hover { color: #000; text-decoration: underline; }

#content { width: 646px; height: 458px; padding: 20px 10px; background: #f9f9eb; color: #333; float: left; border-top: 2px solid #DDD; }
#content ul { list-style-image: url(images/bullet.gif); margin: 0 0 0 30px; }

#footer { width: 900px; height: auto; border-top: 3px solid #eaa25a; margin: 5px 0 0 0; padding: 5px 0 0 0; color: #666; }
#footer a { color: black; font-weight: bold; font-size: 95%; }
#footer a:hover { color: #FF8000; }

#footer_left { width: 220px; padding: 0 0 0 10px; border-right: 2px solid #DADADA; float: left; }

#footer_right { width: 646px; padding: 5px 0 0 10px; text-align: center; float: left; font-size: 90%; }
#footer_right ul { list-style: none; padding: 0 0 10px 0; }
#footer_right li { display: inline; padding: 0 5px; border-right: 2px solid #EEE; }
#footer_right a { color: #666; font-weight: bold; }
#footer_right a:hover { color: #FF8000; }

/* Papildomi aprašai */

.clear { clear: both; }



