﻿/* Default CSS properties */
body
{
    background-color    : White;
	color				: Black;
	font-family 		: Arial, Tahoma, Georgia, sans-serif;
	font-size			: 11px;
}

img
{
	border				: 0px;
}

A:Link
{
	color				:	#f78f1e;
	text-decoration		:	none;
}

A:Visited
{
	color				:	#f78f1e;
	text-decoration		:	none;
}

A:Active
{
	color				:	#f78f1e;
	text-decoration		:	none;
}

A:Hover
{
	color				:	#f78f1e;
	text-decoration		:	underline;
}

h2
{
    font-size           : 30px;
}

h3
{
    font-size           : 15px;
}

/* Containers */
.pnlContainer
{
    position    		: absolute;
	overflow			: visible;
    left        		: 50%;
    width       		: 952px;
	margin-left 		: -474px;
	top					: 0px;
	height              : 800px;
}

.pnlMenu
{
    position            : absolute;
    top                 : 45px;
    left                : 500px;
    width               : 200px;
    z-index             : 1;
    font-size           : 17px;
    line-height         : 2.32em;
    background-image    : url('../images/imgDottedLineHigh.jpg');
    background-repeat   : repeat-y;
}

.pnlMenu a
{
    color               : #000000;
}

.pnlMenu a:hover
{
    text-decoration     : none;
    color               : #f78f1e;
}

.pnlSubmenu
{
    position            : absolute;
    right               : 0px;
    top                 : 0px;
    width               : 300px;
    font-size           : 14px;
    text-align          : right;
    z-index             : 1;
}

.pnlSubmenu a
{
    color               : #000000;
}

.pnlSubmenu a:hover
{
    text-decoration     : none;
    color               : #f78f1e;
}

.lblDash
{
    color               : /*#4D4D4F;*/ #cccccc;
    font-size           : 25px;
}

.pnlLogo
{
    position            : absolute;
    top                 : 0px;
    left                : 0px;
    z-index             : 10;
}

.pnlBottom
{
    position            : relative;
    left                : 0px;
    width               : 948px;
    z-index             : 1;
}

.pnlFooterButtons
{
    position            : absolute;
    top                 : -10px;
    left                : 25px;
}

.pnlCopyright
{
    position            : absolute;
    top                 : 180px;
    text-align          : center;  
    width               : 940px;
    font-size           : 15px;
}

.pnlCopyright a
{
    color               : #000000;
}

.pnlCopyright a:hover
{
    text-decoration     : none;
    color               : #f78f1e;
}

.pnlSocial
{
    position            : absolute;
    top                 : 220px;
    left                : 418px;
    height              : 35px;
}

.pnlDottedTop
{
    position            : absolute;
    top                 : -10px;
    width               : 950px;
    overflow            : hidden;
    
}

.pnlDottedBottom
{
    position            : absolute;
    top                 : 150px;
    width               : 950px;
    overflow            : hidden;
}

.pnlContent
{
    position            : relative;
    padding-top         : 775px;
    padding-bottom      : 10px;
    top                 : 0px;
    left                : 0px;
    width               : 950px;
    line-height         : 25px;
}

.pnlQuote
{
    position            : absolute;
    top                 : 152px;
}

.pnlFounder
{
    position            : relative;
    top                 : -20px;
}

.pnlQuoteIcon
{
    position            : absolute;
    top                 : 158px; /*158px*/
    left                : 220px;
}

.pnlTopDots
{
    position            : absolute;
    top                 : 400px;
    width               : 950px;
    overflow            : hidden;
}

.pnlThumbDots
{
    position            : absolute;
    top                 : 755px;
    width               : 950px;
    overflow            : hidden;
}

.pnlThumbs
{
    position            : absolute;
    top                 : 440px;
    z-index             : 100;
    width               : 960px;
}

.pnlThumbsBottom
{
    position            : absolute;
    top                 : 585px;
    width               : 960px;
    z-index             : 100;
}

.pnlFooter1
{
    position            : absolute;
    left                : 0px;
    top                 : 60px;
    font-size           : 20px;
    width               : 180px;
    height              : 100px;
}

.pnlFooter2
{
    position            : absolute;
    left                : 250px;
    top                 : 37px;
    font-size           : 20px;
    width               : 180px;
    height              : 100px;
}

.pnlFooter3
{
    position            : absolute;
    left                : 500px;
    top                 : 37px;
    font-size           : 20px;
    width               : 185px;
    height              : 100px;
}

.pnlFooter4
{
    position            : absolute;
    left                : 750px;
    top                 : 60px;
    font-size           : 20px;
    width               : 180px;
    height              : 100px;
}

.pnlFooter1 a, .pnlFooter2 a, .pnlFooter3 a, .pnlFooter4 a
{
    color               : Black;
}

