/*		
	| +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
	| CSS Document Presentation (keep it separated) 
	| Author: Luis Carlos Ordonez
	| ©2008 CRT Systems, Inc.
	| http://www.crt-inc.com/
	| +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
	| last modified: Sunday November 02th 2008 (08:45AM)
	
	-- START ALL STYLES --
*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------
	
	1. LINKS
	2. TYPE
	3. HEADER
		3a. HEADER MENU
	4. NAVIGATION MENU HOVER
	5. FORM BUTTON
	6. FOOOTER
	
*/

/* 1. LINKS
----------------------------------------------------------------------------- */

a{
color: #008FD9;
}

a:hover{
color: #008FD9;
}

/* 2. TYPE
----------------------------------------------------------------------------- */

h3,h4,h5,h6{
color: #334D00;
}

/* 3. HEADER
----------------------------------------------------------------------------- */
#header
{
background:#669933 url('/images/layout/header_bg.png');
}
#header_inner
{
background: #669933 url('/images/layout/header_inner_bg.png') repeat-x;/**/
}

/* 3a. HEADER MENU
----------------------------------------------------------------------------- */
#menu li a.active
{
background: #2798D2 url('/images/tabmenu/n3_green.gif') repeat-x;
color: #fff;
border: solid 1px #468BAE;
}
#menu li a:hover
{
background: #2798D2 url('/images/tabmenu/n3_green.gif') repeat-x;
color: #fff;
border: solid 1px #468BAE;
}

/* 4. NAVIGATION MENU HOVER
----------------------------------------------------------------------------- */
.ddsmoothmenu ul li a:hover{
background: #436500; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/* 5. FORM BUTTON
----------------------------------------------------------------------------- */

input.button
{
background: #2798D2 url('/images/tabmenu/n3_green.gif') repeat-x;
color: #fff;
border: solid 1px #468BAE;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

/* 6. FOOOTER
----------------------------------------------------------------------------- */

#footerWrap {
			margin:0 auto;
			background: #669933 url('/images/layout/footer_bg.png') repeat-x;/**/
		}
		
/* 7. STYLE BOX
----------------------------------------------------------------------------- */
.box_green{
background:url('/images/icons/green_on.gif') center center no-repeat;
}
.box_red{
background:url('/images/icons/red.gif') center center no-repeat;
}
		
