/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 22px "Trebuchet MS";
	color: #42cd73;
	background: url('../i/h1-bg.gif') no-repeat 0 100%;
	padding: 0 0 12px 0;
	margin: 0 0 5px 0;
	line-height: 1.1em;
	word-spacing: -1px;
	position: relative;
}

h2 {
	font: 20px "Trebuchet MS";
	line-height: 1.1em;
	word-spacing: -1px;
	position: relative;
	color: #afb440;
	margin: 40px 0 5px 0;
	padding: 0 0 17px 3px;
	background: url('../i/h1-bg.gif') no-repeat 0 100%;	
}

h2 span {
	position: absolute;
	top: 16px;
	right: 12px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 span a:link, h2 span a:visited {
	color: #515151;
}

h3 {
	font: 18px "Trebuchet MS";
	color: #039b7b;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
	word-spacing: 1px;
}

h4 {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6a8984;
	margin: 0 0 3px 0;
}

h5 {
	color: #7959a4;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: italic;
}

/* Links */

a:link, a:visited, a:active {
	color: #42CD73;
	text-decoration: none;
}

a:hover {
	color: #7959a4;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 15px 0;
}

small {
	font-size: 10px;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
}

.all {
	background: #090e0d url('../i/footer-bg.gif') repeat-x 0 100%;
}

.outer {
	background: url('../i/page-bg.gif') repeat-x;
}

.frame {
	width: 980px;
	margin: 0 auto;
}

.header {
	position: relative;
	height: 109px;
	z-index: 100;
}

.logo {
	margin: 6px 0 0 5px;
}

/* Menu */

.menu {
	position: absolute;
	top: 58px;
	left: 195px;
	z-index: 100;
}

.menu li {
	float: left;
	display: inline;
	font: 12px "Trebuchet MS";
	text-transform: uppercase;
	margin: 3px 24px 0 0;
	position: relative;
	text-align: center;
	height: 32px;
}

.menu li#menu-last {
	margin-right: 0;
}

.menu li.two-lines {
	margin-top: 0;
	height: 35px;
}

.menu li.last {
	margin: 0;
}

.menu a.level-1:link, .menu a.level-1:visited {
	display: block;
	float: left;
	color: #757575;
	padding: 0 0 8px 0;
	text-decoration: none;
	height: 35px;
	line-height: 1.2em;
}

.menu .two-lines a.level-1:link, .menu .two-lines a.level-1:visited {
	height: 35px;
}

.menu li.current, .menu li:hover {
	background: url('../i/menu-border.gif') repeat-x 0 100%;
	
}

.menu li.current a.level-1, .menu li:hover a.level-1 {
	background: url('../i/menu-arrow.gif') no-repeat 50% 26px;
	color: #009b7b !important;
	
	
}

.menu li.current.two-lines a.level-1, .menu li.two-lines:hover a.level-1 {
	background: url('../i/menu-arrow.gif') no-repeat 50% 29px;
}

/* Submenu */

.submenu {
	display: none;
}

.menu li:hover .submenu {
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
	background: url('../i/submenu-mid.gif') repeat-y;
	width: 185px;
}

.submenu .bg-top {
	background: url('../i/submenu-top.gif') no-repeat;
}

.submenu .bg-bottom {
	background: url('../i/submenu-bottom.gif') no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 8px 0;
}

.submenu ul {
	margin: 8px 0 0 8px;
	width: 185px;
}

.menu li .submenu li {
	float: none;
	display: block;
	margin: 0 0 4px 0;
	height: auto;
	border-bottom: 1px solid #CCC;
	padding: 0 0 4px 0;
	text-align: left;
}

.menu li .submenu li.last {
	padding: 0;
	border-bottom: 0px solid transparent;
}

.menu li .submenu li a:link, .menu li .submenu li a:visited {
	color: #757575;
	text-decoration: none;
}

.menu li .submenu li:hover {
	background: transparent !important;
}

.menu li .submenu li:hover a {
	background: transparent !important;
	color: #009b7b !important;
}

/* Top menu */

.top-menu {
	background: url('../i/top-menu-bg.gif') no-repeat 100% 0;
	width: 295px;
	height: 31px;
	position: absolute;
	top: 0;
	right: 20px;
	overflow: hidden;
}

.top-menu ul {
	margin: 5px 0 0 20px;
}

.top-menu li {
	float: left;
	display: inline;
	font: 14px "Trebuchet MS";
	padding: 0 13px 0 0;
	margin: 0 11px 0 0;
	background: url('../i/top-menu-sep.gif') no-repeat 100% 3px;
}

.top-menu li.last {
	padding: 0;
	margin: 0;
	background: transparent;
}

.top-menu a:link, .top-menu a:visited {
	color: #575757;
	text-decoration: none;
}

.top-menu a:hover {
	text-decoration: underline;
}

/* Welcome */

.welcome {
	height: 270px;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 10;
	background: url('../i/welcome-bg.gif') no-repeat;
}

.welcome-text {
	float: left;
	display: inline;
	color: #bfbfbf;
	margin: 75px 0 0 7px;
	width: 425px;
}

