/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Main Structure - Columns, clearfix, etc.
02 - Menu Structure - Table layout to make diagonal menu
03 - Sub-menu
04 - Typography - All Type throughout the site
05 - Arrows
05 - home
07 - creations - Our creations
08 - how - How we do it
09 - ebneo - All about ebneo layout.
10 - connect - Input boxes for connect page.
11 - portfolio - Styling for portfolio pages.
12 - Footer - Footer-elements.
*/

/* 00 Define all global elements
----------------------------------------------------------------------------*/

html
{
    overflow: auto;
    height: 1000px;
}

body
{
	margin:0;
    /*padding:0;
	width:auto;
    height:100%;*/
    background-color: #191919; /*url(../images/ebneo_background_menu.jpg) no-repeat;
    background-position: 50% -442px;*/
    font:0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#333333;
    line-height: 18px;
    overflow: hidden;
    height: 100%;
}

#background
{
    background: #191919 url(../images/ebneo_background_menu.jpg) no-repeat 50% -442px;
    margin: 0;
    min-width: 910px;
    overflow: hidden;
    height: 1484px;
}


/* 01 Define main structure
----------------------------------------------------------------------------*/

#container
{
    width: 910px;
    height: 673px;
    margin: 15px auto;
    display: block;
    overflow: hidden;
    position: relative;
}

#body-container
{
    width: 585px;
    height: 600px;
    margin: 0px;
    display: block;
    overflow: visible;
    z-index: 0;
    position: absolute;
}

.col-main
{
  width: 585px;
  margin: 0px auto;
}

.col-right
{
    width: 259px;
    float: right;
}

.logo
{
    width: 90px;
    height: 90px;
    margin: 120px 0 0 73px;
    padding: 0px;
    display: block;
    float: left;
}

.logo img
{
    border: none;
}


#navigation
{
    margin: 50px 0 0 auto;
    padding: 0;
    width: 259px;
    height: 300px;
    z-index: 1;
    position: absolute;
}

#header
{
    display: block;
    margin: 30px 0px 0px 140px;
    width: 300px;
    height: auto;
}

#main-body
{
    display: block;
    margin: 0px 0px 0px 140px;
    width: 330px;
    height: auto;
}

#main-body-creations
{
    display: block;
    margin: -5px 0px 0px 65px;
    width: 445px;
    height: auto;
}

img
{
    border: 1px #CCCCCC solid;
    margin: 3px 5px;
}


/* 02 Menu Structure
----------------------------------------------------------------------------*/

#navigation a
{
    font: 1.1em "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    color: #666666;
    width: 170px;
    height: 30px;
    padding: 0;
    outline: none;
    border-bottom: none;
}

#navigation em
{
    font-size: 1.25em;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    margin: 0px 4px;
}

#navigation a:hover
{
    color: #FFFFFF;
    width: 170px;
}


.nav-home
{
    width: 215px;
    height: 30px;
    margin: 40px 0 0 7px;
    cursor: pointer;
    padding: 0;
}

*div.col-right> div#navigation> .nav-home
{
    margin: 40px 0 0 7px;
}

.nav-home a
{
    margin: 0 0 0 45px;
    width: 215px;
    height: 30px;
    display: block;
}

.nav-home:hover
{
    background:transparent url(../images/ebneo_menu_rollover.jpg) no-repeat 1px 0px;
    color: #FFFFFF;
}

.nav-home-selected
{
    width: 215px;
    color: #FFFFFF;
    height: 30px;
    margin: 40px 0 0 7px;
    cursor: default;
    padding: 0;
    background:transparent url(../images/ebneo_menu_selected.jpg) no-repeat 1px 0px;
}

*div.col-right> div#navigation> .nav-home-selected
{
    margin: 40px 0 0 7px;
}


#navigation .nav-home-selected a
{
    margin: 0 0 0 45px;
    width: 215px;
    cursor: default;
}


.nav-what
{
    width: 195px;
    height: 30px;
    margin: 10px 0 0 25px;
    cursor: pointer;
    padding: 0;
}

*div.col-right> div#navigation> .nav-what
{
    margin: 10px 0 0 25px;
}

