@charset "UTF-8";

/* --------------------------------------- CSS RESET --------------------------------------- */

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, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: italic;
	font-size:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
	background: transparent;
	}
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style-type: none; }
table {	border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q {	quotes: "" ""; }
img { margin: 0; padding: 0; }

/* --------------------------------------- CSS DOCUMENT --------------------------------------- */

* { margin: 0; padding: 0; }

html { height:101%; }

body {
	padding: 10px 0;
	background: #000 url(assets/background2.png) center top no-repeat;
	}

#layoutHolder {
	width: 960px;
	margin: 0 auto;
	color: #e0ccb3;
}

#header {
	height: 105px;
	width: 960px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(assets/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner {
	height: 340px;
	width:960px;
	overflow: hidden;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	position:relative
}

/* --------------------------------------- MENU --------------------------------------- */

#menuContainer {
	margin:0;
	text-align:left;
	position: absolute;
	width: 960px;
	bottom: 0px;
	left: 0px;
}

ul#menu li {
	list-style-type: none;
	width:auto;
	display:block;
	float:left;
	line-height: 50px;
	margin:0;
}
ul#menu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width:auto;
	display:block;
	float:left;
	color:#e0ccb3;
	text-decoration:none;
	height:50px;
	font-weight:normal;
    font-size: 14px;
	padding:0 15px;
	border-style: none;
	}
ul#menu li a:hover {
    background-image: url(assets/menuHover.png);
	background-repeat: repeat-x;
	color: #d6cb84;
}

ul#menu li a.current {
	color: #d6cb84;
}

/* --------------------------------------- CONTENT --------------------------------------- */

#contentHolder {
	padding: 30px 0 0 0
}

/* ---------------------------------------- H1 PAGE TITLES ---------------------------------------- */

h1 { width: 515px; height: 50px; text-indent: -2000px; margin-bottom: 10px; }

h1.home { background-image: url(assets/pageTitleHome.png); }
h1.aboutUs { background-image: url(assets/pageTitleAboutUs.png); }
h1.menu { background-image: url(assets/pageTitleMenu.png); }
h1.products { background-image: url(assets/pageTitleProducts.png); }
h1.services { background-image: url(assets/pageTitleServices.png); }
h1.media { background-image: url(assets/pageTitleMedia.png); }
h1.career { background-image: url(assets/pageTitleCareer.png); }
h1.contactUs { background-image: url(assets/pageTitleContactUs.png); }

h2, p, ul, ol { margin-bottom: 0.5em; line-height: 140%; }

h2, h3, h4 { font-size: 20px; margin-bottom: 10px; }
h3, h4 { color: #d6cb84; }

h2 { color: #976e47; font-weight: normal; }
h3 { margin-top: 40px; }
h4 { margin-top: 20px; }

hr { color: #999; background: #888; border: 0; height: 1px; margin: 15px 0; }

a:link,
a:active,
a:visited { color: #d6cb84; text-decoration: underline; }
a:hover { text-decoration: none; }

p {
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-bottom: 10px;
	}

p.image img { 
	border: 1px solid #1a1a1a; 
	background-image: url(assets/photoBgTile.png); 
	background-repeat:repeat-x; 
	padding: 5px;
}

p.image { margin: 0; padding: 0; }
p strong { font-weight: normal; color: #fff; font-size: 15px; }
p em { font-style:oblique; }

/* --------------------------------------- ROWS --------------------------------------- */

.divider {
	width: 960px;
	height: 40px;
	overflow: hidden;
	background-image: url(assets/divider2.png);
	}

/* --------------------------------------- ROWS --------------------------------------- */

.rowHolder {
	width: 960px;
	margin-bottom: 40px;
	overflow: hidden;
	}

/* --------------------------------------- TWO COLUMN --------------------------------------- */

.rowHolder .twoColumn1,
.rowHolder .twoColumn2 { float: left; overflow: hidden; }

.rowHolder .twoColumn1 { width: 515px; margin-right: 45px; }
.rowHolder .twoColumn2 { width: 400px; }

/* --------------------------------------- THREE COLUMN --------------------------------------- */

.rowHolder .threeColumn1,
.rowHolder .threeColumn2,
.rowHolder .threeColumn3 { float: left; overflow: hidden; }

.rowHolder .threeColumn1, .threeColumn2 { width: 290px; margin-right: 45px; }
.rowHolder .threeColumn3 { width: 290px; }

/* ---------------------------------------- MENU LIST ---------------------------------------- */

.menuList li {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size:12px;
	font-style:normal;
	list-style: none;
	margin: 0;
	padding: 10px 25px;
	border-bottom: 1px solid #1a1a1a;
	}

.breakout {
	padding: 20px;
	background-color:#121212;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	}

/* ---------------------------------------- FOOTER ---------------------------------------- */

#footer {
	color: #976e47;
	text-align: left;
	background: transparent url(assets/divider2.png) no-repeat 50% top;
	line-height: 30px;
	font-size: 10px;
	padding: 20px 0 50px;
}

#footer a:link,
#footer a:active,
#footer a:visited { color: #976e47; }
