/*        CREATED BY ROEL SCHIJF                  */
/*        DATA ACCESS EUROPE B.V.                 */
/*        DATE: 22-12-2008                        */

/* -----------------------------------------------*/
/* STANDARD HTML TAG RESET                        */
/* -----------------------------------------------*/

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: baseline;
	background: transparent;
}
body {
	line-height: normal;
}
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;
}

/* --------------------------------------------------------*/
/* STANDARD HTML TAG DEFINITION                            */
/* --------------------------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
    width: 99%;
    height: 99%;
    font-family: Arial, Tahoma, Trebuchet MS, arial, verdana, geneva;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #4B4B4B;
}

ul {
    margin: 0;
}

.list {
	margin: 5px 0px 5px 0px;
}
.list li {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 30px;
	background: url('../images/smallbullet.png') no-repeat left 2px;
	min-height: 20px;
}

img {
    border-style: none;
} 

#wrapper {
    width:989px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    border-right: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    background: url('../images/table-background.jpg') repeat-y;
}

/* --------------------------------------------------------*/
/* PAGE ELEMENTS                                           */
/* --------------------------------------------------------*/

#header {
    width:979px;
    _width:989px;
    height:48px;
    background:#FFFFFF;
    padding-left: 10px;
}

/* --------------------------------------------------------*/
/* COMPANY LOGO                                            */
/* --------------------------------------------------------*/
#companyLogo {
    margin: 5px 0px 0px 0px;
    height: 36px;
    width: 252px;
    float: left;
}

/* --------------------------------------------------------*/
/*  MAIN NAVIGATION                                        */
/* --------------------------------------------------------*/
#nav {
    width:989px;
    height:29px;
    background: url('../images/nav.jpg') repeat-x;
    padding: 0px;
    font-size: 11px;
}

#nav li {
	margin: 0px 0px 0px 0px;
	float: left;
    display: block;
    list-style: none;
    color: #000000;
}

#nav li div{
    float: left;
    padding: 7px 20px 0px 20px;
    height: 21px;
    _height: 28px;
    cursor:pointer;
}

#nav li a {
    text-decoration: none;
    color: #000000;
}

#nav li a:hover {
    background-color: #F9AB03;
    color: #FFFFFF;
}

#nav li:hover, #nav li.selected {
    background: url('../images/hover.jpg') repeat-x #F9AB03;
}

#nav li:hover, #nav li.selected a{
    color: #FFFFFF;
}

/* --------------------------------------------------------*/
/*  COMPANY SLOGAN                                         */
/* --------------------------------------------------------*/
#slogan {
    float: right;
    font-size: 10px;
    color: #3C4147;
    text-align: right;
    padding: 7px 10px 0px 0px;
    width: 230px;
}
#slogan a{
    text-decoration: none;
    color: #000000;
}

/* --------------------------------------------------------*/
/*  BANNER                                                 */
/* --------------------------------------------------------*/
#banner {
	border-bottom: 1px solid #A2A2A2;
    height: 129px;
	width: 989px;
    overflow:hidden;
}

#banner .slideshow li{
	height: 129px;
	width: 989px;
    overflow:hidden;
}

/* --------------------------------------------------------*/
/*  SIDEBAR LEFT                                           */
/* --------------------------------------------------------*/
#leftcollum {
    float: left;
    width: 239px;
    color: #4B4B4B;
}

#TitleLeft {
    height: 20px;
	width: 200px;
    margin: 20px 0px 0px 20px;
    font-size: 14px;
	text-transform: uppercase;
    font-weight: bold;
    color: #4B4B4B;
    padding: 0px 0px 0px 0px;
}

#TitleLeft span{
	color:#656565;
}

#TitleLeft span a {
	text-decoration: none;
	color:#656565;
}

#TitleLeft span a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------*/
/*  STORY OBJECT                                           */
/* --------------------------------------------------------*/
#StoryObject{
    padding: 0px 10px 10px 10px;
    margin: 0px;
    line-height: 16px;
	border-bottom: 1px dotted #808080;
	margin: 0px 30px 2px 10px;
}

a #StoryObject{
	text-decoration: none;
	color: #656565;
}

a #StoryObject:hover{
	background: #EEEEEE;
}

#StoryObject a span:hover{
	text-decoration: underline;
	color: #656565;
}

#StoryObject .StoryTitle {
    font-size: 11px;
	padding: 3px 0px 0px 0px;
	margin: 0;
	text-decoration: none;
	color: #444444;
}

