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

html, body {
	background: #c6d8e8;
	color: #cde4fd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        margin: 4px;
}

a {
	color: #9d6e8c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #023978;
	font-size: 24px;	
}

h2 {
	color: #fff;
	font-size: 1.8em;
	
}

h3 {
	color: #fff;
	font-size: 1.4em;
	
}

ol {
	list-style-type: decimal;
	margin-left: 22px;
}

li {
	border-bottom: 1px solid #fff;
	padding: 4px 0 4px 0;
}

p {
	margin: 1em 0 1em 0;
        line-height: 1.5em;
}

hr {
	background: #D5DDDD;
	border: 0;
	color: #D5DDDD;
	height: 1px;
}

#header {
        background: #c6d8e8;
	height: 65px;
	position: relative;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;

}

#container {
	background: #fff;
	background-position: left;
	background-repeat: repeat-y;
	margin: auto;
	width: 960px;
}

#content {
	background: #fff;
	color: #000;
	float: right;
	margin: 6px 4px 3ex 4px;
	padding: 8px;
	width: 676px;
}

#container #content h2 {
	color: #D16405; //orange
}

#content a {
	color: #0000CC;
}

#sidebar {
	float: left;
	width: 260px;
	margin-left: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#sidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #D16405;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #5F6B77;
}

#sidebar a:hover, #sidebar a:active {
	color: #333;
}

#footer {
	background: #5b7e64 url(/uploads/layouts/07/grey-white-footer-background.jpg);
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #D16405
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #5F6B77;

}

#footer a:hover, #footer a:active {
	color: #333;
}

#web-search {
	background: #DADDE2;
	margin: 12px 0 12px 0;
	padding: 8px;
}

#articles {
	background: #DADDE2;
	margin: 0 0 12px 0;
	padding: 8px;
}

#products {
	background: #DADDE2;
	margin: 0 0 12px 0;
	padding: 8px;
}

#site {
	background: #DADDE2;
	float: left;
	margin: 0 12px 0 12px;
	padding: 8px;
	width: 280px;
}

#site ul li {
	color: #333;
}

#links {
	background: #DADDE2;
	float: left;
	margin: 0 12px 0 12px;
	padding: 8px;
	width: 280px;
}

#about {
	background: #DADDE2;
	float: left;
	margin: 0 12px 0 12px;
	padding: 8px;
	width: 280px;
}

#about p {
	margin: 0;
	text-align: justify;
	color: #333;
}

#heading {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #9d6e8c;
	font-size: 50px;
	padding: .2ex .5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#form {
	width: 100%;
}

#product-image {
	float: left;
	margin-right: 12px;
	padding: 12px;
}

#product-information {
	float: left;
}

.buffer {
	background: #fff;
	height: 12px;
}

.clear {
	clear: both;
}

.form-label {
	padding: 4px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

.form-input {
	padding: 4px;
	width: 70%;
}