/* import CSS for compliant browsers */
/* ------------------------------------------------------- */
@import url(reset.css);
@import url(typography.css);


/* stops the nasty horizontal shift with centered layouts in moz etc */
/* html { height: 100%; margin-bottom: 1px; } */

html, body {
	height: 100%;
}

body {
	background-color: #141311;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

/* positioning */

#container {
	position: relative;
	width:100%;
	min-height: 100%;
}

#stripeMain {
	background-image: url(../img/main-stripe.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e5d8b9;
	height: 275px;
	width:100%;
	position: absolute;
	top: 130px;
	z-index: -1;
	display: inline;
	}

#stripeSOM {
	background-image: url(../img/som-stripe.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #480602;
	height: 275px;
	width:100%;
	position: absolute;
	top: 130px;
	z-index: -1;
	display: inline;
	}
	
#stripeOTC {
	background-image: url(../img/otc-stripe.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #c9701b;
	height: 275px;
	width:100%;
	position: absolute;
	top: 130px;
	z-index: -1;
	display: inline;
	}

#stripeIntSOM {
	background-image: url(../img/som-stripeInt.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #480602;
	height: 150px;
	width:100%;
	position: absolute;
	top: 130px;
	z-index: -1;
	display: inline;
	}
	
#stripeIntOTC {
	background-image: url(../img/otc-stripeInt.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #c9701b;
	height: 150px;
	width:100%;
	position: absolute;
	top: 130px;
	z-index: -1;
	display: inline;
	}

#wrapper {
	width: 820px;
	margin: 0 auto;
}
#header {
	height: 60px;
	width: 690px;
	padding-top: 25px;
	padding-right: 65px;
	padding-bottom: 15px;
	padding-left: 65px;
}

#logo {
	width: 213px;
	height: 60px;
	float: left;
}

#orderOnline {
	height: 44px;
	width: 152px;
	float: left;
	margin: 8px 0 8px 320px;
	background-image: url(../img/order_online.png);
}

#orderOnline:hover {
	background-position: 0 -44px;
}

#orderOnline span {
  display: none;
}

#headerMain {
	height: 60px;
	width: 690px;
	padding-top: 40px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 65px;
}
#nav {
	height: 30px;
	width: 820px;
}
#photo {
	width: 820px;
	height: 275px;
}
#photoInt {
	width: 820px;
	height: 150px;
}
#homeContent {
	width: 820px;
}

#mainLeft {
	float: left;
	width: 310px;
	padding-left: 65px;
}
#mainRight {
	float: left;
	width: 310px;
	padding-left: 69px;
	text-align: right;
}

#homeMain {
	float: left;
	width: 435px;
	padding-left: 65px;
}
#homeSide {
	float: left;
	width: 190px;
	padding-left: 65px;
	text-align: right;
	padding-top: 25px;
}

#intContent {
	width: 820px;
	background-image: url(../img/paper.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#sidebarBg {
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 820px;
}
#intHeader {
	width: 435px;
	padding-left: 65px;
	padding-top: 20px;
}
#intMain {
	float: left;
	width: 435px;
	padding-left: 65px;
}
#intSide {
	float: left;
	width: 180px;
	padding-left: 65px;
	text-align: right;
}
#photoFooter {
	width: 820px;
	height: 53px;
	background-image: url(../img/photoFooter-int.gif);
	background-repeat: no-repeat;
}
#homeFooter {
	width: 820px;
}
#homeSpacer {
	clear: both;
}
#footer {
	position: absolute;
	bottom: 0;
	background-color: #11110f;
	width: 100%;
	padding-top: 15px;
 	display: block;
}
#footerContent {
	width: 690px;
	margin: 0 auto;
}
#footerLeft {
	float: left;
	width: 445px;
}
#footerRight {
	float: left;
	width: 245px;
	text-align: right;
}
#footerSpacer {
	clear: both;
	height: 20px;
}

.mainfloatLt {
	float: left;
}

.mainfloatRt {
	float: right;
}

.floatLeft {
	float: left;
	border: 1px solid #42210b;
	margin-top: 5px;
	margin-right: 20px;
}

.floatright {
	float: right;
	border: 1px solid #42210b;
	margin-top: 5px;
	margin-left: 20px;
}

