.page-content{
    width:1024px;
    margin:0 auto;
}

#row-top{
    height:30px;
	background:url('img/bg-grey.gif') top center repeat-x;
	border-bottom:1px solid #CCC;
}

#page-top{
    background:url('img/bg-grey.gif') top center repeat-x;
}

#top ul{margin:0; padding:0; list-style:none; float:left;}
#top li{float:left; margin-right:8px; padding:6px;}
#top li a{color:#FFF; display:block;}


#row-header{
     /* background:#e3e3e3; */
}

#page-header{
    background:url('img/main.jpeg') top left;
}

#header{
    background:url('img/banner.png') top left no-repeat;
    height:200px;
    
}

#content{
    
}

#page-content{
    background:url('img/main.jpeg') top left;
	padding-bottom:25px;
}



.collection{
	margin-bottom:0px;
}

.collection h2{
	margin:0;
}

/* Producten list */
.product-list{
	border:1px solid #e3e3e3;
	padding:12px;
}

.product-wrapper{
	background:#FFF;
	margin-bottom:6px;
}

.product-list h1{
	font-size:1.5em;
}



#content-page{
    
}

#footer-row{
   
}

#page-footer{
	background:url('img/bg-footer.gif') top left;
}

#footer {

}

#page {
    /* background:url('download.png') top 50% no-repeat; */
    margin:0 10px 0 -10px;
    padding:0 10px;
}

/* Products */
.product-holder {
    background:#e3e3e3;
    padding:3px 6px;
    margin-bottom:10px;
    height:220px;
}

#spotlight{
    margin-bottom:10px;
}

#nav ul{
    list-style:none;
    margin:0 0 14px 0;
    padding:4px;
}


/* Basket */
#basket{
    background:#FFF;
	border: 1px solid #E3E3E3;
    padding: 12px;
	width:764px;
	margin-bottom:14px;
	color:#333;
}

#basket table{
    margin:0;
}

#footer{
    margin-bottom:3px;
	margin-top: 24px;
	color: #999999;
    text-shadow: 1px 1px #000000;
}

#footer h3{
	border-bottom: 1px solid #383838;
	color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 6px;
    position: relative;
    text-shadow: 1px 1px #000000;
}

#footer a{
	color: #999999;
	text-decoration:none;
}
#footer a:hover{
	color: #cccccc;
	text-decoration:underline;
	
}

#footer ul{
	list-style:none;
}

/* Menu */
#content-top {
    background:url('img/bg-masthead.gif') top left repeat-x;
    margin-bottom:10px;
    line-height:20px;
}



#menu ul{
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}

#menu li{
    float:left;
    margin-right:4px;
	border-right:2px solid #383838;
}

#menu li a{
    line-height:20px;
    padding:4px 6px;
    display:block;
    color: #cccccc;
	text-decoration:none;   
}
#menu li a:hover{
	color:#ffffff;
	}

/* Searchbar */
#searchbar{
    line-height:20px;
    margin-top:2px;
    text-align:right;
}

#searchbar input{
    padding:3px 4px;
    border:1px solid darkgrey;
}

#searchbar label{
    color:#fff;
}

.clear{height:1px; line-height:1px;}

.text a{color:#000; text-decoration:none; cursor:normal;}

.btn, .btn:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.btn:hover							{ background-color: #111; color: #fff; }
	.btn:active							{ top: 1px; }
	.small.btn, .small.btn:visited 			{ font-size: 11px; padding: ; }
	.btn, .btn:visited,
	.medium.btn, .medium.btn:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.btn, .large.btn:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.btn, .green.btn:visited		{ background-color: #91bd09; }
	.green.btn:hover						{ background-color: #749a02; }
	.blue.btn, .blue.btn:visited		{ background-color: #2daebf; }
	.blue.btn:hover							{ background-color: #007d9a; }
	.red.btn, .red.btn:visited			{ background-color: #e33100; }
	.red.btn:hover							{ background-color: #872300; }
	.magenta.btn, .magenta.btn:visited		{ background-color: #a9014b; }
	.magenta.btn:hover							{ background-color: #630030; }
	.orange.btn, .orange.btn:visited		{ background-color: #ff5c00; }
	.orange.btn:hover							{ background-color: #d45500; }
	.yellow.btn, .yellow.btn:visited		{ background-color: #ffb515; }
	.yellow.btn:hover							{ background-color: #fc9200; }

