
/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	background-image:url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	color: #022255;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, serif;
	margin: 0;
	font-size: 28px;
}

p {
	margin: 0 0 1em 0;
}

img {
	border-style: none;
}

object {
	margin: 2px 0 14px 0;
}

input, textarea {
	border-style: none;
	background-color: #E9E9E9;
	padding: 4px;
}

strong {
	color: #022255;
}

div.hr {
	background-image:url(/img/hr.gif);
	background-repeat: repeat-x;
	margin: 4px 0 8px 0;
}


/* - - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - - */

a.formsubmit {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

div.blockholder {
	float: left;
	margin-bottom: 22px;
	width: 242px;
	height: 347px;
}

div.block {
	font-family: Georgia, serif;
	padding-bottom: 12px;
}

div.error {
	color: #7A0204;
}

form div.error div {
	margin: 6px 0;
}

div.block.home {
	width: 206px;
	height: 314px;	
	padding: 14px;
	background-image:url(/img/shadow-box.png);
	background-repeat: repeat-y;
	margin-right: 8px;
	position: relative;
	font-size: 12px;
}

div.block.home a {
	display: block;
	position: absolute;
	bottom: 18px;
	color: #7A0204;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 11px;
}

div.block.home a.formsubmit {
	bottom: 8px;
	right: 18px;
	text-align: right;
}

div.block p {
	color: #535353;
	margin-bottom: 1.2em;
}

div.block p em {
	font-size: 1.2em;
	letter-spacing: -1px;
}

div.block p strong {
	color: #7A0204;
	font-weight: normal;
}

div.topline, div.caption {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	height: 18px;
}

div.topline {
	color: #000;
}

div.caption {
	margin: 6px 0 0 0;
}

div.topline.form {
	margin: -8px 0 8px 0;
}

div.block.home div.topline.form {
	margin: 0 0 0 0;
}

div.block.home form input, div.block.home form textarea {
	width: 194px;
	padding: 3px;
}

div.block.home form textarea {
	height: 65px;
}

div.shadowbottom {
	background-image:url(/img/shadow-bottom.png);
	background-repeat: no-repeat;
	height: 5px;
	padding: 0;
}

div.block h3 {
	background-color: #022255;
	color: #FFF;
	width: 194px;
	height: 83px;
	padding: 42px 4px 0 4px;
	text-align: center;
	font-weight: normal;
	font-size: 2.5em;
	font-style: italic;
	line-height: 28px;
}

div.block.home h3 {
	background-color: #7A0204;
	margin-bottom: 16px;
}

div.block h3 em {
	font-size: 11px;
	color: #9A9A9A;
}

input.placeholder, textarea.placeholder {
	color: #7B7B7B;
}

form.quotation td {
	font-size: 11px;
}

form.quotation input, form.quotation textarea {
	width: 196px;
	background-color: #FFF;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #7D7B96;
}

form.quotation input.submit {
	background-color: #7A0204;
	font-weight: bold;
	color: #FFF;
	padding: 2px 20px;
	font-size: 1.1em;
}

form.quotation input.zip {
	width: 36px;
}

form.quotation input.city {
	width: 148px;
}

span.required {
	color: #7A0204;	
}


/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#canvas {
	margin: 33px auto 15px auto;
	width: 972px;
}

#head {
	width: 887px;
	height: 44px;
	background-image:url(/img/logo.png);
	background-repeat: no-repeat;
	margin: 0 0 23px 0;
}

#head h2, #head h3 {
	position: absolute;
	top: -80em;
	left: -80em;
}

#content {
	margin: -12px 0 0 238px;
	color: #535353;
}

#content a {
	color: #7A0204;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 11px;
}

#colr {
	float: right;
	width: 234px;
}

#colr .content {
	padding: 10px 18px 10px 14px;
	background-image:url(/img/shadow-box.png);
	background-repeat: no-repeat;
}

#colr .bottom {
	background-image:url(/img/shadow-bottom.png);
	background-repeat: no-repeat;
	height: 4px;
}

#colr input, #colr textarea {
	width: 194px;
}


#colr div.block {
	margin-bottom: 6px;
}

#colc {
	width: 483px;
}

#colc .content {
	padding: 22px 18px 14px 14px;
	background-image:url(/img/shadow-box-wide.png);
	background-repeat: no-repeat;
	min-height: 400px;
}

#colc .bottom {
	background-image:url(/img/shadow-bottom-wide.png);
	background-repeat: no-repeat;
	height: 4px;
}

#colc h1 {
	margin-bottom: 7px;
}

#colc h3 {
	font-size: 11px;
	margin-bottom: 30px;
}


/* - - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - - */

#navigation {
	text-transform: uppercase;
	width: 185px;
	border-width: 1px;
	border-style: none solid none none;
	border-color: #7B7776;
	margin-top: 1px;
	padding: 28px 19px 0 0;
	position: absolute;
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
}

#navigation ul ul {
	margin: 8px 0 24px 0;
}

#navigation li {
	list-style-type: none;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

#navigation li li {
	margin-top: 0.4em;
	margin-bottom: 0.5em;
	font-size: 0.8em;
}

#navigation li a {
	color: #7A0204;
	text-decoration: none;
}

#navigation li.nav2 {
	margin-bottom: -2px;
	margin-top: 5px;
}

#navigation li.nav2 a {
	font-size: 0.8em;
}

#navigation a.active, #navigation strong {
	color: #535353;
	font-weight: normal;
}