#StoryObject #AllNews {
	padding:5px 20px 0px 0px;
	text-align: right;
	margin: 0;
    color: #636363;
	background: transparent url('../images/searcharrow.png') no-repeat right 9px;
}

#StoryObject #AllNews:hover{
	color: #F39A00;
	background: url('../images/smallbullet.png') no-repeat right 9px;
}

/* --------------------------------------------------------*/
/* NEWS                                                    */
/* --------------------------------------------------------*/
#NewsObject {
    margin-bottom: 8px;
    padding: 8px;
    min-height: 100%;
    border-bottom: 1px dotted #808080;
}

#NewsObject .StoryDate {
    padding: 0px 0px 5px 0px;
	color: #656565;
}

#NewsObject .StoryTitle {
    padding: 0px 0px 5px 0px;
    color: #524A41;
	font-size: 12px;
}

#NewsObject .text {
	line-height: 21px;
    color: #696969;
	padding: 0px 0px 0px 0px;
}

#PreviousItem {
	background: url('../images/smallbulletback.png') no-repeat left 3px;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 20px 30px;
	float: left;
}

#NextItem {
	background: url('../images/smallbullet.png') no-repeat right 3px;
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 20px 0px;
}

#PreviousItem a, #NextItem a {
	text-decoration: none;
	color: #656565;
}

#PreviousItem a:hover, #NextItem a:hover {
	text-decoration: underline;
	color: #F39A00;
}
/* --------------------------------------------------------*/
/*  SIDEBAR RIGHT                                          */
/* --------------------------------------------------------*/
#rightcollum {
    float: right;
    width: 239px;
    _width: 234px;
    padding-bottom: 10px;
    color: #4B4B4B;
    font-size: 11px;
}

/* --------------------------------------------------------*/
/*  CONTENT                                                */
/* --------------------------------------------------------*/
#content {
    float: left;
    width:460px;
    padding: 15px 10px 20px 10px;
	margin:0;
}

#content ul li {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 30px;
	background: url('../images/smallbullet.png') no-repeat left 2px;
	min-height: 20px;
    color: #696969;
}

#title, #Subtitle {
    font-size: 22px;
    padding: 0px 0px 10px 30px;
	margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #656565;
	background: url('../images/TitleBullet.gif') no-repeat left 4px;
	height: 100%;
	line-height: 28px;
}

#content p{
    line-height: 21px;
    color: #696969;
	padding: 0px 0px 15px 30px;
}

a {
	color: #F39A00;
}

a:hover {
	color: #656565;
}

/* --------------------------------------------------------*/
/*  GLOBAL BUTTON STYLE                                    */
/* --------------------------------------------------------*/
a.button {
    background:transparent url('../images/buttonLeft.gif') no-repeat top left;
    display:block;
    float:left;
    height:27px;
    padding:0px 0px 0px 1px;
    text-decoration: none;    
    margin: 10px 0px 0px 0px;
}

a.button span {
    background:transparent url('../images/buttonRight.gif') no-repeat top right;
    cursor:pointer;
    display:inline;
    float:left;
    height:22px;
    margin:0px 0px 0px 10px;
    padding: 5px 10px 0px 0px;
    color: #FFFFFF;    
    font-size: 12px;
}

a.button:hover {
    background-position: left -27px;
}

a.button:hover span {
    background-position: right -27px;
}


input.button {
    background:transparent url('../images/buttonLeft.gif') no-repeat top left;
    display:block;
    float:left;
    height:27px;
    padding:0px 0px 0px 1px;
    text-decoration: none;    
    margin: 10px 0px 0px 0px;
    border: 0;
    position: relative;

}

.buttonEnding{
    background:transparent url('../images/buttonRight.gif') no-repeat top right;
    cursor:pointer;
    display:inline;
    float:left;
    height:27px;
    margin:10px 10px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #FFFFFF;    
    font-size: 12px;
    border: none;
}

input.button:hover {
    background-position: left -27px;
}

.buttonEnding:hover  {
    background-position: right -27px;
}

/* --------------------------------------------------------*/
/*  TAG CLOUD                                              */
/* --------------------------------------------------------*/
#tags ul{
	margin:0px 10px 10px 20px;
	padding: 40px 0px 0px 0px;
	text-align:center;
	clear: both;
	}
#tags li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
#tags li a{
	text-decoration:none;
	color:#C0C0C0;
	padding:0 2px;	
	}
#tags li a:hover{	
	color:#F39A00;
	}		

.tag1{font-size:100%;}
.tag2{font-size:120%;}
.tag3{font-size:140%;}
.tag4{font-size:160%;}
.tag5{font-size:180%;}

