@charset "UTF-8";

/* --------------------------------------------

	COLORS
	-------------------------------------------
	black: 			#000000 or #191919 (bg top/bottom)
	dark grey:		#666666
	light grey:		#e1e1e1 
	plain text:		#333333
	
	Rentals:		#1e3d85 / 336699
	Sales:			#f26821
	Studio:			#e11b22 / db001b
	Boris Case:		#19331a
	
	CHAPTERS
	-------------------------------------------
	1.	CSS reset
	2.	Page building
	3.	Navigation
	4.	Text
	5.	Blocks
	6.	Slider
	7.	Links
	8.	Footer
	9.	Forms
	10.	Gallery
	11. Referenties
	12. Tables & data
	13. Sitemap
	14. Search
	*.	Helpers
	
	
	
	1. CSS RESET v1.0 | 20080212 (meyerweb.com)
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------
	2. PAGE BUILDING
-------------------------------------------- */

body {
	background: #666666 url(img/body_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

#container {
	width: 898px;
	border: 1px solid #FFFFFF;
	margin: 50px auto 20px auto;
	padding: 0;
	overflow: hidden;
	background: #000000;
}

#header #logo {
	margin: 25px 0 25px 67px;
	background: url(/css/img/excess.gif) no-repeat;
	width: 208px;
	height: 29px;
	overflow: hidden;
}
#header #logo h1 {
	text-indent: -9999px;
}
#header #nav {
	background: #FFFFFF url(img/nav_bg.gif) repeat-x;
	overflow: hidden;
}

#site_nav {
	clear: both;
	width: 898px;
	overflow: hidden;
	background: #000000;
	
}

#site_nav ul {
	height: 170px;
	margin: 50px 0 0 67px;
	line-height: 30px;
	float: left;
}

#site_nav #theme_img {
	float: right; 
}

#search_colm {
	clear: both;
	width: 343px;
	float: left;
	
}
#search_colm form {
	padding: 50px 0 75px 67px;
}

#sub_nav {
	float: right;
	width: 555px;
	height: 35px;
	background: #e1e1e1;
}


#content {
	float: right;
	clear: right;
	padding: 45px 50px 60px 50px;
	width: 455px;
	background: #FFFFFF;
}

#footer {
	width: 900px;
	margin: 25px auto;
	padding: 0;
}

#footer #copyright {
	width: 200px;
	float: left;
	color: #999999;
	padding: 0 10px;
}

/* --------------------------------------------
	3. Navigation
	
	Rentals:		#1e3d85 / 1d3d85
	Sales:			#f26821
	Studios:		#e11b22
	Boris Case:		#19331a
	
-------------------------------------------- */
#header #logo a {
	display: block;
	width: 208px;
	height: 29px;
	overflow: hidden;
}
#header #nav ul {
	float: right;
}

#header #nav ul li {
	float: left;
	margin: 7px 19px 17px 0;
}

#header #nav ul li a {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#site_nav ul li a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
#site_nav ul li.c_rentals a:hover,
#site_nav ul li.c_rentals a.active{
	color: #1e3d85;
}
#site_nav ul li.c_sales a:hover,
#site_nav ul li.c_sales a.active {
	color: #f26821;
}
#site_nav ul li.c_studios a:hover,
#site_nav ul li.c_studios a.active {
	color: #db001b;
}
#site_nav ul li.c_boris a:hover,
#site_nav ul li.c_boris a.active {
	color: #19331a;
}

#sub_nav li {
	margin: 7px 0 7px 30px;
	float: left;
}
#sub_nav li a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer ul.sitemap {
	width: 900px;
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#footer ul.sitemap li {
	width: 205px;
	float: left;
	padding: 0 10px;
	font-weight: bold;
}
#footer ul.sitemap li ul li {
	padding: 0;
	font-weight: normal;
}
#footer ul.half_nav {
	width: 450px;
	float: right;
}
#footer ul.half_nav li {
	width: 205px;
	float: left;
	padding: 0 10px;
	font-weight: bold;
}
#footer ul.half_nav li ul li {
	padding: 0;
	font-weight: normal;
}

#footer .footer_nav {
	text-align: right;
}
#footer .footer_nav ul li {
	display: inline;
	margin: 0 20px 0 0;
}


