@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1babe2;
}
a { outline: 0; text-decoration: none; color: #1babe2; }
a:hover { color: #782b90; }
h1 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#782b90;
}
h2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #782b90;
}
div.float {
  float: left; padding-left: 131px;
  }
div.float p {
   text-align: center;
   }
.oneColElsCtr #container {
	width: 950px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.headerIndex{
	height: 203px;
	width: 950px;
	background-image: url(../images/indexHeaderBG.jpg);
	background-repeat: no-repeat;
}
.header{
	height: 203px;
	width: 950px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
}
.logo{
	height: auto;
	width: auto;
	float: left;
	padding-left: 80px;
	padding-top: 53px;
}
.menuAll{
	height: auto;
	width: auto;
	float: right;
	padding-top: 90px;
	margin-right: 53px;
}
.menu{
	padding-top: 90px;
	padding-left: 395px;
}
.main{
	height: 359px;
	width: 950px;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: no-repeat;
}
.content{
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-left: 90px;
}
.contentC{
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 90px;
	float: left;
}
.contentALL{
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 90px;
}
.contentSOON{
	height: auto;
	width: auto;
	padding: 0px;
	text-align: center;
}
.contentSTOCKISTS{
	height:auto;
	width: auto;
	padding: 0px;
	text-align: left;
}
.contentR{
	height: auto;
	width: auto;
	padding-left: 90px;
	padding-top: 0px;
	float: left;
}
.contentS{
	height: auto;
	width: auto;
	padding-right: 90px;
	padding-top: 0px;
	float: right;
}
.contentSL{
	height: auto;
	width: auto;
	padding-left: 68px;
	padding-top: 0px;
	float: left;
}
.contentI{
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-left: 90px;
}
.image{
	height: auto;
	width: auto;
	padding-left: 10px;
	float: right;
}
.imageI{
	height: auto;
	width: auto;
	padding-left: 10px;
	float: right;
}
.image2{
	height: auto;
	width: auto;
	padding-right: 110px;
	float: right;
}
.imageC{
	height: auto;
	width: auto;
	padding-right: 70px;
	float: right;
}
.text{
	width: 365px;
	height: auto;
	text-align: justify;
}
.text2{
	width: 760px;
	height: auto;
	text-align: justify;
}
.textR{
	width: 320px;
	height: auto;
	text-align: justify;
}
.textI{
	width: 370px;
	height: auto;
	text-align: justify;
	float: left;
}
.footer{
	height: 88px;
	width: 950px;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
}
.footerText{
	height: 30px;
	width: 600px;
	padding-top: 50px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
.footerLink { color: #FFFFFF; }
.footerImg{
	height: auto;
	width: auto;
	padding-top: 7px;
	padding-right: 50px;
	float: right;
}
.demo {
	width: 232px;
	height: 325px;
	text-align: center;
	float: left;
}
.demo img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.purchase {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 790px;
	height: auto;
}
.textB{
	width: 370px;
	height: auto;
	text-align: justify;
	float: left;
	margin-right: 20px;
}