/* --------------------------------------------------------*/
/*  FOOTER                                                 */
/* --------------------------------------------------------*/
#footer {
    width:989px;
    height:18px;
    background: #656565;
}

#footer-links {
    color: #FFFFFF;
    padding: 2px 0px 0px 15px;
}

#footer-links li {
    float: left;
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin: 0;
    font-size: 10px;
}

#footer-links a {
    color: #FFFFFF;
    text-decoration: none;
	padding: 2px 4px 2px 4px;
}

#footer-links a:hover {
    color: #E6AC1A;
    text-decoration: underline;
}

#copyright {
    text-align: right;
    padding: 0px 20px 0px 0px;
    color: #FFFFFF;
    font-size: 10px;
}

#copyright a{
    color: #F39A00;
}

/* --------------------------------------------------------*/
/*  SUBPAGE ELEMENTS                                       */
/* --------------------------------------------------------*/
#back {
	height: 23px;
	width: 225px;
	background: #FFFFFF;
	color: #F39A00;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #E1E1E1;
}

#back:hover {
	color: #656565;
	cursor: pointer;
	text-decoration: none;
}

#back span {
	float: left;
	margin: 5px 0px 0px 40px;
	text-decoration: none;
}

#leftcollum a {
	text-decoration: none;
}

#back a {
	color: #F39A00;
	text-decoration: none;
	cursor: pointer;
}

/* --------------------------------------------------------*/
/*  SUB NAVIGATION                                         */
/* --------------------------------------------------------*/
#subnav {
    float: left;
    width: 239px;
    color: #4B4B4B;
    min-height: 400px;
    _height: 400px;
}

#subnav-item {
    padding-top: 40px;
    list-style: none;
}

#subnav-item li {
    text-align: left;
    padding: 10px 0px 0px 20px;
}

#subnav-item li a {
    color: #000000;
    text-align: left;
    padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
    text-decoration: none;
}

#subnav-item li a:hover, #subnav-item li.selected a {
    text-align: left;
    padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 10px;
    background: url('../images/subbullet.png') no-repeat left;
}

/* --------------------------------------------------------*/
/*  SIDEBAR RIGHT EMPTY                                    */
/* --------------------------------------------------------*/
#rightempty {
    float: right;
    height: 3px;
    width: 239px;
}

/* --------------------------------------------------------*/
/*  PROJECTS                                               */
/* --------------------------------------------------------*/
#project {
	min-height:150px;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px dotted #808080;
}

#project ul{
	display:block;
	float:left;
	width:440px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;	
	border:1px solid #E1E1E1;
}

#project ul:hover{
    border: 1px solid #989898;
}

#project ul img{
	position:absolute;
	top:-20px;
	left:-50px;	
}

#project .info {
	width: 450px;
	clear: both;
	padding: 10px 0px 0px 0px;
}

#project .info h1 {
	text-transform: uppercase;
	background: url('../images/smallbullet.png') no-repeat left 2px;
	padding: 0px 0px 0px 20px;
	float: left;
}

#project .info h2 a{
	color:#656565;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
	color: #888;
}

#project .info p {
	text-align: justify;
	padding: 0px 0px 10px 0px;
}

.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    width: 0;
}

/* --------------------------------------------------------*/
/*  WEB IDEA                                               */
/* --------------------------------------------------------*/
#WebIdea {
    height: 1%;
    margin: 5px 0px 0px 0px;
    padding: 15px 10px 15px 10px;
}

#WebIdea a {
    display:block; 
    width:204px; 
    height:133px; 
    overflow:hidden;
}

#WebIdea a:hover img {
    margin-top:-133px;
}  

/* ie6 needs this fix*/  
#WebIdea a:hover {zoom:1;}  


/* --------------------------------------------------------*/
/*  GALLERY                                                */
/* --------------------------------------------------------*/
#Overview {
    padding: 0px 0px 0px 10px;
}

#Overview ul.gallery a{
	display:block;
	float:left;
	width:98px;
	height:98px;
	line-height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;	
	border:3px solid #656565;
}
#Overview ul.gallery a img{
	position:absolute;
	top:-20px;
	left:-50px;	
	padding: 0px 0px 0px 0px;
}

#Overview ul.gallery li a{
	margin: 0px 8px 5px 0px;
}

#Overview .gallery li {
	float: left;
    padding: 0;
	margin: 0px 0px 5px 0px;
	*margin: 0px 0px 8px 0px;
    background: none;
}

#Overview ul.gallery a:hover{
	border:3px solid #F39A00;
}