﻿/*Major color : 123F6E*/
/*Minor color : E82524 */
/* slave color :FAB20B */



.right, .Dir2
{
    text-align:right;
}

.left, .Dir
{
    text-align:left;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu
{
    text-align: left;
}

/* TAB SUB MENU   
----------------------------------------------------------*/
ul.submenu
{
    text-align: left;
}

/* CONTACT FORM
----------------------------------------------------------*/
#Contact label
{
    padding-right: 15px;
    padding-left: 0pt;
    text-align: right;
    float: left;
}

#Contact input.text
{
    border-top-width: 1px;
    border-right-width-value: 1px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-bottom-width: 1px;
    border-left-width-value: 1px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-top-style: solid;
    border-right-style-value: solid;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-bottom-style: solid;
    border-left-style-value: solid;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-top-color: #b0b0b0;
    border-right-color-value: #b0b0b0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-bottom-color: #b0b0b0;
    border-left-color-value: #b0b0b0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 200px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    color: #000000;

}

#Contact input.text:focus
{
    border-top-width: 1px;
    border-right-width-value: 1px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-bottom-width: 1px;
    border-left-width-value: 1px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-top-style: solid;
    border-right-style-value: solid;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-bottom-style: solid;
    border-left-style-value: solid;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-top-color: #000000;
    border-right-color-value: #000000;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-bottom-color: #000000;
    border-left-color-value: #000000;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;

}



.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	float: left;
}

/* 
	LEVEL ONE
*/
ul.dropdown li                      { float: left;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ left: 0;}
ul.dropdown ul li 					{ border-right:none;margin-left:0px;text-align:left; }
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; }

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; }
