@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bgTexture.jpg);
}
.oneColElsCtr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;

}
.oneColElsCtr #header {
	height: 226px;
}

.oneColElsCtr #leftHeader {
	float: left;
	width: 290px;
	padding-top: 16px;
	background-image: url(images/sukhoLogo.png);
	background-repeat: no-repeat;

}

.oneColElsCtr #rightHeader {
	float: right;
	width: 450px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	height: 131px;

}


.oneColElsCtr #mainContent {

}

.oneColElsCtr #leftContent {
	float: left;
	width: 200px;
	padding-top: 55px;
}

.oneColElsCtr #rightContent {
	float: right;
	width: 750px;


}

.oneColElsCtr #rightContentText {
	padding-left: 40px;
	padding-right: 54px;
	padding-top: 10px;
	background-image: url(../images/bgTopPaper01.png);
	background-repeat: no-repeat;
}
.oneColElsCtr #rightContentTextContact {
	padding-left: 40px;
	padding-right: 54px;
	padding-top: 10px;
	background-image: url(../images/bgTopPaper02.png);
	background-repeat: no-repeat;
}


.oneColElsCtr #rightContentFlash{
	height: 350px;
	width: 750px;
}

.lrgGreyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	line-height: 22px;
	text-transform: capitalize;
}




.oneColElsCtr #rightContentBottom {

}
.smallGreyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	text-transform: none;
}
.medSubTitleText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CF4000;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
.lrgPhoneNumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	line-height: 22px;
	text-transform: uppercase;
}
.medGreyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	font-style: italic;
}
.lrgGreenText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #737C00;
	line-height: 21px;
	font-style: italic;
	text-transform: uppercase;
}
.lrgREADMORE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #852403;
	line-height: 20px;
	text-transform: lowercase;
	font-style: italic;
	margin-top: 12px;
}
.lrgGreenTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #737C00;
	line-height: 30px;
	font-style: normal;
	text-transform: uppercase;
}
.medGreenTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #737C00;
	line-height: 21px;
	font-style: normal;
	text-transform: uppercase;
}
.oneColElsCtr #leftContainer {
	float: left;
	width: 200px;
	padding-top: 16px;
	background-repeat: no-repeat;
}
.oneColElsCtr #rightContainer {
	float: right;
	width: 750px;
	background-repeat: no-repeat;
}
