/* Default rules for h3
-------------------------------------------------------------------------------------------- */
	h3 {
		margin:0;
		padding:18px 0 5px 3px;
		color:#b20938;
		font-size:1.4em;
		font-weight:normal;
		clear:both;
	}


/* Default rules for the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column {
		padding:50px 0 0 0;
		width:786px;
	}

/* Default rules for the paragraphs of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column p {
		margin:0;
		padding:0 0 20px 0;
		color:#0a3981;
		font-size:1.2em;
		font-family:verdana;
		line-height:130%;
		width:710px;
	}

/* Default rules for the first paragraph of the main-column div, given class name 'first'
-------------------------------------------------------------------------------------------- */
	div#main-column p.first {
		font-family:"times new roman";
		font-size:1.6em;
	}

/* Default rules for the span of the paragraphs contained by main-column div, given class
name 'phone'
-------------------------------------------------------------------------------------------- */
	div#main-column p span.phone {
		color:#b20938;
		font-size:1.2em;
	}

/* Default rules for the definition lists
-------------------------------------------------------------------------------------------- */
	dl {
		clear:both;
		margin:0 0 25px 0;
		position:relative;
		top:30px;
		padding:0 0 0 210px;
		background:url(cssimages/outdoor-lighting/dl-bg.jpg) no-repeat 10px 0;
	}

/* Default rules for the definition terms of the definition list
-------------------------------------------------------------------------------------------- */
	dl dt {
		margin:0;
		display:inline-block;
		padding:48px 0 0 0;
		color:#b20938;
		font-size:1.4em;
		font-weight:normal;
	}

/* Default rules for the definition description of the definition list
-------------------------------------------------------------------------------------------- */
	dl dd {
		margin:0;
		padding:18px 0 85px 0;
		width:714px;
		color:#0a3981;
		font-size:1.2em;
		font-family:verdana;
		line-height:130%;
	}

/* Default rules for paragraphs
-------------------------------------------------------------------------------------------- */
	p {
		margin:0;
		padding:0 95px 25px 210px;
		color:#0a3981;
		font-size:1.2em;
		font-family:verdana;
		line-height:130%;
	}

/* Default rules for span of paragraphs given class name 'phone'
-------------------------------------------------------------------------------------------- */
	p span.phone {
		color:#b20938;
		font-size:1.2em;
	}

/* Default rules for the unordered list given id 'features'
-------------------------------------------------------------------------------------------- */
	ul#features {
		list-style:none;
		margin:-15px 0 0 0;
		padding:0 0 300px 235px;
		color:#b20938;
	}

/* Default rules for the list items of the features unordered list
-------------------------------------------------------------------------------------------- */
	ul#features li {
		font-size:1.4em;
		padding-left:12px;
		background:url(cssimages/shared/arrow1.jpg) no-repeat left center;
	}

/* Default rules for the spans of the list items contained by features unordered list
-------------------------------------------------------------------------------------------- */
	ul#features li span {
		font-size:0.9em;
		color:#0a3981;
	}

/* Default rules for h4
-------------------------------------------------------------------------------------------- */
	h4 {
		margin:0;
		padding:0 0 20px 210px;
		color:#b20938;
		font-size:1.4em;
		font-weight:normal;
		clear:both;
	}

/* Default rules for secondary-column div
-------------------------------------------------------------------------------------------- */
	div#secondary-column {
		background:url(cssimages/outdoor-lighting/secondary-column-bg.jpg) no-repeat top right;
		width:198px;
		min-height:188px;
		height:188px;
		padding-bottom:0;
	}

/* Default rules for footer div
-------------------------------------------------------------------------------------------- */
	div#footer {
		background:#fff;
		width:996px;
		margin:4px auto 0 auto;
		clear:both;
	}

/* Default rules for the main-footer div contained by footer div
-------------------------------------------------------------------------------------------- */
	div#footer div#main-footer {
		float:left;
		width:471px;
		font-size:0.8em;
	}

/* Default rules for the paragraphs of the main-footer div
-------------------------------------------------------------------------------------------- */
	div#footer div#main-footer p {
		margin:0;
		padding:5px 7px;
		color:#545454;
		line-height:200%;
	}

/* Default rules for the links (default and visited) of paragraphs contained by main-footer
div
-------------------------------------------------------------------------------------------- */
	div#footer div#main-footer p a:link, div#footer div#main-footer p a:visited {
		color:#993300;
		text-decoration:none;
	}

/* Default rules for the links of paragraphs contained by main-footer div when hovered
-------------------------------------------------------------------------------------------- */
	div#footer div#main-footer p a:hover {
		color:#000000;
	}

/* Default rules for the secondary-footer div contained by footer div
-------------------------------------------------------------------------------------------- */
	div#footer div#secondary-footer {
		float:right;
		text-align:right;
		padding:13px 0 0 0;
	}

/* Default rules for the paragraphs of the secondary-footer div
-------------------------------------------------------------------------------------------- */
	div#footer div#secondary-footer p {
		margin:0;
		padding:0;
		font-size:1em;
		color:#545454;
	}

/* Default rules for the paragraphs of secondary footer div given id 'email'
-------------------------------------------------------------------------------------------- */
	div#footer p#email {
		clear:both;
		text-align:right;
		margin:0;
		padding:20px 0;
		font-size:1.3em;
	}

/* Default rules for the links (default and visited) of the paragraph contained by footer given id 'email'
-------------------------------------------------------------------------------------------- */
	div#footer p#email a:link, div#footer p#email a:visited {
		color:#545454;
		text-decoration:none;
	}

/* Default rules for the links of the paragraph contained by footer div given id 'email'
when hovered
-------------------------------------------------------------------------------------------- */
	div#footer p#email a:hover {
		color:#000000;
	}
