/* Layout */

body {
	background-color: #661410;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}

#head {
	padding-top: 170px;
        margin-left: 250px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo-tagline {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 280px;
	margin-top: 0;
	background-position: 50% 0;
}

#content {
	padding-left: 20px;
}

.headline{font-family: "arial", "sans-serif"; color:white; font-size: 16pt;}
.subline{font-family: "arial", "sans-serif"; color:white; font-size: 14pt;}
.infotext{font-family: "arial", "sans-serif"; color:white; font-size: 10pt;}
.tinytext{font-family: "arial", "sans-serif"; color:white; font-size: 8pt;}
.infotext_black{font-family: "arial", "sans-serif"; color:black; font-size: 10pt;}
.link1 A: link{text-decoration: underline; color: #ffffff}
.link2 A{text-decoration: underline; color: #000000}


ul.menu, ul.submenu {
list-style: none;
z-index: 5;
}


ul.submenu {
display: none;
left: 0px;

}

ul.menu li {
display: inline;
float: left;


}

ul.menu li {
width: 8em;
margin: 0px;
padding: 0px;



}


ul.menu li, ul.submenu li {

width: 8em;


}

ul.submenu li {
background-color: #cccccc;

}


div.menucontainer {
z-index: 5;

}

div.menucontent {
position: absolute;

left: 0px;
top: 0px;
z-index: 3;

}

div.menucontainer, ul.menu li, ul.submenu li {
height: 2em;

}



#xteam {
	padding-left: 20px;	
}


#team div {
	font-size: 1.5em;
	padding-bottom: 12px;
}

#social {
	xpadding-top: 10px;
	padding-left: 6px;
	text-align: center;
}

#facebook {
	padding-bottom: 12px;
}

#vendors h2{
	padding-top: 0px;
	float: left;
}

#vendors div {
	margin: 0 auto;
	xwidth: 820px;
	height: 115px;
}

#vendors ul {
	text-align: center;
	height: 115px;
	xfloat: left;
	height: 115px;
	xwidth: 220px;
	margin: 0 auto;
	padding: 0 0 0 74px;
}

#vendors ul li, .vendor-rotate li {
	list-style: none;
}

#footer {
	padding-top: 30px;
}

hr.divider {
	background-image: url('../images/divider-grey.png');
	background-repeat: no-repeat;
	height: 4px;
	padding-bottom: 0px;
	background-color: transparent;
}

div.colborder {
	background-image: url('../images/horizontal-divider.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 164px;
	padding-bottom: 0px;
	background-color: transparent;

	border-right:none;
	margin-right:25px;
	padding-right:24px;
}


/* Typography */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	color: white;
}

body, div, p, th, td, span, blockquote, a, li {
	font-size: .96em;
}

#updates ul {
	padding-left: 20px;
}

#updates ul li {
	margin-bottom: 1em;
	list-style: circle;
}
