/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {

}

body {
	background: #b80120;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {font-size: 18px; margin-bottom:15px;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Layout */
div#holder {
	min-height: 825px;
	overflow: hidden;
	width: 1100px;
}

div#top {
	background-image: url(../images/bg_top.png);
	background-position: left;
	height: 92px;
}

div#content {
	background-image: url(../images/bg_content.png);
	height: 506px;
	overflow: hidden;
	width: 1100px;
}

div#content-holder {
	/*padding: 87px 336px 27px 188px;*/
	padding: 60px 336px 27px 188px;
	color:#000000;
	/*height: 392px;*/
	height: 419px;
	overflow: hidden;
}

div#content-holder h1 {
	color: #b50220;
	font-weight: bold;
}

div#bottom {
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	min-height: 194px;
}

div#box {
	padding: 15px 347px 0px 386px;
}

div#footer {
	background-image: url(../images/bg_footer.png);
	height: 33px;
	cursor: pointer;
}

/* Menu */
ul#menu {
	padding: 16px 30px 0px 30px;
	list-style: none;
}

ul#menu li {
	float: left;
	padding: 25px 0px 0px 0px;
}

ul#menu li:hover {
	background-image: url(../images/bg_ul_li_act.png);
	background-position: top center;
	background-repeat: no-repeat;
}

ul#menu li a {
	color: #FFFFFF;
	text-decoration: none;
}

ul#menu li.act {
	background-image: url(../images/bg_ul_li_act.png);
	background-position: top center;
	background-repeat: no-repeat;
}

ul#menu li.spacer {
	background-image: url(../images/bg_ul_li_spacer.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 12px;
	width: 36px;
}

ul#menu li.act a {
	font-weight: bold;
}


div.whishlist {
	width: 713px;
}

div.whishlist div.whish {
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	min-height: 23px;
}

* html div.whishlist div.whish {
	height: 23px;
}

div.whishlist img.whish-status {
	cursor: pointer;
	float: left;
	margin: 0px 10px 0px 20px;
}

div.whishlist div.whish div.name {
	float: left;
	border-bottom: #dcdcdc solid 1px;
	cursor: pointer;
	width: 300px;
	height: 22px;
}

div.whishlist div.whish div.input {
	height: 22px;
	float: left;
	border-bottom: #dcdcdc solid 1px;
	cursor: pointer;
	width: 369px;
	text-align: right;
}

div.whishlist div.whish div.input input {
	width: 250px;
	height: 16px;
	border-bottom: #f5f5f5 solid 1px;
	border-top: #adaeb2 solid 1px;
	border-left: #c6c9c2 solid 1px;
	border-right: #dedfe1 solid 1px;
	padding: 2px;
	margin: 0px;
}

div.whishlist div.whish div.input-act {
	background-image:url(../images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
}

div.whishlist div.multiple {
	background-color: #dcdcdc;
	padding: 5px;
	margin: 0px 0px 0px 300px;
	display:none;
}

div.whishlist div.button {
	margin-top: 10px;
	background-image: url(../images/bg_button.png);
	background-repeat: no-repeat;
	width: 118px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0px 4px 0px;
	float: right;
	cursor:pointer;
}

h1.center {
	text-align:center;
}

span.req {
	color:#b60120;
	font-weight: bold;
}


div.social {
	position: absolute;
	top: 710px;
	left: 160px;
	width: 150px;
}
