﻿/*----------------------------------------------------------
The base color for this template is #F0F0F0. If you'd like
to use a different color start by replacing all instances of
#F0F0F0 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #e6e6e6;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    height: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    height: 20%;
    width: 60%;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    
    width: 60%;
    height: 40%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px 0px 30px;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}
/*#main div {
    display: block;
}*/
footer, #footer
{
    width: 60%;
    height: 10%;
    margin-top: 1%;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #F0F0F0 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: center;
}

ul#menu li img
{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}
ul#menu li img
{
    vertical-align: middle;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border-collapse: collapse;
}


table th
{
    text-align: left;
}


table#overview td
{
    cursor: pointer;
    cursor: hand;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}


nav, #menucontainer
{
    margin-top: 5px;
}

.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.divseperatorcontent {
    width: 100%;
    height: 1px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    /*background: url('/Content/themes/VerheggenProjects/Images/div.png') center no-repeat;*/
}
.imgseperator {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Custom  
----------------------------------------------------------*/
#divpoweredby {
    margin: 10px 0px 0px 0px;
    font-size: .8em;
}

#divfootercontactinfo {
    margin: 5px 0px 0px 0px;
    width: 100%;
}
#divfurnitureoverviewnavigationleftcontentplaceholder, #divfurnituredetailsnavigationleftcontentplaceholder, #divresidencedetailsnavigationleftcontentplaceholder, #divprojectdetailsnavigationleftcontentplaceholder
{
    float: left;
    width: 200px;
    height: 100%;
}

#divfurnitureoverviewcontentplaceholder, #divfurnituredetailscontentplaceholder, #divresidencedetailscontentplaceholder, #divprojectdetailscontentplaceholder
{
    margin: 0px 0px 0px 205px;
    border: 3px solid #fba43d;
   
}

/*#divresidencedetailscontentplaceholderfull {
     margin: 0px 0px 0px 0px;
    border: 3px solid #fba43d;
}*/
#divfurnituredetailscontent, #divresidencedetailscontent, #divprojectdetailscontent {
    width: 100%;
    height: 100%;
}
#divfurnituredetailsdescription, #divresidencedetailsdescription, #divprojectdetailsdescription
{
    float: left;
    width: 40%;
}

#divfurnituredetailsphotoslidercontentsplaceholder, #divresidencedetailsphotoslidercontentsplaceholder, #divprojectdetailsphotoslidercontentsplaceholder
{
    margin: 0% 0% 0% 45%;
    width: 55%;
    height: 100%;
}
#imglogo
{
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
div#imageselector img
{
    opacity: 0.7;
}


div#imageselector img:hover
{
    opacity: 1.0;
}

#leftnavigationmenucontent
{
    
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    height: 100%;
    margin-bottom: 1em;
    color: #696969;
    width: 100%;
}

#leftnavigationmenucontent ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#leftnavigationmenucontent ul li a:link, #leftnavigationmenucontent ul li a:visited
{
    display: block;
    padding: 4px 4px 4px 0.5em;
    text-decoration: none;
    color: #696969;
    background-position: 50%;
    background-repeat: repeat-x;
}

#leftnavigationmenucontent ul ul
{
    margin-left: 10px;
    color: #696969;
}
#leftnavigationmenucontent ul ul li a:link, #leftnavigationmenucontent ul ul li a:visited
{
}
#leftnavigationmenucontent ul li a:hover, #leftnavigationmenucontent ul ul li a:hover
{
    color: #fba43d;
}

#leftnavigationmenucontent ul li a.selected, #leftnavigationmenucontent ul ul li a.selected
{
    color: #fba43d;
}

#divtopmenunavigationtext  {
    margin-top: 0px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#divtopmenunavigationtext ul
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #696969;
    
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

#divtopmenunavigationtext ul li {
    float: left;
  
    
    list-style: none;
    
}


#divtopmenunavigationtext ul li a:link, #divtopmenunavigationtext ul li a:visited
{
    
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #696969;
    background-position: 50%;
    background-repeat: repeat-x;
}


#divtopmenunavigationtext ul li a:hover
{
    color: #fba43d;
}

#divtopmenunavigationtext ul li a.selected
{
    color: #fba43d;
}

