/* Unchanged */
/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       			  *
*   Copyright (c) MIP Design, 2009.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #adaeae;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #45371b;
	text-align: center;
	padding-bottom: 20px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #454545;
}

a
{
	color: #404d6c;
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#page-navigation { behavior: url("../js/iepngfix.htc") }


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear
{
	clear: both;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

#page-wrapper
{
	background: #fff url("../images/bg_sidebar.gif") repeat-y 100% 0%;
	border: 5px solid #fff;
}

#page-wrapper-inner
{
	background-color: #FFF;
	background-image: url(../images/bg_content_wrapper.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

#page-navigation
{
	padding: 0px;
	margin: 0px;
}

#page-extras
{
	background-color: #fff;
	border: 5px solid #e3e5ea;
	padding: 22px;
	margin-top: 10px;
}

#page-footer
{
	padding: 10px 10px 10px 5px;
	text-align: right;
}

#content-container
{
	width: 945px;
	float: left;
}

#content-wrapper
{
	border: 5px solid #fff;
	background-color: #fff;
	margin-left: 20px;
}

#content-sidebar
{
	width: 260px;
	float: right;
}


/* Branding
------------------------------------------------------*/

#branding h1
{
	padding: 25px 0px 25px 10px;
	text-align: left;
}

#branding h1 a
{
	display: block;
	width: 293px;
	height: 51px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}



/* Page navigation
------------------------------------------------------*/

#page-navigation .rss
{
	display: block;
	width: 65px;
	float: right;
	texxt-align: right;
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #596582;
	text-decoration: none;
	padding: 4px 0px 4px 28px;
	margin: 6px 2px 0px 0px;
	background: url("../images/rss.gif") no-repeat 0% 50%;
}

#nav {
  position: relative;
	height: 38px;
  padding: 0px;
	margin: 0px;
  overflow: hidden;
}

#nav li {
  float: left;
	background: url("../images/nav_separator.gif") no-repeat 100% 28%;
  list-style: none;
}

#nav li.back {
  background-color: #64708b;
  width: 2px; 
	height: 38px;
  z-index: 8;
  position: absolute;
}

#nav li a {
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #596582;
	text-decoration: none;
  z-index: 10;
  display: block;
  float: left;
  height: 38px;
  position: relative;
  overflow: hidden;
	padding: 11px 15px 0px 15px;
}

#nav li.current a {
	color: #fff;
	background-color: #a40606;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}

#nav li a:hover {
	color: #fff;
}


/* Page header
------------------------------------------------------*/

#page-header
{
	height: 216px;
	background-image: url(../images/actions/bussines-people.png);
	background-repeat: no-repeat;
	background-position: 28px 20px;
}

#current-action
{
	padding: 60px 25px 0px 340px;
	color: #666;
}

#current-action h2
{
	color: #666;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#current-action p
{
	color: #7E8AA2;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
}



/* Page content
------------------------------------------------------*/

#content-wrapper h1
{
	font: normal 2.0em Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 1px 0px;
	padding: 18px 0px 18px 20px;
	background-color: #444;
}

#content-wrapper h1 span
{
	color: #7e8157;
}

#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#content-wrapper h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	margin: 20px 0px 10px 0px;
}

#content-wrapper p strong
{
	color: #404d6c;
}

