/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
	background-color: #FFFFFF;
	background-image: url(../images/page_elements/body_background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#page_container {
	background-color: transparent;
	width: 950px;
	height: auto;
	margin-left: 0px;
	float: left;
	position: relative;
	top: 0px;
}

table {
	background-color: transparent;
	border: none;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #666666;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a.invert:link, a.invert:visited, a.invert:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.invert:hover {
	color: #E9E9E9;
	text-decoration: underline;
	font-weight: bold;
}

a.mainnav:link, a.mainnav:visited, a.mainnav:active {
	color: #E9E9E9;
	text-decoration: none;
	font-weight: bold;
}

a.mainnav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.subnav:link, a.subnav:visited, a.subnav:active {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a.subnav:hover {
	color: #857d69;
	text-decoration: none;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 12px;
}

.invert {
	color: #FFFFFF;
}

.small {
	font-size: 10px;
	margin-bottom: 11px;
}

.large {
	font-size: 14px;
	margin-bottom: 14px;
}

.light_text {
	color: #CCCCCC;
}

.dark_text {
	color: #000000;
}

.highlight {
	color: #FF0000;
	font-weight: bold;
}

.glow {
	color: #FF0000;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.bold_italic_text {
	font-style: italic;
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.caps {
	font-variant: small-caps;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	/*margin-bottom: -10px;*/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	/*margin-bottom: -5px;*/
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	/*margin-bottom: -5px;*/
}

hr {
	width: 100%;
	height: 1px;
	color: #666666;
	text-align: left;
}

ul {
	margin-left: 23px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

li {
	list-style-image: url(../images/bullet.gif);
	line-height: 130%;
	margin-bottom: 12px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	width: 200px;
}

input.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	margin-bottom: 3px;
	width: 50px;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #857D69;
	border: solid #666666 1px;
	margin-bottom: 3px;
	cursor: pointer;
	width: 120px;
}

input.smallbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #857D69;
	border: solid #666666 1px;
	margin-bottom: 3px;
	cursor: pointer;
	width: 20px;
}

input.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: transparent;
	border: none;
	margin-bottom: 3px;
	width: auto;
	vertical-align: middle;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	width: 200px;
}

select.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	width: 300px;
}

select.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	width: 50px;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	border: solid #666666 1px;
	overflow: auto;
	margin-bottom: 3px;
	width: 260px;
	height: 150px;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #999999;
}

img.no_margins {
	border: 0px;
}

img.no_margins_border {
	border: 1px solid #999999;
}

img.left_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

img.right_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 0px;
	float: right;
}

img.left_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 40px;
	border: 1px solid #999999;
	float: left;
}

img.right_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #999999;
	float: right;
}

img.navbar {
	margin-bottom: 5px;
}

img.gallery {
	margin: 1px;
	border: 1px solid #999999;
	cursor: pointer;
}

img.animation {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* ----- WEBSITE HEADER ----- */

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 944px;
	height: 99px;
	padding: 3px;
	background-color: #FFFFFF;
}

#banner {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 468px;
	height: 60px;
	background-color: transparent;
}

/* ----- WEBSITE MIDDLE ----- */

#animation {
	position: absolute;
	top: 108px;
	left: 0px;
	width: 225px;
	height: 643px;
	background-color: #FF0000;
	background-image: url(../images/page_elements/animation_background.gif);
	padding-top: 32px;
}

#container {
    width: 224px;
    margin: 0 auto;
}

#loader {
    background-color: white;
    display: inline;
    float: left;
    height: 280px;
    overflow: hidden;
    margin: auto;
    width: 224px;
    position: relative;
    text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#loader img {
    width: 100%;
    height: 100%;
}

.loading {
    background: url(../images/loadingIcon.gif) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}

#content {
	position: absolute;
	top: 185px;
	left: 260px;
	width: 690px;
	height: 590px;
	background-color: transparent;
	overflow-y: auto;
}

#navbar {
	position: absolute;
	top: 115px;
	left: 235px;
	width: 715px;
	height: 15px;
	background-color: transparent;
}

#subnav {
	position: absolute;
	top: 139px;
	left: 235px;
	width: 715px;
	height: 30px;
	background-color: transparent;
}

#gallery {
	position: absolute;
	top: 185px;
	right: 0px;
	width: 260px;
	height: 560px;
	background-color: transparent;
}

#gallery_text {
	position: relative;
	top: -20px;
	left: 190px;
	width: 330px;
	padding-right: 430px;
	height: auto;
	background-color: transparent;
}

#gallery_image {
	position: absolute;
	top: 185px;
	left: 255px;
	width: 410px;
	height: 560px;
	background-color: transparent;
}

/* ----- WEBSITE FOOTER ----- */

#footer {
	position: absolute;
	top: 790px;
	left: 10px;
	width: 600px;
	height: 15px;
	background-color: transparent;
}

#development {
	position: absolute;
	top: 790px;
	right: 10px;
	width: 200px;
	height: 15px;
	background-color: transparent;
}

/* ----- WEBSITE CONTENT ----- */

div.content_container {
	position: relative;
	width: 95%;
	height: auto;
	clear: both;
}

table.productlist {
	width: 650px;
	height: auto;
	border-collapse: collapse;
}

table.productlist tr {
	vertical-align: middle;
}

table.productlist tr.colored {
	vertical-align: middle;
	background-color: #EEEEEE;
}

table.productlist td.button {
	width: 50px;
}

table.productlist td.product {
	width: 270px;
}

table.productlist td.quantity {
	width: 120px;
	text-align: center;
}

table.productlist td.price {
	width: 120px;
	text-align: right;
}

table.productlist td.order {
	width: 90px;
	text-align: center;
}

table.form {
	width: 500px;
	height: auto;
	border-collapse: collapse;
}

table.form tr {
	vertical-align: middle;
}

table.form tr.message {
	vertical-align: top;
}

table.form td.formtitle {
	width: 160px;
}

table.form td.formfields {
	width: 340px;
}

/* ----- WEBSITE NAVIGATIE ----- */

#nav ul {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#nav li {
	float: left;
	position: static;
	width: auto;
	list-style: none;
	margin-bottom: 0px;
	margin-right: 10px;
}

#subnav ul {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	top: 0px;
	left: 23px;
}

#subnav li {
	float: left;
	position: static;
	width: auto;
	list-style: none;
	margin-bottom: 0px;
	margin-right: 10px;
}


/* ----- END STYLESHEET ----- */

