/* default.css */

@import "reset.css";
@import "dropdown.css";
@import "sec-navigation.css";

body {
	font: 1em arial, sans-serif;
	background: #fff url(/style/images/page-bg.png) repeat-x top left;
}

div#container {
	width: 973px;
	margin: 0 auto;
}

/* header */

div#header {
	position: relative;
	height: 64px;
	margin: 9px 0 13px 0;
}

#logo a {
	position: absolute;
	top: 0;
	left: 36px;
	display: block;
	width: 149px;
	height: 64px;
	background: url(/style/images/avure-logo.png) no-repeat top left;
	text-indent: -999em;
	cursor: pointer;
}

span#sitemap {
	position: absolute;
	top: 50px;
	right: 210px;
	font-size: .7em;
	padding-left: 22px;
	background: url(/style/images/icon-sitemap.png) no-repeat 0 1px;
}

/* navigation */

div#navigation {
	position: relative;
	width: 973px;
	height: 29px;
	background: url(/style/images/navigation-bg.png) no-repeat top left;
}

div#navigation ul {
	display: block;
	height: 29px;
	padding-left: 35px;
	background: url(/style/images/nav-item-bg.png) no-repeat 33px 0;
}

div#navigation li {
	position: relative;
	display: block;
	height: 29px;
	float: left;
}

div#navigation li a {
	display: block;
	float: left;
	padding: 0 20px 0 18px;
	font-size: .85em;
	line-height: 29px;
	color: #fff;
	text-decoration: none;
	background: url(/style/images/nav-item-bg.png) no-repeat top right;
}

div#navigation li a:hover {
	text-decoration: underline;
}

div#navigation li.active a,
div#navigation li.active_dir a {
	background: url(/style/images/nav-item-bg-active.png) no-repeat top right;
}

/* breadcrumb */

div#breadcrumb {
	padding: 6px 0 3px 35px;
}

div#breadcrumb ol {
	font-size: .75em;
}

div#breadcrumb li {
	display: inline;
}

div#breadcrumb a {
	color: #00777e;
	text-decoration: none;
	background: url(/style/images/breadcrumb-sep.png) no-repeat center right;
	padding: 0 10px 0 2px;
}

div#breadcrumb a:hover { text-decoration: underline; }

/* languages */

a.language {
	position: absolute;
	top: 6px;
	display: block;
	width: 19px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -999em;
}

a#lang-english {
	left: 881px;
	background-image: url(/style/images/flag-english.png);
}

a#lang-chinese {
	left: 903px;
	background-image: url(/style/images/flag-chinese.png);
}

a#lang-russian {
	left: 925px;
	background-image: url(/style/images/flag-russia.png);
}

/* sitemap */

div#sitemap-listing ul {
	font-size: .8em;
}

div#sitemap-listing ul ul {
	font-size: 1em;
	padding-left: 1em;
}

div#sitemap-listing li {
	padding-top: .2em;
}

/* news & event listing */

div#primary-content div#news-listing p span, div#primary-content div#meltwater-news-listing span.date {
  display: block;
  float: left;
  font-size: .8em;
  color: #999;
  width: 90px;
  margin-bottom: 5px;
}

div#primary-content div#meltwater-news-listing h2 {
	font-size: 1.1em;
	color: #4d5050;
	margin: .5em 0 .5em 0;
	padding: 0 0 7px 0;
	background: none;
}

div#primary-content div#event-listing p span {
  font-size: .8em;
  color: #999;
}

div#primary-content ol.paging {
  padding: 0;
  margin: 0;
  list-style: none;
}

div#primary-content ol.paging li {
  display: inline;
  padding: 0 .3em 0 0;
}

div#primary-content ol.paging li.current a {
  color: #4d5050;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 0 .3em;
  font-weight: bold;
}

/* content */

div#content {
	padding: 14px 12px;
	margin-top: 5px;
	background: url(/style/images/footer-bg.png) no-repeat top left;
}

body#page-three-columns div#content,
body#page-three-columns-v2 div#content,
body#page-two-columns div#content { padding-top: 23px; }

body#page-three-columns div#primary-content,
body#page-three-columns-v2 div#primary-content {
	width: 512px;
	margin: 0 14px 0 24px;
	float: left;
}

body#page-two-columns div#primary-content {
	width: 748px;
	margin: 0 0 0 24px;
	float: left;
}

body#page-home div#primary-content {
	width: 727px;
	float: left;
	overflow: hidden;
}

body#page-one-column div#primary-content {
	width: 949px;
}

body#page-three-columns div#secondary-content,
body#page-three-columns-v2 div#secondary-content {
	width: 222px;
	float: left;
}

body#page-home div#secondary-content {
	width: 222px;
	float: left;
}

div#content div.inner-column-left {
	float: left;
	margin: 0 15px 15px 0;
}

div#content div.inner-column-right {
	float: right;
	margin: 0 0 15px 15px;
}

/* startpage */

div#features {
	width: 727px;
}

