/*CSS Document*/

/*this link style is for the nonselected main menu item*/

/*these are styles for copy that will be a link*/

.main_menu{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	line-height: 33px;
}

.sub{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	line-height: 26px;
}	


.footer{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: normal;
	line-height:16px;
	color: #6E8CA9;
}

/*these are background photo fill styles*/

.header_background{
	background-repeat: no-repeat;
	background-image: url(images/header.jpgs);
}

.left_menu_background{
	background-repeat: no-repeat;
	background-image: url(images/Richlin_index_04.jpg);
}
.right_menu_background{
	background-image:url(images/Richlin_index_11.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.home_content_background{
	background-image:url(images/Richlin_index_12.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.product_background{
	background-repeat: no-repeat;
	background-image: url(images/product.gif);
	
}
.contact_background{
	background-repeat: no-repeat;
	background-image: url(images/contact_12.gif);
}

.buy_background{
	background-repeat: no-repeat;
	background-image: url(images/PDP_index_rust_15.jpg);
	
}
.warranty_background{
	background-repeat: no-repeat;
	background-image: url(images/warranty_12.gif);
	
}
.two_background{
	background-repeat: no-repeat;
	background-image: url(images/201.jpg);
	
}
.nine_background{
	background-repeat: no-repeat;
	background-image: url(images/900.jpg);
	
}
.five_background{
	background-repeat: no-repeat;
	background-image: url(images/500.jpg);
	
}
.three_one_background{
	background-repeat: no-repeat;
	background-image: url(images/3101.jpg);
	
}
.three_five_background{
	background-repeat: no-repeat;
	background-image: url(images/3151.jpg);
	
}
.product_background{
	background-repeat: no-repeat;
	background-image: url(images/product.jpg);
	
}
.buy_background{
	background-repeat: no-repeat;
	background-image: url(images/where_to_buy.jpg);
	
}
.Efficiency_background{
	background-repeat: no-repeat;
	background-image: url(images/EfficiencyBG.gif);
	
}
.Literature_background{
	background-repeat: no-repeat;
	background-image: url(images/Literature.gif);
	
}
.green_background{
	background-repeat: no-repeat;
	background-image: url(images/GreenBG.gif);
	
}


/*these are content copy styles*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #4FA2D9;
	font-size: 35px;
	text-decoration: none;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #4FA2D9;
	font-size: 24px;
	text-decoration: none;
	text-align: inherit;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #4FA2D9;
	font-size: 16px;
	text-decoration: none;
	text-align: inherit;
}

.copybodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: inherit;
	font-weight: inherit;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
}
.quotecopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: inherit;
	color: #003F75;
	text-decoration: none;
	line-height: 28px;
}


.footer{ 
}
a.footer:link{
	text-decoration: underline;
	color: #4FA2D9;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: normal;

}
a.footer:visited{
	color: #4FA2D9;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
a.footer:hover{ /* hover link properties */
	color: #4FA2D9;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
a.footer:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #4FA2D9;
	text-decoration: underline;
}
.body_copy{
}
a.body_copy:link{
	color: #4FA2D9;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	text-decoration: underline;

}
a.body_copy:visited{
	color: #4FA2D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.body_copy:hover{ /* hover link properties */
	color: #4FA2D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.body_copy:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #4FA2D9;
	text-decoration: underline;
}