.nav-what a
{
    margin: 0 0 0 45px;
    width: 195px;
    height: 30px;
    display: block;
}


.nav-what:hover
{
    background:transparent url(../images/ebneo_menu_rollover.jpg) no-repeat -17px -40px;
    color: #FFFFFF;
}

.nav-what-selected
{
    width: 195px;
    height: 30px;
    margin: 10px 0 0 25px;
    padding: 0;
    background:transparent url(../images/ebneo_menu_selected.jpg) no-repeat -17px -40px;
    cursor: default;
    color: #FFFFFF;
}

*div.col-right> div#navigation> .nav-what-selected
{
    margin: 10px 0 0 25px;
}


#navigation .nav-what-selected a
{
    color: #FFFFFF;
    width: 195px;
    margin: 0 0 0 45px;
    cursor: default;
}

.nav-creations
{
    width: 190px;
    height: 30px;
    margin: 10px 0 0 42px;
    cursor: pointer;
    padding: 0;
}

*div.col-right> div#navigation> .nav-creations
{
    margin: 10px 0 0 42px;
}

.nav-creations a
{
    margin: 0 0 0 48px;
    width: 190px;
    display: block;
}

.nav-creations:hover
{
    background:transparent url(../images/ebneo_menu_rollover.jpg) no-repeat -34px -80px;
}

.nav-creations-selected
{
    width: 190px;
    height: 30px;
    margin: 10px 0 0 42px;
    padding: 0;
    background:transparent url(../images/ebneo_menu_selected.jpg) no-repeat -34px -80px;
    cursor: default;
}

*div.col-right> div#navigation> .nav-creations-selected
{
    margin: 10px 0 0 42px;
}


#navigation .nav-creations-selected a
{
    color: #FFFFFF;
    margin: 0 0 0 48px;
    width: 190px;
    display: block;
    cursor: default;
}

.nav-how
{
    width: 190px;
    height: 30px;
    margin: 10px 0 0 51px;
    cursor: pointer;
    padding: 0;
}

*div.col-right> div#navigation> .nav-how
{
    margin: 10px 0 0 51px;
}

.nav-how a
{
    margin: 0 0 0 53px;
    width: 190px;
    display: block;
}

.nav-how:hover
{
    background:transparent url(../images/ebneo_menu_rollover.jpg) no-repeat -43px -120px;
}

.nav-how-selected
{
    width: 190px;
    height: 30px;
    margin: 10px 0 0 51px;
    padding: 0;
    background:transparent url(../images/ebneo_menu_selected.jpg) no-repeat -43px -120px;
    cursor: default;
}

*div.col-right> div#navigation> .nav-how-selected
{
    margin: 10px 0 0 51px;
}


#navigation .nav-how-selected a
{
    color: #FFFFFF;
    margin: 0 0 0 53px;
    width: 190px;
    display: block;
    cursor: default;

}

.nav-ebneo
{
    width: 190px;
    height: 30px;
    margin: 10px 0 0 60px;
    cursor: pointer;
    padding: 0;
}

*div.col-right> div#navigation> .nav-ebneo
{
    margin: 10px 0 0 60px;
}
.nav-ebneo a
{
    margin: 0 0 0 45px;
    width: 190px;
    display: block;
}

.nav-ebneo:hover
{
    background:transparent url(../images/ebneo_menu_rollover.jpg) no-repeat -52px -160px;
}

.nav-ebneo-selected
{
    width: 190px;
    height: 30px;
    margin: 10px 0 0 60px;
    padding: 0;
    background:transparent url(../images/ebneo_menu_selected.jpg) no-repeat -52px -160px;
    cursor: default;
}

*div.col-right> div#navigation> .nav-ebneo-selected
{
    margin: 10px 0 0 60px;
}


#navigation .nav-ebneo-selected a
{
    color: #FFFFFF;
    margin: 0 0 0 45px;
    width: 190px;
    display: block;
    cursor: default;
}

.nav-connect
{
    width: 210px;
    height: 30px;
    margin: 10px 0 0 55px;
    cursor: pointer;
    padding: 0;
}

*div.col-right> div#navigation> .nav-connect
{
        margin: 10px 0 0 55px;
}

