html,body,ul,ol,li,h1,h2,h3,p,a,table,tr,td,object {
	padding:			0;
	margin:				0;
    outline:            none;
}
html, body {
	font-family:		'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:			14px;
	color: 				#000000;
	text-align:			center;
	height:				100%;
	min-height:			100%;
	background: 		#FFFFFF url(../images/background.gif) repeat-x top left;
}
h1, h2, h3 { font-size: 14px; }

/* ========================================================================= */
/* STANDARD HTML */
a { 
    color: #B4193A;
    font-weight: bold;
    text-decoration: none; 
}
    a.hover{ text-decoration: underline; }
img { border: 0px solid #FFCC00;}
object { outline:none; }
textarea {
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.heightHack{
    height: 1%;
    overflow:auto;
}
/* ========================================================================= */
/* DIV columns */
#outer{
	position:			relative; /* needed for footer positioning*/
	margin:				0 auto; /* center, not in IE5 */
	text-align:			left;
	
	width:				960px;
	margin:				auto;
	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
    background:         transparent url(../images/background-content-grey.gif) repeat-y top right;
}
	#header {
       position: relative;
	   background: #FFFFFF url(../images/background-header.jpg) no-repeat top left;
       height: 101px; 
    }
        #header .logo {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9999;
        }
        #header .flags { float: right; }
            a.flag {
                display: block;
                float: left;
                width: 22px;
                height: 18px;
                background-position: bottom left;
                margin: 15px 0 0 8px;
            }
                a.flag:hover, a.flagSelected { background-position: top left; }
        #header .company { 
            position: absolute;
            bottom: 0px;
            right: 0px;
        }
        .promo { 
            height: 1%;
            overflow: auto;
	        background: #B4193A url(../images/background-promo.jpg) no-repeat bottom left;
        }
            .promo p { 
                float: left;
                width: 315px;
                padding: 180px 10px 0px 0px;
                color: #FFFFFF;
                text-align: right; 
                font-size: 13px;
                line-height: 1.5;
            }
                .promo p a { 
                    font-weight: normal; 
                    color: #FFFFFF; 
                
                }
                    .promo p a:hover { text-decoration: underline; }
            .promo img { float: right; }
                
            #flashObject {
            	margin-left: 10px;	    
			}
        .bottomLeft{
            float:  left;
            width: 335px;
            height: 456px;
            background: transparent url(../images/background-content.jpg) no-repeat top right;
        }
            #boxLeft img { float: right}
        #boxRight{
            float: right;
            width: 625px;
        }
            #navigation { 
                background-color: #87888A; 
                clear: both;
            }
                #navigation ul { 
                    list-style: none; 
                    height: 1%;
                    overflow: auto;
                    padding-left: 20px;
                }
                    #navigation ul li { float: left; }
                    	#navigation ul li a{
                            padding: 4px 10px;
                            color: #FFFFFF;
                            display: block;
                            font-weight: normal;
                    	}
                        	#navigation ul li a:hover, #navigation ul li a:active  { background-color: #B4193A; }
                        	#navigation ul li a.selected { background-color: #B4193A; }
        	#content {
                padding: 25px 10px 20px 30px;
        		line-height: 1.5;
        		text-align:	left;
        		overflow: auto;
        		height: 1%;
        	}
                #content h1, #content h2, #content h3 { 
                    padding-bottom:  15px;
                    font-weight: bold;
                    text-transform: uppercase; 
                }
                #content h2 { text-transform: none;}
                #content p { padding-bottom:  15px; }
                #content img { 
                    float: left;
                    margin-right: 15px;
                    margin-bottom: 15px; 
                }

/**
 * Contact form
 */
form span {
    float: left;
    width: 150px;
}
    form input{ width: 250px; }
    form textarea{
        width: 250px;
        height: 125px;
    }
    form input.button{
        width: auto;
    }
