@charset "utf-8";
/************* NEW CSS *********************/

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

@font-face {
  font-family:'MyriadPro';
  src: url('fonts/MyriadPro-Regular.otf');
      	}	
		
@font-face {
  font-family:'MyriadPro2';
  src: url('fonts/MyriadPro-BoldCond.otf');
      	}	
	
header, nav, secton, footer {
	display:block;
	}
	
#slogan {
	height: 40px;
	padding-top: 15px;
	background-color: #FFF;
	width: 100%;	
	}
	
.slogan {
	font-family: MyriadPro;
	font-size: 18px;
	padding-right: 20%;
	color: #999;
			}

	
			/** EVERYTHING **/
#container {
	width: 1000px;
	height: 750px;
	margin: 0px auto;
			}
	/*********************************/

    /*********      HEADER      *********/
header {
	margin: 0px auto;
				}	
		
#logo-box {
	background-color: rgba(111,174,237,0.8);
	height: 70px;
	width: 1000px;
	float:left;
		}
	
#logo {
	float: left;
	padding-right: 4px;
		}
	
#decor-box {
	float: left;
		}
	
#lista li{
	font-family: MyriadPro;
	display: inline-block;
	list-style: none;
	margin-top: 27px;
	padding-left: 48px;
	color: #FFF;
			}

 /***********    NAVIGATION    ***********/

#home-lang-menu div {
	float: left;
	height: 76px;
	display: inline-block;
			}
			
#main-nav {
	width: 1000px;
	height:57px;
	display: inline-block;
	margin-top:-15px;
			}

   /******** SLIDESHOW BOX **************/

#slideshow-box {
	float:left;
	margin: -5px auto;
	width: 1000px;
	height: 410px;
	background-color: rgba(111,174,237,0.8);
	padding-top: 20px;
			}
			
#dashbord {
	float:left;
	width: 1000px;
	height: 30px;
	background-color: rgba(111,174,237,0.8);
	margin-top: 5px;
			}
			
	/********* PRODUCTS *************/
#products-box {
	margin: 0px auto;
	background-image:url(jpg/products-bkg.png);
	width:727px;
	height:379px;
	}
	
#thumbs-box {
	display:block;
	padding:16px 22px;
		}

	
.thumbs-prop1 {
	padding-right: 6px;
	}
	
.thumbs-prop2 {
	padding-bottom: 10px;
	padding-right: 19px;
	}
	

    /********** COMPANY *************/
	
#company-box {
	margin: 0px auto;
	padding-top: 40px;
	width: 700px;
	height: 380px;
	font-family: "MyriadPro2";
	font-style: italic;
	font-weight: lighter;
		}
		
#company-title {
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	/*********** EQUIPMENT ***********/
#equipment-box {
	margin: 0px auto;
	padding-top: 0px;
	width: 700px;
	height: 380px;
	font-family: "MyriadPro2";
	font-weight: lighter;
		}
		
#equipment-title {
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color:white;
	}	

#equipment-img {
	margin: 50px auto;
	}	
	
	/*********** CONTACT ************/
	
#theblue-box {
	float:left;
	margin: -5px auto;
	width: 1000px;
	height: 480px;
	background-color: rgba(111,174,237,0.8);
	padding-top: 20px;
			}
			
#contact-box {
	float: left;
	margin-left: 150px;
	width: 400px;
	height: 480px; /* 380 */
	font-family: MyriadPro;
	font-size:80%;
			}
		
#contact-title {
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color:white;
	}
	
#contact-form {
	float: left;
	font-family: MyriadPro2;
	margin-top: 50px;
	text-transform: uppercase;
	}
	
.contact-title {
	font-family: MyriadPro2;
	font-size:16px;
	text-transform: uppercase;
	}
	
.mailform-name {
	width: 300px;
	height:25px;
	}
	
.mailform-mail {
	width: 300px;
	height:25px;
	}
	
.mailform-message {
	width: 300px;
	margin-left:2px;
		}
		
.send {
	background-color:#1a2a44;
	color:white;
	width:73px;
	height:38px;
	margin-left:230px;
	font-family: MyriadPro2;
	font-size:14px;
	}
	
    /*********** FOOTER *************/
	
#footer-box {
	float:left;
	height: 38px;
	width: 1000px;
	font-size: 12px;
	color: #FFF;
	margin-top: 4px;
	padding-top: 8px;
	font-weight: bold;
	background-image: url(jpg/zigzag-patern.png);
	background-repeat: repeat-x;
	font-family: MyriadPro;
		}


	/******* number nav **************/
#pageno {
	margin-top:-10px;
		}
		
		
#pageno nav li {
	display: inline-block;
	list-style: none;
	font-size:80%;
	font-weight:bold;
		}
		
#pageno nav li a {
	display: inline-block;
	list-style: none;
	padding: 4px 7px;
	background-color: rgba(111,174,237,0.8);
	border:solid thin #000;
	color: black;
			}
			
#pageno nav li a:hover {
	display: inline-block;
	list-style: none;
	padding: 4px 7px;
	background-color: #000;
	color: white;
	}
	
.pageno {
	display: inline-block;
	list-style: none;
	padding: 5px 8px;
	background-color: #000;
	color: white;
	}