* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #ba8b00; /*page color */
}

body {
	font: 75%/1.5em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #b0b0b0;
	
	text-shadow: #000 0px 0px 0px;
}

p {
	margin-bottom: 1.1em;
}

p.first {
	color: #fff;
}

h1 {
	line-height: 1em;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 1em;
}

h2 {
	line-height: 1em;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 1em;
}

h3 {
	line-height: 1em;
	color: #fff;
	font-size: 1.0em;
	margin-bottom: 0.5em;
}

ul {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border-style: none;
}

a {
	color: #baf40b;
	text-decoration: none;
}

a:hover {
	color: #f69837;
	text-decoration: underline;
}

/* .container */

.container {
	margin: 0 auto;
	overflow: hidden;
	width: 750px;
	background-color: #333; /*center content area color */
}




/* IMAGE THUMBNAIL BORDER */

.thumb{
	float: right;
	border: solid 5px #aaa9a9;
	margin: 5px /*top*/ 0px /*right*/  10px /*bottom*/   15px /*left*/ ;
}



/* NAVIGATION */

.containerNav {
	margin: 0 auto;
	overflow: hidden;
	width: 750px;
	background-image: url(../images/navigation_bg.png); /* Navbar gradient inside container*/
	background-color: #f69837;
}

#navigation {
	height: 30px;
	color: #fff;
	border-top: 1px solid #f69837;
	border-bottom: 1px solid #000;
	background-image: url(../images/navigation_bg.png); /* Navbar gradient outside container */
	background-color: #f69837;
}

#content .row {
	
}

#navigation ul {
	height: 30px;
}

#navigation ul li {
	display: inline;
	float: left;
}

#navigation ul li a {
	text-decoration: none;
	color: #fff;
	height: 30px;
	background-position: 0 0;
	text-shadow: rgba(0,0,0,0.26) 0 1px 1px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
	font-size: 1em;
	line-height: 2.5em;
}

#navigation ul li a.current {
	background-color: #f69837;
	color: #fff;
	text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
}

#navigation ul li a.current:hover {
	background-color: #f69837;
	color: #fff;
	text-shadow: #6e9255 0 1px 1px;
}

#navigation ul li a:hover {
	background-color: #f69837;
	color: #fff;
}

#content .line {
	background: url(../images/line.gif) repeat-x 0 bottom;
}


/* CONTENT */

#content {
	background: #333 url(../images/content_bg.gif) repeat-x 0 0;
	border-top: 2px solid #000; /* Border/gap under navbar */
}

#content .container {
	background: url(../images/seperator.gif) no-repeat center 0;
	width: 749px;
	padding-right: 0px;
	padding-left: 0px;
}

#content h1, h2 {
}


#main {
	float: left;
	width: 373px;
}

#main .row {
	padding: 1.5em 20px 1px;
}

#main #info {
	font-size: 0.8em;
	overflow: hidden;
	width: 333px;
	padding-top: 1.5em;
	background-color: #262626;
	border: 1px solid #1b1b1b;
	margin-bottom: 1.5em;
}

#main #info .prijs {
	float: left;
	width: 41px;
	color: #f69837;
	font-weight: bold;
	font-size: 2em;
	padding-left: 13px;
	line-height: 2.8em;
}

#main #info .info {
	float: right;
	width: 262px;
	padding-right: 10px;
	text-align: left;
}

#main #info p {
	clear: both;
}

#features #main img {
	border: 3px solid #222;
	margin-bottom: 1.5em;
}

.borderimg {
  border: 3px solid #222;
  margin-bottom: 1.5em;
}

/* CONTENT -- sidebar */

#sidebar {
	width: 375px;
	float: right;
}

#sidebar .row {
	padding: 1.5em 20px 1px;
}

/* -- */

#sidebar table#features {
	margin-top: -10px;
	margin-bottom: 10px;
}

#sidebar table#features a {
	color: #b0b0b0;
	text-decoration: none;
}

#sidebar table#features a.current {
	color: #94cb6b;
	text-decoration: none;
}

#sidebar table#features a:hover {
	color: #f69837;
	text-decoration: underline;
}

#sidebar table#features tr td.image {
	width: 41px;
	height: 61px;
}

#sidebar table#features tr td.link {
	width: 124px;
}

/* -- */



#sidebar ul#quicklinks {
	overflow: hidden;
}

#sidebar ul#quicklinks li {
	float: left;
}

#sidebar ul#quicklinks li a {
	
}



/* FOOTER */

#footer {
	background: url(../images/footer_bg.gif) repeat-x 0 0;
	height: 70px;
	text-align: center;
}


.containerFooter {
	margin: 0 auto;
	overflow: hidden;
	width: 750px;
	background-image: url(../images/navigation_bg.png); /* Navbar gradient inside container*/
	background-color: #f69837;
}

#footer img {
	opacity: 0.61;
}

#footer img:hover {
	opacity: 1;
}

#footer .container {
	width: 752px;
}

#footer h3#h_footer {
	background: url(../images/copyright.gif) no-repeat;
	height: 21px;
	text-indent: -999px;
}

/* -- */

form {
	
}

form input {
	border: 1px solid #2a2a2a;
	background-color: #414141;
	height: 18px;
	color: #FFF;
	width: 175px;
}

form input:focus {
	background-color: #505050;
	color: #FFF;
}

form select {
	height: 18px;
	width: 175px;
	color: #444;
	background-color: white;
	background-image: none;
}

form textarea {
	border: 1px solid #2a2a2a;
	background-color: #414141;
	height: 70px;
	color: #FFF;
	font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-left: 5px;
	width: 330px;
	padding-top: 3px;
}

form textarea:focus {
	background-color: #505050;
	color: #FFF;
}

form button {
	border-style: none;
	background: url(ENTER LOCAL GRAPHIC FOR BUTTON) no-repeat 1px 0;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	padding: 0.8em 5px 0.8em 41px;
	margin-bottom: 1em;
}

form button:hover {
	background-color: #303030;
	color: #f69837;
}