/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}


/* set image max width to 100% */
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

html,body {
margin: 0;
width: 100%;
height: 100%;
}


body {
margin: 0 auto;
background: #ececec;
font-size: 15px; 
line-height: 1.3;
font-family: Arial,Helvetica,sans-serif; 
color: #515151;
text-align: center;
display: table;
}

#wrapper {
height: 100%;
position: relative;
}


#footer {
display: table-row;
width: 100%;
height: 1px;
background: #373737;
color: #ffffff;
position: relative;
font-size: 0.90em;
font-family: 'Roboto', Arial,Helvetica,sans-serif;
text-align: center;
text-transform: uppercase;
}

#footer_pad {
padding: 25px;
}

#footer a {
color: #9d9d9d;
font-weight: normal;
}

#footer a:hover {
color: #ffffff;
font-weight: normal;
}

#container_pad {
padding: 30px;
}

.header {
margin: 0 auto 20px auto;
}

.container {
width: 1024px;
margin: 0 auto;
position: relative;
}


#menu {
width: 100%;
margin: 0 auto;
padding: 0;
height: 60px;
z-index: 50;
text-align: center;
position: relative;
background-color: #171717;
}


ul#menunav {
padding: 0;
margin: 0 auto;
list-style-type: none;
position: relative;
}

ul#menunav li {
display: inline-block;
position: relative;
margin: 0;
padding: 0 15px;
font-size: 0.90em;
font-family: 'Roboto', Arial,Helvetica,sans-serif;
text-transform: uppercase;
line-height: 60px;
font-weight: normal;
color: #ffffff;
border-right: 1px solid #202020;
}


ul#menunav li a {
font-weight: normal;
text-decoration: none;
color: #5a5a5a;
display: block;
}

ul#menunav li a:hover {
font-weight: normal;
text-decoration: none;
color: #ffffff;
}

ul#menunav li:last-child {
border: none;
}

#menu_icon {
line-height: 60px;
margin: 0 0 0 2%;
display: none;
cursor: pointer;
}

.clearit {
clear: both;
}



.image_brdr {
-moz-box-shadow: 0 2px 5px #585858;
-webkit-box-shadow: 0 2px 5px #585858;
box-shadow: 0 2px 5px #585858;
margin-bottom: 8px;
border: 3px solid #ffffff;
}


hr {
width: 100%;
margin: 30px auto;
border: 0;
height: 1px;
border-top: 1px solid #aaaaaa;
}

.photo_thumbs {
display: inline-block;
margin: 0 2% 20px 0;
-moz-box-shadow: 0 2px 5px #585858;
-webkit-box-shadow: 0 2px 5px #585858;
box-shadow: 0 2px 5px #585858;
border: 3px solid #ffffff;
}

.video_thumb {
width: 30%;
display:inline-block;
margin: 25px 1% 0 1%;
text-align: center;
}

.video_thumb img {
-moz-box-shadow: 0 2px 5px #585858;
-webkit-box-shadow: 0 2px 5px #585858;
box-shadow: 0 2px 5px #585858;
margin-bottom: 8px;
border: 3px solid #ffffff;
}


.btn_download {
cursor: pointer;
padding: 8px 15px;
margin: 5px 0;
font-family: 'Roboto', Arial,Helvetica,sans-serif;
font-weight: normal !important;
font-size: 0.80em;
color: #ffffff;
vertical-align: top;
display: inline-block;
position: relative;
background-color: #690a02; /* fallback color if gradients are not supported */
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.btn_download:hover {
background: #a40d00;
color: #ffffff;
}




/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
text-decoration: none;
color: #da0017;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #a80012;
font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: 'Roboto', Arial,Helvetica,sans-serif;
line-height: 1.1;
margin: 0;
padding: 0;
letter-spacing: -2px;
color: #000000;
}

h1 {font-size: 3em;  } /* 60px */
h2 {font-size: 2.5em;} /* 48px */
h3 {font-size: 2em;} /* 36px */ 
h4 {font-size: 1.75em; } /* 24px */
h5 {font-size: 1.55em; } /* 21px */
h6 {font-size: 1.2em;} /* 18px */

p {
padding: 4px 0 10px 0;
margin: 0;
}

.red {
color: #da0017;
}

.left_it {
text-align: left !important;
}

.center_it {
text-align: center !important;
}

.right_it {
text-align: right !important;
}

ul {
margin: 5px 0 5px 35px;
}

li {
margin-bottom: 10px;
}

.smaller {
font-size: 0.75em;
}

.bigger {
font-size: 1.3em;
line-height: 1.2;
}

.biggest {
font-size: 1.5em;
line-height: 1.2;
}

.black {
color: #000000 !important;
}



/************************************************************************************
PADS/SPACERS/COLS
*************************************************************************************/
.spacer5{
margin: 0 !important;
padding: 0 0 5px 0 !important;
line-height: 0 !important;
}

.spacer10 {
margin: 0 !important;
padding: 0 0 10px 0 !important;
line-height: 0 !important;
}

.spacer25{
margin: 0 !important;
padding: 0 0 25px 0 !important;
line-height: 0 !important;
}

.spacer50 {
margin: 0 !important;
padding: 0 0 50px 0 !important;
line-height: 0 !important;
}

.column_half {
width: 48%;
float: left;
margin: 0 2% 0 0;
}


.column_quarter {
width: 23%;
text-align: center;
font-size: 1em;
margin: 10px 1.5% 10px 0;;
float: left;
}


.column_third {
	width: 31%;
	float: left;
	margin: 10px 2% 10px 0;
}

.column_pad {
padding-left: 60px;
}



/************************************************************************************
BUTTONS & FORMS
*************************************************************************************/
.thepot {
display: none;
}

.submitbtn {
cursor: pointer;
padding: 15px 30px;
margin: 8px 5px 0 0;
font-family: 'Roboto', Arial,Helvetica,sans-serif;
font-weight: normal !important;
text-transform: uppercase;
font-size: 1em;
color: #ffffff;
vertical-align: top;
display: inline-block;
position: relative;
background-color: #690a02; /* fallback color if gradients are not supported */
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.submitbtn:hover {
background: #a40d00;
color: #ffffff;
}

.enter_form {
display: block;
}

label{
margin: 0;
padding: 15px 0 5px 0;
display: block;
}

label.required {
font-weight: bold;
}

label em {
color: #c83333;
font-style: none;
}

.enter_form input[type=text] {
width: 90%;
display: block;
background: #ffffff;
padding: 9px;
color: #000000;
font-size: 1em;
position: relative;
border: 1px solid #bebebe;
margin-bottom: 3px;
}

select {
font-size: 1em;
padding: 10px;
}


p.error {
margin: 0 0 5px 0;
color: #C40A11;
font-weight: bold;
}

