/**
 * Global Styles for RWDoors.com
 * @name global.css
 * @author Steve Ariss - http://elevations.ca
 * @version 0.1
 * @date May 26, 2010
 * @copyright (c) 2010 Elevations Marketing (elevations.ca)
 */
 
/******** GLOBALS & RESETS *****/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: "Helvetica", Helvetica, Arial, Verdana, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}

html 									{ overflow-y: auto; overflow-x: hidden; }
html, body								{ height: 100%;	}
body 									{ background: #e4cba6; line-height: 1; text-align: center; color: #8d704f;}
ol, ul 									{ list-style: none; }
table 									{ border-collapse: separate; border-spacing: 0; }
caption, th, td 						{ font-weight: normal; text-align: left; }
a										{ outline: none; text-decoration: none; }
a:link, a:active, a:visited				{ color: #8d704f; font-weight: bold; }
a:hover									{ color: #8d704f; text-decoration: underline; }
strong									{ font-weight: bold;}
hr										{ display: none; }
p										{ font-size: 12px; line-height: 18px; padding-bottom: 5px; }

.floatleft								{ float: left; }
.floatright								{ float: right; }
.clear									{ clear: both; }
.center									{ position: relative; margin: 0 auto;} /* Centers any content on the page */

.hideText								{ text-indent: -9999px;}
.borderMe								{ border: 1px solid black; } /*Just to help lay things out from time to time