/*
	VISUAL FORMAT : design & web development
	W. http://www.visual-format.net
	E. hello@visual-format.net
	
	VISUAL FORMAT is a creative studio providing 
	innovative visual communications for SMEs.
*/

/* TEXT FORMATTING beg ********************************************************/		
.txt_dim			{	color: #999999;		}
.txt_hse			{	color: #5D6D65;		}						
/* TEXT FORMATTING end */		


/* HEADINGS FORMATTING beg ****************************************************/
h1					{	color: #8D9A94;		}		/* used for tiny info line top page */
h4					{	color: #5D6D65;		}		/* used for bold text on home page */
/* HEADINGS FORMATTING end */


/* LINKS FORMATTING beg *******************************************************/		
a:link, a:visited, a:active	{	color: #5D6D65;	}
a:hover				{	color: #9B0070;			}
		
/* HOUSE-KEEPING beg */
a.lnk_hse:link, a.lnk_hse:visited, a.lnk_hse:active, a.lnk_hse_here:link, a.lnk_hse_here:visited, a.lnk_hse_here:active		{	color: #5D6D65;	}
a.lnk_hse:hover		{	color: #9B0070;			}
a.lnk_hse_here:link, a.lnk_hse_here:visited, a.lnk_hse_here:active, a.lnk_hse_here:hover	{	color: #9B0070;	}		
/* HOUSE-KEEPING end */
		
/*NAV beg*/
a.lnk_nav:link, a.lnk_nav:visited, a.lnk_nav:active, a.lnk_nav_sml:link, a.lnk_nav_sml:visited, a.lnk_nav_sml:active {	color: #5D6D65;	}
a.lnk_nav_here:link, a.lnk_nav_here:visited, a.lnk_nav_here:active, a.lnk_nav_here:hover, a.lnk_nav:hover, a.lnk_nav_sml:hover 	{	color: #9B0070;}
/*NAV end*/
/* LINKS FORMATTING end */


/* BACKGROUNDS beg ************************************************************/
body, .bg_page		{	background: #5D6D65;	}
.bg_shadow_top		{	background: url(../images/commercial/bg_shadow_top.jpg) bottom left no-repeat;	}		
.bg_shadow_left		{	background: url(../images/commercial/bg_shadow_left.jpg) repeat-y;		}		
.bg_shadow_right	{	background: url(../images/commercial/bg_shadow_right.jpg) repeat-y;		}
.bg_shadow_btm		{	background: url(../images/commercial/bg_shadow_btm.jpg) no-repeat;		}		
.bg_header_home		{	background: url(../images/commercial/bg_header_home.jpg) no-repeat;		}	/* brand image */
.bg_header_inside	{	background: url(../images/commercial/bg_header_inside.jpg) no-repeat;	}	/* brand image */ 	
.bg_content_home	{	background: #B9BDBB url(../images/commercial/bg_content_home.jpg) repeat-x;	}
.bg_content			{	background: #EFF0F0;	}	
.bg_page_footer		{	background: url(../images/commercial/bg_page_footer.jpg) no-repeat;	}		
.bg_line_thick		{	background: #7AA891;	}		/* thick line */
.bg_line_thin		{	background: #2C7F55;	}		/* thin line */
.bg_nav				{	background: #F5F5F5;	}
.bg_side			{	background: #C7CAC8 url(../images/commercial/bg_side.jpg) repeat-x;			}		
.bg_separator		{	background: #B2C1B9;	}			/* vertical line between side bar and content */
.td_nav				{	background: #F5F5F5 url(../images/commercial/bg_lnk.gif) no-repeat;					}
.td_nav_inside		{	background: url(../images/commercial/bg_lnk_inside.gif) bottom left no-repeat;	}
.td_nav_inside_here	{	background: url(../images/commercial/bg_lnk_inside_here.gif) bottom left no-repeat;	}
.bg_dk				{	background: #3D5548; }
.bg_md				{	background: #5D6D65; }
.bg_lt				{	background: #DFE1E0; }
/* BACKGROUNDS end */


/* FOOTER ELEMENTS beg ********************************************************/
.txt_footer			{	color: #8D9A94;	}
a.lnk_footer:link, a.lnk_footer:visited, a.lnk_footer:active	{	color: #8D9A94;	}
a.lnk_footer:hover	{	color: #cccccc;	}		
/* FOOTER ELEMENTS end */


/* HOME BOXES beg *************************************************************/
.bg_home_box_1_left, .bg_home_box_2_left	{	background: url(../images/commercial/bg_home_box_1_left.gif) repeat-y;	}
.bg_home_box_1_right, .bg_home_box_2_right	{	background: url(../images/commercial/bg_home_box_1_right.gif) repeat-y;	}	
.bg_home_box_3_left, .bg_home_box_4_left	{	background: url(../images/commercial/bg_home_box_3_left.gif) repeat-y;	}
.bg_home_box_3_right, .bg_home_box_4_right	{	background: url(../images/commercial/bg_home_box_3_right.gif) repeat-y;	}	
.bg_home_box_1_btm, .bg_home_box_2_btm, .bg_home_box_3_btm, .bg_home_box_4_btm {	background: url(../images/commercial/bg_home_box_1_btm.gif) no-repeat;	}
/* HOME BOXES end */
			