/* application.css */


*
{
    text-align: left;
}

img.sidebar {
	margin-top: 20px;
	}
	
img#banner {
	margin-left: 5em;
	z-index: 1;
	}

a {
	text-decoration: none;
	color: #7E0001;
}

a.black-italic {
	color: black;
	font-style: italic;
	font-weight: bold;
	}
	
a.black-underline {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: red;
}

#footer
{
    background: #65644E;
    padding-top: 0px;
    height: 69px;
    margin-top: -70px;
	border-top: 1px solid black;
}

#main
{
    padding-bottom: 170px;
}

div.fullwidth {
	width: 100%;
}

.header {
	background-color: #7E0001;
	padding-top: 10px;
}

.menubar {
	background-color: #B5B49F;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 0;
	}

.header-text {

	color: #fff;
	margin-bottom: 5px;
	margin-top: 7em;
	position: absolute;
	top: 0;

}

.footer {
	background-color: #B5B49F;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.footer-text {
	background-color: #B5B49F;
	font-size: 0.95em;
	color: #7E0001;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 5px;
}

p.footer-vhs {
	float: right;
	font-size: 0.8em;
	color: #B5B49F;
	padding-right: 10px;
	}
	

p.footer-vhs a:hover {
	text-decoration: none;
	color: #fff;
	}
	
.heading {	color: #7E0001;	margin-bottom: 0; }
.heading-main {	font-weight: bold;}
.product-main { margin: 0.5em 0 1em 2em ; }
.heading-frontpage { font-weight: bold; }
.highlight-red { color: #C00000; }

.topmargin-large {margin-top: 40px;}
.bottommargin-small {margin-bottom: 1em;}

.pushright-1 {	margin-left: 30px;}
.pushright-2 {	margin-left: 200px;}
.pushright-3 { margin-left: 150px;}

.nobottom { margin-bottom: 0; }
.red { color: #7E0001; }

.submenu {
	color: #7E0001;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

ul.menu {
	list-style: none;
	margin-top: 10px;
	padding: 0;
	}
	
ul.menu li {
	display: inline;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 8px;
	padding-left: 8px;
	
	}


ul.submenu {
	list-style:none;
	padding-left: 1em;
	}

div.figure {
	border: thin solid #7E0001;
	padding: 0;
	width: 150px;
	margin-bottom: 1em;
	}

div.figure img {
	margin: 0;
	padding: 0;
}

div.figure p {
	font-size: 0.9em;
	color: white;
	margin-bottom: 0;
	padding: 0.3em 0;
	text-align: center;
	background: #7E0001;
}

div.product-container {
	clear: both;
	padding-bottom: 10px;
	}

div.product-container h4 {
	color: #7E0001;
	font-weight: bold;
	}
	

.float-right {float:right;margin-left:2ex;}
.float-left {float:left;margin-right:2ex;}

table.specifications {
	margin-top: 2em;
	border: 1px solid black;
}

table.notop {
	margin-top: 0;
}

table.specifications th {
	background: #B5B49F;
	border-bottom: 1px solid black;
}

table.specifications td { 	border-bottom: 1px solid #B5B49F; }
.midtable-header { border-top: 1px solid black; }
table.specifications td.midtable-header-before {border-bottom: 0; }
p.figure-description {
	color: #999;
	font-size: 0.9em;
	}
	
div.pre p {
	margin-left: 2em;
	font-weight: bold;
	font-family: courier;
	color: #033;
	}
	
p.readmore {
	color: #7E0001;
	font-weight: bold;
	
	}
	
p.contact-us {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	}
	