@charset "utf-8";
@import url("reset.css");
@import url("clearing.css");
@import url("positioning.css");
@import url("typography.css");
@import url("color.css");
/*@import url("ie6.css");*/
/*@import url("ie7.css");*/
/*@import url("opera.css");*/


/* ---------------------------------------------------------------------

Author: Siniša Šašić (Sinisa Sasic)
Role: Web Designer
Company: Tehnicom Computers, Tehnicom Solutions, Web Developement Team
Business e-mail: sinisa.sasic@tehnicom.com
Personal e-mail: sinisasasic@gmail.com
Location: Belgrade, Serbia, Europe, Earth, Solar System, Milky Way, Universe
Created: April 9th 2008
Last Entry: April 9th 2008

---------------------------------------------------------------------- */


/* =tags */

html { font-size: 62.5%; text-align: center; }
body { margin-top: 30px; font: 120% normal Arial, Helvetica, sans-serif; text-align: left; background: #c5c6c8 url(../img/bg_body.png) repeat-x; }
p, ul { margin-bottom: 10px; text-align: justify; line-height: 150%; font-size: 1em; color: #666; }
p a, ul li a { font-size: 1em; color: #0082c9; }
ul { display: block; margin: 10px 0; font: 0.9em Verdana, Arial, Helvetica, sans-serif; list-style-type: square; list-style-position: inside; }
ul li { margin: 8px 0; }
ul li a:hover { color: #000; }
p a:hover, ul li a:hover { color: #666; }
a { text-decoration: none; font-weight: bold; color: #000; }
em { font-weight: bold; font-style: normal; color: #666; }
b { color: #000; }
address { font-style: normal; }
strong { font-weight: normal; }
hr { display: block; height: 0px; line-height: 0; margin: 15px 20px; background-color: #333; color: #333; border: 1px solid #333; border-bottom: 0; }

/* other ul & ol reset */
#main-nav-list, #brand-nav-list, #lang-list, #sub-nav-list, #sub-nav-list ul, #footer-list, #news-list, #news-list li { margin: 0; text-align: left; font-size: 1em; list-style-position: outside; list-style-type: none; }


/* =left */
.left { float: left; }

/* =right */
.right { float: right; }

/* =img-left */
.img-left { float: left; margin: 0 10px 0 0; }

/* =img-right */
.img-right { float: right; margin: 0 0 0 10px; }