/* CSS Document for all pages in web-site */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote { /* remove some browser default formattings */
    padding: 0px;
    margin: 0px;
}
body {
	text-align:center; /* to be sure that page will be centered (in container will be reformatted) */ 
}
img { /* all images will be visible, without border and cannot exceed their region */
	/* display:block; remove unnecessary gaps between images */
	visibility:visible;
	overflow:hidden;
	border:none;
}
a { /* global links formatting */
	color:#002F67;
}
a:hover {
	background-color:#FFCB05;
}
h1, h2 { /* main page headlines */
	text-align:center;
	font-size:18px;
	color:#000000; /* black */
	font-family:Tahoma, Arial, sans-serif;
	font-weight: normal;
	z-index:7;
}
h3,h4 { /* paragraph headlines - smaller that main ones */
	text-align:center;
	font-size:16px;
	color:#000000; /* black */
	font-family:Tahoma, Arial, sans-serif;
	font-weight: bold;
	z-index:7;
}
h2,h4 { /* headlines with added border and background*/
	color:#FFCB05; 
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	border: 1px solid #000000;
	background-color: #002F67;
}
h5, h6, p, ol, ul, table { /* regular text, lists and forms */
	font-size:14px;
	color:#000000; /* black */
	font-family:Tahoma, Arial, sans-serif;
	z-index:8;	
}
table { /* regular text, lists and forms */
	text-align:center;
}
h5, iframe { /* regular text - centered with top and bottom margins */
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
p { /* paragraph text */
	text-align:justify;
	text-indent:30px;
}
/* -------------------------- */
/* form attributes formatting */
/* -------------------------- */

form#userid {
	position:relative;
	margin-top:20px;
	width:140px;
	padding:5px;	
	z-index:4;
	text-align: center;
}
#userid legend {
	font-size:12px;
	font-weight:lighter;
	color:#990000;
	padding-left: 10px;
	padding-right: 10px;
}
#userid .label {
	position:relative;
	display:block;
	float:left;
	clear:left;	
	text-align: right;
	font-size:12px;
	font-weight: bold;
	width: 55px;
	padding-right:5px;
}
#userid a {
	display:block; 
	text-decoration:none;
	width:100%;
	background-color: #002F67;
	border:1px solid #000000;
	color:#FFCB05;
}
#userid a:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#002F67; /* black */
	background-color:#FFCB05;
}
#userid input {
	position:relative;
	float:left;
	font-size:12px;
	width:50px;
}

form.big legend {
	font-size:16px;
	font-weight:lighter;
	color:#002F67;
	padding-left: 10px;
	padding-right: 10px;
}

form.big .label {
	text-align: right;
	float: left;
	clear: left;
	width: 35%;
	font-size:14px;
	margin-bottom: 3px;
	padding-right: 20px;
}

form.big .info {
	float:right;
	font-size:10px;
	font-weight:lighter;
	color:#999;
	white-space: nowrap;
	margin-right:10px;
}
form.big .label .mand {
	font-weight:bold;
	color:#FF0000;
	white-space: nowrap;
}
form.big .text {
	float: left;
	font-size:14px;
	margin-bottom: 3px;
}

form.big .check {
	float:left;
	clear:left;
	margin-left:10px;
	margin-right:10px;
}
form.big .form_info {
	font-size:10px;
	font-weight:lighter;
	color:#999999;
}

/* -------------------------- */
/* various formatting classes */
/* -------------------------- */
.sysfont { /* unresizeable system font for forms etc. */
	color:#000000; /* black */
	font-size:12px;
	font-family:Tahoma, Arial, sans-serif;
	text-align:left;
}
.clear { /* class intended for clearing of the floats - adjusts borders */
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}
#container { /* working area of the web page - layer 0 */
   position:relative;
   margin-top: 0px;
   margin-right: auto;
   margin-left: auto;
   text-align: left;
   z-index:0;
}

/* ------------------ */
/* header area styles */
/* ------------------ */
#header {/* header area of the page - layer 1 */
	position:relative;
	height:99px;
	z-index:6;
}
#logo, #trucks {/* exact positioning of logo in header */ 
	position:absolute;
	top:1px;
	z-index:8;
}
#best_sell {/* exact positioning of 'best sell' drop-down menu - layer 2, above header image */ 
	position:absolute;
	right:30px;
	bottom:15%;
	z-index:8;
}
ul.lang_sel {/* exact positioning of language selectors - layer 2, above header image */ 
	position:absolute;
	top:5px;
	right:15px;
	list-style-type: none;
	z-index:8;
}
ul.lang_sel li,ul.lang_sel img { /* horizontal flow of laguage selectors with space between */
	display: inline; /* horizontal menu - remove line breaks in li and img */
	margin-left:7px;
	margin-right:3px;
}

