

/* Generic styling, for unclassed elements */
body		{	background : #747b9c ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ;
			height : 1px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 18px ; }

h1.HomeNewsTitle, h1.HomeProductsTitle, #RSS h2
		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			font-weight: bold; }
			
h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			text-transform: uppercase;
			font-weight : bold ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			font-weight : bold ;  }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }


dl#News		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			background-color: #F7F7F7;
			border: 1px solid #E3E0E0; }

#Products, #RSS	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			border: 1px solid #E3E0E0; }
			
			
/* Generic style for content cells -- class your main content cell as "Content" */
.Content	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; 
			color : #333333 ;
			background-color : #ffffff; }

.Footer 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #333333 ;  }



/* Sidebar copy used in pull quotes -- if you have alert boxes, pullquotes, sidebars, etc., base it on this style, class as "SideBar" */
.SideBar	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			background-color : #000000 ;
			color : #ffffff ; }

/* BG Images */
#BGLogo		{	background-image : url(/files/1_2_1/images/BG_logo.gif) ;
			background-repeat : no-repeat ; }

#BGSide		{	background-image : url(/files/1_2_1/images/BG_side.gif) ;
			background-repeat : repeat-y ; }


#MainImageHome	{	background-image : url(/files/1_2_1/images/home_image.jpg) ;
			background-repeat : no-repeat ; }

#MainImageInternal	{	background-image : url(/files/1_2_1/images/internal_image.jpg) ;
				background-repeat : no-repeat ; }


/* Styles for Buttom */
input.btn          {    font-size : 11px ;
			background-color : #a7cb92 ;
			color : #333333 ;
			font-weight : bold ;
			border-color : #999999 ;
			text-align : center ;}

/* Main navbar styling, unselected */
.PriNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #333333 ; 
			border-left : 9px solid #db0029 ; }

/* Main-navigation - selected; this means you're on that page, so this one highlights it in some way */
.PriNavSel	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #db0029 ; 
			border-left : 9px solid #666666 ; }

/* Sub navbar styling, unselected */
.SubNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #db0029 ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.SubNavSel	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #999999 ; }


/* #### All link styles */


/* Default link style for all unclassed links */
a:link		{	text-decoration : underline ;
				color : #db0029 ; }

a:visited	{	text-decoration : underline ;
				color : #db0029 ; }

a:hover		{	text-decoration : underline ;
				color : #333333 ; }
				
			
a.Footer:link		{	text-decoration : none ;
				color : #db0029 ; }

a.Footer:visited	{	text-decoration : none ;
				color : #db0029 ; }

a.Footer:hover		{	text-decoration : none ;
				color : #fcc4c7 ; }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNav:link	{	text-decoration : none ;
			color : #333333 ; }

a.PriNav:visited {	text-decoration : none ;
			color : #333333 ; }

a.PriNav:hover	{	text-decoration : none ;
			color : #666666 ;   }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNavSel:link	{	text-decoration : none ;
				color : #333333 ; }

a.PriNavSel:visited	 {	text-decoration : none ;
				color : #333333 ; }

a.PriNavSel:hover	{	text-decoration : none ;
				color : #333333 ;   }


					
/* Sub navigation styles, class your <a> as "SubNav" */
a.SubNav:link	{	text-decoration : none ;
			color : #db0029 ; }

a.SubNav:visited {	text-decoration : none ;
			color : #db0029 ; }

a.SubNav:hover	{	text-decoration : none ;
			color : #fcc4c7 ; }


