

html,
body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

	body
	{
		font: 100%/1.5 Verdana, "Geneva CE", lucida, sans-serif;
		text-align: center;
		color: #000;
		background: #ecebeb url(./../img/enteria/bgr-page.png) top center repeat-y fixed; 
	}

#holder
{
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	
	background: url(./../img/enteria/bgr-page-inner.png) top center repeat-y;
}

	body>#holder
	{
		min-height: 100%;
		height: auto;
	}

.cleaner
{
	height: 1px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

#header
{
	position: relative;
	width: 100%;
	height: 114px;
	background: url(./../img/enteria/bgr-header.png) top left no-repeat;
}

	#logo
	{
		display: block;
		width: 204px;
		height: 64px;
		position: absolute;
		top: 22px;
		left: 29px;
		background: url(./../img/enteria/logo-enteria.png) top left no-repeat;
	}

#bcaft
{
	position: relative;
	width: 100%;
	height: 32px;
	background: url(./../img/enteria/bgr-bcaft.png) top left no-repeat;
	overflow: hidden;
}
	
	#location
	{
		padding: 0 250px 0 10px;
		line-height: 30px;
		color: #fff;
		text-transform: lowercase;		
	}
	
		#location a
		{
			color: #fff;
		}
		
			#location a:hover
			{
				text-decoration: none;
			}
	
	
	#lang
	{
		position: absolute;
		top: 0;
		right: 16px;
		height: 28px;
		background: url(./../img/enteria/bgr-lang.png) center center no-repeat;
	}
	
		#lang a,
		#lang span
		{
			display: block;
			height: 28px;
			line-height: 23px;
			padding: 0 8px 0 16px;
			float: left;
			color: #fff;
			background: url(./../img/enteria/bgr-lang.png) top left no-repeat;
			font-weight: bold;
			font-size: .9em;
			text-decoration: none;
		}
			#lang span
			{
				color: #c32005;
			}
			
			#lang a:hover
			{
				text-decoration: underline;
			}
		
			#lang .langRight
			{
				background-position: right;
				padding: 0 16px 0 8px;
			}
		
			#lang .langSep
			{
				height: 20px;
				padding: 0;
				background-image: none;
				border-left: 1px solid #fff;
				overflow: hidden;
			}
	
	
	#fulltext
	{
		position: absolute;
		top: 5px;
		right: 5px;
		display: block;
		height: 21px;
		width: 190px;
		background: url(./../img/enteria/bgr-fulltext-input.png) 0 0 no-repeat;
		
	}
	
		#fulltext input
		{
			position: relative;
			top: 1px;
			left: 22px;
			width: 138px;
			border: none;
			background: none;
		}
	
		#fulltext button
		{
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			width: 21px;
			height: 21px;
			border: none;
			background: url(./../img/enteria/bgr-fulltext-button.png) top left no-repeat;
			overflow: hidden;
		}
		
			#fulltext button span
			{
				position: absolute;
				visibility: hidden;
			}


#page
{
	margin: 0;
}
	
	#content
	{
		float: right;
		width: 685px;
		padding: 10px 0;
		margin: 0 10px 35px 0;
		overflow: hidden;
	}
	
		#content[id]
		{
			width: 685px;
			margin-right: 20px;
		}
	
	
	#menu
	{
		float: left;
		width: 220px;
		margin: 0 0 35px 0;
		overflow: hidden;
		line-height: 1.33;
	}
		
		#menu ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			#menu li
			{
				padding: 0;
				margin: 0;
				width: 220px;
				overflow: hidden;
			}
		
			#menu a
			{
				display: block;
				width: 100%;
				padding: 3px 0 5px 10px;
				color: #000;
				background: url(./../img/enteria/bgr-menu-item.png) bottom left no-repeat;
				font-weight: bold;
				text-decoration: none;
				float: left;
			}
			
				#menu[id] a
				{
					width: auto;
					float: none;
				}
			
			#menu a.active,
			#menu a:hover
			{
				color: #c94622;
			}
			
				#menu a span
				{
					display: block;
					padding-left: 19px;				 
					background: url(./../img/enteria/arrow-red.png) 0 2px no-repeat;
				}
			
			#menu ul ul a
			{
				font-weight: normal;
			}
			
				#menu ul ul a span
				{
					margin-left: 17px;
					background-image: url(./../img/enteria/arrow-grey.png);
				}
				
				#menu ul ul ul a span
				{
					margin-left: 34px;
					background-image: url(./../img/enteria/arrow-black.png);
				}
			
				#menu ul ul a.active
				{
					color: #c94622;
					font-weight: bold;
					
				}
					#menu ul ul a.active span
					{
						background-image: url(./../img/enteria/arrow-red.png);
					}



	#map ul
	{
		margin: 0 0 0 2em;
		padding: 0;
		list-style-type: none;
	}
		#map li
		{
			padding: 2px 0 2px 12px;
			background: url(./../img/enteria/arrow-simple-black.png) 0 .7em no-repeat;
		}



#footer
{
	position: absolute;
	bottom: 0;
	display: block;
	width: 950px;
	height: 31px;
	padding: 0 250px 0 10px;
	line-height: 30px;
	background: url(./../img/enteria/bgr-footer.png) top left no-repeat;
	color: #fff;
	overflow: hidden;
	font-size: .9em;
}

	#footer[id]
	{
		width: 690px;
	}
	
	#footer a
	{
		color: #fff;
	}

		#footer a:hover
		{
			text-decoration: none;
		}
	
	#cms
	{
		position: absolute;
		right: 10px;
		top: 0;
	}

#footerPrint,
#logoPrint,
#pageUrl
{
	display: none;
}


.divDotsSpacer
{
    height: 5px;
    background: url(./../img/enteria/bgr-dots.png) top left repeat-x;
    margin-bottom: 10px;
    margin-top: 10px;
}

.divNewsItemContent
{
    float: right;
    width: 570px;
}

    .divNewsItemContent a,
    .divNewsItemContent p.title
    {
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        color: #c94622;
        margin: 0;
        padding: 0;
    }

    .divNewsItemContent h2
    {
        margin-top: 0px;
        font-weight: bold;
    }

    .divNewsItemContent .spanDate
    {
        font-weight: bold;
    }

h2.title
{
    color: #000000;
}

.divNewsItemImage
{
    float: left;
    width: 100px;
}

.divNewsBack
{
    margin-top: 30px;
}

    .divNewsBack .spanNewsBack
    {
        font-weight: bold;
        padding-left: 22px;
        display: block;
        height: 19px;
        background: url(./../img/enteria/bgr-arrow-back.png) top left no-repeat;
    }

.spanPagingActive
{
    color: #c94622;
}

.divPaging
{
    text-align: right;
}

    .divPaging .imgLeftArrow
    {
        position: relative;
        top: 3px;
        margin-right: 10px;
    }

    .divPaging .imgRightArrow
    {
        position: relative;
        top: 3px;
        margin-left: 10px;
    }

.divPhoneFilter
{
    background-color: #DFD8D6;
    background: url(./../img/enteria/box-bgr.png);
}

    .divPhoneFilter .divContent .divItem
    {
        float: left;
        margin-left: 15px;
    }

    .divPhoneFilter .divContent .divItem .text
    {
        border: none;
    }

    .submit
    {
        border: none;
        background: url(./../img/enteria/bgr-button.png) top left no-repeat;
        width: 19px;
        height: 20px;
        cursor: pointer;
    }

    .divPhoneFilter .bottomRow
    {
        height: 12px;
    }

    .divPhoneFilter .spanTopLeft
    {
        float: left;
        display: block;
        width: 13px;
        height: 12px;
        background: url(./../img/enteria/box-top-left.png) top left no-repeat;
    }

    .divPhoneFilter .spanBottomLeft
    {
        float: left;
        display: block;
        width: 13px;
        height: 12px;
        background: url(./../img/enteria/box-bottom-left.png) top left no-repeat;
    }

    .divPhoneFilter .spanTopRight
    {
        float: right;
        display: block;
        width: 14px;
        height: 13px;
        background: url(./../img/enteria/box-top-right.png) top left no-repeat;
    }

    .divPhoneFilter  .spanBottomRight
    {
        float: right;
        display: block;
        width: 14px;
        height: 13px;
        background: url(./../img/enteria/box-bottom-right.png) top left no-repeat;
    }

.divReferenceFilter
{
    background-color: #DFD8D6;
    background: url(./../img/enteria/box-bgr-dark.png);
}

    .divReferenceFilter .divContent .divItem
    {
        float: left;
        margin-left: 30px;
        margin-right: 20px
    }

    .divReferenceFilter .divContent .divItem .text
    {
        border: none;
    }

    .divReferenceFilter .divContent .divItem .submit
    {
        border: none;
        background: url(./../img/enteria/bgr-button.png) top left no-repeat;
        width: 19px;
        height: 20px;
        cursor: pointer;
    }

    .divReferenceFilter .bottomRow
    {
        height: 8px;
    }

    .divReferenceFilter .spanTopLeft
    {
        float: left;
        display: block;
        width: 15px;
        height: 8px;
        background: url(./../img/enteria/box-top-left-dark.png) top left no-repeat;
    }

    .divReferenceFilter .spanBottomLeft
    {
        float: left;
        display: block;
        width: 15px;
        height: 8px;
        background: url(./../img/enteria/box-bottom-left-dark.png) top left no-repeat;
    }

    .divReferenceFilter .spanTopRight
    {
        float: right;
        display: block;
        width: 13px;
        height: 8px;
        background: url(./../img/enteria/box-top-right-dark.png) top left no-repeat;
    }

    .divReferenceFilter  .spanBottomRight
    {
        float: right;
        display: block;
        width: 13px;
        height: 8px;
        background: url(./../img/enteria/box-bottom-right-dark.png) top left no-repeat;
    }
.divFilter
{
    margin-bottom: 10px;
    background: url(./../img/enteria/filter-bgr.png) top left no-repeat;
    padding-top: 5px;
}

    .divFilter .divFilterBottom
    {
        background: url(./../img/enteria/filter-bgr.png) bottom left no-repeat;
        height: 5px;
    }

    .divFilter .divLeft
    {
        float: left;
        width: 250px;
    }

    .divFilter .divRight
    {
    	float: right;
    	float: expression("none");
        width: 430px;
    }

        .divFilter .divRight .divContent,
        .divFilter .divLeft .divContent
        {
            white-space: nowrap;

            padding: 10px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

            .divFilter .divRight .divContent .divFilterInput,
            .divFilter .divLeft .divContent .divFilterInput
            {
                float: left;
                margin-right: 5px;
                color: #c94622;
                white-space: nowrap;
            }

            .divFilter .divRight .divContent .divFilterInput label,
            .divFilter .divLeft .divContent .divFilterInput label
            {
                text-decoration: underline;
            }



.divPlaceContact
{
    margin-top: 10px;
}

.divPhoneBook,
.divReferences
{
    margin-top: 20px;
}

    .divPhoneBook a,
    .divReferences a
    {
        color: #000000;
    }

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.normal
{
    font-weight: normal;
}

.borderLeft
{
    border-left: 1px solid #FFFFFF;
}

.borderRight
{
    border-right: 1px solid #FFFFFF;
}

.divPhoneBook table,
.divReferences table
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .divPhoneBook table th,
    .divReferences table th
    {
        padding: 0px;
        vertical-align: middle;
        background: url(./../img/enteria/tbl-bgr.png) top left repeat-x;
        border-bottom: 1px solid #FFFFFF;
    }

    .divPhoneBook table th.paddingLeft,
    .divPhoneBook table td.paddingLeft,
    .divReferences table th.paddingLeft,
    .divReferences table td.paddingLeft
    {
        padding-left: 10px;
    }
    
    .divReferences table th.borderRight
    {
        width: 270px;
    }

    .divPhoneBook table th.borderRight
    {
        width: 165px;
    }
    
    .divPhoneBook table th.double
    {
        width: 320px !important;
    }
    
    

    .divReferences table th.borderRight.paddingLeft
    {
        width: 240px;
    }

    .divPhoneBook table th.borderRight.paddingLeft
    {
        width: 165px;
    }

    .divPhoneBook table th.right,
    .divReferences table th.right
    {
        white-space: nowrap !important;
    }
    .divPhoneBook table th.thRight,
    .divReferences table th.thRight
    {
    	width: 15px;
    }


    .divPhoneBook table td,
    .divReferences table td
    {
        vertical-align: top;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .divPhoneBook table .trOdd,
    .divReferences table .trOdd
    {
        background-color: #DFD8D6;
    }

    .divPhoneBook table .trEven,
    .divReferences table .trEven
    {
        background-color: #DDCBC6;
    }

    .divPhoneBook table .tdCompanyOdd,
    .divReferences table .tdCompanyOdd
    {
        background-color: #FFFFFF;
    }

    .divPhoneBook table .tdCompanyEven,
    .divReferences table .tdCompanyEven
    {
        background-color: #FAEEEB;
    }

    .divPhoneBook table th .spanLeft,
    .divReferences table th .spanLeft
    {
        display: block;
        float: left;
        background: url(./../img/enteria/tbl-left.png) top left no-repeat;
        width: 11px;
        height: 27px;
    }

    .divPhoneBook table th .spanRight,
    .divReferences table th .spanRight
    {
        display: block;
        float: right;
        background: url(./../img/enteria/tbl-right.png) top left no-repeat;
        width: 12px;
        height: 27px;
    }

    .divPhoneBook table .thLeft,
    .divPhoneBook table .thLeft,
    .divReferences table .thLeft,
    .divReferences table .thLeft
    {
        width: 12px;
    }

.divFloatLeft
{
    float: left;
}

.divFloatRight
{
    float: right;
}

.divImages
{
    margin-top: 30px;
}

.divReferenceDetailTbl
{
    margin-top: 40px;
    margin-bottom: 30px;
}

.divReferenceDetailTbl table
{
    border-collapse: collapse;
    width: 100%;
}

.divReferenceDetailTbl th
{
    background: url(./../../img/enteria/tbl-head-bgr.png) top left;
    padding: 4px 8px;
    width: 130px;
}

.divDots
{
    height: 1px;
    background: url(./../../img/enteria/bgr-cell.png) bottom left repeat-x;
}

.divHeaderTopLeft
{
    background: url(./../../img/enteria/tbl-head-top-left.png) top left no-repeat;
    position: relative;
    top: -4px;
    left: 0px;
    width: 9px;
    height: 7px;
    float: left;
}

.divHeaderBottomLeft
{
    background: url(./../../img/enteria/tbl-head-bottom-left.png) top left no-repeat;
    position: relative;
    top: 15px;
    left: 0px;
    width: 9px;
    height: 7px;
    float: left;
}

th.noPad
{
    padding-left: 0px;
}

.divGallery table
{
    width: 100%;
	background: #ecebeb;
}

.divGallery table td
{
    width: 33%;
    padding: 15px;
    background-image: none;
    background-color: #FFFFFF;
    text-align: center;
}

.spanPagingActive
{
    font-weight: bold;
}

.divPaging a
{
    color: #000000;
    text-decoration: none;
}

.fixedSelect
{
    width: 100px;
}