/* ------------------ */
/*  main area styles  */
/* ------------------ */
#main {/* main area of the page - layer 1 */
	position:relative;
	background: #FFFFFF url('images/img_m_bgr1.gif') repeat-y left top;
	padding-top:4px;
	padding-bottom:4px;
	z-index:1;
}
#menubar { /* left area - navigation menu and copyright text */
	position:relative;
	float:left;
	overflow:hidden;
	width:165px;
	padding-top:30px; /* offsets buttons starting position */ 
	z-index:3;
}
ul.navigation { /* navigation buttons container */
	list-style-type: none;
	z-index:5;
}
ul.navigation li {/* each of the navigation buttons - top layer 9 */
	position:relative;
	z-index:4;
}
ul.navigation li a { /* formatting of navigation button and link */
	position:relative;
	display:block;
	width:135px;
	height:26px;
	overflow:hidden;
	background: url('images/img_nav.gif') no-repeat left top;
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	line-height:22px;
	text-align:center;
	color:#FFCB05;
	font-size:15px;
	text-decoration:none;
	font-weight: bold;
	font-family:Tahoma, Arial, sans-serif;
}
ul.navigation li a:hover { /* white button onMouseOver */
	background-color:transparent;
	background-position: bottom left;
	text-decoration:underline;
	color:#002F67;
}
ul.navigation li.curr_pos a { /* show marker for current navigation position */
	background-position: top right;
}
ul.navigation li.curr_pos a:hover { /* white button onMouseOver plus navigation position */
	background-position: bottom right;
}
ul.submenu { /* navigation buttons container */
	list-style-type: none;
	padding-left:7px;
}
ul.submenu li a { /* formatting of navigation button and link */
	display:block;
	background-color:#002F67;
	background-image:none;
	padding:0;
	border:2px outset #000080;
	font-size:11px;
	height:20px;
	line-height:18px;
	color:#FFCB05;
}
ul.submenu li a:hover { /* button onMouseOver */
	color:#002F67; /* black */
	background-color:#FFCB05;
}
ul.items { /* navigation buttons container */
	float:left;
	list-style-type: none;
	margin-top:10px;
	padding-left:28px;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	font-family:Tahoma, Arial, sans-serif;
}
ul.items li { /* each of the navigation buttons - top layer 9 */
	display:inline;
	float:left;
	margin-left:2px;
	background-color: #002F67;
	border:1px solid #000000;
	border-bottom: 0;
}
ul.items li a { /* formatting of navigation button and link */
	display:block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding: 5px 7px 5px 7px;
	color:#FFCB05; /* white */
}
ul.items li a:hover { /* button onMouseOver */
	background-color:transparent;
	text-decoration:underline;
	font-weight: bold;
}
ul.items li.curr_pos { /* each of the navigation buttons - top layer 9 */
	background-color:#FFCB05;
}
ul.items li.curr_pos a { /* show marker for current navigation position */
	color:#002F67; /* black */
	text-decoration:underline;
	font-weight: bold;
}

#copyright {/* copyright text within menubar area */
	position:relative;
	text-align:center;
	margin-top:10px;
	width:150px;
	color:#FFCB05;
	z-index:4;
}
#copyright img {
	display:inline;
	margin-right:5px
}
#copyright a { color:#E2E2E2; }
#copyright a:hover { color:#002F67; }

div.page {/* dynamic page area of the web page - same layer 1 as header */
	position:relative;
	margin-left: 170px;
	padding:5px 5px 0px 5px;
	overflow:hidden;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	z-index:2;
}
p#error /* formatting for "page not exsist" messgae */
{
	position:relative;
	z-index:7;
	text-align:center;
	font-size:larger;
	font-weight:bold;
}
/* ------------------ */
/* footer area styles */
/* ------------------ */
#footer {/* footer area of the web page - same layer 1 as header */
	position:relative;
	height:50px;
	z-index:1;
}
#footer_cntr /* place of counter */
{
  	position:absolute;
	left:20px;
	top:10px;
	z-index:2;
}