.nav-connect a
{
    margin: 0 0 0 48px;
    width: 210px;
    display: block;
}

.nav-connect:hover
{
    background:transparent url(../images/ebneo_menu_rollover.jpg) no-repeat -47px -200px;
}

.nav-connect-selected
{
    width: 210px;
    height: 30px;
    margin: 10px 0 0 55px;
    padding: 0;
    background:transparent url(../images/ebneo_menu_selected.jpg) no-repeat -47px -200px;
    cursor: default;
}

*div.col-right> div#navigation> .nav-connect-selected
{
        margin: 10px 0 0 55px;
}


#navigation .nav-connect-selected a
{
    color: #FFFFFF;
    margin: 0 0 0 48px;
    width: 210px;
    display: block;
    cursor: default;
}


/* 03 Sub-menu
----------------------------------------------------------------------------*/

#sub-menu
{
    width: 420px;
    height: 30px;
    margin: 7px 0 0 7px;
    display: inline-block;
}

*div.col-main> div#body-container> #sub-menu
{
    margin: 7px 0 15px 7px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    *div.col-main> div#body-container> #sub-menu
    {
        margin: 8px 0 0 8px;
    }
}


#sub-menu-1
{
    width: 115px;
    height: 30px;
    background: #333333 url(../images/submenu-unselected-left.jpg) no-repeat left;
    padding: 0 0 0 130px;
    display: block;
    float: left;
}

#sub-menu-1:hover
{
    background: #007dc6 url(../images/submenu-left.jpg) no-repeat left;
    cursor: pointer;
}

#sub-menu-1-selected
{
    width: 115px;
    height: 30px;
    background: #007dc6 url(../images/submenu-left.jpg) no-repeat left;
    padding: 0 0 0 130px;
    display: block;
    float: left;
    cursor: default;
}

#sub-menu-2
{
    width: 140px;
    height: 30px;
    background-color: #333333;
    display: block;
    float: left;
}

#sub-menu-2-selected
{
    width: 140px;
    height: 30px;
    background-color: #007dc6;
    display: block;
    float: left;
    cursor: default;
}

#sub-menu-2:hover
{
    background-color: #007dc6;
    cursor: pointer;
}


#sub-menu-1 a
{
    padding-right: 0px;
    font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    width: 170px;
    height: 28px;
    padding-top: 8px;
    padding-bottom: 7px;
    outline: none;
    border-bottom: none;
}

#sub-menu-1-selected a
{
    padding-right: 0px;
    font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    width: 170px;
    height: 28px;
    padding-top: 8px;
    padding-bottom: 7px;
    outline: none;
    border-bottom: none;
}

#sub-menu-2 a
{
    padding: 0 0 0 5px;
    font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    width: 170px;
    height: 28px;
    padding-top: 8px;
    padding-bottom: 7px;
    outline: none;
    border-bottom: none;
    margin: 0 0 0 5px;
}

#sub-menu-2-selected a
{
    padding: 0 0 0 5px;
    font: 1.4em "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    width: 170px;
    height: 28px;
    padding-top: 8px;
    padding-bottom: 7px;
    outline: none;
    border-bottom: none;
    margin: 0 0 0 5px;
}


/* 04 Define typography
----------------------------------------------------------------------------*/

h1
{
    margin:0;
    padding:0;
    font: bold 2.3em 'Century Gothic', Arial, Helvetica, sans-serif;
    color:#007dc6;
}

h1 em
{
    color: #333333;
    font-style: normal;
}

h2
{
    margin:0px 0 0;
    padding:0;
    font: bold 1.2em 'Century Gothic', Arial, Helvetica, sans-serif;
    color:#007dc6;
}

h2 em
{
    color: #333333;
    font-style: normal;
}