/* --------------------------------------------
	4. Text
-------------------------------------------- */

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #000000;
	
}



/* --------------------------------------------
	5. Blocks
-------------------------------------------- */

.news_archive {
	clear: both;
	border-top: 1px solid #E1E1E1;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
.news_item_date {
	color: #999999;
	font-size: 10px;
	clear: both;
}

/* --------------------------------------------
	6. Slider
-------------------------------------------- */


/* --------------------------------------------
	7. Links
-------------------------------------------- */

/* --------------------------------------------
	10. Gallery
-------------------------------------------- */

div.gallery {
	clear: both;
}
div.gallery .gallery_img {
	float: left;
	margin: 0 10px 10px 0;
}
div.gallery .gallery_img_hide {
	display: none;
}

/* --------------------------------------------
	11. Referenties
-------------------------------------------- */

.referenties .referentie {
	clear: both;
	margin: 0 10px 0 0;
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0;
}
.referenties .referentie span.band {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.referenties .referentie span.album {
	text-transform: uppercase;
}
.referenties .referentie span.genre,
.referenties .referentie span.label,
.referenties .referentie span.productiejaar {
	display: block;
	clear: left;
	color: #666666;
}

.referenties .promote {
	clear: none;
	width: 215px;
	height: 400px;
	float: left;
	border-top: none;
	padding: 0;
} 

.referenties .promote .img {
	margin: 0 0 10px 0;
	height: 150px;
}
.referenties .promote span {
	display: block;
	clear: left;
	color: #333333 !important;
}
.referenties .promote span.band {
	font-size: 12px !important;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.referenties .promote span.album {
	margin: 0 0 10px 0;
	text-transform: none !important;
}
.referenties .promote span.genre,
.referenties .promote span.label {
	font-style: italic;
}
.referenties .promote span.productiejaar {
	font-style: italic;
	margin: 0 0 10px 0;
}
.referenties .promote span.rol {
	font-size: 10px;
	color: #666666 !important;
}
.referenties .promote span.rol strong {
	color: #000000;
	font-weight: normal;
}

/* --------------------------------------------
	12. Tables & data
-------------------------------------------- */

table.data tr.header {
	height: 25px;
	vertical-align: bottom;
	line-height: 25px;
	font-weight: bold;
}
table.data tr.header h2 {
	margin: 0;
	font-size: 14px;
}
table.data tr.header td {
	padding: 15px 10px 0 0;
}

table.data td {
	padding: 0 10px 0 0;
}

table.data td.last {
	padding: 0;
}

table.data td.img {
	width: 52px;
}
table.data td.img a {
	display: block;
	width: 50px;
	height: auto;
	oveflow: hidden;
	border: 1px solid #FFFFFF;
}
table.data td.img a:hover {
	border: 1px solid #CC0000;
}
table.data td.img img {
	padding: 5px;
}

/* --------------------------------------------
	13. Sitemap
-------------------------------------------- */
.sitemap .sm_page {
	padding-left: 0px;
}
.sitemap ul {
	padding-left: 0px;
}
.sitemap ul li {
	padding-left: 22px;
	list-style-type: none;
	display: block;
	height: 20px;
	line-heigt: 20px;
	vertical-align: 20px;
	background: url(img/map_t.gif) no-repeat;
	
}
.sitemap ul li a {
	text-decoration: none;
	font-weight: normal;
}
.sitemap ul li a:hover {
	text-decoration: underline;
}
.sitemap ul li.last {
	background: url(img/map_l.gif) no-repeat;
	
}
.sitemap h2 {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* --------------------------------------------
	14. SEARCH
-------------------------------------------- */
div.search_sep {
	clear: both;
	border-top: 1px solid #E1E1E1;
	margin: 20px 0;
}
.search_results td {
	line-height: 14px;
	padding: 0 0 10px 0;
}

/* --------------------------------------------
	*. HELPERS
-------------------------------------------- */
.stroke {
	margin: 22px 0px;
	height: 1px;
	background: #cce0eb;
	width: 100%;
	overflow: hidden;
}
.gutter {
	clear: both;
	height: 22px;
	width: 100%;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text_right {
	text-align: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.no_padding {
	padding: 0 !important;
}
.no_margin{
	margin: 0 !important;
}
.small {
	font-size: 11px;
	font-weight: normal;
}