html,body,ul,ol,li,h1,h2,h3,p,a,table,tr,td,object {
	padding: 0;
	margin: 0;
    outline: none;
}
html, body {
	background: #000000 url(../images/background-top.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b3b3b3;
	text-align: center;
}
html { overflow-y: scroll; }

/* ========================================================================= */
/* STANDARD HTML */
h1, h2, h3 { 
    font-size: 14px; 
    padding-bottom: 10px; 
}
h1 { color: #F18E00; }
h3 { padding-bottom: 0; }
p { padding: 0 0 10px 0; }
a { 
    color: #F18E00;
    font-weight: bold;
    text-decoration: none; 
}
    a.hover{ text-decoration: underline; }
img, object { 
    border: none; 
    outline:none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
tr { vertical-align: top; }

.bordervideo object, .orangeBorder embed { border: 1px solid #505051; }

.heightHack{
    height: 1%;
    overflow: auto;
}
.message {
    margin: 0 40px;
    padding: 5px;
    border: 1px solid #000;
    font-weight: bold;
    display: none;
}
    .error {
        background-color: #F18E00;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #000000;
    
    }
    .info { 
        background-color: #9FC54E;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #FFFFFF;
    }
/* ========================================================================= */
/* 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.png) no-repeat bottom right;
}

#header {
    position: relative;
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
    height: 460px;
}
	#header p { position: static; z-index: 1;}
	#header .topRight { 
		position: absolute;
		top: 20px;
		right: 10px;
		float: right;
		z-index: 2;
	}
		#header .topRight a { color: #FFF; }
		#header .topRight a span { color: #F18E00; font-size: 18px; font-weight: bold; }
		#header .topRight a:hover span { color: #F18E00; font-size: 18px; font-weight: bold; text-decoration: underline; }

    #header p { padding-bottom: 10px; }
        #header p img { border: none; }
            #header p img.borderWhite { border: 1px solid #FFFFFF; }

    #header ul#brands {
        z-index: 2;
        padding-top: 80px;
        list-style: none;
        text-align: center;
        height: 89px;
    }
        #header ul#brands li { 
            display: inline;
            padding: 5px 15px;
            font-family: 'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial, sans-serif;
            font-size: 25px;
            color: #5E5D5E;
            text-transform: lowercase;
        }
    #header #photosContainer {
        z-index: 3;
        margin-top: -165px;
        height: 357px;
        overflow:hidden;
    }

#navigation { padding-left: 145px;}
#navigation ul { list-style: none; }

    #navigation ul li { display: inline; }
        #navigation ul li a {
            /*display: block;*/
            padding-right: 15px;
            font-family: 'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue', Arial, sans-serif;
            font-weight: normal;
            font-size: 25px;
            text-transform: lowercase;
            color: #FFFFFF;
        }
            #navigation ul li a.selected, #navigation ul li a:hover { color: #F18E00; }
        
        #navigation ul.sub li a { font-size: 13px; }
            #navigation ul.sub li a.selected, #navigation ul.sub li a:hover { 
                text-decoration: underline;
                color: #FFFFFF; 
            }

#content { 
	padding: 20px 290px 30px 145px;
	clear: left;
}

    #content p { text-align: justify; }
        #content p ul, #content ul { list-style-position: inside; }
        #content p ul li, #content ul li{
            list-style-image: url(../images/list-item.png);
        }

	#promoRight {
		padding-right: 32px; 
		float: right;
		width: 239px;
	}

		#promoRight .PvdW { padding: 0 10px 10px 10px; margin: 0 0 20px 0; background-color: #646464; width: 219px; text-align: center; }
		#promoRight .PvdW h2 { color: #FFFFFF; margin: 0; padding: 5px 0; }
		#promoRight .PvdW p { color: #F18E00; padding:0; text-align: center; }

