/* MAIN STYLES */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #dcdcdc;
	background-repeat:repeat;
	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: #000000;
}

#logo {
	padding-top: 10px;
	float:left;
	margin: auto;
	padding-left: 50px;
	padding-bottom: 10px;	
}

#bug {
	margin: 10px 10px 10px 0;
	float: right;
	width: 150px;
	text-align: left;
	font-size: 12px;
}

.clear {
	clear:both;
}

#container {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 895px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	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. */
}

#homeContent {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 895px;
	height: 500px;
	background-repeat: no-repeat;
	background-image:url(../pics/home-image2.jpg);
	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. */
}

#homeContent p{
	padding-top: 225px;
	color:#FFFFFF;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 80px;
	width: 310px;
	padding-left: 563px;
	margin: 0;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 400px;
	width: 895px;
	background-color:#FFFFFF;
}
/* END MAIN STYLES */

/* FLASH STYLES */
.flashContainer {
	padding-top: 160px;
	margin: auto;
	width: 900px;
}

.flash {
	width: 900px;
	height: 450px;
}

.flashText {
	width: 900px;
}

.flashText a {
	float: right;
	font-size: 14px;
	font-weight:bold;
	color: #30224B;
	line-height: 25px;
	text-decoration: none;
}

.flashText a:hover {
	text-decoration:underline;
	color:#222;
}
/* END FLASH STYLES */

/* TEXT STYLES */ 	
p {
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
	width: 605px;
	padding-left: 15px;
}

a, a:link {
	color:#660099;
	text-decoration:none;
}

a:visited {
	color: #660099;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

h1 {
	margin: 3px;
	color:#52335C;
	font-size:32px;
	padding-left: 15px;
	font-weight:bolder;
	line-height: 40px;
	padding-top: 50px;
}

h2 {
	margin: 2px;
	color:#000;
	font-size:24px;
	font-weight:lighter;
	line-height: 35px;
	padding-left: 15px;
}

h3 {
	margin: 0px;
	color:#52335C;
	font-size:14px;
	font-weight:normal;
	line-height: 30px;
	font-stretch:expanded;
	padding-left: 15px;
	padding-top: 10px;
	text-transform:uppercase;
}

h4 {
	margin: 2px;
	color:#30224B;
	font-size:21px;
	font-weight:normal;
	font-stretch:expanded;
	line-height: 35px;
	padding-left: 15px;
	padding-top:10px;
	text-transform:uppercase;
}

h5 {
	margin: 0px;
	color:#52335C;
	font-size:16px;
	font-weight:normal;
	line-height: 30px;
	font-stretch:expanded;
	padding-left: 10px;
	padding-bottom: 0px;
}

h6 {
	margin: 0px;
	color:#52335C;
	font-size:12px;
	font-weight:normal;
	line-height: 30px;
	font-stretch:expanded;
	padding-left: 45px;
	padding-bottom: 0px;
	text-transform:uppercase;
}
/* END TEXT STYLES */

/* TOP NAVIGATION STYLES */ 
.menu {
	float: right;
	padding-top: 18px;
	padding-right: 10px;
	margin-right: 15px;
	padding-bottom: 5px;
	background-color:#FFFFFF;
	position:static;
	border-bottom: 0px dotted #30224B;
	width: 650px;
}

.menu ul {
	font-size:12px;
	color: #30224B;
	font-weight:bold;
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li {
	float: right;
	position: relative;
}

.menu ul a, .menu ul a:visited {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	background-color:#FFFFFF;
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#52335c;
	padding-left:25px;  
	border-right: 1px dotted #52335c;
}

.menu ul a:hover, .menu ul a:active {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	background-color:#52335c;
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	padding-left:25px;  
	border-right: 1px dotted #52335c /*#30224B*/;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#52335c;
}

.menu ul ul a.drop:hover{
	background:#52335c;
}

.menu ul ul :hover > a.drop {
	background:#52335c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:30px;
	left:0; 
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

.menu ul ul a, .menu ul ul a:visited {
	background:#52335c;
	border-bottom: 1px dotted #fff;
	color:#fff; 
	height:30px; 
	width: 71px;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top:-11px;
}

.menu a:hover {
	color:#52335c; 
	background-color:#FFFFFF; 
	text-decoration: underline;
	padding: 15px 29px;
}

.menu ul ul a:hover {
	color:#52335c; 
	background-color:#FFFFFF; 
	text-decoration: underline;
	padding: 15px 29px;
	height:30px; 
	width: 71px;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top:-11px;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#52335c; 
	background-color:#fff; 
	text-decoration: underline;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* END TOP NAVIGATION STYLES */

/* TEXT BOX STYLES */
#text {
	float: left;
	background-color:transparent;
	width: 635px;
	padding-bottom: 25px;
}

#fullText {
	float: left;
	background-color:transparent;
	width:865px;
	padding-bottom: 25px;
}

#fullText p {
	width:850px;
	line-height: 18px;
}

#rightText {
	float: left;
	background-color:transparent;
	width:865px;
}

