html, body, div, span, table, tr, th, td, p, span, h1, h2, h3, h4, ul, ol, li, a, form {
	padding: 0px;
	margin: 0px;
}
html, body {
	background: url(../images/layout/background.jpg) repeat;	
}
* {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap * {
	-moz-box-sizing:content-box;
}
a img {
	border: none;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
} /* Used to clear floats without taking up space */
body {
	font-size: 100%;
	line-height: 100%;
}
textarea, select, select * {
	color: #333333;
}
hr {
	border-color: #CCCCCC;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	overflow: hidden;
}
object:active, div:active {
	outline: none;
}
object:focus, div:focus {
	-moz-outline-style: none;
}
a:focus, a:active {
	outline: 0;
}
ul, ol {
	margin: 0 25px 15px 0;
	line-height: 20px;
}
ol {
	margin: 0 30px 0 0;
}
img.bordered {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
	padding: 2px;
}
img.bordered_left {
	float: left;
	margin: 0 10px 10px 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
	padding: 2px;
}
img.bordered_right {
	float: right;
	margin: 0 0 10px 10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
	padding: 2px;
}
img.align_right {
	float: right;
	margin: 0 0 10px 0px;
}
img.align_left {
	float: left;
	margin: 0 10px 10px 0px;
}
object.align_right {
	float: right;
	margin: 0 0 10px 0px;
}
object.align_left {
	float: left;
	margin: 0 10px 10px 0px;
}
/* FRM */
.frm td, .frm th {
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
}
.frm th {
	padding-right: 10px;
	text-align: left;
}
.frm input, .frm textarea {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* EO FRM */


/* FRM2 */
.frm2 th {
	padding: 0 0 3px 0;
	text-align: left;
}
.frm2 td {
	padding : 0 0 13px 0;
}
/* EO FRM2 */

.req {
	color: #CC0000;
} /* required field asterisk color */

/* SPACERS */

.h5 {
	height: 5px;
	min-height: 5px;
}
.h10 {
	height: 10px;
	min-height: 10px;
}
.h15 {
	height: 15px;
	min-height: 15px;
}
.h20 {
	height: 20px;
	min-height: 20px;
}
.h25 {
	height: 25px;
	min-height: 25px;
}
.h30 {
	height: 30px;
	min-height: 30px;
}
.h35 {
	height: 35px;
	min-height: 35px;
}
.h40 {
	height: 40px;
	min-height: 40px;
}
.h45 {
	height: 45px;
	min-height: 45px;
}
.h50 {
	height: 50px;
	min-height: 50px;
}
.h75 {
	height: 75px;
	min-height: 75px;
}
/* wrap and anchor absolute elements */
div.relative {
	position: relative;
	/* to fix absolute/relative elements not appearing in older versions of IE, wrap affected elements this class. It must be the outermost element */
}
