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


body {
	width:100%;
  background:url(../images/bg.jpg);
  background-repeat:repeat-x;
  background-size: 100%;
  margin-bottom:0px;
  padding:0px;
  
  
}


#wrapper{
	width:950px;
	height:auto;
	margin-top:15px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

#header{
	width:950px;
	height:115px;
	min-height:75px;
}

#navigation{
	width:950px;
	height:35px;
	background-image:url(../images/naviBg.png);
	background-repeat:no-repeat;
	padding-bottom:10px;	
}

#contentBody{
	width:950px;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	min-height:650px;
}

#footer{
	width:950px;
	height:27px;
	min-height:27px;
	background-image:url(../images/footerBg.png);
	padding-top:8px;
	color:#FFF;

}

A:Link {color:#FFF;}
	
A:Visited {color:#FFF}

A:Hover{color:#FFF}

A:Active{color:#FFF}.homeText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.aboutHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}
#aboutBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.links {
	font-size: 36px;
}
.linksComingSoon {
	font-size: 36px;
}
#wrapper #contentBody div div div #link {
	color: #000;
}

.productText{
	color:#F00;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
