﻿@import url(layout.css);

* {
	font-family:"Times New Roman", Times, serif
}
body {
	color: #000;
	font-size: small;
	font-style: normal;
	background-color: #abc;
	background-image:url('../images/IMG_1168.JPG');
	background-size:cover;
	
}
#container {
	width: 670px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#page_content {
	margin-right: auto;
	margin-left: 10px;
	
}
#masthead {
	padding: 0;
	background-color: #cde;
	background-color: lightgreen;
	background-color: #6C6;
	text-align:center;
	opacity: 0.9;
}
#navigation {
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 580px;
	margin: 0 0 0 0px;
	padding: 0 10px 10px 10px;
}
#footer {
	text-align: center;
	background-color: #89a;
	background-color: lightgreen;
	background-color: #6C6;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width:80px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
	width:3.5em;
	font-size:large;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	color:black;
	text-decoration: underline;
}
#footer p {
		color:olive;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


#TotalBox{
	position: fixed; bottom: 0px;
	font-size:18px;
	background-color:yellow;
	border-style:solid;
	border-color:black;
	border-width:medium;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
}


#TotalBoxCalc{
	position: fixed; bottom: 40px;
	overflow:hidden;
    color:blue;
    font-weight:bold;
    font-size:3em;
	-webkit-overflow-scrolling:touch;
}

.imgProp {
	width:190px;
	height:190px;
}



button:hover {
	background-color: #FFC;
}
textarea  {
background-color:#EEE;
}
textarea:hover  {
background-color:#FFF;
}
input[type=text]  {
background-color:#EEE;
}
input[type=text]:hover  {
background-color:#FFF;
}
input[type=password]  {
background-color:#EEE;
}
input[type=password]:hover  {
background-color:#FFF;
}
input[type=number]  {
background-color:#EEE;
}
input[type=number]:hover  {
background-color:#FFF;
}
input[type=submit]  {
	height:25px;
	border-color:black;
	border-style:solid;
	border-width:1px;
}
input[type=submit]:hover  {
	background-color: #FFC;
	border-color:Gray;
}
.boxed{
	border-style:solid;
	border-color:lightgray;
	border-width:1px;
	padding-top:4px;
	padding-left:10px;
}