/*
/////////////////////////////////////////////////////
//	Created: 09/06/2009
/////////////////////////////////////////////////////
*/

/* IE6 hack */
/* IE6 */
* html #commentssss {
	padding: 5px;
}

/* IE7 hack */
/* IE7 */
*:first-child+html #commentssss {
	padding: 5px;
}

/*
IE 6 and below
    * html {}
IE 7 and below
    *:first-child+html {} * html {}
IE 7 only
    *:first-child+html {}
*/


* { margin: 0; padding: 0; outline: 0 }

body {
	background: url(../images/background.png) no-repeat top fixed;
	margin: 0px;
	font: normal 12px Geneva, Arial, Verdana, sans-serif;
	color: #000;
}
* html body {
	back\ground: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/background.png", sizingMethod="crop");
	background-position: top fixed;
	background-repeat: no-repeat;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

/***********
   HEADER
***********/
#header {
	width: 100%;
	height: 207px;
	padding: 0;
	color: #FFF;

	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
#header #headerSearch {
	width: 650px;
	padding: 0;
	color: #FFF;

	position: relative;
	top: 77px;
}
#header #headerLogo {
	width: 200px;
	padding: 0;
	color: #FFF;

	position: relative;
	top: -10px; left: 770px;
}


*:first-child+html #header #headerLogo {
	top: 10px;
}
* html #header #headerLogo {
	top: 10px;
}

#header #menu {
	background-color: #000000;

	width: 890px;
	height: 23px;
	padding: 7px 40px 0px 40px;
	color: #FFF;

	position: relative;
	top: 177px; left: 0px;
}
#header #menu #navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: justify;
	text-justify: distribute;
}
#header #menu #navigation li {
	display: inline-block;
	text-align: left;
}
#header #menu #navigation #dummy {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
* html #header #menu #navigation li {
	display: inline;
	text-align: justify;
	text-justify: distribute;
	text-align-last: justify;
}
*:first-child+html #header #menu #navigation li {
	display: inline;
	text-align: justify;
	text-justify: distribute;
	text-align-last: justify;
}
#header a {
	padding: 0px 5px;
	color: #FFF;
	text-decoration: none;
}
#menu ul li#current a {	
	color: #FFF;
}


/***********
   CONTENT
***********/
#content-wrap {
	width: 100%;
	padding: 0;
	color: #000000;
}
#content-wrap #content-wrap-table {
	width: 972px;
	margin-top: -1px;
	margin-left: -1px;
}
#content-wrap #sideLeft {
	width: 180px;
	padding: 10px;
}
#content-wrap #sideRight {
	width: 180px;
	padding: 10px;
}
#content-wrap #content {
	width: 528px;
	padding: 10px;
}

/***********
   FOOTER
***********/
#footer {
	background: url(../images/footer.png) no-repeat;

	width: 964px;
	padding: 30px 3px;
	color: #FFF;

	clear: both;
}
* html #footer {
	background: none;
	background-color: #000;
}
#footer .footer-div {
	width: 190px;
	height: 200px;
	border-left: solid 1px #666;
}
#footer .footer-div-first {
	padding: 0px;
	width: 197px;
	height: 400px;
}
#footer-content {
	border-collapse: collapse;
	text-align: left;
}
#footer-content td {
	padding: 0px 10px;
	border-left: 1px #666 solid;
	width: 169px;
}
#footer-content td.first {
	border: none;
	width: 177px;
}
#footer-content td.last {
	width: 177px;
}

/***********
   xHTML
***********/
a {
	color: #000;
}
a:hover{
	text-decoration: none;
}
img {
	border: none;
}
#content-wrap #content .pngimage {
	visibility: hidden;
}
#content-wrap #content h1{
	color: #FFF;
	font-size: 22px;
	padding: 5px 0px;
}
#content-wrap #content h2{
	color: #FFF;
	font-size: 18px;
	padding: 5px 0px;
	padding: 5px;
}
#content-wrap #content h3{
	font-size: 14px;
	padding: 8px 5px;
}
#content-wrap #content h4{
	font-size: 18px;
	padding: 5px 0px;
	color: #FFF;
}
#content-wrap #content p {
	padding: 5px 5px;
}
#content-wrap #content ul {
	padding: 5px 5px 5px 20px;
}
#content-wrap #content hr {
	padding: 0px 5px;
	border: dotted 1px #CCC;
	clear: both;
}
#content-wrap #content h2 a, #content-wrap #content h3 a {
	text-decoration: none;
}
#content-wrap #content h2 a:hover, #content-wrap #content h3 a:hover {
	text-decoration: underline;
}

#content-wrap #sideLeft h1, #content-wrap #sideRight h1{
	color: #000;
	font-size: 18px;
	padding: 5px 0px;
}
#content-wrap #sideLeft h2, #content-wrap #sideRight h2{
	font-size: 14px;
	padding: 0px;
}
#content-wrap #sideLeft h3, #content-wrap #sideRight h3{
	font-size: 12px;
	padding: 0px;
}
#content-wrap #sideLeft h4, #content-wrap #sideRight h4{
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}
#content-wrap #sideLeft p, #content-wrap #sideRight p {
	padding: 5px 0px;
}

#content-wrap #sideLeft ul li {
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 2px;
}
#content-wrap #sideLeft a, #content-wrap #sideRight a {
	text-decoration: none;
}
#content-wrap #sideLeft a:hover, #content-wrap #sideRight a:hover {
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
}
#content-wrap #content p.itp, #content-wrap #content table.itp {
	width: 100%;
	padding: 0px;
}

#footer h1 {
	color: #999;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#footer h1 a {
	color: #999;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-decoration: none;
}
#footer h2 a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#footer h4 a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer ul li {
	color: #666;
	font-size: 12px;
	list-style-type: none;
	margin-left: 10px;
}

/***********
   GLOBAL CLASSES
***********/
.bgColor {
	background-color: #FFF;
}
.txtColor{
	color: #FFF;
}
.bgColorWhite {
	background-color: #FFF;
}
.txtColorWhite{
	color: #FFF;
}

.bgWhite {
	background-color: #FFF;
}
.bgPadding{
	padding: 5px;
}


.show80 {
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}
.show60 {
	opacity: 0.60;
	-moz-opacity: 0.60;
	filter:alpha(opacity=60);
}
.colorSquare {
	width: 13px;
	height: 13px;
	border: 1px solid #FFF;
	cursor: pointer;
	margin-right: 10px;
}

.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }


/***********
   FORM ELEMENTS
***********/
.tbl {
	
}
.tbl .row-a {
	
}
.tbl .row-b {
	
}
/***********
   FORM ELEMENTS
***********/
form p {
	margin: 10px; padding: 0 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
	color:#000000;
}
form p.noBG {
	margin: 10px; padding: 0 5px;
	border: none;
	background: none;
	color:#000000;
}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
	color:#000000;
}
input {
	padding: 2px;
	border: 1px solid #999;
	font: normal 10px Geneva, Arial, Verdana, sans-serif;
	color: #777;
	width: 200px;
}
select {
	width: 200px;
	padding: 2px;
	border: 1px solid #999;
	font: normal 10px Geneva, Arial, Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 200px;
	padding: 2px;
	font: normal 10px Geneva, Arial, Verdana, sans-serif;
	border: 1px solid #999;
	color: #777;
}
input.button { 
	font: bold 12px Geneva, Arial, Verdana, sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	border: none;
	cursor: pointer;
	width: 100px;
}
input.button:hover {
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
}
