/*
Generic styles and some resets
*/
html, body {
	padding: 0;
	margin: 0;
	border: 0;
 	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333;
 	background-color: white;
}
table, tr, td {
	font-size: 11px;
}

.td-padding{
    padding: 15px;
}

th {
	font-weight: bold;
}

p{
	padding: 10px;
}


body {
	text-align: center;
}

img {
	border: 0;
}
div {
	padding: 0;
	margin: 0;
	border:	0;
}
/* PDF: header 1*/
h1 {
	font-size:22px;
	font-weight:normal;
	color: #8f153e;
}

/* PDF: header 2 */
h2  {
	font-size: 18px;
	font-weight: none;
	color: #333;
}

/* PDF: box header */
h3 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}
/*
Header styles
*/
#fav {
	/*border: 1px solid black;*/
	width: 150px;
	height: 15px;
	position: relative;
	top: -18px;
	left: 250px;
}
#header {
	background: url(../images/header_bg.jpg) repeat-x top;
	margin-top: 10px;
	height: 123px;
}

#header-content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid white;
}

#header .logo {
	float: left;
	height: 103px; /* #header height - #header padding-top*/
	padding-top:5px;
}

#header .logo img {
	width: 180px;
	border-bottom: 0px;
}

#header	.menu {
	float: left;
	height: 103px; /* #header height - #header padding-top*/
}

#header .level1 li, #header .level2 li {
	float: left;
}

#header ul.level1 {
	height: 35px;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 500px;
}

#header .level1 li {
	display: block;
	border-bottom: 1px solid #c5c4c6;
	padding: 5px 10px;
	margin: 0;
}

#header .level1 li.selected {
	border: 1px solid #c5c4c6;
	border-bottom: none;
}

#header .level1 li a, #header .level2 li a {
	font-size: 11px;
	color: #6e5c50;
	text-decoration: none;
	display: block;
}

#header .level1 a {
	font-weight: bold;
}

#header .level1 a:hover, #header .level2 a:hover {
	color: #df0051;
}

#header .level2 a:hover {
	background: url(../images/level2_bg_on.gif) left 30% no-repeat;
}

#header .level2 .selected a {
	background: url(../images/level2_bg_sel.gif) left 30% no-repeat;
}

#header .level2 .selected a:hover {
	background: url(../images/level2_bg_on.gif) left 30% no-repeat;
}

#header .level1 .selected a, #header .level2 .selected a {
	color: #8f153e;
}

#header .level1 .selected a:hover, #header .level2 .selected a:hover {
	color: #df0051;
}

#header ul.level2  {
	float: left;
	list-style-type: none;
	width: 500px; /* 800px - logo width*/
	margin: 0 0 0 10px;
	padding: 0;
}

#header .level2 a {
	background: url(../images/level2_bullet.gif) left 30% no-repeat;
	padding-left: 10px;
}

#header ul.level2 li {
	height:	13px;
	width: 150px;
	margin: 2px 5px 5px 5px;
	float: left;
}


#header .additional {
	position: absolute;
	top: 95px;
	clear: left;
	padding-left: 15px;
}

#header .additional form {
	display: inline;
}

#header .additional .search a {
	font-size: 11px;
	text-decoration: none;
	color: #8f153e;
}

#header .additional .search a:hover {
	color: #df0051;
}

#header .additional .search input {
	color: #6e5c50;
	font-size: 11px;
}

#header .additional #search_edit {
	margin-right: 3px;
}
#header .additional .my {
	float: none;
	margin-left: 200px;
	display: inline;
	list-style-type: none;
}

#header ul.my li {
	display: inline;
	margin: 1px 5px;
}

#header .my a {
	font-size: 11px;
	color: #6e5c50;
	text-decoration: none;
}

#header .my a:hover {
	color: #df0051;
}

#header .lang {
	float: right;
	margin-top: -14px;
}

#header .lang a {
	font-weight: bold;
	color: #6e5c50;
	text-decoration: none;
	font-size: 11px;
}

#header .lang a:hover {
	color: #df0051;
}

#container {
	width: 800px;
	margin: 0 auto;
    padding-top:5px;
	text-align: left;
}

/*
Big promo field
*/
div.promos {
	width: 810px;
	height: 264px;
}
div.promos .promo {
	height: 266px;
	float: left;
	overflow: hidden;

}
/*
Pairs of styles:
	promo-<style> .promo0 and
	promo-<style> .promo1

	the sum of the widths has to be equal to the width of div.promos
*/