#rightText p {
	width:670px;
	line-height: 18px;
}
/* END TEXT BOX STYLES */

/* PRODUCTS STYLES */
#linksOuter {
	/*background-image:url(../pics/linksBoxTRANS.jpg);*/
	background-color: #dcdcdc;
	background-repeat:no-repeat;
	float:right;
	height: 510px;
	width: 550px;
}

#accentsOuter {
	/*background-image:url(../pics/linksBoxTRANS.jpg);*/
	background-color: #dcdcdc;
	background-repeat:no-repeat;
	float:right;
	height: 510px;
	width: 550px;
}

#fashionOuter {
	/*background-image:url(../pics/fashionBoxTRANS.jpg);*/
	background-color: #dcdcdc;
	background-repeat:no-repeat;
	float:right;
	height: 510px;
	width: 550px;
}

#texturedOuter {
	/*background-image:url(../pics/linksBoxTRANS.jpg);*/
	background-color: #dcdcdc;
	background-repeat:no-repeat;
	float:right;
	height: 510px;
	width: 550px;
}

#productsInner {
	width: 550px;
	float:right;
	height: 510px;
}

#productsInner p {
	padding: 10px;
	font-size: 12px;
	width: 530px;
	line-height: 16px;
	color: #000;
	padding-bottom: 0px;
}

#productsLeft {
	width: 265px;
	float: left;
	padding-left: 30px;
	margin-right: 18px;
}

/* END PRODUCTS STYLES */

/* PARTNERS STYLES */
#partnerLogo {
	padding-left: 20px;
	float:left;
	padding-bottom: 20px;
}

#partnerImage {
	margin-left: 500px;
	padding-bottom: 10px;
}
/* END PARTNERS STYLES */

/* SOLUTION STYLES */
#solutionImage {
	margin-left: 20px;
	width: 170px;
	float:left;
}

#solutionText {
	margin-left: 200px;
}

#solutionText p{
	width: 600px;
	padding-left: 0px;
}
/* END SOLUTION STYLES */

/* IMAGE STYLES */
#map {
	margin-left: 175px;
}

#picLF {
	float: left;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

#right {
	float: right;
	background-color:#FFFFFF;
	width: 258px;
	min-height: 400px;
	margin-top: 40px;
}

#rightBlank {
	float: right;
	background-image:url(../pics/right-blank.gif);
	width: 258px;
	height: 400px;
	margin-top: 40px;
}
/* END IMAGE STYLES */

/* GALLERY STYLES */
#galleryText {
	padding-left:50px;
}

#galleryBefore {
	float: left;
	padding-left: 50px;
	width: 70px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#galleryBefore a {
	padding-bottom: 5px;
}

#galleryBefore p, #galleryAfter p {
	color: #30224B;
	text-decoration: underline;
}

#galleryAfter {
	float: left;
	padding-left: 15px;
	width: 70px;
	padding-top: 0px;
	padding-bottom:25px;
}

#galleryAfter a {
	padding-bottom: 5px;
}

#galleryMain {
	float: left;
	width: 400px;
	padding-left: 50px;
	padding-top: 35px;
	padding-bottom: 25px;
}

#galleryMain p {
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
	width: 400px;
	padding-left: 0px;
}
/* END GALLERY STYLES */

/* FAQ STYLES */
.category {
	font-size: 12pt
}

li {
	font-size: 8px;
	color: #30224b;
}

ul {
	list-style: square;
	padding-top: 0px;
}

#centerFaq {
	overflow:auto;
	width: 600px;
	font-size: 12px;
	padding: 13px;
	color: #000;
	text-align: left;
}

