﻿* 
{
    margin:0;
    padding:0;
}

a { color:#7b7b7b; }

a, a:hover, a:visited 
{
    text-decoration:none;
}

h2 
{
    font-size:12px;
    padding:0;
    margin:0;
    margin-bottom:10px;
}

a:hover 
{
    color:#953e46;
}

body
{
    color:#969694;
    font-family:Tahoma; 
    font-size:11px;
}

#wrapper 
{
    width:100%;
    position:relative;
}

#topMenu 
{
    height:30px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px; 
    margin-bottom:10px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    letter-spacing:2px;
    text-align:center;
    position:relative;
    background: url(/Images/menuBack.jpg) no-repeat center;
    line-height:30px;
}

#topMenu a, #topMenu a:hover, #topMenu a:visited 
{
    
}

#topMenu ul 
{
    list-style:none;
    
}

#topMenu li { display:-moz-inline-box; -moz-box-orient:vertical;
            display:inline-block; vertical-align:top; }

#topMenu li 
{
    width:167px;
    display:inline-block;
}

* html #topMenu li { display:inline; }  /* for IE 6 */
* + html #topMenu li { display:inline; }  /* for IE 7 */

#topMenu li > * { display:table;  width:167px; overflow:hidden; }



#topMenu .separator 
{
    /*background: url(/Images/separator.png) no-repeat center;*/
    width:0px;  
}

#topMenu .selected a
{
    color:#953e46;
}

.contentContainer 
{
    width:100%;
    background-color:#f0f1eb;
    height:440px;
}

.contentContainerFirstPage 
{
    width:100%;
    background-color:#f0f1eb;
    height:340px;
}

#content 
{
    width:1130px;
    margin-left:auto;
    margin-right:auto;
    height:100%;
    position:relative;
}

.footer 
{
    width:150px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    background: url(/Images/logo.jpg) no-repeat center;
    height:154px;
    clear:both;
    cursor:pointer;
}

.footerFirstpage 
{
    margin-top:10px;
    width:850px;
    margin-left:auto;
    margin-right:auto; 
    cursor:pointer;
}



/** FIRST PAGE **/

#forsideText 
{
    width:850px;
    line-height:20px;
    position:relative;
}

#flags
{
    margin-bottom:10px;
    padding-top:50px;
}

#forsideImage 
{
    width:1130px;
    margin-left:auto;
    margin-right:auto;
}

#forsideLogo 
{
    margin-top:30px;
    width:320px;
    height:225px;
    margin-left:auto;
    margin-right:auto; 
    background: url(/Images/logo_firstpage.jpg) no-repeat center;
}

/** ABOUT **/

#omossText 
{
    width:440px;
    height:440px;
    overflow:auto;
    float:left;
    background-color:#FFF;
    padding: 40px 20px 40px 20px;
}

#omOssImage 
{
    width:650px;
    height:440px;
    float:left;
    padding:0;
    /*background: url(/Images/aboutus.jpg) no-repeat center;*/
    position:relative;
}

.imagetext 
{
    position:relative;
    /*bottom:-30px;
    left:10px;*/
    font-style:italic;
}

.imagetext2 
{
    position:absolute;
    bottom:-20px;
    right:0px;
    font-style:italic;
}

.imagetext3
{
    position:absolute;
    bottom:-15px;
    left:330px;
    font-style:italic;
}

/** NEWS **/

#newsDetails 
{
    padding:40px;
    width:570px;
    height:360px;
    float:right;
    overflow:auto;
    overflow-x:hidden;
    background-color:#FFF;
}

#newsDetails .heading 
{
    margin-bottom:10px;
    display:block;
    font-weight:bold;
}

#newsDetails .ingress 
{
    margin-bottom:10px;
    display:block;
}

#newsDetails .body 
{
    display:block;
}

#newsList 
{
    width:460px;
    height:260px;
    float:left;
    padding: 40px 20px 40px 0px;
    position:relative;
}

#newsList ul 
{
    list-style:none;
    text-align:right;
}

#newsList li 
{
    display:block;
    margin-bottom:10px;
}

#newsScroller 
{
    position:absolute;
    right:20px;
    bottom:10px;
    font-size:10px;
}

