﻿/*created by Christina Zyzniewski*/


/*styles for the table and body that envelope the website*/
body{
	background-image:url('grad1.jpg');
	background-repeat: repeat;
	margin-top:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.mainTable{
	height:600px;
	width:850px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:justify;
	vertical-align:top;
	padding:2px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#FF0000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#CC0000;
	}
a:active { 
	text-decoration: underline; 
	color:#ff0000;
	}

a:hover { 
	text-decoration: underline; 
	color:#ff0000;
	}

h2{
    margin-top:20px;
	text-align:center;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8b6a98;
	font-size:30px;
	font-weight:bold;
}
h4{
	margin-top:10px;
	text-align:center;
	line-height:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#92969e;
	font-size:16px;
	font-weight:bold;	
}
h3{
	text-align:center;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#92969e;
	font-size:18px;
	font-weight:bold;	
}
h5{
	text-align:justify;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#92969e;
	font-size:14px;
	font-weight:bold;	
}
h6{
	text-align:left;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505258;
	font-size:14px;
	font-weight:normal;
		
}





/*styles for the site navigation*/

.cellNav{
    background-color:transparent;
    background-image:url('images/navBar.png');
    background-repeat:no-repeat;
    margin-top:0px;
	height:28px;
	width:580px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
.nav1{
    background-color:transparent;
	height:28px;
	width:580px;
	vertical-align:top;
}



/*styles for the individual cells*/

.cellLeft{
	background-color: #ffffff;
	width: 270px;
	vertical-align: top;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#666666;
}
.mainText{
	width:430px;
	height:175px;
	margin-top:10px;
	margin-left:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	list-style:disc;
}
.leftImg{
	width:125px;
	height:225px;
	margin-top:0px;
	margin-right:0px;
	text-align:left;
}

.cellTopRight{
    background-color:transparent;
	height:110px;
	width:580px;
	vertical-align:bottom;	
}
.cellRight{
	background-color:#FFFFFF;
    background-image:url('images/cellBack.png');
    background-repeat:no-repeat;
	height:506px;
	width:580px;
	vertical-align:middle;
	text-align:center;
}
.cellRightPage{
    background-image:url('images/regPageBack.jpg');
    background-repeat:no-repeat;
    padding-left:7px;
    padding-right:7px;
	height:496px;
	width:570px;
	vertical-align:top;
	text-align:justify;
}
.table2{
    margin-top:5px;
    margin-left:5px;
	height:496px;
	width:570px;
	vertical-align:top;
}
.cell2{
    margin-top:2px;
    margin-left:2px;
	height:496px;
	width:570px;
	vertical-align:top;
	text-align:right;

}
.cell3{
    background-image:url('images/btmCell.png');
    background-repeat:no-repeat;
	height:168px;
	width:367px;
	vertical-align:middle;
	text-align:center;
}
.cell4{
	background-image:url('images/insideBack.png');
    background-repeat:no-repeat;
    width:570px;
    height:320px;
    vertical-align:top;
    text-align:left;
}

.cellFlash{
	
	margin-top:0px;
	margin-left:130px;
}



/*styles for the individual cells - shopping cart, label wizard, label example pages*/

.cellRightCartBack{
	background-color:#74777f;
	height:506px;
	width:580px;
	vertical-align:middle;
	text-align:center;
}

.cellRightCart{
	background-color:#ffffff;
    padding-left:7px;
    padding-right:7px;
	height:496px;
	width:570px;
	vertical-align:top;
	text-align:justify;
}





