/*The file below is read by ALL browsers but the 
hacks contained within it further target IE5-6 for 
Windows. See file for details.
----------------------------------------------------*/
@import "ie6win.css";
@import "ie7win.css";
/*IE 5.5 hacks only
----------------------------------------------------*/
@media tty {
i{content:"";/*" "*/}}@m;
@import 'ie55win.css'; /*";}
}/* */
/*The file below is ONLY read by IE5/Win.
Makes use of the Mid Pass Filter:
http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------------*/
@media tty {
i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */
/*The file below is ONLY read by IE5/Mac.
Makes use of the Band Pass Filter:
http://www.stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------------*/
/*\*//*/
  @import "ie5mac.css";
/**/
/*begin normal CSS for Tier 1 browser: Firefox
----------------------------------------------------*/




body {
	text-align: center;
	font: 62.5% Tahoma, Arial, Verdana, sans-serif;
	color: #666;
	background: #55565a url(../images/bg-body.gif) 50% 0;
}
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 600px;
	background: #000000;
}
#header {
	width: 600px;
	height: 252px;
	position: relative;
	background: url(../images/bg-header.jpg) no-repeat 0 30px;
	margin: 0px auto;
}
#logo a {
	width: 315px;
	height: 103px;
	border-style: none;
	background: url(../images/logo.gif) no-repeat;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
}
#logo img {
	display: block;
	width: 0;
}





#main {
	width: 600px;
	background: #000 url(../images/bg-main.gif) no-repeat 0 100%;
	padding-bottom: 35px;
	position: relative;
}
#main h1, #main h1 span {
	width:600px;
	height:122px;
	background: url(../images/bg-h1.gif) no-repeat;
	font-size: 1.8em;
	color: #fff;
}
#main h2 {
	font-size: 1.8em;
	color: #94E7FF;
	margin: 20px;
	background: url(../images/bg-h2.gif) no-repeat 0px 50%;
	padding-left: 20px;
	font-weight: normal;
}
#main h2 a {
	color: #99FF66;
	text-decoration: none;
}
#main h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main p {
	color: #CCCCCC;
	margin: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	}
	#main p strong {
	font-weight: bold;
}
#main p a {
	font-weight: bold;
	color:#99FF66;
	text-decoration: underline;
}
#main p a:hover {
	color:#FF6699;
}

.leftdiv {
	 float: left;
	 width: 360px;
	 padding: 1px 0;
}




#bottom {
	background:  #404040 url(../images/bg-bottom.gif) no-repeat 0 100%;
	width: 220px;
	float: right;
	display: inline;
	margin: 20px 20px 20px 0px;
}
#main #bottom h2,
#main #bottom h2 span {
	width: 220px;
	height: 50px;
	font-size: 1.8em;
	color: #fff;
	background: url(../images/bg-h2-bottom.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
#bottom p {
	margin: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #ccc;
}
#bottom p strong {
	font-weight: bold;
}
#bottom p a {
	font-weight: bold;
	color:#99FF66;
	text-decoration: underline;
}
#bottom p a:hover {
	color:#FF6699;
}

