* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	background-color: #fff;
	text-align: center;
}


a { color: #074a98; text-decoration: underline; }
a:hover { color: #a6140c; text-decoration: none; }
p {  line-height: 1.5em; }
	p.p-center { text-align: center; }
img { border-style: none; }

.clear { clear: both; } 
.none { clear: none; } 
.nd { display: none; } 
.left { float: left; } 
.right { float: right; } 

/* ----------------------------------------------------- */
/* ---------------------->>> WRAP <<<------------------- */
/* ----------------------------------------------------- */
#wrap { width: 990px; margin: 0 auto; position: relative; text-align: left; }


#leaderboard { font-size: 10px; text-align: center; }
#leaderboard img { vertical-align: text-top;}


/* ----------------------------------------------------- */
/* -------------------->>> HEADER <<<------------------- */
/* ----------------------------------------------------- */
#header { margin-bottom: 10px;  }

#logo { float: left; padding: 20px 60px 20px 0;  }
	#logo a { text-decoration: none; display: block; width: 201px; height: 52px; overflow: hidden; position: relative; }
	#logo a span { display: block; width: 201px; height: 55px; background-image: url(http://www.autanet.sk/images/logo-sk.gif); position: absolute; top: 0; left: 0; cursor: pointer; }
	#logo H1 { text-decoration: none; display: none; }
	#logo strong { font-size: 36px; font-style: italic; color: #e2001a; }
	#logo strong.blue { color: #157bbc; }
	#logo em { font-size: 12px; font-style: normal; color: #6c6c6c; }
	
/* logoSK */
#logosk { float: left; padding: 20px 6px 20px 0;  }
	#logosk a { text-decoration: none; display: block; width: 255px; height: 52px; overflow: hidden; position: relative; }
	#logosk a span { display: block; width: 255px; height: 52px; background-image: url(http://www.autanet.sk/images/logosk.gif); position: absolute; top: 0; left: 0; cursor: pointer; }

	#logosk strong { font-size: 36px; font-style: italic; color: #157bbc; }
	
/* search box
-------------------------------------------------------- */	
#search { float: left; width: 430px; padding: 20px 0 0; }
#search input.text { float: left; width: 337px; height: 15px; padding: 5px 5px; margin-right: 9px; border: 1px solid #b4c2cd; background: url(http://www.autanet.sk/images/search-input.gif)  }
#search input.button { float: left; width: 70px; height: 27px; padding: 0; border-style: none; background: url(http://www.autanet.sk/images/search-button.gif); color: #fff; }

/* search-options */
ul.search-options { clear:both; color: #073d70;}
ul.search-options a, ul.search-options a:link, ul.search-options a:visited { background: url(../images/search-tab.gif); color: #073d70; text-decoration: none; outline: none; }
ul.search-options li.selected a { background: url(../images/search-tab-hover.gif); }

.search-options { list-style: none; position: relative; }
.search-options li { position: relative; float: left; margin-right: 8px;  }
.search-options li a { display: block; float: left; width: 83px; height: 27px; text-align: center; text-decoration: none;  }
.search-options li a:hover { text-decoration: underline; }
.search-options li a span { display: block; padding-top: 4px; cursor: pointer; }

/* ----------------------------------------------------- */
/* ------------------>>> NAVIGATION <<<----------------- */
/* ----------------------------------------------------- */
#navigation { display: block; font-size: 12px; }
#navigation li { display: block; float: left; list-style: none; margin-right: 1px; position: relative; }
	#navigation li.last { margin-right: 0px; }
	#navigation li.last a { width: 99px; background: #047bbe url(http://www.autanet.sk/images/navigation-a-big.gif) top left no-repeat; }
/*	#navigation li.last a:hover, #navigation li.active a { background: #047bbe url(http://www.autanet.sk/images/navigation-a-big.gif) bottom left no-repeat; color: #4b4b4c; }*/


#navigation li a { display: block; width: 98px; height: 31px; color: #fff; background: #047bbe url(http://www.autanet.sk/images/navigation-a.gif) top left no-repeat; text-align: center; text-decoration: none; overflow: hidden; }
#navigation li.active a { background-color: #047bbe; background-position: bottom left; color: #4b4b4c; }
#navigation li a:hover { text-decoration: underline; }

#navigation li a span { display: block; padding-top: 7px; }

/* ----------------------------------------------------- */
/* ---------------------->>> DATE <<<------------------- */
/* ----------------------------------------------------- */
#date { width: 100%; background: #b4c2cd url(http://www.autanet.sk/images/bg-footer-bottom.gif) bottom left no-repeat; color: #5b5b5d; }
	#date p { text-align: right; padding: 5px 14px; }

/* ----------------------------------------------------- */
/* -------------------->>> COLUMNS <<<------------------ */
/* ----------------------------------------------------- */
#left-big { float: left; width: 730px; }
#left, #left2 { float: left; width: 130px; }
#content { float: right; width: 580px; overflow: hidden; }
#right { width: 242px; float: right; overflow: hidden; }

/* ----------------------------------------------------- */
/* -------------------->>> FOOTER <<<------------------- */
/* ----------------------------------------------------- */
#footer { float: left; width: 100%; margin: 20px 0px 2px 0px; background: #b4c2cd url(http://www.autanet.sk/images/bg-footer-top.gif) top left no-repeat; text-align: left; color: #4b4b4c; font-size: 11px; }
#footer-bottom { float: left; width: 100%; background: url(http://www.autanet.sk/images/bg-footer-bottom.gif) bottom left no-repeat; }

#footer p { padding: 10px 14px; margin: 0; line-height: 18px; }
#footer a { color: #4b4b4c; margin:0 6px; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

	p#copyright { float: right; padding-top: 28px; }
	p#footer-links { float: left; }