#newsScroller .up 
{
    position:absolute;
    top:40px;
    left:10px;
}

#newsScroller .down 
{
    position:absolute;
    left:10px;
    bottom:40px;
}

#newsList .selected 
{
    color:#953e46;    
}

#newsList .newsItem 
{
    margin-bottom:10px;
}

#newsList .newsItemSeparator 
{
    background: url(/Images/newsItemSeparator.png) no-repeat;
    margin-top:20px;
    margin-bottom:20px;
    height:2px;
    width:100%;
}

/** CONTACT **/

#contact 
{
    width:100%;
}

#contact a 
{
    color:#006a96;
}

#contactMap 
{
    float:left;
    text-align:right;
    width:730px;
    height:440px;
}

#contactInfo 
{
    float:right;
    width:270px;
    background-color:#FFF;
    padding: 40px 20px 40px 20px;
    height:360px;
}

/** EMPLOYEES **/


#employeeDetails 
{
    float:left;
    width:390px;
    padding: 10px 0px 10px 0px;
    margin-left:250px;
    overflow:auto;
    height:390px;
}

#employeeDetails .image 
{
    display:block;
    margin-bottom:20px;
}

#employeeDetails .name 
{
    font-size:14px;
    display:block;
    margin-bottom:0px;
}

#employeeDetails .title 
{
    font-style:italic;
    display:block;
    margin-bottom:20px;
}

#employeeDetails .phone 
{
    display:block;
}

#employeeDetails .email 
{
    display:block;
    margin-bottom:20px;
}

#employeeDetails .email a 
{
    color:#006a96;
}

#employeeDetails .details 
{
    display:block;
}

#employeeList 
{
    float:right;
    width:440px;
    height:380px;
    padding: 40px 20px 40px 20px;
    background-color:#FFF;
    overflow:auto;
    margin-top:-13px;
}

#employeeList .selected 
{
    color:#953e46;
}

#employeeList ul 
{
    list-style:none;
}

#employeeList li 
{
    display:block;
    margin-bottom:10px;
}

/** PROJECTS **/


.projectThumb 
{
    float:left;
    margin:20px;
    margin-left:34px;
    margin-right:34px;
    width:110px;
    height:90px;
    text-align:center;
    cursor:pointer;
    position:relative;
}

.projectThumb .imagetext 
{
    text-align:center;
}

.projectThumb img 
{
    margin-bottom:5px;
}

#projectDetails 
{
    width:300px;
    height:390px;
    padding: 40px 10px 10px 0px;
    float:left;
    position:relative;
}

#projectDetails .back 
{
    position:absolute;
    bottom:10px;
    right:10px;
}

#projectImage 
{
    padding-left:20px;
    padding-right:20px;
    height:440px;
    background-color:#FFF;
    float:left;
}

#projectImage img 
{
    max-height:440px;
    position:absolute;
    padding-right:20px;
    background-color:#FFF;
}

#projectThumbs 
{
    text-align:right;
    position:absolute;
    bottom:30px;
    right:10px;
    overflow:auto;
}

#projectThumbs .image 
{
    margin-bottom:0px;
}

#projectList 
{
    width:780px;
    list-style:none;
    float:left;
    padding: 20px;
    height:400px;
    background-color:#FFF;
    overflow:auto;
    position:relative;
}

#projectPager 
{
    position:absolute;
    bottom:10px;
    right:10px;
}

#projectTotalRecords 
{
    position:absolute;
    bottom:10px;
    left:10px;
}

#projectCategories 
{
    width:290px;
    float:left;
    margin-top:100px;
    margin-bottom:auto;
    text-align:right;
    padding-right:20px;
}

#projectCategories a 
{
    font-size:12px;
    font-weight:bold;
}

#projectCategories li 
{
    list-style:none;
    margin-bottom:10px;
}

#projectCategories .selected 
{
    color:#953e46;
}

#projectList li 
{
    list-style:none;
    margin-bottom:10px;
}

#projectList .selected 
{
    color:#953e46;
}

.bottomLine 
{
    background: url(/Images/footerLine.gif) repeat-x top;
    padding-top:5px;
    height:20px;
    margin-top:50px;
}

.firstElement 
{
	padding-bottom:10px;
}
    

