/* Import stylesheets */
@import url(masterpage.css);


/* Reset elements */
*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, button
{
	border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
/* Basic elements */
a
{
	color: #787878;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
sup
{
	position: relative;
	top: 2px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
.strong
{
	font-weight: bold;
}
.first
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.border
{
	border: 1px solid Fuchsia;
}
.spacer
{
	height: 1px;
	clear: both;
	position: relative;
}

/* Base */
html, body
{
	font: 100% Helvetica,Verdana,Arial,Helvetica,sans-serif;
	height: 100%;
	color: #787878;
	font-size: 11px;
	background: url('../Images/website_background.gif') center 0 repeat-y;
	background-color: #3f3f3f;
}
#maincontainer
{
	margin: 0 auto;
	width: 1012px;
	position: relative;
	background-color: #ffffff;
}

/* -----------BUTTON STYLING-------------- */

a.button
{
	background: transparent url(  '../images/buttoncap.png' ) no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	border: none;
}

a.button span
{
	background: transparent url(  '../images/buttonmain.png' ) no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:hover
{
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span
{
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
/* -----------BUTTON STYLING-------------- */
