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,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td	{
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:top;background:transparent
	}
	body{line-height:1
}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/*** BASIC TYPOGRAPHY ***/
html { font-size: 62.5%; font-family: "Liberation Sans", Helvetica, Arial, sans-serif; }

/*** FORMS ***/
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: normal; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #bcaea2; background: #fff; min-width:200px; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border:1px solid #ac9786; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border: 1px solid #ac9786; }
/*input, select { cursor: pointer; }*/
input [type='submit'],[type='button'],[type='reset'] { cursor: pointer; }

input:hover, input[type='text']:hover, input[type='password']:hover { border: 1px solid #ac9786; }
input:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border: 1px solid #ac9786; }

/*input[type='text'],input[type='password'] { cursor: text; }*/


/*** BASE SIZES ***/
.container { font-size:12px; line-height: 1.6em; }
h1 { font-size: 2.4em; color:#ff970f; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }
h2 { font-size: 1.7em; color:#878787; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }
h3 { font-size: 1.5em; color:#ff970f; font-family:HelveticaNeueLTCom-Cn; font-weight:normal;}
h4 { font-size: 1.3em; color:#ff970f; font-family:HelveticaNeueLTCom-Cn; font-weight:normal;}
h5 { font-size: 1.2em; color:#878787; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }
h6 { font-size: 1em; color:#878787; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }


/*** LISTS ***/
/*ul li { margin-left: .85em; }*/
ul { list-style-type: disc; margin:0; padding:0; }
ul ul { list-style-type: square; margin:0; padding:0;}
ul ul ul { list-style-type: circle; margin:0; padding:0;}
ol { list-style-position: outside; list-style-type: decimal; margin:0; padding:0;}
dt { font-weight: bold; }

h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}

/*** COLORS ***/
a:link { text-decoration: underline; color: #8c4404; outline:none; }
a:visited { text-decoration: underline; color: #8c4404; outline:none; }
a:hover { text-decoration: none; color: #ba5307; }
a:active, a:focus { text-decoration: underline; color: #ad3500; }
code, pre { color: #c33; } /*** very optional, but still useful. W3C uses about the same colors for codes ***/

/*** 24 COLUMN GRID ***/
.container { width:100%;margin:0 auto;}
.showgrid {background:url(../images/grid.png);}
body {margin:0; border-top:4px solid #df7f4d; background-image:url(../images/body_bg.jpg); background-repeat:repeat; background-position:top left; }
hr {color:#efefef;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;max-height:0;overflow:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.fleft{float:left;}
.fright{float:right;}

/*** TEXT CLASSES ***/
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}

.error {color:#F00 !important;}
.redstar {color:#FF0000; !important;}
/*.error, .notice, .success { padding:.8em; margin-bottom:1.6em; border:0px solid red;}*/


.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {color:green;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}

.left {text-align: left;}
.right {text-align: right;}
.centerdvonly { margin:0 auto;}


.padtop {padding-top:15px;}
.padleft {padding-left:15px;}
.padleft-50{padding-left:50px;}
.padright {padding-right:15px;}
.padbotom {	padding-bottom:15px; }
.padreg {padding:15px; }



.bord-botm-comn {
	border-bottom:1px solid #e0dad2;
	margin:0;
	padding:0;
}

::selection	{
	color:#FFF;
	background-color:#FF970F;
	*color:#FFF;
	*background-color:#FF970F;
	_color:#FFF;
	_background-color:#FF970F;

}

/*body::selection { background: black; }*/
/*
::-moz-selection {
	color:#FFF;
	background-color:#FF970F;
}
*/