.pnlFooter1 a:hover, .pnlFooter2 a:hover, .pnlFooter3 a:hover, .pnlFooter4 a:hover
{
    color               : #f78f1e;
    text-decoration     : none;
}

.lblSubheader
{
    font-size           : 14px;
}

.pnlNews
{
    position            : relative;
    left                : 200px;
    border              : 1px solid red;
}

.pnlPageContent
{
    position            : relative;
    width               : 400px;
    left                : 275px;
    padding-top         : 60px;
}

.pnlContactBlock
{
    position            : relative;
    background-color    : Black;
    color               : White;
    font-size           : 20px;
    padding             : 20px;
    padding-right       : 10px;
    bottom              : 165px;
    width               : 195px;
}

.pnlContactBlock a
{
    color               : White;
}

.pnlContactBlock a:hover
{
    color               : Gray;
    text-decoration     : none;
}

.pnlExtraMenu
{
    position            : absolute;
    left                : 0px;
    top                 : 785px;
    font-size           : 17px;
    z-index             : 100;
}

.pnlExtraMenu a
{
    color               : Black;
}

.pnlExtraMenu a:hover
{
    color               : #f78f1e;
    text-decoration     : none;
}

.pnlNewsMenuHeader
{
    position            : absolute;
    background-color    : Black;
    width               : 213px;
    right               : 4px;
    top                 : 785px;
    color               : White;
    font-size           : 25px;
    padding             : 10px;
    padding-bottom      : 13px;
    text-align          : center;
}

.pnlNewsMenu
{
    position            : absolute;
    top                 : 850px;
    z-index             : 110;
    right               : 20px;
    font-size           : 18px;
    color               : Black;
    background-image    : url('../images/imgDottedLineHigher.jpg');
    background-repeat   : repeat-y;
    width               : 215px;
    height              : 200px;
    line-height         : 60px;
}

.pnlNewsMenu a
{
    color               : Black;
}

.pnlNewsMenu a:hover
{
    color               : #f78f1e;
    text-decoration     : none;
}

.pnlCoffeeContact
{
    position            : absolute;
    font-size           : 17px;
    left                : 600px;
    width               : 270px;
    top                 : 1055px;
}

.pnlCoffeeContact a
{
    color               : Black;
}

.pnlCoffeeContact a:hover
{
    color               : #f78f1e;
    text-decoration     : none;
}

.tblrPortfolio
{
    font-size           : 15px;
}

.pnlDescription
{
    padding-left        : 3px;
    padding-top         : 25px;
    width               : 350px;
}

.pnlNavigation
{
    position            : absolute;
    top                 : 275px;
    left                : 5px;
    font-size           : 20px;
}

.pnlNavigation a
{
    color               : Black;
}

.pnlNavigation a:hover
{
    color               : #f78f1e;
    text-decoration     : none;
}

.lblTitle
{
    font-size           : 25px;
}

.pnlSitemap a
{
    color               : Black;
}

.pnlSitemap a:hover
{
    color               : #f78f1e;
    text-decoration     : none;
}

/*-------------------------------------*/

.pnlThumb
{
    position            : absolute;
    top                 : 175px;
    left                : -175px;
}

.pnlOtherThumb
{
    position            : absolute;
    top                 : 100px;
    left                : -150px;
}

.lblCoffeeContact
{
    color               : Black;
}

.pnlImageThumbs
{
    position            : relative;
    top                 : 375px;
    left                : -7px;
}

.pnlPortfolioImage
{
    position            : relative;
    width               : 948px;
    overflow            : hidden;
    left                : 0px;
    padding-top         : 20px;
}

.pnlReferenceImage
{
    width               : 340px;
    height              : 281px;
    position            : absolute;
    top                 : 65px;
    left                : -150px;
}

.pnlPortfolio
{
    position            : absolute;
    width               : 450px;
    left                : 0px;
    top                 : 1100px;
}

.pnlPortfolioThumbs
{
    position            : relative;
    top                 : 0px;
    left                : 455px;
    width               : 510px;
}

.pnlReference
{
    position            : absolute;
    top                 : 20px;
    width               : 410px;
    left                : 190px;
}

.lblSubheader
{
    font-size           : 12px;
    font-weight         : bold;
}

.lblHeader
{
    font-size           : 14px;
    font-weight         : bold;
}

.pnlSlogan
{
    position            : relative;
    width               : 150px;
    font-size           : 14px;
    font-weight         : bold;
}

.pnlReferant
{
    position            : relative;
    top                 : 50px;
    color               : #f78f1e;
    font-weight         : bold;
    right               : -200px;
    width               : 300px;
    font-size           : 11px;
}

.pnlReferenceThumbs
{
    position            : absolute;
    top                 : 240px;
}
