/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight: 200;
	color: #353535;
	padding-top: 30px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*****************************
 * BEGIN EDITING HERE
 *************************** */
 
 /**
 * Overall page information
 */

html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	background-image: url(images/barnboard_10014169.jpg);
	}

body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	}

/**
 * Header size information
 */
#header {
	width: 780px;
	height: 109px;
	margin: 0;
	padding: 0;
	}

#banner {
	width: 780px;
	height: 109px;
	}

div#dlr_main_name {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	}

div#dlr_phone_number {
	float: left;
	margin-left: 100px;
	margin-top: 50px;
	}

div#dlr_address {
	float: left;
	margin-left: -122px;
	margin-top: 80px;
	}

#hd {
	background-image: url(images/creditcowboyHD.png);
	height: 109px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* responsive addition ******************************************/
.toggleMenu {
	display:none;
}


/**
 * Footer size information
 */
#footer {
	width: 760px;
	height: 50px;
	margin: 0;
	color: #ffffff;
	padding: 10px;
	clear: both;
	display: inline-block;
	background-color: #00588d;
	}

#footer a {color: #ffffff; text-decoration: none;}
#footer a:hover {color: #bebebe; text-decoration:none;}

#footer ul {
	list-style: none;
	}

#footer  li,#footer  li div {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	}

#footer li ul {
	display: none;
	}

#footer #bottom-left {
	float: left;
	}

#footer #bottom-right {
	float: right;
	}

/**
 * main display information
 */
#content {
	width: 780px;
	margin: 0;
	padding: 0px;
	display: block;
	min-height: 627px;
background-color: #00588d;
	}


#main {
	float: left;
	width: 780px;
	padding: 0px;
	margin: 0px;
	height: 595px;
	background-image: url(images/creditcowboymain.jpg);
	}

#rightNav {
	padding: 340px 0 0 410px;
	margin: 0px;
	width: 365px;
	float: left;
	height: 106px;
	} 

#rightNav ul {margin:0; padding:0;}

#rightNav li {
	list-style: url(none) none;
	padding: 0;
	margin: 0;
	}

.creditBtn{
	text-indent: -999em;
	}
  
.creditBtn a{
	background-image: url(images/creditbtn.png);
	display: block;
	background-position: top;
	height: 106px;
	}
 
.creditBtn a:hover{
	background-image: url(images/creditbtn.png);
	background-position: bottom;
	height: 106px;
}

/***************** DEMO ****************/
#announcement {
 position: fixed;
  top: 0;
  left: 0;
z-index: 999;
    width: 100%;
    background:  #000000;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.message-container {
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}
.message-container a {
    text-decoration: none;
    color: #fff !important;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}