/* Global settings
--------------------------------------------------------------------------------------------------*/

html {
	background-image:url(img/verloop_roze_wit.gif); 
	background-repeat: repeat-x; 
	overflow-y: scroll;
	}
	
body 
{
    margin: 0;
    padding: 0;
    font-family: tahoma, "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	background: url(img/bg-header.gif) repeat-x;

}

#container
{
    width: 960px;
    margin: 0 auto 0 auto;
    position: relative;
}

A:link {text-decoration: none; color: #FFFFFF; cursor: pointer;}
A:visited {text-decoration: none; color: #FFFFFF; cursor: pointer;}
A:active {text-decoration: none; color: #FFFFFF; cursor: pointer;}
A:hover {text-decoration: none; color: #FFFFFF; cursor: pointer;}


.copyright A:link {text-decoration: none; color: #2a2a2a;}
.copyright A:visited {text-decoration: none; color: #2a2a2a;}
.copyright A:active {text-decoration: none; color: #2a2a2a;}
.copyright A:hover {text-decoration: none; font-weight: bold; color: #2a2a2a;}

.click_buy A:link {text-decoration: none; color: #2a2a2a;}
.click_buy A:visited {text-decoration: none; color: #2a2a2a;}
.click_buy A:active {text-decoration: none; color: #2a2a2a;}
.click_buy A:hover {text-decoration: underline; font-weight: bold; color: #2a2a2a;}


/* Generic classes
--------------------------------------------------------------------------------------------------*/

.clear
{
	clear: both;
}

/* Main header
--------------------------------------------------------------------------------------------------*/


#header
{
    height: 960px; /* height: 161px; */
	height: 133px;
    background: url(img/header_monteverdi.jpg) no-repeat 0 0;
    position: relative;
}

#header h4
{
    margin: 0; padding: 0;
    overflow: hidden;
    text-indent: -999px;
}


/* Main header (SEARCH)
--------------------------------------------------------------------------------------------------*/

#header .search
{
    display: block;
    right: 0;
    bottom: 30px;
	width: 260px;
}

#header .search label
{
    display: none;
}

#header .search input
{
}

#header .search select
{
	font-size: 10px;
	width: 100px;
	padding: 2px 4px;
	line-height: 12px;
	border: none;
	color: #65666a;
	border: 1px solid #666;
}

#header .search input#searchQuery:focus
{
	border: 1px solid #bbb;
}

#header .search input.submit
{
    height: auto;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
}

#header .search div#input
{
	margin-left: 760px;
	margin-top: 3px;
	width: 200px;
}

#header .search div#button
{
	position: absolute;
	right: 0;
}

/* Main navigation
--------------------------------------------------------------------------------------------------*/

#header-items-holder
{
	height: 37px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#horizontalMenu
{
    display: block;
    overflow: hidden;
    margin: 0; 
    padding: 0;
    list-style-type: none;
    height: 39px;
    position: absolute;
    left: 0; /* 18px */
    bottom: 0;
}

#horizontalMenu li
{
    display: inline;
}

#horizontalMenu li a
{
    display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 12px;
	text-decoration: none;
	border-right: 2px solid #e0e0e0;
}

#horizontalMenu li a:hover
{
	color: #c11a69;		
}

#horizontalMenu li a:hover span,
#horizontalMenu li a:focus span
{
	color: #c11a69;
}

#horizontalMenu li.no-border a
{
	border: none;
}

/**
 * CONTENT
 */

#rightWide,
#rightNarrow,
#left,
#contentNarrow,
#contentWide,
#contentWide_2,
#rightFull{
    margin-top: 10px;
    position: relative;
    float: left;
	overflow: hidden;
}

#rightWide {
    width: 295px;
}

#rightWide_2 {
    width: 200px;
}

#contentWide {
	width: 665px;
	background-image: url(img/frame_black.gif);
	background-repeat: no-repeat;
}

#contentWide_2 {
	width: 960px;
	background-image: url(img/sub_balk_top_960.gif);
	background-repeat: no-repeat;
}


/**
 * CONTENT END
 */


#myController3 span{
color:#000000;
cursor:pointer;
}

#jFlowSlide3{
}

#myController3 span.jFlowSelected3 {
}

#myController3 .active {
background-image:url(img/button_on.gif); 
width: 295px; 
height: 60px;
margin-bottom: 10px;
}

#myController3 .hover {
background-image:url(img/button_of.gif); 
width: 295px; 
height: 60px;
margin-bottom: 10px;
}



.jFlowPrev3, .jFlowNext3{
cursor:pointer;
}

/* Typography - Headers
-------------------------------------------------------------------------------------------------*/

h1,
h2.mainheader,
h3.mainheader
{
	font-size:18px; 
	color: #c11a69; 
	font-weight: bold; 
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h2
{	
	font-size:18px;
	color: #c11a69;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0 0 8px 0;
}

h3
{
	font-size:14px;
	color: #c11a69;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 0;
}

h3.centerheader
{
	font-size: 13px;
	color: #000;
	line-height: 17px;
}

/* Buttons
-------------------------------------------------------------------------------------------------*/

#slide_buynowbutton
{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
}