.menu1{
	padding-left:5px;
	color:#52335C;
	font-size:13px;
	font-weight:normal;
	line-height: 20px;
	font-stretch:expanded;
	text-transform:uppercase;
	display:block;
}

a.menu1:link, a.menu1:visited, a.menu1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #30224b;	
}

a.menu1:hover {
	color: #6a4377;
	text-decoration: underline;
}

.hide{
display: none;
}

.show{
display: block;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: regular;
	width: 575px;
	line-height: 17px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	display: block;
	height: 100%;
}
/* END FAQ STYLES */

/* FOOTER NAVIGATION STYLES */
#footNav {
	background-color:#FFFFFF;
	margin-top: 5px;
	padding-left: 10px;	
}

ul#footNav {
	font-size:12px;
	color: #52335c;
	list-style: none;
	border-top: 0px dotted #30224B;
	font-weight:bold;
	height: 60px;
	width: 650px;
}

ul#footNav li {
	float: left;
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
	border-left: 1px dotted #52335c;
}

ul#footNav li a {
	display: block;
	color: #52335c;
	background-color:#fff;
	padding: 15px 25px;
}

ul#footNav li a:hover {
	color: #fff;
	background-color:#52335c;
	text-decoration:none;
}
/* END FOOTER NAVIGATION STYLES */

/* FOOTER STYLES */ 
h1#footer {
	font-size: 13px;
	color: #777;
	text-align:center;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}

h2#footer {
	font-size: 13px;
	color: #52335c;
	text-align:center;
	font-weight: lighter;
	padding-top: 0px;
	margin: 0px;
	padding-left: 0px;
	line-height: 20px;
}

p#footer {
	font-size:14px;
	color:#888;
	font-weight: lighter;
	width: 100%;
	text-align:center;
	padding-left: 0px;
	padding-top: 10px;
	line-height: 15px;
	padding-bottom: 0px;
}
/* END FOOTER STYLES */ 

#contactText { 
	padding-left: 20px; 
	width:520px; 
}

/* FORM STYLES */
form { 
	width: 520px; 
}
form br { 
	clear:left; 
}
.checkbox{ 
	background: none; 
	float: left; 
	display: block; 
	width: auto; 
}
input { 
	line-height: 13px; 
	height: 13px;
}
input, textarea { 
	width: 200px; 
	margin: 1px 0 0 10px; 
	font-size: 12px; 
	color: #333333; 
	padding: 2px; 
	background: #ffffff; 
}
input.file { 
	height: 22px; 
	width: 0; 
}
input.inputButton {
	margin-left: 55px; 
	height: 24px; 
	width: 151px; 
}
label { 
	color: #000000; 
	display: block; 
	float: left;  
	width: 200px; 
	padding: 0px 0px 0px 8px; 
	line-height: 20px; 
	font-size: 12px; 
	margin: 2px 0 0; 
	text-align: right; 
}
label.specify { 
	width:77px; 
	padding-left:8px; 
	font-size:12px; 
}
.normal .checkbox{ 
	margin-left: 70px; 
}
.normal label{ 
	text-align: left; 
	padding-left:8px; 
	width: auto; 
}
select { 
	margin: 5px 0 5px 10px; 
	color: #333333; 
	font-size: 11px; 
	background: #ffffff url(img/bg-input.gif) repeat-x; 
}
textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 450px; 
	overflow: auto; 
}
/* END FORM STYLES */

/* OLD (NOT IN USE) STYLES */
#top {
	background-image:url(../pics/top.gif);
	background-repeat:no-repeat;
	margin: auto;
	height: 12px;
	width: 782px;
}

#bottom {
	background-image:url(../pics/bottom.gif);
	background-repeat:no-repeat;
	margin: auto;
	height: 12px;
	width: 782px;
}

#picRT {
	float: right;
	width: 235px;
	padding-top: 15px;
}

#list {
	width: 750px;
	float: left;
	background-color:#FFFFFF;
}

#list ul {
	width: 445px;
	color: #30224B;
	background: #dcd1e1;
	margin-left: 30px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom:5px;
	margin-top: 10px;
}

#list p {
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
	width: 310px;
	padding-left: 20px;
}

#listRT {
	float: right;
}

#listRT ul {
	width: 235px;
	color: #30224B;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom:5px;
}

#listRT p {
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
	width: 220px;
	float: right;
}
/* END OLD (NOT IN USE) STYLES */
