/* short version of html5-docter reset stylesheet*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
code, em, img, ins, q, small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body
{line-height:1;}

a
{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;

}

a:hover
{
    text-decoration: underline;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

hr
{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select
{vertical-align:middle;}


/* default clear classes */

.fltl
{
    float: left;
}
.fltr
{
    float: right;
}
.clr
{
    clear: both;
}
.clrl
{
    clear: left;
}
.clrr
{
    clear: right;
}

/* start layout */

body
{
    background: #fff url(http://www.vanudenreklame.nl/assets/images/body-background.jpg) repeat-x top left;
    font-family: "Trebuchet MS", "Tahoma", "Arial";
    font-size: 11px;
}

.frame-center
{
    text-align: left;
    width: 960px;
    position: absolute;
    left: 50%;
    margin-left: -480px;
}

#top
{
    position: absolute;
    top: 0px;
    height:136px;

}

#top-left
{
    width: 230px;
    height: 136px;
}

#top-right
{
    padding-bottom: 22px;
    height: 42px;
    width: 710px;
    background: transparent url(http://www.vanudenreklame.nl/assets/images/menu-top-shadow.png) no-repeat bottom;
    margin-left: 20px;
}


#top-menu
{
    list-style: none;
    display: inline-block;
    font-size:13px;
}

#top-menu li
{
    float: left;
    display: inline-block; 
    margin: 0px 0px 5px 26px;
    padding-top: 17px;
}

#top-menu li a
{
    display: block;
    color: #212121;
}

#top-menu li.active
{
    background-image: url(http://www.vanudenreklame.nl/assets/images/menu-top-arrow.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#call
{
    height: 42px;
    background-image: url(http://www.vanudenreklame.nl/assets/images/menu-top-phone.png);
    background-repeat:  no-repeat;
    background-position: left top;
    display: inline-block;
    cursor: pointer;
}

#call-number
{
    display: inline-block;
    margin-left: 30px;
    color: #8f8f8f;
    font-size: 15px;
    font-weight: bold;
    margin-top: 14px;

}

#call-dropdown
{
    display: inline-block;
    background-image: url(http://www.vanudenreklame.nl/assets/images/arrow-grey.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 14px;
    height: 12px;
}

#call-dialog
{
    position: absolute;
    z-index: 1000;
    background-image: url(http://www.vanudenreklame.nl/assets/images/call-background.png);
    background-repeat: no-repeat;
    display: none;
    width: 148px;
    height: 144px;
    top: 43px;
    right: -3px;    
    padding: 15px;
}

#call-input
{
	border:none;
	margin-top:10px;
	width:160px;
	height:25px;
	background: url(http://www.vanudenreklame.nl/assets/images/input-back.jpg);
	background-repeat:no-repeat;
}

#call-submit
{
	border:none;
	margin-top:10px;
	padding-bottom:5px;
	width:85px;
	height:30px;
	color:#FFFFFF;
	background: url(http://www.vanudenreklame.nl/assets/images/submit-back.jpg);
	background-repeat:no-repeat;
}


#call-success, #call-error, #call-sending
{
    display: none;
}

#search
{
	margin: 30px 0px 0px 0px;

}

#search-keywords
{
	background-color:#f2f2f2;
	border:1px solid #595959;
}

.search_result
{
	margin-bottom: 10px;
}

.search_result a
{
	color: #D42029;
}

.search_result_title
{
	font-size:13px;
	font-weight:bold;
}

.search_result_keywords
{font-size:13px;}

.search_result_text
{font-style:italic;}

#menu
{
    border: 10px solid #eeeeee;
    width: 205px;
    font-size:13px;
    padding-left:0px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom:0px;
    background-color: #fff;
}

#main-menu, #main-menu ul
{
 list-style: none;   
}

#main-menu li a
{
    margin-top: 5px;
    display: block;
    height: 22px;
    width: 190px;
    padding-left: 15px;
    background-image:url(http://www.vanudenreklame.nl/assets/images/menu-item-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #d42029;
}

#main-menu li.open ul  a
{
    color: #000;
    padding-left: 20px;
    width: 185px;
}

#menu ul li.current 
{background-image:url(http://www.vanudenreklame.nl/assets/images/menu-active.png);
    background-repeat: no-repeat;
    background-position: left top;
}

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


/*
#menu ul li.current
{background-image:url(http://www.vanudenreklame.nl/assets/images/menu-active.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#menu ul ul li.current
{
    background-image: none;
}*/


#menu-wrapper
{background-image:url(http://www.vanudenreklame.nl/assets/images/menu-main-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 20px;  
}

#banner
{
    width: 710px;
    height:405px;
    margin-left: 20px;
}

#slider-middle-wrapper
{
	 overflow: hidden;
	 position:relative;
    width: 960px;
    height: 230px;
    background-image:url(http://www.vanudenreklame.nl/assets/images/slider-middle-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 15px;  
}

#slider-middle
{
	 overflow: hidden;
	 position:relative;
    width: 940px;
    height: 200px;
    border: 10px solid #eeeeee;
    margin-top: 10px;
}

.slider-middle-item
{
	text-align:center;
	margin: 20px 28px 0px 28px;
	height: 218px;
	width: 131px;
}

.slider-middle-title
{
	margin-top: 5px;
	color: #b6141d;
	font-size: 18px;
}

.slider-middle-image
{height:127px;}

.middle-next
{
	cursor: pointer !important;
	float: right;
	height: 26px;
	right: -40px;
	top: 120px;
	position: relative;
	width: 26px;
	background: url(http://www.vanudenreklame.nl/assets/images/arrow-right.png) no-repeat top left;	
}

.middle-prev
{
	cursor: pointer !important;
	float: left;
	height: 26px;
	left: -40px;
	top: 120px;
	position: relative;
	width: 26px;
	background: url(http://www.vanudenreklame.nl/assets/images/arrow-left.png) no-repeat top left;	
}


#middle
{
    position:absolute;
    top: 140px;
}

#content-text, #product-overview
{
    width: 720px;
    margin-left: 10px;
}

#content-home
{
    margin: 10px 0px 40px 0px;
    width: 960px;
    height: 280px;
}

#content-left
{background-image:url(http://www.vanudenreklame.nl/assets/images/content-header.jpg);
    background-repeat: no-repeat;
	padding: 15px 15px 15px 15px;
	width: 460px;
}

#content-left a:link, #content-left a:visited
{
	color: #676767;
}

#content-left h1
{
	font-size:22px;
	padding: 5px 0px 20px 0px;
}

#content-descr
{
	line-height:17px;
	font-size: 12px;
	color: #676767;
}

#content-right-twitter
{
	width: 200px;
	padding:15px;
	background-image:url(http://www.vanudenreklame.nl/assets/images/content-header-twitter.jpg);
    background-repeat: no-repeat;

}

#content-right-twitter a:link, #content-right-twitter a:visited
{
	color: #676767;
}

#content-right-twitter h2
{
	font-size:22px;
	text-align:center;
	padding: 5px 0px 20px 0px;
}

.content-right-wrapper
{	
	padding-bottom: 14px;
	margin-bottom: 10px;
	background-image:url(http://www.vanudenreklame.nl/assets/images/content-right-shadow.png);
    background-repeat: no-repeat;
	background-position: bottom;
}

#content-images
{
    border: 4px solid #f7f7f7;
	padding:5px;
	height:197px;
	width: 212px;
	background-color:#fff;
}

#content-images img
{
    border: 3px solid #f7f7f7;
	margin-right:5px;
	margin-bottom:10px;
}

#content-image
{
	background-color:#fff;
	padding:10px;
	margin-top:7px;
    border: 4px solid #f7f7f7;
}

#images-title
{
	color: #b6141d;
	font-size: 19px;
}

#content-aan
{
    border: 4px solid #f7f7f7;
	color: #b6141d;
	font-size: 19px;
	padding:5px;
	width:212px;
	height:22px;
	background-color:#fff;
}

#content-aan a
{
	color: #b6141d;
	font-size: 19px;
}

.content-block-1
{background-image:url(http://www.vanudenreklame.nl/assets/images/slider-middle-1.jpg);
    background-repeat: no-repeat;
	width: 379px;
	height: 279px;
}

.content-block-2
{background-image:url(http://www.vanudenreklame.nl/assets/images/slider-middle-2.jpg);
    background-repeat: no-repeat;
	width: 299px;
	height: 279px;
}

.content-block-3
{background-image:url(http://www.vanudenreklame.nl/assets/images/slider-middle-3.jpg);
    background-repeat: no-repeat;
	width: 282px;
	height: 279px;
}

.block-title
{
    font-size:22px;
    padding: 20px 0px 10px 20px;
}

.block-content
{
	color: #676767;
	font-size:12px;
	line-height:17px;
	padding: 10px 40px 0px 5px;
}

#interest-wrapper
{
	padding-bottom: 13px;
	margin: 0px 0px 0px 20px;
	background-image:url(http://www.vanudenreklame.nl/assets/images/interest_shadow.png);
    background-repeat: no-repeat;
	background-position: bottom;

}

#interest
{
	border: 10px solid #f7f7f7;
	width: 669px;
	height: 169px;
	padding: 5px 0px 10px 10px;
}

#interest-title
{
	color: #bfbfbf;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:15px;
}

.tile
{
	text-align:center;
	margin-right: 10px;
	width: 125px;
}

.tile.last
{
	margin-right: 0px;
}

.tile-link a
{
	color: #b6141d;
	font-size: 14px;
}

.tile-image
{
	margin-bottom: 5px;
	width: 125px;
	height: 110px;
}

#footer
{
    width: 940px;
    height:230px;
    background-image: url(http://www.vanudenreklame.nl/assets/images/footer.png);
    background-repeat: repeat-x;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px;
	padding: 10px;	
}

#footer-wrapper
{
    background-image: url(http://www.vanudenreklame.nl/assets/images/footer-shadow-p.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 960px;
    height:265px;
}

.footer-column
{
	width: 160px;
	height: 225px;
	margin-right:25px;
}

.footer-column-title
{
	color: #b6141d;
	font-size:15px;
	margin: 18px 0px 15px 10px;
}

.footer-column ul li
{
	list-style:none;
	line-height:17px;
}

.footer-column a:link, .footer-column a:visited
{
	color:#676767;
	text-decoration:none;
	display:block;
	padding:3px 3px 0px 10px;
	width:148px;
	height:23px;
	background-image: url(http://www.vanudenreklame.nl/assets/images/footer-item-bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.footer-column a:hover
{
	text-decoration: underline;
}

#copyright
{
	margin:5px 0px 0px 0px;
    background-image: url(http://www.vanudenreklame.nl/assets/images/copyright.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 960px;
    height:43px;
	
}

#copyright-links
{
	float:right;
	margin:5px 10px 0px 0px;
}

#copyright-links a:link, #copyright-links a:visited
{color:#575757;}

#product-overview .list
{
	background-image: url(http://www.vanudenreklame.nl/assets/images/tile_back.jpg);
    background-position: bottom center;
    background-repeat: no-repeat; 
    padding: 10px;
    border: 5px solid #f7f7f7;
    background-color: #fff;
    width: 200px;
	height: 268px; 
}

#product-overview .list-item-wrapper
{
	padding-bottom:14px;
    background-image: url(http://www.vanudenreklame.nl/assets/images/tile-shadow.jpg);
    background-position: bottom center;
    background-repeat: no-repeat; 
	margin-bottom: 5px;
}

#product-overview .list-image
{
	text-align:center;
	height: 147px;
	margin-bottom:10px;
}

#product-overview .list-descr
{
	color: #676767;
	font-size:12px;
	line-height:17px;
}

#product-overview .list h2
{
	color: #b6141d;
	font-family: "Myriad Pro", "Verdana", "Arial";
	font-size:17px;
	margin-bottom: 17px;
}

#product-overview .middle
{
    margin-right: 10px;
    margin-left: 10px;
}

#product-overview .list-item
{
    border: 5px solid #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

#icons
{
	padding:5px;
	position:absolute;
	right:250px;
	top:-30px;
}

.icon
{
	width:30px;
	height:30px;
	margin-left:10px;
	cursor:help;
}

/*//////////////////////// SLIDER /////////////////////////// */
/* You might want to change these options for the main container */
#slider, #slider li {

    height: 405px;
    width: 710px;
}

/* Sets position and main configs */
.slider-arrow-left 
{
	bottom: 50%;
	cursor: pointer !important;
	float: left;
	height: 30px;
	left: 10px;
	position: absolute;
	width: 30px;
	z-index: 50 !important;
	
}

/* left arrow image */
.slider-arrow-left 
{
	background: url(http://www.vanudenreklame.nl/assets/images/prev.png) no-repeat top left;	
}

.slider-arrow-right 
{
	bottom: 50%;
	cursor: pointer !important;
	float: right;
	height: 30px;
	right: 10px;
	position: absolute;
	width: 30px;
	z-index: 50 !important;
	
}

/* left arrow image */
.slider-arrow-right 
{
	background: url(http://www.vanudenreklame.nl/assets/images/next.png) no-repeat top left;	
}

#slider .slide
{
     width: 710px; height: 405px;
    background-color: #000;
    background-repeat: no-repeat;
}

/* images container - This is the most important container - Don't change important properties */
#slider 
{
    list-style: none !important;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;

}

/* each slider item - Nothing to change here */
#slider li {

    display: none;
    float: left;
    margin: 0;
    position: absolute;
    width: 100%;

}

/* Don't edit this part */
#slider li.current {

    display: block;
    z-index: 2 !important;

}

/* Don't edit this part */
#slider li.next 
{
    display: block;
    z-index: 1 !important;
}

/* Don't edit this part - prevents inline lists from being hidden */
#slider li ul li 
{
    display: block !important;
    position: relative !important;
}

#slider .text_background
{
    position: absolute;
    left: 275px;
    top: 90px;
    background-image: url(http://www.vanudenreklame.nl/assets/images/transparent_black.png);
    width: 370px;
    height: 182px;
    padding: 30px;
    text-align: center;
}

#slider h1
{
    font-family: "Myriad Pro", "Verdana";
    font-size: 53px;
}

#banner-wrapper
{background-image:url(http://www.vanudenreklame.nl/assets/images/banner-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 14px;   
}

.banner_subtitle
{
	font-family: "Myriad Pro", "Verdana";
    font-size: 30px;
}

.banner_descr
{
	font-family: "Myriad Pro", "Verdana";
    font-size: 30px;
}

.banner_link
{margin-top:3px;}

.banner_link a:link, .banner_link a:visited
{
	text-decoration:none;
	color:#D42029;
}

.banner_link a:hover
{text-decoration:underline;}

#slider p
{
    font-size: 14px;
    line-height: 20px;
}

#flickr_wrapper
{background-image:url(http://www.vanudenreklame.nl/assets/images/slider-middle-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 12px;   
}

#flickr
{
    width: 940px;
    height:95px;
	border: 10px solid #EEEEEE;
	padding-top:10px;
}

.flickr_photo
{
    width: 75px;
    height: 75px;
    border:3px solid #EEEEEE;
    margin: 0px 10px 0px 0px;
}

.flickr_first
{
	margin-left: 17px;
}

.flickr_last
{
	margin-right: 0px;
}

.twitter_tweet
{
	margin:0px 0px 10px 0px;
}

.twitter_status
{
	margin:0px 0px 10px 0px;
	color: #676767;
	line-height:16px;
}

.twitter_date
{
	margin:0px 0px 10px 0px;
	color:#999999;
}

.twitter_hr 
{
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted black; 
	border-style: none none dotted; 
}
/*------------------------
	---------------- SELECTORS
	------------------------*/

/* Sets configs for selectors containers : absolute positioned in relation to #slider */
.slider_selector, .slider_selector_dis {

    bottom: 10px;
    list-style: none;
    margin: 0 0 0 5px;
    position: absolute;
    right: 10px;
    z-index: 5;

}

/* Sets image of selectors */
.slider_selector li, .slider_selector_dis li {

    display: block !important;
    background: url(http://www.vanudenreklame.nl/assets/slider/images/slider_selector.png) no-repeat top left;
    cursor: pointer;
    float: left;
    margin: 0 3px !important;
    height: 10px !important;
    position: relative !important;
    width: 10px !important;

}

/* Sets the current selector */
.slider_selector li.current, .slider_selector_dis li.current {

    background: url(http://www.vanudenreklame.nl/assets/slider/images/slider_selector_current.png) no-repeat top left;

}

/* Disables the selectors */
.slider_selector_dis li {

    cursor: default !important;
    z-index: 5;

}

#slider-nav {

    float: left;
    position: relative;
    width: 100%;
    z-index: 15;
}
