@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	color:#3a3a3a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:13px;
}

img {
	border:none;	
}

a {
	color:#277f00;
	font-weight:bold;
	text-decoration:none;

}

a:hover	{
	text-decoration:underline;
	
}
		
hr {
	color:#999;
	height:1px;
	background-color:#999;
	border:0;
}

h1 {
	color:#075e00;
	font-size:20px;
	margin-top:0px;
	margin-bottom:8px;
}

form {
	margin:0px;
	padding:0px;
}

.formTextField {
	width:150px;	
}

#forgotPassword {
	margin-left:20px;
	font-size:9px;
}

blockquote {
	margin: 0px; padding-left: 80px;padding-bottom:5px;
}

.red {
	color:#F00;	
}

ul {
	list-style:circle;
	padding-left:20px;
}

#red {
	color:#F00;	
}

.grey {
	color:#666;
}

#noteAlert {
	font-size:10px;
	font-style:italic;
	text-align:center;
}

ul#mainlevel-nav 				{ height:10px;padding:0; margin-left:11px; padding-top:8px; margin-top:0px;}
ul#mainlevel-nav li				{ height:35px;width:174px; float:left; padding:0;list-style:none; text-align:left; margin-bottom:0px; margin-top:0; }
ul#mainlevel-nav li a 			{ text-decoration:none; font-size:14px; color:#075e00; font-weight:bold; background:url(/images/menu_bg.jpg) no-repeat 0 0; display:list-item; padding-top:11px; padding-left:40px; padding-bottom:0px; }
ul#mainlevel-nav li a:hover		{ height:20px;font-size:14px; background:url(/images/menu_bg_active.jpg) no-repeat 0 0; display:block; padding-left:45px;padding-bottom:0px;}

#header {
	width:940px;
	height:92px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#headerBottom {
	width:940px;
	height:152px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header_bottom.jpg);
	background-repeat:no-repeat;
}

#bodyHolder {
	width:940px;
	min-height:500px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
}

#homePageBar {
	width:900px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/home_page_bar.jpg);
	background-repeat:repeat-x;
}

#homePageBarContentHolder {
	width:690px;
	height:235px;
	margin-left:200px;
	padding-top:20px;
	position:relative;
}

#contentBarTop {
	width:900px;
	height:11px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/contentBarTop_bg.gif);
	background-repeat:repeat-x;
}

#contentBarMiddle{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5f5ea;
}

#contentBarBottom{
	width:900px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	background-image:url(../images/contentBarBottom_bg.gif);
	background-repeat:repeat-x;	
}

#mainContentHolder {
	width:690px;
	min-height:270px;
	_height:285px;
	margin-left:200px;
	padding-top:20px;
	position:relative;
	padding-bottom:20px;
}

#mainContentHolderExtranet {

	min-height:300px;
	overflow:auto;
	margin-left:20px;
	padding-right:20px;
	padding-top:20px;
	position:relative;
	padding-bottom:20px;
}

#mainContentHolderExtranetAdmin {
	min-height:285px;
	overflow:auto;
	margin-left:200px;
	padding-right:20px;
	padding-top:20px;
	position:relative;
}

#adminMenu {
	position:absolute;
	margin-left:8px;
	margin-top:45px;
	width:160px;
	height:130px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	padding:10px;
	background-color:#FFF;
	color:#000;	
	
}

#welcome {
	width:375px;
	position:absolute;
	overflow:visible;

}

#homePageBarContentRight {
	width:310px;
	position:absolute;
	left:380px;
	text-align:center;
}



#news {
	width:100%;
	text-align:left;
}

#newsContentR1 {
	font-weight:bold;
}

#newsContentR2 {
	font-weight:normal;
	padding-left:70px;
	padding-bottom:5px;
}



#homePageContent {
	width:900px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;

}

#lowerContent {
	width:900px;
	height:125px;
	background-color:#f7f8f8;
	margin-left:auto;
	margin-right:auto;
}

#smallPicRow {
	margin-right:20px;	
}

#downloadCatalog {
	margin-left:30px;	
}

#homePageBlocks {
	margin-left:20px;
}

#leftNavHolder {
	position:absolute;
	margin-top:5px;
	top:92px;
	left:20px;
	width:197px;
	height:270px;
	
}

#leftNavMiddle {
	background-image:url(../images/menu_block_middle.png);
	background-repeat:repeat-y;
	height:255px;
		
}

#leftNavMiddleAdmin {
	background-image:url(../images/menu_block_middle.png);
	background-repeat:repeat-y;
	height:150px;
	overflow:hidden;
}

#leftNavMiddleLogin {
	background-image:url(../images/menu_block_middle.png);
	background-repeat:repeat-y;
	height:130px;
		
}

#leftNavAdmin {
	background-image:url(../images/menu_block_middle.png);
	background-repeat:repeat-y;
	overflow:auto;
	height:auto;
}

#loginMiddle {
	background-image:url(../images/menu_block_middle.png);
	background-repeat:repeat-y;
	overflow:auto;	
}


#loginBlock {
	position:absolute;
	top:362px;
	left:20px;
	width:197px;
	height:180px;
	background-image:url(../images/login_block.png);		
}

#footer { 
	width:940px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:30px;
	color:#666;
}

#login {
	padding-left:20px;
	height:100px;
}

#loginBtn {
	margin-top:5px;
	padding-right:22px;
	margin-bottom:5px;
}

.submitBtn {
	text-align:right;
}

#extranetBox {
	border-style:solid;
	border-width:1px;
	border-color:#999;
	padding:10px;
	background-color:#FFF;
	color:#000;

}

#extranetRightBox {
	border-style:solid;
	border-width:1px;
	border-color:#999;
	padding:10px;
	background-color:#FFF;
	color:#000;

}

#navLink {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	position:relative;
	width:100%;
	text-align:right;
	height:14px;
}

#navLink a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#navLink a:hover {
	color:#000;
	font-weight:bold;	
	text-decoration:underline;
}

#pageCount {
	position:absolute;
	top:0;
	left:0;
	float:left;
	text-align:left;
	height:14px;
}

s