@charset "utf-8";

/************************************/
/* @author: 	Richard Najdowski 	*/
/* @version: 	0.1 				*/
/************************************/

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

h1, h2, h3, h4, h5, p, div, ul, ol, li {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 833px;
	margin: 24px auto;
}

#header {
	width: 823px;
	/*height: 74px;*/
	height: 114px;
	/*background: url(../images/core/header_bg.gif) left top repeat-x;*/
	background: url(../images/core/header_bg.gif) left top repeat;
	margin-left: 5px;
}

#header-wrap {
	/*height: 74px;*/
	height: 114px;
	background: url(../images/core/header.jpg) right bottom no-repeat;
}

#logo {
	margin-top: 9px;
	margin-left: 9px;
}

#nav {
	width: 823px;
	height: 20px;
	background: url(../images/core/nav_bg.gif) left top repeat-x;
	margin-left: 5px;
	margin-bottom: 25px;
}

#nav ul {
	margin: 0 auto;
	width: 790px;
	padding-left: 20px;
}

#nav li {
	list-style: none;
	float: left;
	display: block;
	padding: 0 10px; /* CHANGE */
	margin-top: 2px;
	background: url(../images/core/nav_sep.gif) right 3px no-repeat;
	vertical-align: top;
}

#nav li.current {
	font-weight: bold;
}

#nav li.last {
	background: none;

}

#nav .top a {
	float: left;
	position: absolute;
	color: #365196;
	text-decoration: none;
}

#nav .shadow {
	float: left;
	margin-top: 1px;
	color: #fff;
}



/* column layout */
#col1 {
	float: left;
}

#col2 {
	float: left;
	margin-left: 4px;
}

#col3 {
	width: 610px;
	margin: 0 auto;
}




/* side promos*/
#col2 .img-or {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 3px;
}

#col3 .img-or {
	margin: 0 6px;
	margin-top: 80px;
}


#col2 .number {
	color: #669966;
	font-weight: normal;
}

#col3 .number {
	/*margin-bottom: 4px;*/
}

.number-or {
	text-align: center;
	margin-right: 10px;
}

#col2 .number-or {
	color: #669966;
	font-weight: normal;
}

#col4 {
	margin-left: 1px;
	margin-right: 0;
}

#promo-started {
	margin-top: -10px;
}