h2 em em
{
    color: #333333;
    font-style: normal;
    font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dot
{
    vertical-align: 5px;
}

h2 .dot
{
    vertical-align: 3px;
}

h3
{
    margin:-5px 0 0;
    padding:0;
    font: bold 1.6em 'Century Gothic', Arial, Helvetica, sans-serif;
    color:#FFFFFF;
}

a

{
	margin:0;
    padding:0;
	width:auto;
    height:100%;
    background-position: 50% -442px;
    font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#333333;
    border-bottom: 1px #CCCCCC dotted;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
    text-decoration: none
}

a:hover
{
    color: #007dc6;
}

/* 05 Arrows
----------------------------------------------------------------------------*/

.arrow-text
{
    color: #FFFFFF;
    margin: 0;
}

.arrow-text a
{
    color: #FFFFFF;
}

.arrow-text a:hover
{
    color: #007dc6;
}

.arrow-outer
{
    width: 425px;
    height: 94px;
    margin: 0;
    padding: 0;
    background: transparent url(../images/home-arrow.png) no-repeat 0 0;
    bottom: 63px;
    left: 128px;
    position: absolute;
}

.arrow-outer-content
{
    display: block;
    width: 425px;
    margin: 62px 0 0 105px;
}

.arrow-inner
{
    width: 425px;
    height: 94px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 142px;
    left: 200px;
    background: transparent url(../images/creations-arrow.png) no-repeat 0 0;
}

*body> div#container> .arrow-inner
{
    left: 201px;
}


.arrow-inner-yellow
{
    width: 425px;
    height: 94px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 142px;
    left: 200px;
    background: transparent url(../images/connect-arrow.png) no-repeat 0 0;
}

*body> div#container> .arrow-inner-yellow
{
    left: 201px;
}

.arrow-inner-content
{
  display: block;
  width: 240px;
  margin: 7px 0 0 90px;
}

.arrow-inner-content p
{
    text-align: right;
    width: 215px;
    margin: 8px 0 0 15px;
}

.arrow-inner-wider
{
    width: 525px;
    height: 99px;
    margin: 0;
    padding: 0;
    background: transparent url(../images/what-cust-said-arrow.png) no-repeat 0 0;
    position: absolute;
    bottom: 223px;
    left: 167px;
}

*body> div#container> .arrow-inner-wider
{
    left: 168px;
}

.arrow-inner-wider-content
{
  display: block;
  width: 300px;
  margin: 10px 0 0 130px;
}


/* 05 home
----------------------------------------------------------------------------*/

.home-latest-projects
{
    height: 240px;
    display: inline-block;
}

.home-latest-image
{
    width: 171px;
    height: 239px;
    margin: 10px 0 0 50px;
    display: block;
    float: left;
}

.home-latest-image img
{
    border: none;
    margin: 0;
}

.home-latest-description
{
    width: 305px;
    height: 240px;
    display: block;
    float: left;
    padding: 10px 10px 0;
}

.home-latest-description p
{
    width: 198px;
    margin: 5px 0px;
    color: #999999;
}

.home-quote
{
    width: 260px;
    margin: 0px;
}

.home-quotes-in
{
    background: transparent url(../images/quotes-in.jpg) no-repeat 0 0;
    width: 66px;
    height: 37px;
    display: block;
}

.home-quote p
{
    font-size: 1.6em;
    line-height: 1em;
    margin: -26px 0 0 13px;
    width: 250px;
    background: transparent url(../images/quotes-out.jpg) no-repeat right bottom;
    color: #333333;
}

.quoted-home
{
    display: block;
    position: absolute;
    float: right;
    margin: 0;
}

.quoted-home p
{
    font-size: 1em;
    margin: 5px 0 0 0;
    background: none;
    line-height: normal;
    text-align: right;
}

.header-home
{
    display: block;
    margin: 5px 0px 0px 50px;
    width: 480px;
    height: 50px;
    border-top: 2.5px #CCCCCC dotted;
    border-bottom: 2.5px #CCCCCC dotted;
}

.home-pods
{
    width: 500px;
    height: 200px;
    display: inline-block;
    margin: 11px 0 0 80px;
}

.home-pods-content
{
    width: 136px;
    height: 200px;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.home-pods-content p
{
    margin: 2px 0 0;
}


/* 06 what
----------------------------------------------------------------------------*/

.what-main
{
    width: 600px;
    height: 276px;
    margin: 5px 0 0;
    padding: 0px;
}

.what-bg
{
    background: transparent url('../images/what-brackets.png') no-repeat 0 0;
    display: block;
    width: 563px;
    height: 227px;
    margin: -175px 0 0 -180px;
}


.what-content
{
    margin: 5px 10px 0 0;
    width: 312px;
    display: block;
    height: auto;
}

.what-content p
{
    margin: 0 0 10px;
}


/* 07 our Creations
----------------------------------------------------------------------------*/


.creations-content
{
    width: 500px;
    height: 200px;
    display: inline-block;
    margin: 0px 0 0 -5px;
}

.creations-folio
{
    width: 150px;
    height: 200px;
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

.creations-image
{
    width: 138px;
    height: 90px;
    display: block;
    margin: 0 0 5px;
    border: 1px #CCCCCC solid;
}

.creations-image a
{
    border-bottom: none;
    outline-style: none;
}


.creations-folio p
{
    margin-top: 2px;
}

.bottom-margin
{
    margin-left: 40px;
}

.bottom-margin-2
{
    margin-left: 90px;
}

.creations-web-sep
{
    width: 400px;
    height: 94px;
    margin: 20px auto 0;
    padding: 5px 0;
    border-top: 2.5px #CCCCCC dotted;
}

.creations-sms-sep
{
    width: 400px;
    height: 94px;
    margin: 15px auto 0;
    padding: 5px 0;
    border-top: 2.5px #CCCCCC dotted;
}

.creations-web-sep p
{
    margin: 5px 0 0;
    text-align: center;
}

.creations-sms-sep p
{
    margin: 5px 0 0;
    text-align: center;
}



/* 07 our creations - Lightbox
----------------------------------------------------------------------------*/

#lightbox{
	display:none;
	position: absolute;
	top:20px;
	z-index:9999;
	width:100%;
	height:100%;
	margin:0 auto;
	border:none;
	background:none;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}



/* 08 How we do it
----------------------------------------------------------------------------*/
.how-top
{
    display: inline-block;
    width: 580px;
    height: auto;
}


#header-how
{
    display: block;
    margin: 40px 0px 5px 10px;
    width: 300px;
    height: auto;
    float: left;
}

.how-arrowtop
{
    background: transparent url('../images/how-arrows.png') no-repeat 0 0;
    display: block;
    margin: 10px 0 0;
    width: 251px;
    height: 203px;
    float: left;
}

.how-topcontent
{
    margin: 0px 0 0px 10px;
    width: 235px;
    display: block;
    float: left;
}

.how-process
{
    width: 600px;
    height: auto;
    margin: 10px 0 0 -88px;
    padding: 0px;
    display: inline-block;
    border-top: 2.5px #CCCCCC dotted;
}

.how-process-content
{
    margin: 5px 10px 5px 0;
    width: 235px;
    display: block;
    float: left;
    height: auto;
}

.how-process-content p
{
    margin: 5px 0;
}

.how-bottom
{
    width: 434px;
    height: auto;
    margin: 5px 0 0 -70px;
    padding: 5px 0;
    border-top: 2.5px #CCCCCC dotted;
}

.how-bottom-content
{
    display: block;
    width: 215px;
    height: auto;
    margin: 5px auto 0;
}


.how-bottom p
{
    margin: 5px 0;
    width: 245px;
}

/* 08 How we do it
----------------------------------------------------------------------------

.how-process
{
    width: 600px;
    height: 276px;
    margin: 5px 0 0 -56px;
    padding: 0px;
    display: inline-block;
}

.how-process p
{
    margin: 2px 0;
}

.how-process-content
{
    margin: 5px 10px;
    width: 226px;
    display: block;
    float: left;
    height: 150px;
}

.how-process-content-right
{
    margin: 5px 0;
    width: 217px;
    display: block;
    float: left;
    height: 150px;
    text-align: left;
}

.how-process-content-right-2
{
    margin: 5px 0 0;
    width: 220px;
    display: block;
    float: left;
    height: 150px;
    text-align: left;
}

.how-process-content-launch
{
    margin: 5px 10px;
    width: 190px;
    display: block;
    float: left;
}

.how-process-content-bottom
{
    margin: 7px 200px 10px 95px;
    width: 250px;
    display: block;
    float: left;
}

.how-topcontent
{
    margin: 8px 0 5px -45px;
    width: 400px;
}

.how-process h2 em
{
    color: #FFFFFF;
}

.how-bg
{
    background-image: url(../images/how-bg.jpg);
    width: 30px;
    height: 30px;
    display: block;
    margin: -136px 0 0 -11px;
    color: #FFFFFF;
}

.how-process-content-right .how-bg
{
    margin: -152px 0 0 -11px;
}

.how-process-content .how-bg
{
    margin: -152px 0 0 -11px;
}

.how-process-content-bottom .how-bg
{
    margin: -63px 0 0 -11px;
}
----------------------------------------------------------------------------*/

/* 09 All about ebneo
----------------------------------------------------------------------------*/

.ebneo-quotes-in
{
    background: transparent url(../images/quotes-in.jpg) no-repeat 0 0;
    width: 66px;
    height: 37px;
    display: block;
    margin: 25px 0 0;
}

.ebneo-quote p
{
    font-size: 1.6em;
    line-height: 1em;
    margin: -25px 0 0 13px;
    width: 270px;
    background: transparent url(../images/quotes-out.jpg) no-repeat right bottom;
    text-align: left;
}
.quoted
{
    display: block;
    float: right;
    margin: 0 10px 0 0;
}

.quoted p
{
    font-size: 1em;
    margin: 5px 0 0 0;
    background: none;
    line-height: normal;
    text-align: right;
}

.grey
{
    color: #999999;
}

.grey-footnote
{
    color: #666666;
    margin: 0 auto;
    width: 380px;
    bottom: 30px;
    left: 274px;
    position: absolute;
}

.ebneo-holder
{
    display: inline-block;
    width: 500px;
    height: auto;
}


.col-main-ebneo
{
    width: 230px;
    margin: 10px 0 0;
    border-right: 2.5px #CCCCCC dotted;
    height: 250px;
    padding-right: 15px;
    display: block;
    float: left;
}

.ebneo-right
{
    display: block;
    width: 135px;
    height: auto;
    float: left;
    margin: 110px 0 0 15px;
}


/* 10 Connect (!!!!!ie and safari included!!!!!)
----------------------------------------------------------------------------*/

#input-name
{
    width: 263px;
    height: 45px;
    border: none;
    margin-top: -2px;
    margin-bottom: -5px;
    margin-left: -6px;
    display: block;
    overflow: hidden;
    background: transparent url(../images/text-input.jpg) no-repeat 0 0;
    text-align: left;
}

.input-name-field
{
    width: 240px;
    height: 20px;
    margin: 13px 15px;
    padding: 0;
    display: block;
    border: 1px none #FFFFFF;
    background-color: transparent;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
}

#input-comments
{
    width: 262px;
    height: 105px;
    border: none;
    margin-top: 0px;
    margin-bottom: -5px;
    margin-left: -6px;
    padding: 0;
    display: block;
    overflow: hidden;
    background: transparent url(../images/text-input-comments.jpg) no-repeat 0 0;
}

.input-comments-field
{
    width: 240px;
    height: 80px;
    margin: 13px 15px;
    padding: 0;
    display: block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    border: 1px none #FFFFFF;
    background-color: transparent;
}

.btn-send
{
    background: transparent url(../images/connect-btn.jpg) no-repeat 0 0;
    width: 65px;
    height: 29px;
    border: none;
    cursor: pointer;
    position: absolute;
    float: left;
    margin: 10px 0 0
}

.btn-send:hover
{
    background: transparent url(../images/connect-btn.jpg) no-repeat 0 -29px;
}

.contact-details
{
    display: block;
    position: absolute;
    margin: 25px 0 0 270px;
}

.contact-details p
{
    margin: 0px;
}

.connect-bottom
{
    width: 400px;
    height: 94px;
    margin: 50px auto 0;
    padding: 0;
    border-top: 2.5px #CCCCCC dotted;
}

.connect-bottom p
{
    margin: 5px 0 0;
    text-align: center;
}

.connect-bottom h2
{
    margin: 5px 0 0;
    text-align: center;
}

/* 11 Portfolio
----------------------------------------------------------------------------*/

.portfolio
{
    width: 672px;
    height: 482px;
    display: block;
    margin: 100px auto;
}

.portfolio-left
{
    width: 324px;
    background-color: #FFFFFF;
    padding: 18px 0 10px;
    position: absolute;
    float: left;
}

.portfolio-right
{
    overflow: hidden;
    background: url(../images/portfolio/portfolio-bg.png) no-repeat 0 0;
	padding: 0;
	width: 361px;
	margin: -23px 0 0 311px;
    border: none;
    float: right;
    height: 515px;
    position: absolute;
}

.portfolio a
{
    background: transparent url(../images/portfolio-close.png) no-repeat scroll 0 0;
    margin: -39px 0 0 654px;
    width: 34px;
    height: 34px;
    display: block;
    border-bottom: none;
    outline-style: none;
    position: absolute;
}

.portfolio-right a
{
    margin: 65px 0 0 215px;
    border-bottom: 1px #CCCCCC dotted;
    outline-style: none;
    position: absolute;
    background: none;
    width: auto;
    height: auto;
}

.portfolio h2
{
    margin: -10px 15px 10px
}

.portfolio p
{
    width: 290px;
    margin: 10px 15px 15px;
}

.portfolio-ebneo
{
    display: block;
    width: 270px;
    background-color: #007dc6;
    color: #FFFFFF;
    margin: 15px;
    padding: 10px;
}

.portfolio-ebneo ul
{
    margin: 5px 0px;
    padding: 0px;
}

.portfolio-ebneo ul li
{
    background: transparent url(../images/tick.png) no-repeat 0 0;
    display: block;
    width: 200px;
    height: 14px;
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    line-height: 15px;
}

.portfolio h3
{
    color: #333333;
    font-size: 1em;
    font-style: normal;
    margin: 0 0 0 15px;
}

.portfolio h3 a
{
    color: #333333;
    font-size: 1em;
    font-style: normal;
    border-bottom: 1px #CCCCCC dotted;
    margin: 0;
    padding: 0;
    background: none;
    width: 0;
    height: 0;
    display: inline;
    font-weight: bold;
    position: relative;
}

.portfolio h3 a:hover
{
    color: #007dc6;
}

.portfolio-image
{
    width: 316px;
    height: 375px;
    margin: 25px 23px;
}


/*.photos div img
{
	padding: 0;
	margin: 15px 15px 15px 28px;
	border: 1px solid #CCCCCC;
}

.photos ul.thumbs
{
	margin: 0px 15px 15px 28px;
	padding: 0;
	list-style: none;
	width: 370px;
	float: left;
}

.photos ul.thumbs li
{
	width: 71px;
	height: 57px;
	margin: 0 9px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCCCCC;
}

.photos ul.thumbs li img
{
	position: absolute;
	top: 0px;
	left: 0px;
    border: none;
    margin: 0;
}*/

/* 12 Footer
----------------------------------------------------------------------------*/

.footer
{
    position: absolute;
    bottom: 0;
    margin: 0px auto;
    display: block;
    text-align: center;
    width: 910px;
    height: 20px;
}

.footer a
{
    border-bottom: 1px #333333 dotted;
    outline-style: none;
}

.footer a:hover
{
    color: #007dc6;
    outline-style: none;
}

.footer-lb
{
    width: 500px;
    height: auto;
    display: block;
    margin: 40px auto 10px;
    padding: 20px;
    background-color: #FFFFFF;
    height: 450px;
    overflow: auto;
}

.footer-lb a
{
    background: transparent url(../images/portfolio-close.png) no-repeat scroll 0 0;
    margin: -35px 0 0 470px;
    width: 34px;
    height: 34px;
    display: block;
    position: fixed;
    border-bottom: none;
    outline-style: none;
}

.footer-lb a:hover
{
    width: 30px;
}

.error-content
{
    margin: 5px 0 0 -50px;
    width: 270px;
}

#body-container-error
{
    width: 585px;
    height: 600px;
    margin: 175px 0 0 76px;
    display: block;
    overflow: visible;
    z-index: 0;
    position: absolute;
}

.lb-home
{
    margin: 10px auto;
    display: block;
    width: 150px;
    height: 18px;
    color: #CCCCCC;
}





