﻿body {
	margin: 5px 0 0 0;
	padding: 0;
	background-color: maroon;
	background-image: url('images/gallery/assets/dotpan-r.gif');
}
#container {
	margin: auto;
	font-family: verdana, sans-serif;
	font-size: small;
	width: 960px;
	border-right-style: solid;
	border-right-width: thick;
	border-right-color: #5E0000;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #5E0000;
	color: #666666;
	background-image: url('images/container-bg.png');
}
/*--------------------------------------- global -----------------------------*/
img {border-style: none;}
h1 {
	font-family: "Tempus Sans ITC", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	font-weight: bold;
	line-height: 1.5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: maroon;
	font-weight: bold;
	line-height: 1.5em;
}
a:link { color: navy; text-decoration: none;}
a:visited { color: navy; text-decoration: none;}
a:hover { color: red;text-decoration: underline;	}

.floatleft { float: left;}
.floatright {float: right;}
.clearboth { clear: both;}
.clearleft { clear: left;}
.clearright { clear: right;}

p strong {
	color: #FF0000;
}
.column {
	width: 450px;
	margin: 10px;
}
.box {
	border-width: thin;
	border-color: #808080;
	border-style: none none outset outset;
	background-color: white;
	padding: 10px;
	margin: 10px 0px;
}
.curlbox {
	background-position: right top;
	border-width: thin;
	border-color: #808080;
	border-style: none none outset outset;
	background-color: white;
	padding: 10px;
	margin: 10px 0px;
	background-image: url('images/page-curl.png');
	background-repeat: no-repeat;
}
.polaroid {
	border-style: outset;
	border-width: thin medium medium thin;
	border-color: #c0c0c0 #666666 #666666 #C0C0C0;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	width: 160px;
	height: 200px;
	text-align: center;
}
.polaroid img {
	margin: 5px;
	padding: 0;
	width: 150px;
	height: 150px;
}
.polaroid ul {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 150px;
	list-style-type: none;
	color: black;
}
.polaroid .text {
	padding: 0px 0 5px 10px;
	width: 150px;
	text-align: left;
	overflow: hidden;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 90%;
}

/*--------------------------------------- logo bar -----------------------------*/
#logobar {width: 100%;}
#logo {float: left;}
/*--------------------------------------- navigation bar -----------------------------*/
#nav {
	padding: 0;
	margin: auto;
	width: 100%;
	list-style-type: none;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #C0C0C0;
	background-color: navy;
	float: left;
}
#nav li {
	padding: 5px 0px 5px 0px;
	margin: 0;
	float: left;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 15px;
	margin: 0 1px 0 0;
	font-size: small;
	float: left;
	display: block;
	text-decoration: none;
	border-right-style: dotted;
	border-width: thin;
	border-color: #808080;
	font-weight: bold;
	color: white;
}
/*--------------------------------------- GENERAL CONTENT -----------------------------*/
#content {
	margin: 10px;
	clear: both;
}
/*--------------------------------------- ECO ROOFING PAGE -----------------------------*/
table {
	width: 100%; background: white;
}
table th, table td {
	margin: 0;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	vertical-align: top;
}
/*--------------------------------------- Footer -----------------------------*/
.footeraddress {
	padding: 10px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	clear: both;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #808080;
}
.footercopyright {
	text-align: center;
	padding: 5px;
	font-size: 10px;
	background-color: transparent;
	clear: both;
	
}