/*		Resetting Stylesheet		*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
*, .x {												/* .x removes any inherent styling to elements below */
	border: none;
    font: normal 100%/101% helvetica, Verdana, Arial, sans-serif;
 	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	}
	
:focus {
	outline: 0;
}

ul, ol, dd {
	line-height: 1.50em;
	list-style-position: outside;
	list-style: none;
}
	
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
	
dt { font-weight: bold; }

dd { padding: 0; }

table { 
	border-collapse: separate;
	border-spacing: 0;
}

table th { font-weight: bold; }

hr {
	background: #aaa;
	border: none;
	color: #aaa;
	display: block;
	height: 1px;
	width: 100%;
}

/** COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;	}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}
.flush  { margin: 0; padding: 0}
.rgtAlign {text-align: right !important}
.ctrAlign {text-align: center}
.normal {font-weight: normal !important}
.emph {font-weight: bold !important;}
italic {font-varient: italic;}
.vmiddle {vertical-align: middle !important}
.vtop {vertical-align: top !important}
.vbottom{vertical-align: bottom !important}

.navigation		{ list-style: none; }
.navigation li	{ display: inline; 	}

.debug { border: 1px solid red; }

.vmiddle {vertical-align: middle}
.vbottom {vertical-align: bottom !important}

/** TYPOGRAPHY **/

code, pre, var, .monospace {
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;	
	margin: 0.80em 0;
}

code strong, pre strong, var strong, .monospace strong {
	background: inherit;
	color: #c33;
}

del {
	background-color: inherit;
	color: #888;	
	text-decoration: line-through;
}

abbr {
	border-bottom: 1px dashed #ddd;
	cursor: help;
	font-size: 0.90em;
	text-transform: uppercase;
}

acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}

strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

h1, h2, h3, 
h4, h5, h6 { font-weight: bold; }
h1 {  font-size: 3.00em; 	}
h2 {  font-size: 2.50em; 	}
h3 {  font-size: 2.00em; 	}
h4 {  font-size: 1.60em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  font-size: 1.00em; 	}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
u 			{ text-decoration: underline; 	 }

p {
	margin: 0.50em 0 1.00em 0;
	line-height: 1.50em;
}

a {
	background-color: inherit;
	color: #C1A648;
}

a:visited 	{ color: #C1A648; background: inherit; }
a:hover 	{ color: #C1A648; background: inherit; text-decoration: underline;}
a:active 	{ color: #C1A648; background: inherit; }

blockquote, q {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	margin: 0.80em 0;
	quotes: "" "";
}

blockquote p, q p {
	color: #666;
	background: inherit;
	margin: 0;
	padding: 0.80em;
}

.txtRed {background: transparent; color: #EC1F26;}







/** FORMS **/

fieldset 	{ border: 0; 	}
.input 		{ clear: left; 	}
label {
	font-weight: bold;	
	padding: 3px;
}

label.xs 	{ width: 50px; 	}
label.s 	{ width: 100px; }
label.m 	{ width: 150px; }
label.l 	{ width: 200px; }
label.xl 	{ width: 250px; }

input.default, textarea.default, select.default {
	border: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 3px;
}
input.xs 	{ width: 20px; 	}
input.s 	{ width: 50px; 	}
input.m 	{ width: 125px; }
input.l 	{ width: 200px; }
input.xl 	{ width: 300px; }

button {
	background-color: black;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
}

button.xs 	{ width: 15px; 	}
button.s 	{ width: 30px; 	}
button.m 	{ width: 50px; 	}
button.l 	{ width: 80px; 	}
button.xl 	{ width: 120px; }