@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html {
  position: relative; /* Fix for absolute positioning */
}

body {
	 min-width:1000px; 
   _width: expression( document.body.clientWidth > 1000 ? "1000px" : "auto" ); /* sets max-width for IE */

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;	
}
#page-wrap {  }
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

a {
	color: #7E2281;
	text-decoration: none;
}
a:hover {
	color: #F300B6;
	text-decoration: none;
	text-shadow: 1px 2px 4px #BBBBBB;
}


.menubar {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100px;
	max-width: 1200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


h1
{
	font-family : actor, "Lucida Grande", "Lucida Sans Unicode";
	color : #5C1879;
	color : rgb(92, 24, 121);
}
.text-menu
{
	font-family : actor, "Lucida Grande", "Lucida Sans Unicode";
	font-size : 26px;
	color : #681D7E;
	color : rgb(104, 29, 126);
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

.text-labels
{
	font-family : actor, "Lucida Grande", "Lucida Sans Unicode";
	font-size : 2em;
	color : #5C1879;
	color : rgb(92, 24, 121);
}
.text-phone {
	font-family : actor, "Lucida Grande", "Lucida Sans Unicode";
	font-size : 1em;
	color : #FFFFFF;
}


.text-section
{
	font-family : actor, "Lucida Grande", "Lucida Sans Unicode";
	font-size : 26px;
	letter-spacing : 2.6px;
	color : #681D7E;
	color : rgb(104, 29, 126);
	width: 1000px;
	border-top: thin solid #DDDDDD;
	border-bottom: thin solid #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text-body
{
	font-family : actor, "Lucida Grande", "Lucida Sans Unicode";
	font-size : medium;
	color : #681D7E;
	color : rgb(104, 29, 126);
}

.text-sign {
	display: block;
	float: right;
}


.banner-purple {
	background-image: url(../images/purple.jpg);
	width: 100%;
	background-color: #3A003A;
	background-size: cover;
	background-repeat: no-repeat;
	border-top: 5px solid #DDDDDD;
	border-bottom: 5px solid #DDDDDD;
}


.img-border {
	border: thin double #DDDDDD;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.shopnow-btn
{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/shopnow-btn.png);
}

.shopnow-btn:hover {
	background-repeat: no-repeat;
	background-position: 0 -100px;
	background-image: url(../images/shopnow-btn_ovr.png);
 }


.footer {
	width: 100%;
	background : #310848;
	background : rgba(49, 8, 72, 1);
	height: 500px;
}



/* contact form */

#contact-area {
	width: 1000px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 850px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 160px;
	float: right;
	background-color: #681B70;
	color: #FFFFFF;
	border: medium solid #C9C9C9;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #6A267E;
}

#thank-wrap {
	width: 1000px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	text-align: center;
}
