@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'LithosProRegular';
    src: url('fonts/lithospro-regular-webfont.eot');
    src: url('fonts/lithospro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lithospro-regular-webfont.woff') format('woff'),
         url('fonts/lithospro-regular-webfont.ttf') format('truetype'),
         url('fonts/lithospro-regular-webfont.svg#LithosProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------------- COMMON ELEMENTS------------------ */

body {
	margin: 0;
	padding: 0;
	background:url(images/bodyBG.gif) left top repeat-y;
	height: 100%;
	font: "Times New Roman", Times, Georgia, serif;
}


/*----------------- Link Styles -------------------*/

a:link { color: #e11f26 ; font-weight: 900; text-decoration: underline; }
a:visited { color: #e11f26 ; font-weight: 900; text-decoration: underline; }
a:hover { color: #e11f26 ; font-weight: 900; text-decoration: none; }
a:active { color: #e11f26 ;  font-weight: 900; text-decoration: none; }

.sale a:link { color: #fff ; font-weight: 900; text-decoration: underline; }
.sale a:visited { color: #fff ; font-weight: 900; text-decoration: underline; }
.sale a:hover { color: #fff ; font-weight: 900; text-decoration: none; }
.sale a:active { color: #fff ;  font-weight: 900; text-decoration: none; }

#copyright a:link { color: #fff ; text-decoration: underline; }
#copyright a:visited { color: #fff ;text-decoration: underline; }
#copyright a:hover { color: #fff ; text-decoration: none; }
#copyright a:active { color: #fff ;  text-decoration: none; }


/*----------------- Left Nav Style -------------------*/

#menu1 ul { list-style: none; margin: 0; padding: 0; }
#menu1 { width: 200px; font-size:18px; font-weight:900; }

#menu1 li {
	padding-top: 5px;
}

#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 27px;
	text-decoration: none;
	}	
#menu1 li a:link, #menu1 li a:visited { color: #fff; font-weight: 900; display: block; background: url(images/menu1.png); padding-top: 4px; padding-right: 0; padding-bottom: 0; padding-left: 5px; }
#menu1 li a:hover { color: #fff; font-weight: 900; display: block; background: url(images/menu1.png) 0 -32px; padding-top: 4px; padding-right: 0; padding-bottom: 0; padding-left: 5px; }
.menu1 li a:active { color: #fff; font-weight: 900; display: block; background: url(images/menu1.png) 0 -64px; padding-top: 4px; padding-right: 0; padding-bottom: 0; padding-left: 5px; }

#menu1 li .here { height: 27px; color: #fff; font-weight: 900; display: block; background: url(images/menu1.png) 0 -32px; padding-top: 4px; padding-right: 0; padding-bottom: 0; padding-left: 5px; }


/* ---------------- BG ELEMENTS------------------ */

#innerwrapper {
    min-height: 100%; /* kind of a hack to get footer to show - SG */
	
}

.body-bg {
	background:url(images/bodyBG.gif) left top repeat-y;
}

html {
	background: #333 url(images/kumaru-deckingBG.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ---------------- LAYOUT ELEMENTS------------------ */

#top {
	height:73px;
	vertical-align:top;
	text-align:left;
	background:url(images/top-repeat.gif) repeat-x right top;
}

#header {
	margin-top: -3px;
	text-align:left;
	vertical-align:top;
}

#body-holder {
	background:url(images/body-bg.png) left top repeat-y;
	text-align:left;
	width: 100%;
	padding-bottom: 10px;
}

#body-bottom {
	text-align:left;
	vertical-align:top;
}

#footer {
	text-align:left;
	vertical-align:top;
}

#copyright {
	margin-top: -28px;
}

.sale {
	border: 1px #fff dotted;
	background:#e11f26;
	color: #fff;
	padding: 8px;
	text-align:center;
	display:block;
	margin-top: 15px;
}

/* ---------------- FONT STYLES ------------------ */

#copy-content {
	text-align:justify;
	font-size:18px;
	color:#FFF;
	padding-top: 5px;
	
}

.kumarudecking {
		font-family: "LithosProRegular";
	}
	
h1 {
	padding-top:0;
	margin-top:0;
	font-size: 30px;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	background-position: left 31px;
}

h3 {
		margin: 30px 0px 5px 0px;
		font-size: 17px;
	}

.caption {
	font-size:14px;
	font-style:italic;
}

.bigbold {
	font-size: 18px;
	font-weight:900;
}

.vs {
	color:#e11f26;
	font-weight:900;
	font-style: italic;
}

.arrow {
	color:#e11f26;
	font-weight:900;
}

/* ---------------- BUTTON STYLES ------------------ */

.buy-button {
		display: block;
		background: url(images/buy-button.png) no-repeat;
		background-position: top;
		width: 257px;
		height: 69px;
		margin: 0 auto;
	}
		.buy-button:hover {
			background-position: 0px -69px;
			height: 69px;
		}
		.buy-button:active {
			background-position: bottom !important;
		}


/* ---------------- TABLE STYLES ------------------ */

#specs-table td {
	border-bottom: 1px dotted #e11f26;
	text-align:left;
	padding: 3px;	
}

.specs-table td {
	border-bottom: 1px dotted #e11f26;
	text-align:left;
	padding: 3px;	
}

.calculator {
	margin-left: 5px;
	border: 1px dotted #e11f26;
}

td h3 {
	font-size: 18px;
	font-weight:900;
}