/* CSS Document */

body {
	background-color:#99CC00;
	margin:0;
	padding:0;
}
.MiddleWidth	{width:1000px;}
.MinWidth 		{min-width:1000px;}
.Min50Right 	{right:500px;}
.Min50Left		{left:499px;}


.Canvas {
	background-image:url(img/page-ground.gif);
	background-repeat:repeat;
	background-color:#494E4E;
}
@media print {.LeftGroundCanvas, .RightGroundCanvas {display:none;}}	
.LeftGroundCanvas, .RightGroundCanvas {
	position:absolute;
	width:50%;
	top:0;
	overflow:hidden;
}
.LeftGroundCanvas	{left:0;}
.RightGroundCanvas	{left:50%;}
.LeftGroundCanvas div, .RightGroundCanvas div {position:relative;}
.LeftGround .top {
	background-color:#99CC00;
	height:407px;
}
.LeftGround .bottom {
	height:200px;
	background-position:right top;
	background-image:url(img/left-collage-ground.gif);
	background-repeat:repeat-x;
	margin-right:2px;
}

.RightGround .top{
	height:407px;
	background-color:#FF5B1A;
}
.PageStd .LeftGround .top, .PageStd .RightGround .top {height:335px;}

.RightGround .bottom{
	height:200px;
	background-position:left top;
	background-image:url(img/right-collage-ground.gif);
	background-repeat:repeat-x;
	margin-left:2px;
}

.MiddleCanvas {
	text-align:center;
	position:relative;
	z-index:100;
}
.MiddleCanvas .middle {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
@media print {.CollageCanvas{display:none;}}	

.CollageCanvas {
	background-color:#191919;
	height:439px;
	position:absolute;
	left:0;
	top:0;
}
.PageStd .CollageCanvas {height:367px;}
.Collage {
	width:658px;
	height:370px;
	background-image:url(img/collage-main.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	position:absolute;
	right:25px;
	top:0;
}
body.PageStd .Collage {
	top:47px;
	width:675px;
	height:259px;
	background-image:url(img/collage-std.jpg);
}


.Collage-Strip {
	width:100%;
	height:45px;
	background-image:url(img/collage-strip.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:394px;
}
.PageStd .Collage-Strip {top:322px;}
.Logo {
	width:201px;
	height:88px;
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	left:0;
	top:106px;
	display:block;
	text-decoration:none;
}
.PageStd .Logo {top:37px;}
.Left-Vert-Strip {
	width:22px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#99CC00;
}
.Right-Vert-Strip {
	width:21px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-color:#FF5B1A;
}

.ContentCanvas {
	padding-top:439px;
	margin-left:34px;
	width:932px;
	overflow:hidden;
}
.PageStd .ContentCanvas {padding-top:367px;}

.PageStd .ContentCanvas .content {width:743px;}
.PageStd .ContentCanvas .content-only {width:100%;}
.ContentCanvas .content {
	float:right;
	padding-bottom:12px;
	overflow:hidden;
}
@media print {
	.ContentCanvas {
		padding-top:0;
		width:auto;
	}
	.ContentCanvas .content {
		width:100%;
	}
}	

.Footer {
	clear:both;
	text-align:center;
	border-top:1px solid #333333;
	background-image:url(img/footer-ground.jpg);
	background-repeat:repeat;
	height:143px;
	position:relative;
}

.Footer .content, .Footer .content a, .Footer .content a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7F7F7F;
	font-size:11px;
	line-height:140%;
}
.Footer .content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	text-align:left;
}
.Footer .content .copyrights {
	position:absolute;
	left:38px;
	top:32px;
	width:171px;
	overflow:hidden;
	padding-top:48px;
	background-image:url(img/footer-logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.Footer .content .contacts {
	position:absolute;
	left:229px;
	top:30px;
	width:386px;
	overflow:hidden;
}
.Footer .content .contacts h2 {
	padding-top:0;
	color:#7F7F7F;
}

.Footer .content .analytic {
	position:absolute;
	right:10px;
	top:30px;
	width:240px;
	overflow:hidden;
}
.Footer .content .analytic a, .Footer .content .analytic a:visited {text-decoration:none;}
.Footer .content .analytic a:hover {text-decoration:underline;}
.Footer .content .analytic img {
	margin-top:7px;
	border:none;
}
.FooterStrip {
	height:16px;
	overflow:hidden;
	background-color:#99CC00;
}

/* Common menu */
.CommonMenu {
	position:absolute;
	left:63px;
	top:24px;
	text-align:left;
	z-index:100;
}

.CommonMenu a, .CommonMenu a:visited {
	display:block;
	padding-bottom:12px;
}
.CommonMenu a img {border:none;}

.PageStd .CommonMenu {
	top:24px;
	right:35px;
	left:auto;
}
.PageStd .CommonMenu a, .PageStd .CommonMenu a:visited {
	display:inline;
	padding-left:70px;
	padding-bottom:0;
}

/* Products menu */
.ProductsMenu {
	position:absolute;
	left:43px;
	top:209px;
	text-align:left;
	z-index:100;
}
.PageStd .ProductsMenu {top:137px;}
.ProductsMenu a, .ProductsMenu a:visited {
	display:block;
	padding-bottom:9px;
}
.ProductsMenu a img {border:none;}