div.promos-50-50 .promo0 {
	width: 403px;
/*	padding-top: 6px;*/
}
div.promos-50-50 .promo1 {
	width: 403px;
/*	padding-top: 6px;*/
}

div.promos-3-5 .promo0 {
	width: 300px;
}
div.promos-3-5 .promo1 {
	width: 500px;
}


/* Left and right-hand banner columns */
div.banners {
	width: 267px;
	float: left;
	margin: 0px;
	padding-top: 6px;
}
div.banner {
	width: 267px;
	padding: 0;
	/*border: 1px solid #aaa;*/
	margin: 0px;
	overflow: hidden;
}
.banners .promo {
	font-size: 11px;
}
.banners .promo strong.head {
	padding-left: 9px;
	background: url(../images/promo-bullet.gif) no-repeat top left;
}
.banners .promo p {
	margin: 3px 0 0 0;
}
.banners .promo a {
	color: #8f153e;
	text-decoration: none;
}
.banners .promo a:hover {
	color: #df0051;
}
/*
Navigation pane
*/

div.inner-head {
	width: 700px;
	margin: 10px 0 10px 0;
}

div.path {
	margin-top: 10px;
	width: 800px;
}
/* stupid hack! */
html > body .path {
	margin-top: 5px;
}

div.nav {
	float: left;
	width: 188px;
	height: 500px; /* Stupid, stupid, stupid! */
}

.nav .overlay {
	position: absolute;
	z-index: 1;
	visibility: inherit;
	border: 0;
	padding: 0;
	border: 0;
	width: 400px;
	/*width: 400px;*/
	height: 30px;
}

.nav ul, .nav li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.nav ul.level3 {
	width: 150px;
	padding-top: 5px;
	border-top: 1px solid #aaa;
	margin-left: -10px;
}

.nav li {
	padding-left: 10px;
	margin: 2px 0;
}
/*
.nav li:hover, .nav li.selected, .nav li.parent-selected {
	background: url(../images/visuals/level2_bullet_selected.gif) left top no-repeat;
}
*/
.nav a {
	font-size: 11px;
	color: #6e5c50;
	text-decoration: none;
}
.level3 a {
	background: url(../images/level2_bullet.gif) left top no-repeat;
	padding-left: 10px;
}

.nav a:hover {
	color: #df0051;
}
.nav h2, .nav h2 a {
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding: 0;
        margin: 70px 0 5px 0;
}


.path a {
        text-decoration: none;
        font-size: 10px;
        color: #8F153E;
}

.path a:hover {
        color: #df0051;
}


.level3 a:hover {
	background: url(../images/level2_bg_on.gif) left top no-repeat;
}

.nav a.selected {
	color: #8f153e;
	font-weight: bold;
	background: url(../images/level2_bg_sel.gif) left top no-repeat;
}

.nav a.selected:hover {
	color: #df0051;
	background: url(../images/level2_bg_on.gif) left top no-repeat;
}

.nav  a.parent-selected {
	color: #6e5c50;
	font-weight: bold;
}

.nav ???.parent-selected:hover {
	color: #df0051;
	background: url(../images/level2_bg_on.gif) left top no-repeat;
}

.nav li.open {
/*	border-bottom: 1px solid #aaa;*/
}

.nav ul.parent-open {
	border-top: 1px solid #aaa;
		padding-left:5px;
}

div.inner-promo {
	width: 612px;
	float: left;
}

/*
Generic styels for
the real generated content (the text)
*/
#content {
	margin: 0;
	float: left;
	width: 267px;
	font-size: 11px;
	color: #333;
	margin-bottom: 2em;
	padding-top: 6px;
}

div.footer {
	text-align: center;
	clear: left;
	font-size: 11px;
	margin-top: 6px;
}

#content a {
	color: #8f153e;
	text-decoration: underline;
}

#content a:hover {
	color: #df0051;
}
/*
Inner template with side-by-syde header and promo image
*/
div.promo-sidebyside {
	width: 612px;
	height: 270px;
	float: left;
	font-size: 11px;
	color: #333;
}
.promo-sidebyside .head {
	width: 200px;
	height: 100%;
	position: relative;
}
.promo-sidebyside .head .text {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
}

.promo-sidebyside img {
	display: block;
	float: right;
	width: 357px;
	height: 257px;
	padding: 0;
	margin: 0;
}


.promo-sidebyside a {
	color: #8f153e;
	text-decoration: underline;
}

.promo-sidebyside a:hover {
	color: #df0051;
}
a {
	color: #6e5c50;
	text-decoration: none;
}
a:hover {
	color: #df0051;
}