html {
	height: 100%;
	margin-bottom: 0px;

}
body {
	height: 100%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5261AC;
	background-color: #5261AC;
	margin-left: 0px;
	margin-top: 0px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	padding-top: 10px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	padding-top: 10px;
}
p {
	color: #5261AC;
}
a img{
	text-decoration: none;
	border:none;
}
p a:link, a:active {
	color: #5261AC;
	text-decoration: none;
}
p a:visited  {
	color: #5261AC;
	text-decoration: none;
}
p a:hover {
    color: #999999;
	text-decoration: none;
}
.wrapperHome {
	height: 100%;
	width: 900px;
	background-image: url(../images/home_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	max-width: 900px;
}
.wrapperAbout {
	height: 100%;
	width: 900px;
	background-image: url(../images/about_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	max-width: 900px;
}
.wrapperStock {
	height: 100%;
	width: 900px;
	background-image: url(../images/stock_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	max-width: 900px;
}
.wrapperSuppliers {
	height: 100%;
	width: 900px;
	background-image: url(../images/about_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	max-width: 900px;
}
.wrapperContact {
	height: 100%;
	width: 900px;
	background-image: url(../images/contact_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	max-width: 900px;
}
.leftContent {
	height: 390px;
	width: 300px;
	float: left;
	max-width: 300px;
}
.rightContent {
	height: 572px;
	width: 600px;
	float: left;
	max-width: 600px;
}
.rightContentImage {
	height: 284px;
	width: 213px;
	float: left;
	background-color: #FFFFFF;
}
.rightContentText {
	height: 400px;
	width: 367px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
}
.rightContentTextabout {
	height: auto;
	width: 367px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 40px;
}
.rightContentContact {
	height: 600px;
	width: 367px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
}
.blockHeader {
	height: 140px;
	width: 600px;
	background-color: #8E98C9;
	padding-top: 12px;
}
.contentHeader {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/heading_lines.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 4em;
}
.contentHeaderText {
	width: 100%;
	background-image: url(../images/heading_lines.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 4em;
}
.contentHeaderImage {
	width: 213px;
	height: 254px;
	background-color: #7581BD;
}
.mainText {
	width: 347px;
	padding-right: 20px;
	height:auto;
}
.navMain {
	height: 299px;
	width: 300px;
	background-color: #FFFFFF;
}
.navFooter {
	height: 91px;
	width: 300px;
}
.navFooterContact {
	font-weight:bold;
	height: 71px;
	width: 274px;
	background-color: #5261AC;
	color: #FFFFFF;
	float: right;
	padding-left: 14px;
	padding-top: 20px;
	min-height: 71px;
}
.navFooterContact a{
	color: #5261AC;
	text-decoration: none;
}
.secondnavcolor {
	color: #FFFFFF;
}
.secondnavcolor a:link, a:visited, a:active {
	color: #DCDFEE;
	text-decoration: none;
}
.secondnavcolor a:hover {
    color: #FFFFFF;
	text-decoration: none;
}
ul,li{
	list-style:none;
	margin:0;
	padding:0;
}
#navBlock{
	font-weight:normal;
	font-size:11px;
	width: 277px;
	height: 148px;
	padding-top: 5px;
	padding-left: 23px;
}
#navBlock li a{
	line-height: 19px;
	width: 277px;
	display: block;
	color: #5261AC;
	text-decoration: none;
	text-align: left;
	background:url(../images/navblock_alt.gif) 0 0 no-repeat;
}
#navBlock li a:hover{
    color: #FFFFFF;
	background-position:0 -19px;
}
