/*---------------------------------------------- GLOBAL SETTINGS */

html, body {
	border:0;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#cccccc;
	background:#ffffff;
}
/*---------------------------------------------------- HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

/* -------------------------------------------------------------- LINKS */

a {
	color: #a75605;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* ----------------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.3em 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

/* ----------------------------------------------------- BASE TYPOGRAPHY */

p {
	font-size: 13px;
	line-height: 18px;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}
/*-- nested lists --*/
ul ul {
	padding: 0 0 0 1.5em;
}
ol ol {
	padding: 0 0 0 1.5em;
}


/*-------------------------------------------- COMMON FORMATTING */

p, ul, ol {
	margin:0;
	padding:0 0 0 0;
}
ul, ol {
	padding:0 0 0 0;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.tcenter {
	text-align:center;
}
.tright {
	text-align:right;
}
.posi_global {
	position:relative;
}

.valign{ vertical-align:middle;}

hr {
	background: #e5e5e5;/*NS FF OP */
	color: #e5e5e5;/*IE*/
	border: none;/*FF NS OP*/
	height: 1px;/*FF NS OP*/
	width: 100%;
	margin-top:10px;
}

/*-------------------------------------------------------- LINK */

a, a:link, a:visited, a:hover, a:active {
	outline: none;
}
/*------------------------------------------------------- FORMS */

form {
	margin:0;
	padding:0;
	display:inline;
}
label, input[type=submit],input[type=button] {
	cursor:pointer;
}
input[type=text], input[type=password] {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
	zoom: 1;
}
/* Regular clearing, just in case! */
.clear {
	clear: both;
	height:0px;
	overflow:hidden;
	font-size:0
}
.clear5 {
	clear: both;
	height:5px;
	overflow:hidden;
	font-size:0
}
.clear10 {
	clear: both;
	height:10px;
	overflow:hidden;
	font-size:0
}
.clear15 {
	clear: both;
	height:15px;
	overflow:hidden;
	font-size:0
}
.clear20 {
	clear: both;
	height:20px;
	overflow:hidden;
	font-size:0
}
/*------------------------------------------------------- CUSTOM FONT */
@font-face {
	font-family: 'Conv_MyriadPro-Bold';
	src: url('fonts/MyriadPro-Bold.eot');
	src: local('☺'), url('fonts/MyriadPro-Bold.woff') format('woff'), url('fonts/MyriadPro-Bold.ttf') format('truetype'), url('fonts/MyriadPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_MyriadPro-Semibold';
	src: url('fonts/MyriadPro-Semibold.eot');
	src: local('☺'), url('fonts/MyriadPro-Semibold.woff') format('woff'), url('fonts/MyriadPro-Semibold.ttf') format('truetype'), url('fonts/MyriadPro-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
