/* CSS Pacific Composites 
 * Made by Pure Sign (joachim@puresign.be)
 * Screen version */

/* General */

html { 
	overflow-y:scroll; }
	
* {
	margin:0;
	padding:0;}

body{}
	
p{
	margin:10px;}
	
.clear{
	clear:both;}
	
	#col_center table tr.odd{
		background-color:##F2F2F2;}
	
	#col_center table tr.even{
		background-color:#fff;}
		
	#col_center table .even td, #col_center table .odd td,  #col_center table td{
		padding:7px;}
	
	#col_center table td span a.imagecache{
		border:none;}
		
#col_center table thead tr th{
	text-align:left;
	color:#333;
	background-color:#ccc;
	padding:5px;}
	
/* Frame */

#header{
	background:url(../img_pacific/background_top.jpg);
	height:100px;}

#wrapper{
	margin:0 auto;
	width:960px;
	overflow:hidden;
	background-color:#f2f2f2;}

#container{
	min-height:500px;
	padding:0 0 50px 0;
	background:url(../img_pacific/container_bg.gif) no-repeat bottom;}

#footer{
	padding:50px 0 0 50px;
	background:url(../img_pacific/footer_bg.gif) no-repeat;}

#footer p{
	margin:0;
	padding:10px;
	font-size:0.8em;}

#col_center{
	float:left;
	display:inline;
	width:600px;
	padding:0 60px;}

#col_right{
	float:left;
	display:inline;
	width:175px;
	padding:40px 0;}

.breadcrumb{
	font-size:0.8em;
	padding:0;
	color:#999;
	margin:5px 10px;}	

	.breadcrumb a, .breadcrumb a:visited{
		color:#999;
		text-decoration:none;}

		.breadcrumb a:hover{
			color:#999;}
	
/* Header */
	
#logo{
	margin:28px 0 10px 0;
	float:left;}

	#logo a{
		border:none;}

ul.nice-menu li{
	border:none;
	background:none;}

.sf-sub-indicator{
	display:none;}
	
#menu{
	float:right;
	font-size:1em;
	text-transform:uppercase;
	margin:24px 0 0 30px;
	/*padding:35px 0 10px 0;*/}

	#menu ul{
		padding:37px 0 0 0;}

		#menu ul.links li {
				padding:0;
				float:left;}

				#menu ul{}

				#menu ul li.first a{
					background:url(../img_pacific/nav_left.gif) no-repeat left top;}
				
				#menu ul li.last a{
					background:url(../img_pacific/nav_right.gif) no-repeat right top;
					border-right:none;}
						
				#menu ul li a{
					background:url(../img_pacific/nav_middle.gif) repeat-x center top;
					border-right:1px solid #ac2428;
					text-decoration:none;
					display:block;
					color:#fff;
					padding:10px;}
					
				#menu ul li.first a:hover, #menu ul li.first a.active{
					background:url(../img_pacific/nav_left_h.gif) no-repeat left top;}
				
				#menu ul li.last a:hover, #menu ul li.last a.active{
					background:url(../img_pacific/nav_right_h.gif) no-repeat right top;
					border-right:none;}
						
				#menu ul li a:hover, #menu ul li.active-trail a{
					background:url(../img_pacific/nav_middle_h.gif) repeat-x center top;
					border-right:1px solid #ac2428;
					text-decoration:none;
					color:#fff;
					padding:10px;}

#menu ul.nice-menu li ul{
	padding:17px 0 0 0;
	margin:0;
	border:none;
	text-transform:none;}

#menu ul.nice-menu li ul li.first a,#menu ul.nice-menu li ul li.last a, #menu ul.nice-menu li ul li a{
	background:none;
	padding:7px 10px;}
					
#menu ul.nice-menu li ul li{
	background:#BA2E2D;
	border-bottom:1px solid #ac2428;
	text-align:left;}
	
/* Right */

#col_right .block{
	background-color:#fff;
	border:1px solid #eee;
	padding:0 5px 10px 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;}
	
#col_right h2{
	color:#c30c08;
	font-size:1.2em;}
	
/*Content*/

.content img{
	margin:0 15px 0 0;
	border:5px solid #f7f7f7;}

.content ul{
	margin:0;
	padding:0;}
	
.content ul li{
	background:url(../img_pacific/bullet.gif) no-repeat 5px 6px;
	padding:0 0 0 20px;
	margin:0 0 0 15px;
	list-style-type:none;}

#btn{
	background:url(../img_pacific/button.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin:5px 0;
	display:block;
	padding:6px 15px;}

.inzet{
	background-color:#fff;
	padding:5px;
	margin:10px 0;
	border:1px solid #eee;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;}

.view-nieuws{
	margin:0 10px;}

.view-nieuws .view-content .views-row{
	margin:10px 0 10px 0;}