@charset "utf-8";
/* CSS Document */


/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
} 
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	background: url(../images/bg.gif) repeat-x #FFDC01;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #000000; font-size: 16px; margin: 0 0 10px 0;}
h2 { color: #000000; font-size: 14px;}
h3 { color: #000000; font-size: 13px;}
h4 { color: #000000; font-size: 13px;}
h5 { color: #000000; font-size: 11px;}
h6 { color: #000000; font-size: 9px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 960px;
}


/*------------------------------- Header ---------------------------------*/

#header {
	width: 960px;
	height: 172px;
	padding: 59px 0 0 0;
}
#banner {
	height: 145px;
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	width: 890px;
	height: 27px;
	padding: 0 0 0 70px;
	background: url(../images/menuBg.png);
}
#menu li {
	float: left;
	padding: 6px 20px 0 20px;
	font-size: 12px;
	color: #FFF;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
}


/*------------------------------- Main ---------------------------------*/

#main {
	background: url(../images/mainBg.png) repeat-y;
}


/*------------------------------- Left ---------------------------------*/

#left {
	float: left;
	width: 187px;
	padding: 23px 0 0 23px;
}
#left img {
	padding: 0 0 6px 0;
}


/*------------------------------- Right ---------------------------------*/

#right {
	float: left;
	width: 723px;
	padding: 23px 27px 0 0;
}

#right #content {
	padding: 15px 20px 15px 80px;
	background: #F2F7D8;
	font-size: 12px;
	color: #000;
}
	#right #content a { color: #000; text-decoration: none;}
	#right #content a:hover { color: #000;}

#right #content .img {
	margin: 5px 5px 5px 0;
	border: 1px solid #D91B5C;
}

#right #content hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #D91B5C;
	margin: 5px 0 10px 0;
}


/*------------------------------- Bottom ---------------------------------*/

#bottom {
	width: 947px;
	height: 78px;
	padding: 6px 0 6px 23px;
	clear: both;
}
#bottom span {
	width: 164px;
	height: 78px;
	display: block;
	float: left;
	margin: 0 11px 0 0;
	text-align: center;
	background: #ECECEC;
	font-size: 12px;
}
#bottom .damiaan {
	float: left;
	width: 211px;
	padding: 0 0 0 2px;
}
#bottom .damiaan .last {
	padding: 5px 0 0 0;
}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 5px 5px 0;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	width: 960px;
	height: 25px;
	clear: both;
	padding: 5px 0 0 0;
	background: url(../images/footerBg.png);
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
	#footer a { color: #FFF; text-decoration: none;}
	#footer a:hover { color: #FFF;}
	

/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
