* {
	margin:0;
	padding:0;
}
html, body {
	
}
html {
	min-width:980px;
}
body {
	background:url(images/bg-body.jpg) left top repeat-x #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;
	color:#000000;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
ul, ol {
	list-style:none;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.formwrapper {
	width:100%;
	overflow:hidden;
	margin-top:15px;
}

form {margin:0; padding:0;}
/*==== GLOBAL =====*/
#header {
	width:980px;
	margin:0 auto;
}
#footer {
	padding:22px 0 22px 0;
	background-image: url(images/footer-bg-light.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#C7C6C6;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif; overflow:hidden;
}
/*----- forms parameters -----*/

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
/*----- other -----*/
.img-indent {
	margin:0 15px 0 0;
	float:left;
}
.img-left {
	margin:5px 20px 10px 0;
	float:left;
}
.img-right {
	margin:10px 0 10px 10px;
	float:right;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.img-box img {
	float:left;
	margin:0 20px 0 0;
}
.extra-wrap {
	overflow:hidden;
}
p {
	margin-bottom:18px;
	font-family:Arial, sans-serif; font-size:13px;
}
.p1 {
	margin-bottom:9px;
}
.p2 {
	margin-bottom:18px;
}
.p3 {
	margin-bottom:27px;
}
/*----- txt, links, lines, titles -----*/
a {
	color:#142C3E;
	outline:none;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:30px;
	line-height:100%;
	font-weight:bold;
	text-transform:
 uppercase;
	color:#152C3E;
	font-family:"Myriad Pro", "Myriad", Arial, sans-serif;
}
h2 {
	font-size:22px;
	line-height:100%;
	font-weight:bold;
	color:#152C3E;
	font-family:"Myriad Pro", "Myriad", Arial, sans-serif;
}
h3 {
	font-family:"Myriad Pro", "Myriad", Arial, sans-serif; font-size:20px;
	line-height:100%;
	font-weight:bold;
	color:#152C3E;
}
h4 {
	font-family:Arial, sans-serif; font-size:15px;
	line-height:100%;
	font-weight:bold;
	color:#152C3E;
}
h4 a {
	color:#3f7581 !important;
}
h5 {
	font-size:1em;
	/*margin-bottom:12px;*/
	margin-top:27px;
}
h6 {
	font-size:1em;
}
h7 {
	font-size:20px;
	line-height:1.2em;
	font-weight:normal;
}
h8 {
	font-size:1.2em;
	margin-bottom:5px;
}
h9 {
	font-size:20px;
	line-height:1.2em;
	font-weight:normal;
}
.txt1 {
	color:#fff;
}
.link1 {
	display:block;
	float:left;
	background:url(images/link1-left.gif) no-repeat left top #7c7b7b;
	color:#fff;
	text-decoration:none;
	font-size:.91em;
}
.link1:hover {
	text-decoration:underline;
}
.link1 b {
	display:block;
	background:url(images/link1-right.gif) no-repeat right top;
	padding:2px 18px 3px 18px;
	font-weight:normal;
}
.line-hor {
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver {
	background-image:url(images/line-ver.gif);
	background-repeat:repeat-y;
	width:100%;
}
.line-ver-dotted, .line-ver-dotted1 {
	background-image:url(images/line-dotted.gif);
	background-repeat:repeat-y;
	width:100%;
}
.title {
	margin-bottom:20px;
}
/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
.box .border-top {
	background:url(images/border-top.gif) repeat-x left top;
}
.box .border-bot {
	background:url(images/border-bot.gif) repeat-x left bottom;
}
.box .border-left {
	background:url(images/border-left.gif) repeat-y left top;
}
.box .border-right {
	background:url(images/border-right.gif) repeat-y right top;
}
.box .left-top-corner {
	background:url(images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner {
	background:url(images/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner {
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
	width:100%;
}
.box .right-bot-corner {
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner {
	padding:20px 27px 36px 24px;
}
.box a {
	color:#474b51;
}
.box .inner .inner {
	padding:0 0 0 10px;
}
.address {
	float:left;
}
.address dt {
	margin-bottom:16px;
}
.address dd {
	clear:both;
	text-align:right;
}
.address dd span {
	float:left;
	padding-right:25px;
}
/*===== header =====*/
#header .logo {
	padding:10px 0 0 0;
	width:300px;
	float:left;
}
#header .phone {
	font-family:"Myriad Pro", "Myriad", Arial, sans-serif;
	padding:46px 0 0 0;
	width:370px;
	float:left;
	color:#fff;
	font-size:16px;
	font-style:italic;
	line-height:24px;
}
#header .phone span {
	font-size:35px;
}
#header .header-right {
	padding:0 5px 0 0;
	float:left;
}
#header.header-menu {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#header .header-menu a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	margin:0 10px 0 10px;
}
#header .social {
	width:100px;
	margin:10px 10px 40px 10px;
	float:left;
}
.social a {
	margin:0 5px 0 0;
}
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
	display:none;
}
.spacegallery a {
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	width: 650px;
	height: 100%;
	background: url(images/blank.gif);
}
#myGallery {
	width: 470px;
	height: 415px;
	position:absolute;
	top:48px;
	left:280px;
}
a.loading {
	background:url(images/ajax_small.gif) no-repeat center;
}
.txt-link1 {
	background:url(images/arrow1.gif) no-repeat left 6px;
	padding:0 0 0 8px;
	color:#81edfe;
	font-weight:bold;
	text-decoration:none;
}
.txt-link1:hover {
	text-decoration:underline;
	color:#fff;
}
.txt-link2 {
	background:url(images/arrow2.gif) no-repeat left 6px;
	padding:0 0 0 8px;
	color:#990404 !important;
	font-weight:bold;
	text-decoration:none;
}
.txt-link2:hover {
	text-decoration:underline;
}
.txt-link3 {
	background:url(images/arrow3.gif) no-repeat left 6px;
	padding:0 0 0 8px;
	color:#434343 !important;
	font-weight:bold;
	text-decoration:none;
}
.txt-link3:hover {
	text-decoration:underline;
}
/*===== navigation menu =====*/

	.navcontainer {
	width:970px;
	margin:10px auto 0 auto;
	font-size:18px;
	background:url(images/bg-nav.jpg) repeat-x;
	text-align:center;
	-moz-border-radius-topright:7px;
	-webkit-border-radius-topright:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-radius-topleft:7px;
	border-top-left-radius:7px;
	behavior: url(/css/PIE.php);
}
.nav {
	font-family:"Myriad Pro", "Myriad", Arial, sans-serif;
	font-size:18px;
	line-height:1.2em;
	color:#FFF;
	width:960px;
	overflow:hidden;
	padding:2px 0 0 5px;
	text-align:center;
}
.nav li {
	float:left;
	background:url(images/nd.jpg) no-repeat right 2px;
	padding:15px 27px 16px 27px;
}
.nav li.last {
	background:none;
}
.nav li a {
	color:#fff;
	text-decoration:none;
	float:left;
}
.nav li a:hover, .nav li a.current {
	color:#FDAE00;
}
.list1 dt {
	font-size:24px;
	background:url(images/marker1.gif) no-repeat left 3px;
	padding:1px 0 20px 30px;
	color:#3d8faf;
}
.list1 dd {
	font-weight:bold;
	line-height:18px;
}
.list2 li {
	background:url(images/arrow4.gif) no-repeat left 7px;
	padding:0 0 3px 8px;
	font-weight:bold;
}
.list2 li a {
	color:#6c6c6c;
}
.contacts {
	color:#434343;
}
.contacts dt {
	font-weight:bold;
	font-size:1.1em;
	line-height:20px;
	padding:0 0 6px 0;
}
.contacts dd {
	padding-bottom:2px;
}
.contacts dd a {
	color:#434343;
	font-weight:bold;
}
.contacts dd span {
	color:#434343;
	font-weight:bold;
}
.projects li {
	width:193px;
	float:left;
	margin-right:50px;
	color:#fff;
	font-size:1.1em;
}
.projects li.last {
	margin-right:0;
}
.projects li img {
	display:block;
	margin-bottom:18px;
}
.projects li strong {
	display:block;
	padding-bottom:4px;
}
.projects li a {
	color:#ffe18a;
}
.locations li {
	float:left;
	width:189px;
	color:#fff;
	margin-right:36px;
}
.locations li.last {
	margin-right:0;
}
/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
#contacts-form label {
	display:block;
	height:29px;
}
#contacts-form label input {
	width:210px;
	padding:1px 0 2px 3px;
	color:#434343;
	background:none;
	border:1px solid #434343;
}
#contacts-form textarea {
	width:254px;
	height:102px;
	padding:1px 0 2px 3px;
	margin-bottom:10px;
	color:#434343;
	background:none;
	border:1px solid #434343;
	overflow:auto;
}
#contacts-form .col-1 {
	width:223px !important;
	margin-right:0 !important;
}
#contacts-form .col-2 {
	width:262px !important;
}
#contacts-form .button {
	margin-left:15px;
	float:right;
}
/*==========================================*/


