﻿/* Default CSS properties */
body
{
    background-color    : #f6f6f8;
	color				: Black;
	font-family 		: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;
}

html, body 
{
    overflow-x          : hidden;
}

img
{
	border				: 0px;
}

A:Link
{
	color				:	Black;
	text-decoration		:	none;
}

A:Visited
{
	color				:	Black;
	text-decoration		:	none;
}

A:Active
{
	color				:	Black;
	text-decoration		:	none;
}

A:Hover
{
	color				:	Black;
	text-decoration		:	underline;
}

/* Containers */
.pnlContainer
{
    position    		: absolute;
	overflow			: visible;
    width       		: 990px;
    left        		: 50%;
	margin-left 		: -502px;
	top					: 20px;
}

.pnlLogo
{
    position            : absolute;
    width               : 265px;
    height              : 84px;
    left                : 10px;
}

.pnlTopBackground
{
    position            : absolute;
    top                 : 0px;
    left                : 0px;
    width               : 100%;
    background-color    : #142127;
    height              : 120px;
}

.pnlMenu
{
    position            : absolute;
    top                 : -13px;
    left                : 285px;
}

.pnlShowCase
{
    position            : absolute;
    width               : 386px;
    height              : 187px;
    top                 : 110px;
    left                : 590px;
}

.pnlBlueDots
{
    position            : absolute;
    left                : 565px;
    top                 : 117px;
}

.pnlTextWelcome
{
    position            : absolute;
    top                 : 125px;
    left                : 15px;
}

.pnlWoodBackground
{
    position            : absolute;
    top                 : 120px;
    left                : 0px;
}

.pnlContent
{
    position            : absolute;
    top                 : 335px;
    width               : 100%;
}

.pnlWelcomeText
{
    position            : relative;
    left                : 200px;
    width               : 260px;
    top                 : 0px;
    text-align          : justify;
}

.pnlText
{
    position            : relative;
    left                : 20px;
    width               : 960px;
    top                 : 0px;
    text-align          : justify;
}

.pnlContactText
{
    position            : relative;
    left                : 20px;
    width               : 960px;
    top                 : 0px;
    text-align          : justify;
}

.pnlSteps
{
    position            : absolute;
    top                 : -22px;
    left                : 480px;
}

.pnlThumbs
{
    position            : absolute;
    top                 : -335px;
    z-index             : 20;
    left        		: 50%;
	margin-left 		: -480px;
}

.pnlBottom
{
    position            : absolute;
    width               : 100%;
    background-color    : #142127;
    height              : 150px; /* JS sets different height */
    left                : 0px;
    top                 : 687px; /* JS sets different top */
    /*z-index             : 1;*/
}

.pnlSlogan
{
    position    		: absolute;
	overflow			: visible;
    left        		: 50%;
    width       		: 525px;
    height              : 69px;
	margin-left 		: -465px;
	top					: 50px;
}

.pnlContactBottom
{
    position    		: absolute;
	overflow			: visible;
    left        		: 50%;
    width       		: 300px;
    height              : 69px;
	margin-left 		: 115px;
	top					: 13px;
    color               : White;
    font-size           : 13px;
}

.pnlWhiteDots
{
    position    		: absolute;
	overflow			: visible;
    left        		: 50%;
    width       		: 525px;
    height              : 69px;
	margin-left 		: 90px;
	top					: 15px;
}

.lblTitle
{
    font-size           : 18px;
    color               : #142127;
    font-weight         : bold;
}

.pnlMap
{
    position            : absolute;
    left                : 599px;
    width               : 368px;
    height              : 299px;
}

.pnlContactForm
{
    padding-left        : 25px;
}

.pnlMapBackground
{
    position            : absolute;
    top                 : -9px;
    left                : 590px;
    width               : 386px;
    height              : 317px;
    background-image    : url(/style/images/imgMapBackground.jpg);
    background-repeat   : no-repeat;
}

.pnlCompanyText
{
    position            : relative;
    left                : 340px;
    width               : 640px;
    top                 : 0px;
    text-align          : justify;
}

.pnlCompanyThumbs
{
    position            : absolute;
    left                : 20px;
}

.pnlNews01
{
    position            : absolute;
    height              : 95px;
    padding             : 10px;
    padding-left        : 25px;
    width               : 475px;
    left                : 0px;
    top                 : 15px;
}

.pnlNews02
{
    position            : absolute;
    top                 : 135px;
    height              : 95px;
    padding             : 10px;
    padding-left        : 25px;
    width               : 475px;
    left                : 0px;
}

.pnlNews03
{
    position            : absolute;
    top                 : 250px;
    height              : 95px;
    padding             : 10px;
    padding-left        : 25px;
    width               : 475px;
    left                : 0px;
}

.txtNewsTitle
{
    font-size           : 14px;
    font-weight         : bold;
}

.pnlFSC
{
    position            : absolute;
    left        		: 50%;
    margin-left         : 375px;
    top                 : 40px;
}

.pnlCompany
{
    position            : absolute;
    overflow            : hidden;
    top                 : -11px;
    width               : 141px;
    height              : 110px;
    left                : 426px;
    z-index             : 101;
    color               : White;
}

.tblCompany
{
    background-color    : #142127;
    width               : 100%;
    text-align          : center;
}

.pnlProjects
{
    position            : absolute;
    overflow            : hidden;
    top                 : -11px;
    width               : 141px;
    height              : 110px;
    left                : 708px;
    z-index             : 101;
    color               : White;
}

.tblProjects
{
    background-color    : #142127;
    width               : 100%;
    text-align          : center;
}

.tblProjects A:Link, .tblProjects A:Hover, .tblProjects A:Active, .tblProjects A:Visited
{
    color               : White;
} 

.tblCompany A:Link, .tblCompany A:Hover, .tblCompany A:Active, .tblCompany A:Visited
{
    color               : White;
} 
