/* body
--------------------------------------------------*/
body {
  margin:0;
  padding: 0;
  text-align:center;
  background: #fff url(/images/bg-body.gif) top left repeat-x;
}


/* container
--------------------------------------------------*/
#container {
  width:900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #fff;
}



/* header
--------------------------------------------------*/
#header {
  position:relative;
  width: 900px;
  height: 100px; 
  padding: 0;
  margin: 0;
  background: #fff;
}

#logo {
	margin: 0px 0 5 0px;
	float: left;
	padding: 30px 0px 0px;
}

#header_navigation {
  position: absolute;
  text-align: right;
  bottom: 5px;
  right: 0;
}

#header_navigation li {
  padding: 0;
  margin: 0;
  font: 10px normal 'trebuchet ms', sans-serif;
  text-transform: uppercase;
  padding-right: 22px;
  background: url(/images/icon-header-nav.gif) right 50% no-repeat;
  height: 20px;
  line-height: 20px;
}

#header_navigation li a {
  color: #707172;
  text-decoration: none;
}

#header_navigation li a:hover {
  color: #BE2912;
  text-decoration: none;
}



/* navigation
--------------------------------------------------*/
#navigation {
	height: 33px;
	line-height: 33px;
	background: url(../images/navBG.jpg) repeat-x;
	border-bottom: 5px solid #fff;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a {
	display: block;
	padding: 0;
	width: 150px;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #707172;
	text-align: center;
	text-decoration: none;
}

#navigation li#nav-start a {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
#navigation li a img {
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation li.selected a img {
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation li a:hover {
	color: #c02912;
	text-decoration: none;
}

#navigation li.selected a {
  color: #c02912;
  text-decoration: none;
  /*background: #92AAB4 url(/images/bg-nav-selected.gif);*/  
}



/* sub navigation
--------------------------------------------------*/

#sub-nav {
  float: left;
  width: 200px;
  padding: 0;
  margin: 0;
}

#sub-nav li {
	padding: 0px 0 5px 0px;
	margin-bottom: 0;
}
#sub-nav li li {
	padding: 5px 0 0px 20px;
	margin-bottom: 0;
}

#sub-nav li a {
	font: normal 10px verdana, sans-serif;
	color: #8d8d8e;
	text-transform: uppercase;
  text-decoration: none;
}

#sub-nav li a:hover {
  color: #BE2912
}


#sub-nav li li a {
	font: normal 9px verdana, sans-serif;
	color: #8d8d8e;
	text-transform: uppercase;
  text-decoration: none;
}

#sub-nav li li a:hover {
  color: #BE2912
}


#sub-nav li.category a {
	/* color: #3c6982; */
	font-weight: bold;
}
#sub-nav li.category.active a {
	color: #3c6982;
	font-weight: bold;
	font-size: 12px;
}

#sub-nav li.active a {
	color: #c02912;
	font-weight: bold;
}

#sub-nav li.active li a {
  text-decoration: none;
  color: #8d8d8e;
  font-weight: normal;
}

#sub-nav li.active li a:hover {
  color: #BE2912
}

#sub-nav li li.active a {
	color: #3c6982;
	font-weight: bold;
}


/* top
--------------------------------------------------*/

#top object, #top embed {
  margin-bottom: 15px;
}

#top-picture  {
	padding-bottom: 15px;
}

#page-start #top-picture  {
	padding-bottom: 2px;
}

/* content
--------------------------------------------------*/


#mainContent {
	width:auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	height: auto;
	float: left;
}

#subContent {
	width:700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	height: auto;
	float: right;
}

#content {
  float: left;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;	
}

#content {
	width: 450px;
	padding-left: 20px;
	border-right: 1px solid #c6c6c6;
	padding-right: 30px;
}

#page-start #content {
	width: 639px;
	padding-left: 0;
	padding-right: 0px;
	border-right: 0px solid #c6c6c6;
}

#page-case #content img {
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 1px;
	border: solid 1px #666666;
}

/* sidebar
--------------------------------------------------*/

#sidebar {
	float: right;
	margin: 0;
	padding: 0;	
	width: 180px;
	margin-top: 33px;
}



#page-start #sidebar {
	width: 250px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 5px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	background-color: #fafafa;
}

* html #subcontent {padding-top:10px;} /* dirty fix for IEWIN; temporary! */
#subcontent ul, #subcontent p {margin:0 10px;}
