@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #1A232B;
	background-image: url(images/bgrnd2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #7DB515;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7DB515;
}
a:hover {
	text-decoration: underline;
	color: #92C801;
}
a:active {
	text-decoration: none;
	color: #C30;
}
.oneColElsCtr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#mainHeader {
	height: 137px;
	width: 1024px;
	position: relative;
}
#mainContent {
	width: 964px;
	height: auto;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 30px;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 30px;
}

#layerLogo {
	position:absolute;
	left:26px;
	top:0px;
	width:624px;
	height:137px;
	z-index:1;
	background-image: url(images/headerLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
#layerOrders {
	position:absolute;
	left:832px;
	top:33px;
	width:69px;
	height:77px;
	z-index:2;
	background-image: url(images/iconOrdersEn.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#layerContact {
	position:absolute;
	left:928px;
	top:33px;
	width:69px;
	height:77px;
	z-index:3;
	background-image: url(images/iconContact.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#layerLang {
	position:absolute;
	left:945px;
	top:0px;
	width:36px;
	height:21px;
	z-index:4;
}
.homeWinBg {
	background-color: #F0F0F0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: 488px;
	width: 55px;
}
.homeThumbs {
	background-repeat: no-repeat;
	background-position: center top;
	height: 456px;
	width: 114px;
	margin-left: 54px;
	font-family: 13;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 16px;
}
.winBg1 {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: left top;
	height: 488px;
}
.winBg2 {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	height: 488px;
}

#layerPageContent {
	position:relative;
	left:107px;
	top:15px;
	width:596px;
	height:458px;
	z-index:1;
}
#layerPageContentContact {
	position:relative;
	left:107px;
	top:15px;
	width:605px;
	height:458px;
	z-index:1;
}
#layerPageContentAboutSub {
	position:relative;
	left:53px;
	top:14px;
	width:640px;
	height:458px;
	z-index:1;
}


.ttlBigGrn1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #70A610;
	line-height: 26px;
	padding-bottom: 3px;
}
.ttlBigGrn2det {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #70A610;
	line-height: 27px;
	padding-bottom: 3px;
	background-image: url(images/btnReadMore.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.ttlBigGrn2back {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #70A610;
	line-height: 30px;
	padding-bottom: 3px;
	background-image: url(images/btnBack.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.ttlBigGrn1higher {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #70A610;
	line-height: 38px;
	padding-bottom: 3px;
}
.ttlBigBlk {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1A232B;
	line-height: 22px;
	padding-bottom: 1px;
}



.contentTextTablerow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #1A232B;
	margin-right: 30px;
}
.contentTextBgSamples {
	background-image: url(images/btnSamples.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
	bottom: 3px;
}
.contentTextBgSamplesRo {
	background-image: url(images/btnSamplesRo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
	bottom: 3px;
}

.separatorDotline {
	background-image: url(images/dotline1.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 18px;
}
.separatorDotlineSmaller {
	background-image: url(images/dotline1.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 12px;
}

.textParagraph1 {
	font-size: 13px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #454A52;
}
.subttl16 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.bgImgContact {
	background-image: url(images/img05b.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 305px;
}
.textGreen {
	color: #6EA30F;
}
.textParagrafBigGrn {
	font-size: 19px;
	font-weight: bold;
	color: #6EA40F;
	line-height: 21px;
}
.textGrey {
	color: #5B6168;
}
.tableCellSpacer {
	padding-right: 15px;
	padding-bottom: 12px;
	height: 100px;
}
.arrowEndOra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowsEndsOra.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}
.arrowEndOra2Gri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowsEndsOra2Gri.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}
.arrowEndGri2Ora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowsEndsGri2Ora.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}
.arrowEndGri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowsEndsGri.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}
.arrowNoOra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 19px;
	width: 14px;
	background-color: #F29900;
}
.arrowNoGri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 19px;
	width: 14px;
	background-color: #8E9EAD;
	cursor: pointer;
}
.arrowTailOra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowTailOra.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}
.arrowTailGri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowTailGri.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}

.arrowHeadGri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowHeadGri.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}
.arrowHeadOra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowHeadOra.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 19px;
	width: 14px;
}
.ttlBigGrn2detRo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #70A610;
	line-height: 27px;
	padding-bottom: 3px;
	background-image: url(images/btnReadMoreRo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.titleOrdersGrn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #72A811;
}
.titleOrdersBlk {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #1A232B;
}


.textbox1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1A232B;
	background-color: #FFF;
	height: 20px;
	width: 200px;
	border: 1px solid #D7D9DB;
}
.btn1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #70AA22;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 75px;
}
.listPortfolio {
	line-height: 20px;
}
.winBgTile {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
}

#layerPageContentOrder {
	position:relative;
	left:107px;
	top:15px;
	width:830px;
	height:auto;
	z-index:1;
}
#layerUserLogin {
	position:absolute;
	left:770px;
	top:33px;
	width:140px;
	height:93px;
	z-index:2;
}
.textWhite {
	color: #F7F7F7;
}
.textboxUser {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A232B;
	background-color: #A8B3B9;
	height: 17px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btnUser {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #70AA22;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 19px;
	width: 32px;
}

