@charset "utf-8";
/* CSS Document */

/* RESET DEFAULT CSS -------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
ol, ul { list-style: none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
a { text-decoration: none; }
a:focus { outline: none; }


/* GENERAL */
body { background: #EEE; font: 13px Arial, Helvetica, sans-serif; color: #333; }
#wrapper { width: 700px; margin: 50px auto 20px; }

a { color: #DCAA44; }

#navbar { clear: both; float: left; width: 700px; height: 38px; }
#navbar ul { display: block; }
#navbar li { float: left; list-style: none; margin: 0 2px 0 0; }

#navbar ul li.kadenius a { float: left; text-indent: -9999px; background: url(img/nav_kadenius.png) 0px 0px no-repeat; width: 156px; height: 38px; }
#navbar ul li.kadenius a:hover { opacity: 0.75; }

#navbar ul li.teboil a { float: left; text-indent: -9999px; background: url(img/nav_teboil.png) 0px 0px no-repeat; width: 156px; height: 38px; }
#navbar ul li.teboil a:hover { opacity: 0.75; }

#content { clear: both; float: left; width: 600px; padding: 40px 50px; background: #FFF; box-shadow: 1px 1px 2px rgba(0,0,0,0.2); }


/* KADENIUS */
#kadenius .logo { margin: 0 0 30px 157px; }
#kadenius .auto { margin: 0 0 0 200px; }
#kadenius #content p { font: 14px/22px Arial, Helvetica, sans-serif; color: #333; text-align: center; margin: 0 0 18px 0; }
#kadenius #content .orange { font: bold 20px/26px Arial, Helvetica, sans-serif; color: #DCAA44; }
#kadenius #content .orange a:hover { text-decoration: none; }


/* TEBOIL */
#teboil #content { width: 700px; padding: 0; }
#teboil #teboilbox { clear: both; margin: 0 auto; width: 700px; height: 180px; background: url(img/teboilbg.jpg) no-repeat; }
#teboil #teboilbox p { clear: none; float: left; margin: 30px 0 0 80px !important; }
#teboil #teboilbox p:first-child { margin-left: 200px !important; }
#teboil #teboilbox p a { color: #333; text-decoration: underline; }
#teboil .auto { margin: 0 0 0 200px; }
#teboil #content p { font: 14px/22px Arial, Helvetica, sans-serif; color: #333; text-align: left; margin: 0 0 18px 0; }
#teboil #content .orange { font: bold 20px/26px Arial, Helvetica, sans-serif; color: #DCAA44; }
#teboil #content .orange a:hover { text-decoration: none; }

#teboil #leftcol { float: left; width: 275px; margin: 40px 0 25px 50px; }
#teboil #rightcol { float: right; width: 275px; margin: 40px 50px 25px 0; }

#teboil h2 { font: 20px Arial, Helvetica, sans-serif; margin: 0 0 3px 0; }
#teboil #rightcol ul li { list-style: disc; margin: 0 0 5px 15px; font: 14px/20px Arial, Helvetica, sans-serif; }
#teboil #rightcol ul { margin: 4px 0 10px 0; }