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

html, body {
	background-color:#000;
	height:100%;
	min-width: 1000px;
	text-align: center;
}

#wrapper {
	background-image: url(../images/bg.gif);
	background-repeat:no-repeat;
  	width: 1000px;
	height: 100%;
	margin: 40px auto 30px auto;
}

#container {
	width: 960px;
	margin: 0px auto 0px auto;
	position:relative;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 319px;
	height: 172px;
	position:relative;
	margin:0px auto 0px auto;
	top:16px;
}

#header {
	background-image: url(../images/new_site_coming_soon.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin:30px 0px 0px 0px;
	width: 960px;
	height: 50px;
	position: relative;
}

#category_wrap {
	margin: 20px 0px 50px 0px;
	position: relative;
}

#product_wrap {
	background-image:url(../images/product.gif);
	background-repeat:no-repeat;
	margin: 0px 19px 0px 0px;
	width: 308px;
	height: 158px;
	float:left;
}

#services_wrap {
	background-image:url(../images/services.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	width: 308px;
	height: 158px;
	float:left;
}

#contact_wrap {
	background-image:url(../images/contact_us.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	width: 308px;
	height: 158px;
	float:right;
	position:relative;
}

#contact_wrap a img {
	float:left;
}

.text_area {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
	line-height: 18px;
	padding: 170px 0px 15px 0px;
	border-bottom: 1px solid #333;
}

.text_area a {
	color:#FFF;
}

.text_area p {
	margin:12px 0px 0px 0px;
}

.text_title {
	font-size:18px;
}