#content-wrapper img
{
	border: 1px solid #bcbcbc;
	background-color: #ecedf0;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

#content-wrapper img.head
{
	display: block;
	border: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content-wrapper a
{
	color: #404d6c;
}

#content-wrapper ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}

#content-wrapper p, #content-wrapper ul
{
	padding-right: 25px;
}

#content-wrapper a.banner img
{
	clear: both;
	display: block;
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}



/* Page content - Highlight area
------------------------------------------------------*/

#highlight-area .one, 
#highlight-area .two,
#highlight-area .three
{
	width: 225px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 5px 5px 0px;
	background-color: #f0f1f4;
}

#highlight-area .three
{
	margin-right: 0px;
}

#highlight-area .four
{
	clear: both;
	padding: 7px;
	margin-bottom: 5px;
	background-color: #f0f1f4;
}

#highlight-area  h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 7px 5px 7px 10px;
	background: #6e0019 url("../images/bg_content_wrapper_highlight_h2.gif") repeat-x 0% 0%;
}

#highlight-area img
{
	display: block;
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#highlight-area p
{
	padding: 0px;
	margin: 0px 10px 5px 10px;
}

#highlight-area a.detail
{
	font-weight: bold;
	color: #404d6c;
	margin-left: 10px;
}

#highlight-area .four h2
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #404d6c;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	background: none;
}

#highlight-area .four img
{
	display: block;
	float: left;
	border: 5px solid #fff;
	margin: 0px 20px 0px 0px;
}

#highlight-area .four p,
#highlight-area .four a
{
	margin: 0px 0px 10px 0px;
}


/* Page content - News topics
------------------------------------------------------*/

#news-topics 
{
	margin: 20px 0px 10px 0px;
}

#news-topics .item
{
	width: 340px;
	float: left;
	margin: 0px 0px 15px 0px;
}


#news-topics .alternate
{
	float: right;
}

#news-topics h3
{
	font: bold 1.2em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	margin: 0px 0px 10px 0px;
}

#news-topics .date
{
	color: #999;
	margin: -10px 0px 5px 0px;
}

#news-topics .item img
{
	float: left;
	margin: 3px 10px 3px 0px;
}


/* Page content - Tab specification
------------------------------------------------------*/

#tab-specification ul.tabs-nav
{
	margin: 20px 0px 20px 0px;
	padding-left: 15px;
	list-style: none;
	border-bottom: 1px solid #999;
}

#tab-specification ul.tabs-nav li
{
	float: left;
	margin-right: 5px;
}

#tab-specification ul.tabs-nav li a
{
	display: block;
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	margin-bottom: -1px;
	border: 1px solid #f0f1f4;
	background-color: #f0f1f4;
}

#tab-specification ul.tabs-nav li a:hover
{
	background-color: #dfe2ea;
}

#tab-specification ul.tabs-nav li.tabs-selected a
{
	border: 1px solid #999;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}


/* Page sidebar
------------------------------------------------------*/

#content-sidebar h2
{
	font: bold 1.2em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 10px 10px 12px;
	margin-bottom: 10px;
	background: url("../images/bg_sidebar_title_blue.gif") no-repeat 0% 100%;
}

#content-sidebar h2.top
{
	margin-top: 20px;
}

#content-sidebar h2.red
{
	background: url("../images/bg_sidebar_title_red.gif") no-repeat 0% 100%;
}

#content-sidebar ul, #content-sidebar p, #content-sidebar .inner
{
	list-style: none;
	padding: 0px 15px 0px 14px;
}

#content-sidebar strong
{
	color: #404d6c;
}

#sidebar-navigation li a
{
	display: block;
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	text-decoration: none;
	height: 1%;
	padding: 4px 10px 4px 18px;
	background: url("../images/bullet_1.gif") no-repeat 3% 50%;
	border-bottom: 1px solid #bcc1cc;
}

#sidebar-navigation li a:hover
{
	background-color: #f4f5f7;
}

#content-sidebar label
{
	display: block;
	margin-bottom: 2px;
}

#content-sidebar input, #content-sidebar textarea
{
	display: block;
	width: 220px;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 8px;
}

#content-sidebar textarea
{
	height: 80px;
	font: normal 1.0em/140% Arial, Tahoma, sans-serif;
}


/* Page sidebar - search form
------------------------------------------------------*/

#sidebar-search
{
	height: 252px;
	padding: 0px 16px 0px 16px;
}

#sidebar-search ul
{
	list-style: none;
	padding: 18px 0px 0px 0px;
}

#sidebar-search ul li
{
	float: left;
}

#sidebar-search ul li a
{
	display: block;
	font: normal 1.0em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
}

#sidebar-search ul li a:hover
{
	background-color: #6e8772;
}

#sidebar-search ul li.tabs-selected a
{
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	background-color: #7fa560;
}

.tabs-hide
{
	display: none;
}

#search-form, #search-custom
{
	color: #fff;
	padding: 10px 18px 10px 10px;
	background: #729654 url("../images/bg_sidebar_search_form.gif") repeat-x 0% 0%;
}

#search-form label,
#search-custom label
{
	font: normal 0.9em/140% Arial, Tahoma, sans-serif;
	margin-bottom: 1px;
	padding-left: 1px;
}

#search-form input,
#search-custom input
{
	width: 192px;
	margin-bottom: 6px;
}

#search-form .small,
#search-custom .small
{
	width: 38px;
}

#search-form .small input,
#search-custom .small input
{
	width: 30px;
}

#search-form .medium, #search-form .medium input,
#search-custom .medium, #search-custom .medium input
{
	width: 140px;
}

#search-form .submit,
#search-custom .submit
{
	display: block;
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	padding-left: 1px;
}

#content-sidebar input.submit
{
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	width: 120px;
	margin-top: 10px;
	border: 1px solid #444;
	background-color: #444;
}


/* Page sidebar - banners
------------------------------------------------------*/

#banners
{
	margin: 10px 0px 0px 0px;
}

#banners a
{
	display: block;
	margin: 0px 0px 10px 12px;
}



/* Page extras
------------------------------------------------------*/

#page-extras h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #454545;
}

#page-extras h3
{
	font: bold 1.1em/140% Arial, Tahoma, sans-serif;
	color: #414e6d;
	margin: 0px 0px 5px 0px;
}

#page-extras .item
{
	width: 135px;
	float: left;
	margin-right: 23px;
}

#page-extras .last
{
	margin-right: 0px;
}

#page-extras .item img
{
	display: block;
	margin-bottom: 10px;
}


/* Page footer
------------------------------------------------------*/

#page-footer h2
{
	padding: 5px 0px 15px 5px;
	float: left;
	text-align: left;
}

#page-footer h2 a
{
	display: block;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
	background: url("../images/logo_footer.gif") no-repeat 0% 0%;
}

#page-footer ul 
{
	height: 30px;
	list-style: none;
}

#page-footer ul li
{
	float: right;
	border-right: 1px solid #777;
	padding-right: 15px;
	margin-right: 15px;
}

#page-footer ul li.last
{
	margin-right: 0px;
}

#page-footer ul li a
{
	text-decoration: none;
}

#page-footer ul li a:hover
{
	text-decoration: underline;
}

#page-footer ul li.current a
{
	font-weight: bold;
}

#page-footer p
{
	color: #333;
	text-decoration: none;
	margin: 0px;
	font-family: Arial, tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
}

#page-footer a
{
	color: #FFF;
}
