/*  GENERAL INFO
Theme Name: Callplast
Theme URI:  http://www.callplast.be
Description: Callplast / Alucall
Author: -5TeF-
Author URI: 
Live Demo: -
Changelog: v1.0
Timestamp: 2008.11.25
*/

@import url("../_css/reset.css");
@import url("../_css/content.css");
@import url("../_css/navigation.css");

/* GENERAL */
html {
height: 100.02%;
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color: #3D3C3C;
}
body{
background:#473F2A;
font-size:12px;
}
a:link, a:visited {
color:#000;
font-size:12px;
text-decoration:underline;
}
a.active, a:hover{
color:#473F2A;
text-decoration:none;
}
img {
padding:1px;
border:solid 1px #473F2A;
margin:10px;
}

.icon{
border:none;
margin:0 10px 0 0;
}
.center{
text-align:center;
}
.right{
float:right;
}
.left{
float:left;
}
.txtright{
text-align:right;
padding-right:8px;
}
.noborder, #content img.noborder{
border:none;
}
.clean, #content td.clean, #content th.clean{
background:none;
}

/* SITE elements */

#container {
position: absolute;
background:url(../_images/bkgd_container.jpg) center center repeat-x;
top: 50%;
margin-top: -315px;
height:630px;
width:100%;
}
#contentwrap {
height: 630px;
width:1000px;
margin:0 auto;
}

/* HEADER */
#header {
background:url(../_images/header_callplast.jpg) top left no-repeat;
height: 125px;
}
/*#brand {
width: 170px;
height: 150px;
float: left;
}
#section {
text-align: right;
margin-top:100px;
padding-right:8px;
}*/
#breadcrumb {
padding:80px 0 0 205px;
}
#breadcrumb p{
color:#000;
}
#breadcrumb a:hover{
color:#A5B703;
}

/* CONTENT */
#sidebar {
width: 190px;
height:406px;
float: left;
}
#navigation {
width:131px;
background:#FFF;
margin-left:37px;
padding:1px 5px 7px 5px;
}

#content {
width: 800px;
height:406px;
float: left;
padding:0px;
overflow:auto;
}
#fotovlak{
width:500px;
height:365px;
/*margin-left:285px;*/
float:right;
}

/* FOOTER */
#footer {
width:1000px;
font-family:Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 11px;
height: 20px;
text-align: right;
margin-top:10px;
padding-right:10px;
}
#footer span{
margin-right:48px;
}
#footer a{
font-size: 11px;
color: #FFF;
text-decoration:none;
}
#footer a:hover{
color:#A5B703;
}