/*		
	| +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
	| 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: #F16C00;
}

a:hover{
color: #F16C00;
}

/* 2. TYPE
----------------------------------------------------------------------------- */

h3,h4,h5,h6{
color: #184366;
}

/* 3. HEADER
----------------------------------------------------------------------------- */
#header
{
	background-color: #0099FF;
	background-image: url(/images/layout/header_bg.png);
}
#header_inner
{
background: #0099FF url('/images/layout/header_inner_bg.png') repeat-x;/**/
}

/* 3a. HEADER MENU
----------------------------------------------------------------------------- */
#menu li a.active
{
background: #FF790B url('/images/tabmenu/n3_blue.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}
#menu li a:hover
{
background: #FF790B url('/images/tabmenu/n3_blue.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

/* 4. NAVIGATION MENU HOVER
----------------------------------------------------------------------------- */
.ddsmoothmenu ul li a:hover{
background: #205887; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/* 5. FORM BUTTON
----------------------------------------------------------------------------- */

input.button
{
background: #FF790B url('/images/tabmenu/n3_blue.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}
/* 6. FOOOTER
----------------------------------------------------------------------------- */
#footerWrap {
			margin:0 auto;
			background: #0099FF url('/images/layout/footer_bg.png') repeat-x;/**/
		}
		
/* 6. STYLE BOX
----------------------------------------------------------------------------- */
.box_blue{
background:url('/images/icons/blue_on.gif') center center no-repeat;
}
.box_red{
background:url('/images/icons/red.gif') center center no-repeat;
}