div#features img {
	float: left;
	margin: 11px 11px 0 0;
}

/* footer */

div#footer {
	color: #6b6b6b;
	font-size: .7em;
	padding: 14px 0;
	background: url(/style/images/footer-bg.png) no-repeat top left;
	text-align: center;
}

div#footer span {
	padding-left: 14px;
}

div#footer a {
	padding: 0 6px;
}

/* text */

div#content h1 {
	font-size: 1.1em;
	color: #4d5050;
	margin: .5em 0 .5em 0;
}

body#page-two-columns div#content h1 {
	color: #666;
	font-size: 1.5em;
}

body#page-three-columns-v2 div#content h1 {
	font-size: 1.5em;
	margin-top: .2em;
}

div#content h2 {
	font-size: 1.1em;
	color: #4d5050;
	margin: 1em 0;
}

div#content div#secondary-content h2 {
	font-size: 1.1em;
	color: #115198;
	margin: 0 0 .4em 0;
}

body#page-home h2,
body#page-three-columns-v2 div#secondary-content h2  {
	padding: 15px 10px 10px 10px;
	margin: 0 !important;
	background: url(/style/images/h2-bg.png) repeat-x top left;
}

div#content h3 {
	font-size: .7em;
	font-weight: bold;
	color: #4d5050;
	margin-bottom: 4px;
}

div#content h5 {
	color: #4d5050;
	font-size: .9em;
	margin: 1em 0;
}

div#content p, div#primary-content div#meltwater-news-listing div.article {
	font-size: .75em;
	color: #4d5050;
	margin: 0 0 .8em 0;
	line-height: 1.4;
}

div#content .box-gray-faded p {
	margin: 0;
}

div#content div.inner-column-left p,
div#content div.inner-column-right p {
	font-size: .7em;
	color: #6b6b6b;
	font-style: italic;
	margin: .4em 0;
}

/* lists */

div#primary-content ul {
  list-style: disc outside;
  padding: 0 0 0 2em;
  font-size: .75em;
  color: #4d5050;
  margin: 0 0 .8em 0;
}

div#primary-content ol {
  list-style: decimal outside;
  padding: 0 0 0 2.5em;
  font-size: .75em;
  color: #4d5050;
  margin: 0 0 .8em 0;
}

/* links */

span#sitemap a,
div#footer a {
	color: #007279;
	text-decoration: none;
}

div#content a {
	color: #00777e;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

a.pdf {
	background: url(/style/images/pdf.png) no-repeat center left;
	padding-left: 25px;
}

a.print {
	background: url(/style/images/print.png) no-repeat center left;
	padding-left: 25px;
}

/* boxes */

div.box-gray-faded {
	background: #d9d4d6 url(/style/images/gray-faded-bg.png) repeat-x top left;
}

div.box-gray {
	padding: 11px;
	background-color: #e3e4e7;
}

div.box-padding-11 {
	padding: 11px;
}

div.box-padding-5-11 {
  padding: 5px 11px;
}

/* forms */

div#content input.textinput,
div#content select,
div#content textarea {
	font: 1em arial, sans-serif;
	padding: .1em;
	border: 1px solid;
	border-color: #bdc0bf #ede8e8 #ede8e8 #bdc0bf;
	background-color: #f8f8f8;
}

div#content select { padding: 0; }

div#content fieldset {
	padding-top: 1em;
}

div#content legend {
	font-size: 1.1em;
	color: #4d5050;
}

div#content label {
	display: block;
	float: left;
	width: 116px;
	font-weight: bold;
	text-align: right;
	padding: 2px 14px 0 0;
}

form p.float-left {
	float: left;
}

form p.float-right {
	float: right;
}

form#choose-country-form  fieldset { padding: 0; }

form#choose-country-form legend { display: none; }

/* search form */

form#search-form {
	position: absolute;
	top: 44px;
	left: 772px;
	border-left: 1px solid #c0c0c0;
	padding: 2px 0 2px 12px;
}

form#search-form legend { display: none; }

form#search-form .textinput {
	width: 112px;
	height: 19px;
	padding: 0 10px;
	background: transparent url(/style/images/search-field-bg.png) no-repeat top left;
	border: none;
	line-height: 19px;
}

input#btn-search {
	position: relative;
	top: 3px;
	left: 4px;
}

/* request for service form */

input#frm-company,
input#frm-name,
input#frm-title,
input#frm-phone,
input#frm-fax,
input#frm-email,
input#frm-equipment-type,
input#frm-support-agreement-no,
input#frm-serial-reference-no,
textarea#frm-details {
	width: 374px;
}

input#frm-equipment-type-other,
input#frm-request-reason-other {
  visibility: hidden;
}

/* images */

img.float-left {
	float: left;
	margin-right: 10px;
}

img.float-right {
	float: right;
	margin-left: 10px;
}

/* misc */

div.horizontal-line {
	height: 2px;
	background: url(/style/images/horizontal-line.png) repeat-x top left;
}

.clear { clear: both; }

div.alt { display: none; }