#divtopmenunavigationpictures
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #696969;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    
}


/*div#topmenupictures table
{
    margin-left: auto;
    margin-right: auto;
    
}

div#topmenupictures table menu td {
}
div#topmenupictures table#menu td img
{
    height: inherit;
    
     margin-right: 1%;
    margin-left: 1%;
    vertical-align: middle;
}

div#topmenupictures table#menu td img.selected
{
    opacity: 0.7;
}*/

#divtopmenunavigationpictures ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
#divtopmenunavigationpictures ul li {
    float: left;
    border: none;
    border-width: 0px;
    list-style: none;
    padding: 0px 0px 0px 0px;
    height: 100%;
}

#divtopmenunavigationpictures ul li img {
    width: 100%;
    border: none;
    border-width: 0px 0px 0px 0px;
}

/* used in topmenu*/
.menu_item_text_first {
    margin: 0px 0px 0px 0px;
    text-align: left;
}
/* used in topmenu*/

.menu_item_text_last 
{
   margin: 0px 0px 0px 0px;
    text-align: right;
   
}
/* used in topmenu and overview*/

.menu_item_first {
    margin: 0px 0px 0px 0px;
    text-align: left;
}
/* used in topmenu and overview*/
.menu_item_other {
    margin: 0px 0px 0px 20px;
    text-align: center;
}
/* used in topmenu and overview*/
.menu_item_last 
{
   margin: 0px 0px 0px 20px;
    text-align: right;
   
}

ul {
    padding: 0px 0px 0px 0px;
    width: 100%;
}

ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    border: none;
    border-width: 0px;
}

ul li a:link,  ul li a:visited {
    border: none;
    text-decoration: none;
    color: #696969;
    background-position: 50%;
    background-repeat: repeat-x;
    padding : 0px 0px 0px 0px;
}

ul li a:hover
{
    color: #fba43d;
}

ul li a.selected
{
    color: #fba43d;
}

ul li a img 
{
    border: none;
    margin: 0px 0px 0px 0px;
    opacity: 0.7;
}
ul li a img:hover 
{
    opacity: 1.0;
}

ul li a img.selected {
    opacity: 1.0;
    
}

/* photosliderusercontrol */

#divphotoslidercontent {
    width: 100%;
}

#divphotosliderslidercontrol {
    width: 100%;
}
#divphotosliderselectedimage img {
    width: 100%;
}
ul#slider {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	/*position: relative;*/
    overflow: hidden;

}

ul#slider li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
	float: left;
	overflow: hidden;
    text-align: center;
}

ul#slider li img {
    width: 100%;
}

ul#slider li img .selected {
    opacity: 1.0;
}

ul#navcontrols li a{
  display:block;
    padding: 0px 0px 0px 0px;
  position:absolute;
  background:#fff;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

/*li#prevpic a 
{
    margin-left: 0px;
    margin-right: 5px;
    width: 15px;
}*/

#imgphotosliderimageselectorleft 
{
    margin: 0px 0px 0px 0px;
    width: 15px;
    vertical-align: middle;
    float: left;
}

#imgphotosliderimageselectorright 
{
    margin: 0px 0px 0px 0px;
    width: 15px;
    vertical-align: middle;
    /*float: right;*/
}

#divphotosliderslidercontrol {
    overflow: hidden;
    display: inline-block;
    /*width: 100%;*/
}
#divphotosliderimageselector {
    overflow: hidden;
    vertical-align: middle;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

 
/*li#prevpic a img li#nextpic a img{
    vertical-align: middle;
    width: 5px;
    height: 5px;
}


li#nextpic a
{
    margin-left: 5px;
    margin-right: 0px;
    width: 15px;
}*/

div#home img {
    float: left;
    margin: 0px 5px 5px 0px;
}


div .grid-overview 
{
    display: inline-block;
    
}
.grid-overview ul {
    float: none;
}
.grid-overview ul li {
    width: 25%;
    float: left;
    padding: 0px 5px 0px 5px;

    
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
/* for IE6 */
* html .clearfix {
 height: 1%;
}
/* for IE7 */
*:first-child+html .clearfix {
 min-height: 1px;
}
