/*** RESET STYLES ***/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/********************/

body {
	background-color: #fff;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(images/new_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

p {
	color: #777;
	line-height: 18px;
}

#Content {
  margin: 8px auto 0px auto;
  width: 902px;
	height: 602px;
	text-align: left;
	position: relative;
}

#ContentHead {
	background-image: url(images/bg_top.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 27px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #666;
	color: #666 !important;
	width: 897px;
	position: absolute;
	top: 10px;
	left: 2px;
	text-align: right;
	padding-top: 3px;
	margin: 0px;
}

#ContentMain {
	height: 610px;
}

#ContentFoot {
	height: 22px;
	color: #999;
	font-size: 11px;
	text-align: right;
	margin: 20px 5px 0px 200px;
	padding: 6px 20px 10px 0px;
	border-top: 1px solid #ccc;
}

#LogoBar {
	height: 75px;
	width: 898px;
	margin: 0px;
	position: absolute;
	top: 42px;
	left: 2px;
	border-bottom: 1px solid #999;
	background-image: url(images/bg_1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
}


#Showcase {
	position: absolute;
	top: 150px;
	left: 2px;
	width: 898px;
	text-align: center !important;
	padding: 0px;
}

#Showcase table td {
	text-align: center !important;
}

#Showcase h1 {
	text-align: center;
	color: #666;
	font-size: 1.4em;
	letter-spacing: 5px;
	margin: 0px 0px 20px 0px;
}

#Showcase h2 {
	text-align: center;
	color: #999;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.icon img{
		filter:alpha(opacity=70);
		opacity: .7;
}

.icon:hover img{
		filter:alpha(opacity=100);
		opacity: 1;
}

a.icon:active {
	outline: none !important;
}

.icon:focus {
	-moz-outline-style: none !important;
}

