/*------------------------------------------
--  Reseting -------------------------------
------------------------------------------*/

html, body, div, object, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, blockquote, address, img, sub, sup, small, big, abbr, acronym, form, fieldset, legend, label, input, del, ins, dfn, cite, code, var, samp, kbd, caption
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent
}
:focus, :active {
	outline: 0
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-size:12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background:#F1F1F1;
}
/* Common
------------------------------------------*/

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed
}
ul, ol {
	margin-bottom: 15px
}
ul {
	list-style-type: square
}
ol {
	list-style-type: decimal
}
li {
	margin: 0 0 0 15px
}
li ul {
	margin-bottom: 0
}
small {
	font-size: 9px
}
big {
	font-size: 12px
}
sup {
	font-size: 9px;
	position: relative;
	bottom: 3px
}
sub {
	font-size: 9px;
	position: relative;
	bottom: -2px
}
legend {
	font-size:12px;
}
label {
	cursor: default
}
input, select
{
border:1px solid #F58029;
}

/* Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #f58129;
	margin-bottom:10px;
}
h1
{
	color: #393a3c;
	font-size: 16px;
	font-weight: bold;	
}
h2, h3, h4 ,h5
{
	color: #393a3c;
	font-size: 14px;
	font-weight: bold;	
}
p, pre, label, caption, th, td, dt, dd, select, ul, ol, address, cite, img {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}
blockquote {
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif
}
tt, code, samp {
	font-family: Consolas, "Courier New", Courier, monospace
}
p, pre, label, dt, dd, blockquote, address {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px
}
ul, th, td, caption, img {
	font-size: 12px;
	line-height: 20px
}
/* Links
------------------------------------------*/

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #F5822B;
}
a:hover {
	text-decoration: underline;
	color:#C2C3C5;
}
a img {
	border: none
}
/* Global Classes
------------------------------------------*/

.clear {
	clear: left
}
.floatLeft {
	float: left
}
.floatRight {
	float: right
}
.noPadding {
	padding: 0 !important
}
.noMargin {
	margin: 0 !important
}
.noBorder {
	border: none !important
}
.noBg {
	background: none !important
}
.imgLeft {
	float: left;
	margin: 0 15px 15px 0
}
.imgRight {
	float: right;
	margin: 0 0 15px 15px
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
/* End hide from IE-mac */

