html,
body,
ul,
li,
table,
td,
form,
input{
	margin:0;
	padding:0;
	
	font-size:100%;
	font-family:arial,verdana,sans-serif;
}

body
{
	background:url(../images/bgBody.gif) top center repeat-y;
	font-size:0.8em;
	line-height:1.5em;
}

img
{
	border:0;
}

form,
input
{
	border-collapse:collapse;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	color:#f00;
}

h1
{
	font-size:1.2em;
}

h2,
h3,
h4,
h5,
h6
{
	font-size:1em;
}

h3,h4,h5,h6
{
	font-weight:normal;
}

a
{
	color:#000;
}

ul
{
	margin-left:20px;
}

.invisible
{
	display:none; 
}

/* wrapper */
#wrapper
{
	position:absolute;
	top:0;
	left:50%;
	width:960px;
	height:100%;
	margin-left:-480px;
}

/* header ------------------------------ */

#header
{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:150px;
	background:#f00 url(../images/bgHeader.gif) top left no-repeat;
}

/* logo */
#logo
{
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:150px;
}

#logo img
{
	margin:20px 0 0 20px;
}

/* main navigation */
#mainNav
{
	position:absolute;
	bottom:20px;
	left:300px;
}

#mainNav ul
{
	margin:0;
}

#mainNav li
{
	float:left;
	list-style:none;
	width:220px;
}

#mainNav li a
{
	display:block;
	
	color:#fff;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

#mainNav li a.active
{
	background:url(../images/mainNavActive.gif) no-repeat center left;
	padding-left:20px;
}

#mainNav li a:hover
{
	text-decoration:underline;
}

/* search ------------------------------ */
#search
{
	position:absolute;
	top:20px;
	right:20px;
	width:150px;
	height:40px;
	background:url(../images/bgSearch.gif) no-repeat center left;
	
	color:#fff;
}

#search h2
{
	display:none;
}

#search .textInput
{
	width:110px;
	margin:12px 0 0 10px;
	border:0;
	background:none;

	color:#666;
}

#search .form-submit
{
	display:block;
	float:right;
	margin-right:10px;
	width:20px;
	height:40px;
	border:none;
	background:none;
	color:transparent;
	cursor:pointer;
}

#search .searchSubmit:hover
{
	cursor:pointer;	
}

/* content part ------------------------------ */
#content
{
	position:relative;
	width:100%;
	background:#fff;
}

/* sub navigation ------------------------------ */
#subNav
{
	position:absolute;
	width:250px;
	top:0;
	left:0;
	margin:20px 0 0 20px;
}

.subNavTop
{
	display:block;
	top:0;
	left:0;
	width:100%;
	height:10px;
	background:url(../images/subNavTop.gif) top left no-repeat;
}

.subNavCenter
{
	display:block;
	top:0;
	left:0;
	width:249px;
	border-left:1px solid #f00;
	border-right:1px solid #f00;
}

.subNavBottom
{
	display:block;
	top:0;
	left:0;
	width:100%;
	height:10px;
	background:url(../images/subNavBottom.gif) top left no-repeat;
}

#subNav ul
{
	margin:0 20px;
}

#subNav li
{
	list-style:none;
	border-top:1px dashed #000;
}

#subNav li a
{
	display:block;
	line-height:30px;
	color:#000;
	text-decoration:none;
}

#subNav li a:hover
{
	background:#fde8e9;
}

#subNav li a.active
{
	padding:0 0 0 20px;
	background:url(../images/subNavActive.gif) 0 5px no-repeat;
	font-weight:bold;
}

#subNav li.first
{
	border:0;
}

#subNav ul ul
{
	margin:0;
}

#subNav ul ul li
{
	border-bottom:none;
}

#subNav ul ul li a
{
	padding-left:20px;
	line-height:2em;
}

#subNav h2
{
	margin:0 0 0 20px;
}

#subNav p
{
	margin:0 10px;
}

#subNav p img
{
	margin-top:10px;
}

/* content block ------------------------------ */
#contentBlock
{
	float:right;
	margin-top:20px;
	margin-right:20px;
	width:640px;
}