/* CSS Document */
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image:url('/assets/images/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
}

#pagecontainer {
	width: 100%;
	height: 100%;
	background-image: url('/assets/images/blue-background2.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	display: table;
}

#page {
	width: 910px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

/***************************
 header 
***************************/
#header {
	height: 116px;
	width: 910px;
	background-image: url('/assets/images/header.jpg');
	background-position:center top;
	background-repeat: no-repeat;
}

/***************************
 translation 
***************************/
#translations {
	width: 145px;
	height: 26px;
	display: block;
	top: 80px;
	right: 85px;
	position: absolute;
}

#translations ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#translations span {
	display: none;
}

#translations li {
	float: left;
	font-size: 1.1em;
	list-style: none;
}

#translations li#selectlanguage {
	width: 94px;
	height: 26px;
	background-image:url('/assets/images/language-select.gif');
	display: block;
}

#translations li#english a {
	width: 25px;
	height: 26px;
	background-image:url('/assets/images/language-english.gif');
	display: block;
	background-repeat:no-repeat;
}

#translations li#russian a {
	width: 26px;
	height: 26px;
	background-image:url('/assets/images/language-russian.gif');
	display: block;
	background-repeat:no-repeat;
}

/***************************
 menu 
***************************/
#menu {
	display: block;
	width: 275px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 489px;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	width: 270px;
	height: 16px;
}

#menu span {
	display: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu ul li#home {
	width: 37px;
	height: 16px;
	display: block;
}

#menu ul li#companyprofile {
	width: 89px;
	height: 16px;
	display: block;
}

#menu ul li#announcements {
	width: 87px;
	height: 16px;
	display: block;
}

#menu ul li#contact {
	width: 57px;
	height: 16px;
	display: block;
}

#menu ul li#home a {
	width: 37px;
	height: 16px;
	background-image:url('/assets/images/btn-home.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#companyprofile a {
	width: 89px;
	height: 16px;
	background-image:url('/assets/images/btn-companyprofile.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#announcements a {
	width: 87px;
	height: 16px;
	background-image:url('/assets/images/btn-announcements.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#contact a {
	width: 57px;
	height: 16px;
	background-image:url('/assets/images/btn-contact.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#home a:hover { 
	background-image:url('/assets/images/btn-home1.gif');
	display: block;
}
#menu ul li#companyprofile a:hover { 
	background-image:url('/assets/images/btn-companyprofile1.gif');
	display: block;
}
#menu ul li#announcements a:hover { 
	background-image:url('/assets/images/btn-announcements1.gif');
	display: block;
}
#menu ul li#contact a:hover { 
	background-image:url('/assets/images/btn-contact1.gif'); 
	display: block;
}

/***************************
 Russian menu
***************************/
#menu ul li#rhome {
	width: 37px;
	height: 16px;
	display: block;
}

#menu ul li#rcompanyprofile {
	width: 105px;
	height: 16px;
	display: block;
}

#menu ul li#rannouncements {
	width: 50px;
	height: 16px;
	display: block;
}

#menu ul li#rcontact {
	width: 78px;
	height: 16px;
	display: block;
}

#menu ul li#rhome a {
	width: 37px;
	height: 16px;
	background-image:url('/assets/images/btn-rhome.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#rcompanyprofile a {
	width: 105px;
	height: 16px;
	background-image:url('/assets/images/btn-rcompanyprofile.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#rannouncements a {
	width: 50px;
	height: 16px;
	background-image:url('/assets/images/btn-rannouncements.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#rcontact a {
	width: 78px;
	height: 16px;
	background-image:url('/assets/images/btn-rcontact.gif');
	display: block;
	/*float: left;*/
}

#menu ul li#rhome a:hover { 
	background-image:url('/assets/images/btn-rhome1.gif');
	display: block;
}
#menu ul li#rcompanyprofile a:hover { 
	background-image:url('/assets/images/btn-rcompanyprofile1.gif');
	display: block;
}
#menu ul li#rannouncements a:hover { 
	background-image:url('/assets/images/btn-rannouncements1.gif');
	display: block;
}
#menu ul li#rcontact a:hover { 
	background-image:url('/assets/images/btn-rcontact1.gif'); 
	display: block;
}

/***************************
 logo 
***************************/

#logoContainer {
	width: 150px;
	height: 82px;
	position: absolute;
	top: 65px;
	left: 53px;
	z-index: 100;
}

#logo a {
	font-size: 1.1em;
	width: 150px;
	height: 82px;
	background-image: url('/assets/images/logo3.jpg');
	display: block;
}

#logo a span {
	display: none;
}

/***************************
 services menu 
***************************/
#services {
	width: 210px;
	height: 300px;
	float: left;
	left: 25px;
	padding-top: 45px;
	position: relative;
	display: block;
	z-index: 10;
}

#services ul {
	/*padding: 10px 0px 0px 29px;*/
	margin: 0;
	list-style: none;
}

#services ul li {
	display: inline;
}

#services ul li a {
	width: 210px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
}

#services ul li a:hover {
	background-position: right;
}

#services ul li#laser a { background-image: url('/assets/images/laser.gif'); }
#services ul li#coating a { background-image: url('/assets/images/coating.gif'); }
#services ul li#screen a { background-image: url('/assets/images/screen.gif'); }
#services ul li#ancillary a { background-image: url('/assets/images/ancillary.gif'); }
#services ul li#label a { background-image: url('/assets/images/label.gif'); }
#services ul li#sleeves a { background-image: url('/assets/images/sleeves.gif'); }

#services ul li#laserR a { background-image: url('/assets/images/laserR.gif'); height: 48px; }
#services ul li#coatingR a { background-image: url('/assets/images/coatingR.gif'); height: 48px; }
#services ul li#screenR a { background-image: url('/assets/images/screenR.gif'); height: 48px; }
#services ul li#ancillaryR a { background-image: url('/assets/images/ancillaryR.gif'); height: 48px; }
#services ul li#labelR a { background-image: url('/assets/images/labelR.gif'); height: 48px; }

#services span {
	display: none;
}

/***************************
 content 
***************************/
#content {
	width: 545px;
	position: relative;
	float: right;
	padding-right: 86px;
	padding-top: 20px;
}

/***************************
 Footer 
***************************/
#footer {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

#iso-logos {
	width: 97px;
	height: 53px;
	left: 68px;
	float: left;
	position: relative;
}

#textlinks {
	width: 545px;
	height: 53px;
	padding-top: 10px;
	padding-right: 86px;
	float: right;
	color: #00ADEF;
	font-size: 1.0em;
}

#textlinks a {
	color: #00ADEF;
	text-decoration: none;
}

#textlinks a:hover {
	text-decoration: underline;
}

/***************************
 Form 
***************************/
#cform {
	width: 265px;
	float: right;
}

#cform form {
	padding: 0px;
	margin: 5px;
}

#cform legend {
	background-color: #00ADEF;
	color: white;
	display: block;
	width: 50px;
	font-weight: bold;
	text-align: center;
	border: 1px solid white;
	padding: 0px 3px 0px 3px;
}

#cform fieldset {
	border: 1px solid #00ADEF;
}

#cform fieldset div {
	padding: 5px;
}

#cform label {	
	width: 50px;
	float: left;
}

#name,#email,#location,#fax {
	width: 165px;
	height: 16px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	clear: right;
}

#address {
	width: 165px;
	height: 45px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#submit {
	background-color: #666666;
	color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 1.0em;
	font-weight: normal;
}