.welcome-text p {
	font-size: 11px;
	color: #bfbfbf;
	word-spacing: 3px;
	width: 400px;
	margin: 0 0 0 2px;
	text-align: left;
}

.welcome-text p.big {
	font-size: 21px;
	color: #FFF;
	margin: 0 0 5px 0;
	letter-spacing: 0px;
	word-spacing: 0px;
	width: 100%;
	line-height: 1.5em;
}

.big-text {
	font-size: 32px;
}

.semi-big-text {
	font-size: 30px;
}

/* Slider */

.slider {
	float: left;
	display: inline;
	width: 530px;
	margin: 18px 0 0 15px;
}

.arrow-left {
	float: left;
	display: inline;
	margin: 98px 7px 0 0;
	width: 32px;
}

.slider-pictures {
	float: left;
	display: inline;
	margin: 2px 0 0 0;
}

.arrow-right {
	float: left;
	display: inline;
	margin: 98px 0 0 5px;
	width: 32px;
}

/* Columns */

.columns {
	padding: 0 0 60px 0;
}

.col-left {
	float: left;
	display: inline;
	width: 700px;
	overflow: hidden;
}

.col-right {
	float: left;
	display: inline;
	width: 261px;
	margin: 27px 0 0 14px;
}

/* Products */

.products {
	margin: 12px 0 0 -29px;
	width: 800px;
}

.products li {
	float: left;
	display: inline;
	background: url('../i/pic-bg.gif') no-repeat;
	width: 146px;
	overflow: hidden;
	margin: 0 0 0 34px;
}

.products li a.pic:link, .products li a.pic:visited {
	display: block;
	padding: 6px;
	margin: 0 0 2px 0;
}

.products p {
	color: #b1b1b1;
	font-size: 11px;
	text-align: center;
}

.products p a:link, .products p a:visited {
	color: #b1b1b1;
	text-decoration: none;
}

.products p a:hover {
	text-decoration: underline;
}

/* Box */

.box {
	background: #182221 url('../i/box-bottom.gif') no-repeat 0 100%;
}

.box-bg {
	background: url('../i/box-top.gif') no-repeat;
	overflow: hidden;
}

.box .inner {
	margin: 13px 0 0 15px;
	padding: 0 0 53px 0;
}

.contacts {
	margin: 0 0 22px 3px;
	background: url('../i/world.jpg') no-repeat 15px 12px;
	border-bottom: 1px solid #313a39;
	width: 233px;
	padding: 0 0 6px 0;
	color: #acacac;
}

.contacts p {
	margin: 0 0 7px 0;
	word-spacing: 2px;
}

.contacts a:link, .contacts a:visited {
	text-decoration: none;
	font-size: 13px;
	color: #a4a4a4;
}

.map {
	margin: 0 0 0 5px;
}

.sidesolutions {
	margin: 0 0 22px 3px;
	border-bottom: 1px solid #313a39;
	width: 233px;
	padding: 0 0 6px 0;
	color: #acacac;
}

.sidesolutions p {
	margin: 0 0 7px 0;
	word-spacing: 2px;
}

.sidesolutions a:link, .sidesolutions a:visited {
	text-decoration: none;
	font-size: 13px;
	color: #a4a4a4;
}

.sidesolutions a:hover {
	font-size: 13px;
	color: #ffffff;
}

/* Footer */

.footer {
	height: 90px;
	overflow: hidden;
	width: 95%;
}

/* Bottom menu */

.bottom-menu {
	position: relative;
	width: 100%;
	margin: 18px 0 15px 0;
}

.bottom-menu:after {
	content: '';
	display: block;
	clear: both;
}

.bottom-menu .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.bottom-menu ul {
	position: relative;
	left: -50%;
	float: left;
}

.bottom-menu li {
	float: left;
	display: inline;
	font-size: 11px;
	padding: 0 0 0 11px;
	margin: 0 10px 0 0;
	background: url('../i/bottom-menu-sep.gif') no-repeat 0 3px;
}

.bottom-menu li.first {
	background: transparent;
	padding: 0;
}

.bottom-menu a:link, .bottom-menu a:visited {
	color: #6a8984;
	text-decoration: none;
}

.bottom-menu a:hover {
	text-decoration: underline;
}
.award-title {
	font-weight: bold;
	color: #42cd73;
}


.copyright {
	color: #868686;
	font-size: 10px;
	text-align: center;
	word-spacing: 1px;
}

.copyright a:link, .copyright a:visited {
	color: #868686;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

/* Internal page background */

.background {
	position: relative;
	z-index: 10;
/*	background: url('../i/welcome-bg.gif') no-repeat;*/
	padding: 55px 0 0 0;
}
.solutions-title {
	font-size: 14px;
	font-weight: bold;
}

.bottom-menu .line-1 {
	margin: 5px 0 0 145px;
}

.bottom-menu .line-2 {
	margin: 3px 0 0 185px;
}
.pictureborder {
	border: 4px solid #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.col-left ul {
	margin: 0 0 15px 20px;
	list-style: disc;
}

.col-left ol {
	margin: 0 0 15px 20px;
	list-style: decimal;
}

#interior .outer {
	background: url('../i/page-bg-interior.gif') repeat-x;
}

