/* @override 
	http://www.gapmasters.nl/style.css
	http://www.gapmasters.nl/style_index.css
*/

/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Arial, sans-serif;
  line-height: 1.3em;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
	position:relative;
    color: #000;
	background-color: #fff;
	background-repeat: repeat-x;
	
}


/* Standard paragraph style */

p, ul
{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 16px;
}


/* Standard list item style */

li
{
  margin-bottom: 1.0em;
  line-height: 10px;
}


/* Links */

a:link, a:link, a:visited
{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:hover 
{
	color: #999;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}


/* Headings */

h1
{
	font-weight: bold;
	font-size: 1.0em;
    line-height: 1.0em;
	margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #FF7B37;
    background-color: inherit;
}

h2
{
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
    color: #66CCFF;
    background-color: inherit;
} 
 
h3
{
	font-weight: bold;
	font-size: 0.8em;
    margin-top: 15px;
	margin-bottom: 5px;
	color: #FF7B37;
    background-color: inherit;
}

h4
{
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
    margin-top: 12px;
	margin-bottom: 5px;
	color: #66CCFF;
    background-color: inherit;
}

/* Logo */

#logo
{
    position: absolute;
	left: 129px;
	top: 43px;
    width: 175px;
    height: 86px;
}



/* Container for page */

#container
{
	margin: 12px auto 0 auto;
	position: relative;
	width: 90%;
	border: 0px;
}


/* Page header area */

#page-header
{
  display: none;
}


/* Page footer area */

#page-footer
{
	width: 100%;
	margin: 0;
    padding: 8px;
    color: 000;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

#page-footer p
{
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 4px;
}

#page-footer-reflection
{
	display: none;
}


/* Page body (menu + content) */

#page-body
{
	width: 100%;
	color: inherit;
	background-color: #fff;
}


/* Menu */

#menu
{
	display: none;
}



#submenu
{
	display: none;
}


/* Top Menu */

#topmenu
{
   display: none;
}



/* For homepage */

#page-body
{
	width: 100%;
	color: inherit;
	background-color: #fff;
}


/* Page content area (main page) */

#page-content-main
{
	float: left;
	text-align: justify;
	font-size: 1.1em;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}



/* Right column (main page) */

#right-col-main
{ 
	display: none;
}


/* Page content area (subpage) */

#page-content-sub
{
	float: left;
	width: 100%;
	padding-top: 16px;
	text-align: justify;
	font-size: 1.1em;
	padding-right: 8px;
	padding-left: 8px;
}


/* Standard images */

img
{
	border: none;
}


/* Floating boxes with white border */


.float-boxl
{
	float: left;
	margin: 4px 8px 8px 0px;
	padding: 8px;
	background-color: white;
	color: black;
	line-height: 0;
}

.float-boxl p
{
  margin-top: 8px;
  margin-bottom: 4px;
}

.float-boxr
{
	float: right;
	margin: 4px 0px 8px 8px;
	padding: 8px;
	background-color: white;
	color: black;
	line-height: 0;
}
.float-boxr p
{
  margin-top: 8px;
  margin-bottom: 4px;
}


.float-boxc
{
	float: center;
	margin: 4px 8px 8px 8px;
	padding: 8px;
	background-color: white;
	color: black;
	line-height: 0;

}

.float-boxc p
{
  margin-top: 8px;
  margin-bottom: 4px;
}

.float-box2
{
    margin: 0px 0px 0px 0px;
	padding: 4px;
	background-color: white;
	color: black;
	line-height: 0;
}


/* Clearing element */

.clear
{
  position: relative; width: 900px; clear: both; height: 1px; line-height: 1px;
}