#content {
	width:970px;
	background:#FFF url(images/bg-right-col.jpg) right repeat-y;
	margin:0 auto;
	overflow:hidden;
}
#content-left {
	float:left;
	width:610px;
	margin-top: 30px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#content-left h1, h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content-left p {
	margin-left:20px;
}
#content-left .quote {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#203946;
	padding:10px 10px 10px 20px;
	background:url(images/quote.jpg) repeat-y;
	line-height:110%;
	margin-bottom:20px;
}

#content-left li {
	list-style:disc; margin-bottom:6px; margin-left:60px;
}



.banner-home {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(images/bg-banner-home.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:364px;
}

.banner-inner {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(images/bg-banner-inner.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:364px;
	
}



#banner-inner-heading {float:left; margin:200px 0 0 38px; width:550px; height:164px; display:table-cell; vertical-align:middle;  }
	
	#banner-inner-heading h1 {font-size:34px; text-transform:uppercase; color:#142C3E; 
	font-family:"Myriad Pro", "Myriad", Arial, sans-serif;   }



#right-content {
	margin:0px 0 0 10px;
	float:right;
	width:324px;
}
#right-content .title {
	width:100%;
	color:#152C3E;
	font-size:23px;
	font-weight:bold;
	margin:23px 0 23px 0;
	padding:8px 0 8px 20px;
	background:url(images/bg-right-col-title.jpg) left repeat-y;
}
ul.rc {
	list-style:url(images/li-right.png);
	margin: 0 0 0 20px;
}
.rc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	overflow:hidden;
	text-align:left;
}
.rc li {
	width:230px;
	float:left;
	list-style:url(images/li-right.png);
	margin:0 10px 10px 30px;
	background:url(images/d.png) bottom repeat-x;
	padding-bottom:20px;
}
.rc a {
	color:#2C768A;
	font-size:13px;
	font-weight:bold;
}
.rc li a:hover, .rc li a.current {
	text-decoration:none;
}

