/*

SAM Mediadesign

Ontwikkeld door: 	Sead Memic
Project:			Dynami
Website:			www.dynami.nl

*/

/*Padding and margin reset*/
html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset {
    margin:0; 
    padding:0; 
    list-style:none; 
    font-style:normal; 
    border:none;
}

img { 
    border:none;
}

a { 
    text-decoration:none;
}

a:hover { 
    text-decoration: underline;
}
	
/*General*/
html, 
body { 
    background: #FC7215; 
    color: #333;
}
	
body { 
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif; 
    font-size: 85%;
}
	
h1, h2, h3, h4, h5, h6 	{ 
    color: #114255;
}
	
h1 { 
    letter-spacing: 1px; 
    color: #276929; 
    font-size: 100%;
}
	
h2 { 
    letter-spacing: 1px; 
    color: #276929; 
    font-size: 90%; 
    margin-top: 15px;
}
	
a {
    color: #FC7215;
}
	
/*Layout*/
#site { 
    width: 900px; 
    margin: 0 auto; 
    background: #fff; 
    margin-top: 20px;
}

#header	{ 
    width: 900px; 
    height: 203px;
    border-bottom: 1px solid #E15F08;
}

#content { 
    background: url(images/bg-content.jpg) bottom left no-repeat; 
    margin-bottom: 30px; 
    width: 900px;
}

#content-left {
    position:relative;
    background: url(images/bg-content-left.gif) top left no-repeat; 
    width: 520px; 
    padding: 10px 0 0 15px; 
    margin: 10px 0 0 15px; 
    float: left;
}

#content-right { 
    background: url(images/bg-content-right.gif) top left no-repeat; 
    width: 252px; 
    padding: 10px 0 0 15px; 
    margin: 10px 0 20px 40px; 
    float: left;
}

#footer	{ 
    width: 890px; 
    height: 18px; 
    text-align: center; 
    background: #FC7215; 
    color: #fff; 
    clear: both; 
    font-size: 80%; 
    padding-top: 4px; 
    margin-left: 5px; 
    border-bottom: 2px solid #fff;
}

#breadcrumb {
    margin-top:5px;
    margin-bottom:8px;    
    font-size:90%;
}
	
/*Navigation */
#menu ul { 
    list-style:none; 
    font-family: Verdana, Geneva, Arial, sans-serif; 
    font-size:10px; 
    text-transform:uppercase; 
    letter-spacing: 1px; 
    font-weight: bold;
    padding-top:183px;
}

#menu li { 
    position:relative;
    display:block;
    float:left;
}

#menu li a { 
    display: block; 
    color: #fff; 
    height: 16px; 
    margin: 0 0 0px 16px; 
    width: 130px; 
    text-align: center; 
    background: url(images/menu-a.png); 
    padding-top: 4px;
}

#menu li a:hover,
#menu li.menu-current a { 
    color: #E15F08; 
    background: #fff url(images/menu-a-hover.gif); 
    text-decoration:none; 
    border-bottom: 1px solid #fff;
}

#menu ul ul {
    display:none;
}

/*Various */
form table {
    margin:10px;
}

#content-left p	{ 
    margin: 10px 0 0 10px; 
    width: 475px; 
    text-align: justify; 
    line-height: 1.4em;
}

#content-left li { 
    list-style:circle; 
    margin: 8px 0 0 25px;
}

#content-right p { 
    margin: 10px 0 0 10px; 
    width: 252px; 
    text-align: justify; 
    line-height: 1.4em;
}
.orange	{ 
    color: #FC7215; 
    font-weight: bold;
}
	
.img-hover a:visited img, 
.img-hover a img { 
    filter: alpha(opacity=50); 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
    -moz-opacity: 0.50; 
    opacity:0.5;  
    border: 1px solid #fff;
}

.img-hover a:hover img { 
    filter: alpha(opacity=100); 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
    -moz-opacity: 1; 
    opacity:1; 
    border: 1px solid #E15F08;
}

ul.menu-top li {
    text-transform:capitalize;
}
