@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-x;	
	background-position: top;	
}
#bg{
	background-image: url(../images/bg-pattern.jpg);
	background-repeat: no-repeat;
	background-position: center 500px;
}
#container{
	/*min-height: 700px;*/
	-webkit-box-shadow: #999 0px 5px 40px;
	-moz-box-shadow: #999 0px 5px 40px;
	box-shadow: #999 0px 5px 40px;
	background-color: #FFF;
}
#contact #container{
	background-image: url(../images/fiber-cables.jpg);
	background-position: right 540px;
	background-repeat: no-repeat;
}
#about #container{
	background-image: url(../images/about-sysconi-whiteboard.jpg);
	background-position: right 415px;
	background-repeat: no-repeat;
}
#head {
	background-image: url(../images/top-stripe-bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
#right{
	
}
#home #right {
	background-image: url(../images/cable.jpg);
	background-position: right 479px;
	background-repeat: no-repeat;
}
#contact #right {
	/*background-image: url(../images/contact-right-bg.jpg);*/
	background-position: right 300px;
	background-repeat: no-repeat;
}
	
#bottom-menu{
	background-image: url(../images/bottom-menu-bg.gif);
	background-repeat: repeat-x;
	height: 25px;	
}
#contact input, #contact textarea{
	border: thin solid #333;	
}
#contact #email-button input{
	background-image: url(../images/email-button.png);
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 17px -2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	color: #FFF;
}
/*#contact #button{
	text-align: left;	
}*/