@charset "utf-8";
/* CSS Document */

.soon{
width: 500px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}

/* Layout */
body{
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	font-family: Tahoma;
    }
    .wrapper{
	background-color: #ffffff;
	margin: auto;
	width: 700px;
	}
	.header{
	width: 100%;
	height: 138px;
	}
	.logo{
	width: 322px;
	height: 125px;
	margin-top: 14px;
	background: url(images/logo2.png) no-repeat;
	float: left;
	}
	.nav{
	width: 377px;
	height: 86px;
	border-bottom: 1px solid #000000;
	float: left;
	}
	.nav ul{
	margin: 0;
	margin-top: 65px;
	float: right;
	list-style-type: none;
	}
	.nav ul li{
	display: inline;
	margin-right: 15px;
	}
	.nav ul li a{
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
	}
	#main{
	width: 700px; 
	padding-top: 0;
	padding-bottom: 20px;
	clear: both;
	}
	#footer{
	width: 700px;
	height: 20px;
	clear: both;
	margin-top: 5px;
	border-top: 1px solid #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}
/* End of Layout */

/* Home page */
	#home-text{
	width: 450px;
	float: left;
	margin-right: 10px;
	}
	#home-right{
	width: 240px;
	float: left;
	}
	#home-image{
	width: 240px;
	height: 227px;
	border: 1px solid #000000;
	clear: both;
	}
	#home-image img{
	width: 230px;
	height: 217px;
	margin-top: 5px;
	margin-left: 5px;
	}
	#home-product{
	width: 240px;
	padding-top: 20px;
	visibility: hidden;
	}
/* End of Home page */

/* Contact page */ 
    #contact-form{
	width: 600px;
	margin: auto;
	}
	#contact-text{
	font-size: 10pt;
	}
	#contact-cred{
	color: #FF0000;
	font-size: 10pt;
	}
	
/* Order page */
#order-text{
	width: 100%;
}

/* Team page */
#team-images{
	margin: auto;
	margin-bottom: 10px;
}
.team-image{
	padding: 5px;
	border: 1px solid #000;
	margin-right: 5px;
	float: left;
}
.team-image a img{
	border: 0;
}
.team-image-text{
	clear: both;
	margin-top: 5px;
	font-size: 11px;
}
.team-image-text span{
	padding-left: 5px;
	padding-top: 5px;
}
#customer-not{
        color: #000;
}