#footer-wrap {margin:0 auto; width:980px; overflow:hidden;}

#footer .col1 {float:left;
	width: 360px;
	padding:0 20px 10px 20px;
	background-image: url(images/df.png);
	background-position:right;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333; line-height:17px;
}


#footer .col1 h2 {
	color:#fff; margin-bottom:10px;  font-size:26px; margin-left:0;
}


#footer .col2 {float:left;
	width: 210px;
	padding:0 20px 10px 20px;
	background-image: url(images/df.png);
	background-position:right;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333; line-height:17px;
}


#footer .col2 h2 {
	color:#fff; margin-bottom:10px;  font-size:26px; margin-left:0;
}


#footer .col3 {float:left;
	width: 250px;
	padding:0 20px 10px 20px;
	ont-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333; line-height:17px;
}


#footer .col3 h2 {
	color:#fff; margin-bottom:10px;  font-size:26px; margin-left:0;
}


#footer-copy { background:url(images/footer-bg.jpg) top repeat-x; }

#footer-copy-txt {margin:0 auto; width:980px; padding:10px; color:#ccc; font-size:13px;}

#footer-copy-txt a {color:#ccc;}

.main-form {float:right; margin:100px 30px 0 0 ; width:300px;}


form.main {margin:0;   FONT-FAMILY: arial; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; COLOR: #bbe3f7; FONT-SIZE: 13px; }

.fb-grouplabel {
	float:left;
	width:110px; height:26px;
	text-align:right; padding-top:4px; padding-right:10px; 
}

.fb-input-box {background-image:
url(images/ff.png) ; width:180px; height:30px; float:left;}

.fb-input {border: none; outline: none; background-color:#f0f0f0; margin:6px 0 0 6px; width:170px; font-size:14px;}



.cp-input-box {background-image:
url(images/fc.png) ; width:242px; height:30px; float:left; margin:5px 0 10px 0;}

.cp-input {border: none; outline: none; background-color:#f9f9f9; margin:2px 0 2px 4px; width:232px; height:26px; font-size:14px;}

.suppliers {margin:0 10px 5px 50px; font-size:14px; color:#333;}

.supplier-logo {float:left; margin-right:20px; margin-bottom:3px; margin-top:3px;}
