﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #000000;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

a
{
    outline: #ffffff none 0px;
}

a:link {
    color: #0077b5;
    text-decoration: none;
}

a:visited {
    color: #0077b5;
    text-decoration: none;
}

a:hover {
    color: #0077b5;
    text-decoration: none;
}

a:active {
    color: #0077b5;
    text-decoration: none;
}

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;
    margin-top: 20px;
}

h2 {
    padding: 0 0 10px 0;
    margin-top: 20px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#pagecontainer
{
    background-color: #ffffff;
    margin: 0 auto;
}

.page 
{
    margin: 0 auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-image: url('images/headerbg.png');
    background-repeat: repeat-x;
    text-align: center;
    height: 66px;
}

#header img
{
    margin: 0 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 {
    background-color: #ffffff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    width: 1000px;
    margin: 0 auto;
}

#main-home {
    background-color: #ffffff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}


footer, 
#footer 
{
    padding-top: 15px;
    background-color: #000000;
    text-align: center;
    background-image: url('images/footerbg.png');
    background-repeat: repeat-x;
    height: 205px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

ul#menu li {
    display: inline;
    list-style: none;
    padding-right: 50px;
    line-height: 26px;
    text-shadow: #FFFFFF 0 1px 1px;
}

#menu a
{
    text-decoration: none;
    color: #000000;
}

#menu li.client
{
    padding-right: 0px;
    text-align: right;
    padding-left: 400px;
}

#menu li.client img
{
    vertical-align: middle;
    padding-bottom: 2px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#footermenu {
    padding: 0 0 2px;
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

ul#footermenu li {
    display: inline;
    list-style: none;
    padding-right: 50px;
    line-height: 26px;
    text-shadow: #000000 0 1px 1px;
    font-size: 14px;
}

#footermenu a
{
    text-decoration: none;
    color: #ffc600;
}

#footermenu li.client
{
    margin-left: 400px;
}

/* 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 td {
    padding: 5px;
}

table th {
    padding: 6px 5px;
    text-align: left;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer 
{
    height: 26px;
    background-color: #c5d2da;
}

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;
}

/* 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;
}

/* Index page
----------------------------------------------------------*/

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
}

.scrollable .items {
	/* this cannot be too large */
    width:20000em;
    position:absolute;
    clear: both;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.items div.item
{
    float: left;
    height: 350px;
    width: 1000px;
}

.itemwrapper
{
    width: 1000px;
    margin: 0 auto;
    float: none;
}

#paulhenderson
{
    margin-left: 50px;
    padding-top: 80px; 
    text-align: right;
    width: 500px;
}

#paulhendersonbg
{

    height: 350px;
    background: url('/Content/images/slides/paulhenderson/bg.jpg') repeat-x scroll 50% 0 #EDEDED;
}

#paulhenderson h1
{
    font-size: 48px;
    font-family: Times New Roman;
    font-weight: normal;
    text-shadow: 0 1px 1px #ffffff;
    margin: 0px;
}

#paulhenderson h2
{
    font-size: 20px;
    font-family: Arial;
    margin: 0px;
    padding-bottom: 5px;
    text-shadow: 0 2px 2px #ffffff;
}

#paulhenderson h3
{
    font-size: 18px;
    color: #006ba3;
    text-shadow: 0 1px 1px #ffffff;
}

#paulhenderson h3 a
{
    text-decoration: underline;
    color: #006ba3;
}

#gestionimmo
{
    width: 100%;
    text-align: right;
    margin-left: 0px;
    padding-top: 200px;
}

#gestionimmobg
{
    text-align: center;
    height: 350px;
    background: url('/Content/images/slides/gestionimmobiliere/bg.jpg') repeat-x scroll 50% 0 #EDEDED;
}

#gestionimmo h1
{
    font-family: Arial;
    margin: 0px;
    text-align: right;
    padding-bottom: 5px;
    text-shadow: 0 2px 2px #000000;
    color: #ffffff;
    font-size: 22px;
}

#gestionimmo h2
{
    float: right;
    color: #0095de;
    text-shadow: 0 1px 1px #415460;
    font-size: 18px;
}

#gestionimmo h2 img
{
    vertical-align: middle;
}

#gestionimmo h2 a
{
    color: #0095de;
    text-decoration: underline;
}

#printsoon
{
    width: 100%;
    text-align: right;
    margin-left: 0px;
    padding-top: 10px;
}

#printsoonbg
{
    text-align: center;
    height: 350px;
    background: url('/Content/images/slides/printsoon/bg.jpg') repeat-x scroll 50% 0 #EDEDED;
}

#printsoon h1
{
    color: #ffffff;
    text-shadow: 8px 8px 8px #000000;
    font-size: 24px;
    margin: 0px;
    text-align: right;
}

#printsoon h2
{
    color: #ffffff;
    text-shadow: 4px 4px 4px #000000;
    font-size: 18px;
    text-align: right;
    margin: 0px;
}


#printsoon h2 a
{
    color: #ffffff;
    text-decoration: underline;
}

#printsoon h2 img
{
    vertical-align: sub;
}

#panels
{
    padding: 8px;
    width: 1000px;
    margin: 0 auto;
}

#panels img
{
    border: 0px;
    cursor: pointer;
}

#panels a
{
    text-decoration: none;
    cursor: pointer;
}

#managed-solutions
{
    float: left;
    width: 33%;
}

#managed-solutions h2
{
    width: 175px;
    margin-top: -60px;
    margin-left: 120px;
    text-align: left;
    font-size: 16px;
    color: #7f7f7f;
}

#latest-tech
{
    float: left;
    width: 33%;
}


#latest-tech h2
{
    width: 175px;
    margin-top: -60px;
    margin-left: 130px;
    text-align: left;
    font-size: 16px;
    color: #7f7f7f;
}

#overload-t2
{
    float: left;
    width: 33%;
}

#overload-t2 h2
{
    width: 155px;
    margin-top: -60px;
    margin-left: 145px;
    text-align: left;
    font-size: 16px;
    color: #7f7f7f;
}

#panelscontainer
{
    background-image: url('images/panelsbg.png');
    background-repeat:repeat-x;
    width: 100%;
    margin: 0 auto;
}

#colorbar
{
    margin-top: 50px;
    height: 8px;
    background-image: url('images/rgbbar.png');
    background-repeat:repeat-x;
}

#copyright
{
    color: #ffffff;
    text-shadow: 0 1px 1px #000000;
    font-size: 14px;
    margin: 25px 0px;
}

#sliders-controls
{
    width: 1000px;
    margin: 0 auto;
    background-color: Red;
}

#sliders-controls div
{
    margin-top: -30px;
    position: absolute;
    text-align: center;
    margin-left: 470px;
}

#sliders-controls a
{
    width: 18px;
    display: block;
    background-color: #94cdf8;
    border: 1px solid #4e7a9c;
    float: left;
    text-align: center;
    margin-right: 4px;
    color: #000000;
    cursor: pointer;
}

#sliders-controls a.selected
{
    background-color: #d6eeff;
}

.clients a
{
    float: left;
    text-align: center;
    margin-right: 20px;
}

.clients img
{
    border: 1px solid #000000;
}
