/*
Copyright: (c) 2007 Studio Sacko Dijkema
URL:       http://www.koopjekiekje.nu
*/


/* Body */

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline-style: none;
}

body
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, FreeSans, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 17px;
}

input, textarea
{
	font-family: Arial, Helvetica, FreeSans, "Trebuchet MS", sans-serif;
	font-size: 14px;
}

.fontstyle_bold
{
	font-weight: bold;
}

.align_center
{
	text-align: center;
}

.align_right
{
	text-align: right;
}

.nowrap
{
	white-space: nowrap;
}


/* Spacers & Horizontal Rules */

.hr_fullwidth
{
	color: inherit;
	background-color: #000000;
	height: 1px;
}


/* Page Framework (headers, footers, banners) */

#main_page
{
	width: 966px;
	margin: 0px auto;
}

#banner_top
{
	padding: 15px 0px;
	text-align: center;
}

#banner_right
{
	width: 167px;
	float: right;
}

#banner_right img
{
	padding-bottom: 15px;
}

#orderform_banner
{
	width: 307px;
	float: left;
}

#orderform_form, #orderform_form_iepc
{
	color: inherit;
	background-color: #009EE0;
	width: 291px;
	margin-left: 8px;
	float: left;
}

#page_specific_content
{
	width: 440px;
	margin-bottom: 15px;
	margin-left: 329px;
}

#footer
{
	width: 950px;
	padding-bottom: 15px;
	padding-left: 8px;
	float: left;
}

#footer p
{
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}


/* Page Specific Content */

#page_specific_content p
{
	padding-top: 15px;
}

h1
{
	width: 440px;
	height: 25px;
	margin-top: 30px;
	color: #FFFFFF;
	background-color: #E2001A;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
}

h2
{
	width: 440px;
	height: 39px;
	margin-bottom: 15px;
	padding-top: 5px;
	color: #FFFFFF;
	background-color: #E2001A;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 17px;
}

li
{
	margin-left: 15px;
	list-style-position: outside;
}

.li_highlight
{
	color: #009EE0;
	background-color: inherit;
	font-weight: bold;
}

#image_gallery p, #image_gallery td, #image_gallery div
{
	padding-top: 0px;
	padding-bottom: 15px;
}

#image_gallery div.button
{
	margin: 15px 0px;
	text-align: center;
}

#orderform_form img, #orderform_form_iepc img
{
	padding-top: 7px;
	padding-left: 13px;
}

#orderform_form p, #orderform_form_iepc p
{
	color: #FFFFFF;
	background-color: inherit;
	padding-left: 13px;
	padding-top: 15px;
}

#orderform_form input, #orderform_form textarea, #orderform_form_iepc input, #orderform_form_iepc textarea
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	width: 261px;
	margin-left: 14px;
}

#orderform_form_iepc input, #orderform_form_iepc textarea
{
	margin-left: 6px;
}

#orderform_form div.button, #orderform_form_iepc div.button
{
	margin: 20px 0px;
	text-align: center;
}


/* Links */

a
{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

#homepage a
{
	text-decoration: none;
}

#image_gallery a
{
	color: #FFFFFF;
	background-color: #009EE0;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	padding: 5px 10px;
	text-decoration: none;
}

#orderform_form a, #orderform_form_iepc a
{
	color: #000000;
	background-color: #EEEEEE;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	margin: 0px 10px;
	padding: 5px 10px;
	text-decoration: none;
}

a:hover
{
	color: #009EE0;
	background-color: inherit;
	text-decoration: underline;
}
