/* general settings */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	background-color: #B0C4DE;
}
#wholepage {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000080;
	border: 1px solid #000080;
	position: relative;
	padding: 1px;
}
a {
	color: #3A68AD;
}
a:hover {
	color: #000080;
}
/* governs the column structure */
#centrecolumn {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
#leftcolumn {
	width: 625px;
	background-color: #FFFFFF;
}
#rightcolumn {
	width: 175px;
	background-color: #6A92CC;
	text-align: center;
	line-height: 18px;
	padding-top: 55px;
}
#rightcolumn h2 {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1.3em;
}
#rightcolumn2 {
	width: 175px;
	background-color: #6A92CC;
	text-align: center;
}
/* places the logo in top right corner */
#logo {
	background-image: url(images/tamar%20logo%202.png);
	background-repeat: no-repeat;
	height: 213px;
	width: 201px;
	background-position: right top;
	position: absolute;
	z-index: 100;
	top: 0px;
	visibility: visible;
	right: 0px;
}
/*page heading */
#header {
	background-color: #6A92CC;
	padding-top: 5px;
	padding-bottom: 10px;
}
#menu {
	margin-left: 40px;
	margin-top: 10px;
}
#menu a {
	font-weight: bold;
	font-size: 1.2em;
	color: #DAA520;
	text-decoration: none;
}
#menu a:hover {
	color: #000080;
}
#titlesplash {
	background-color: #DAA520;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
	border-bottom-style: solid;
	text-align: center;
	height: 75px;
}
#headerpic {
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000080;
	height: 75px;
}
.bigtitle {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.75em;
}
.subtitle {
	font-size: 1.25em;
	font-weight: bold;
}
/*main content of each page */
#maintext {
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-right: 18px;
	padding-left: 15px;
	background-image: url(images/tamar%20logo%20bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#maintext h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #3A3A3A;
}
#maintext li {
	margin-bottom: 15px;
}
#products li {
	margin-bottom: 0px;
}
.contacts {
	background-color: #B0C4DE;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.map {
	border: 1px solid #000080;
}
.depotcontacts {
	color: #3A3A3A;
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#depotaddress {
	color: #3A3A3A;
	text-align: center;
	margin-bottom: 30px;
}
.tpic {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hpic {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boldbullet {
	font-size: 1.1em;
	font-weight: bold;
}
/* sidebar content */
#telephone {
	width: 175px;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
	background-color: #DAA520;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contactbox {
	background-color: #DAA520;
	line-height: 1.2em;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*stripe across bottom of content */
#bottomflash {
	background-color: #DAA520;
	clear: both;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
/* page footing */
#footer {
	font-size: 0.9em;
	color: #3A3A3A;
	background-color: #6A92CC;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer a {
	text-decoration: underline;
	color: #3A3A3A;
}
#footer a:hover {
	color: #000080;
}
