* { padding: 0px; margin: 0px; }

/* Default Superscript */
sup {
	font-size: 0.78em;
}

body {
	background-color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #000000;	
}

#centerBody {
	text-align: center;
}

#frame {
	width: 770px;
	background: URL('images/blueBar.jpg') top left repeat-y;	
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;	
	text-align:left;
	border: solid 1px black;
}
		
#header_container {
	height: 145px;	
	width: 770px;			
	background-color:#000000;		
}

#header_container .left {
	float: left;
	background-color:#000000;	
	height: 145px;	
	text-align:center;
}	

#header_container .right {
	float: right;
	background-color:#000000;		
	height: 145px;	
}

#leftbox_container {
	padding-top: 0.5em;
	float: left;		
	width: 200px;	
}

#leftbox {	
	padding-bottom: 10px;
	padding-left: 5px;
}

#leftbox_login {	
	padding-bottom: 125px;
	height:400px;	
}

#content_container {
	float: right;
	width: 541px;
	text-align: center;		
	padding-bottom: 5px;
}

#content_container a {
	text-decoration: underline;
}

#content_container a:hover {
	text-decoration: none;
}

#contentcenter {
	/*height: 510px;*/
	padding-top: 15px;	
	padding-bottom: 10px;	
	text-align: left;
}

#tablecontent {
	width: 100%;	
	float: left;	
}
	
#header_container .text {
	padding-top: 10px;
	margin-left: 200px;		
}

#topHeader {
	background-color:#333333;
	width: 770px;
	clear: both;	
	height: 1.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;	
	color:#FFFFFF;		
}

#login fieldset {
	padding: 10px 1em;
	width: 175px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	border: 1px solid #333;
}

.logoBlack {
	background-color: #000;
	background-image: url('images/logoBlack1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	text-align: center;
	margin: 2em 0;
	height: 104px;
}

#ErrorMessage {	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	text-align: center;
	color: #FF0066;
}

#footer {
	background-color:#333333;			
	color:#FFFFFF;
	width: 770px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:center;
	font-size:10px;
	clear:both;
}

#contentcenter ul.audio_resource_bar {
	font-size: 12px;
    text-align: left;
    list-style-type: none;
	width: 24em;
    margin: 10px auto;
    border: 2px dotted #000;
    padding: 15px 7px;
    background-color: #C9D7FF;
}

#contentcenter ul.audio_resource_bar p {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 10px;
}

#contentcenter table.gallery_resource_bar {
	margin: 0px auto;    
	border: 2px dotted #000;
    padding: 15px 7px;
    background-color: #C9D7FF;
}

#contentcenter table.gallery_resource_bar th {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 10px;
}

div.centerbutton {	
	margin-top: 2px;   
    text-align: center;
}

.filecontents {
	margin: 15px auto;
	border: 1px solid #330066;
	margin-left: auto;
	margin-right: auto;
}

.filecontents a {
	font-weight: bold;
	font-size:12px;
}

.filecontents a:hover {	
	text-decoration:underline;
}

.filecontents th {
	background-color: #000000;
	color: #FFF;
	text-align: center;
	font-size: 12pt;
}

.filecontents tr.header {
	font-weight: bold;
	font-size: 12px;	
}

.filecontents tr.header td {
	border-bottom: 1px solid #330066;	
}

.filecontents tr.shade {
	background-color:#999999; 
}

.title {	
	font-size: 23px;
	color: #00ACD4;
	font-weight: bold;
	margin-top: 15px;
}

.step {
	font-weight: normal;
}

.welcome {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-style:italic;
	margin-top: 25px;
}

.welcome2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-style:italic;	
}

.welcome3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-style:italic;	
	margin-top: 43px;
}


.message {
	color: #172244;
	margin: 10px 0px;
	text-align: center;	
	font-size:14px;
}

.logo {	
	padding-top: 25px;
	margin-left: 30px;
}

.spacer {
	margin-top: 5px;
	width: 222px;
}

#aboutLAT {	
	font-size:12px;
	margin-top: 200px;	
}

/* Nav Top */
#navTop ul
{
padding-left: 0;
margin-left: 0;
background-color: #333333;
float: left;
color: White;
width: 100%;
}

#navTop ul li { 
	display: inline; 
}

#navTop ul li a
{
padding: 0 0.5em;
background-color: #333333;
color: White;
text-decoration: none;
border-right: 1px solid #fff;
font-size:11px;
font-weight: bold;
height: 1.3em;
}

#navTop ul li a:hover
{
background-color: #00acd4;
color: #fff;
}

#navTop ul a:active
{
background-color: #00acd4;
color: #fff;
}

#narfCenter 
{	
	top:120px; 
	min-width: 50px; 
	width: 85%; 
	margin-top: 1%; 
}

/* Nav Left */
#navcontainer ul
{
list-style-type: none;
}

#navcontainer p {
	margin-top: 0.5em;
}

#navcontainer a
{
display: block;
background-color: transparent;
padding: 2px 0px;
text-decoration: none;
font-size: 11px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
width: 180px;
}

#navcontainer a:hover
{
	text-decoration: none;
}

#navcontainer ul ul
{
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
display: block;
color:#333333;
background-color: transparent;
padding: 0px 10px;
margin: 0;
text-decoration: none;
font-size: 11px;
}

#navcontainer ul.submenu {
	padding-left: 20px;	
}

#navcontainer ul.submenu a {
	color: #333;
	padding: 2px 0px;
}

#navcontainer ul.submenu a:hover {
	color: #FFF;
}

.Caption {	
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

a, a:link {	
	text-decoration: none;
	color:#000000;
}

a, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a:visited {
	text-decoration:none;	
}

.style1 {
	color:#003366;	
	font-weight: bold;
	font-size:13px;	
}
	
.style2 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.style3 {	
	font-size: 24px;
	color: #00acd4;
	font-weight: bold;
}
.style8 {
	font-size: 11px; 
	font-weight: bold; 
	color:#FFFFFF; 
	}
	
.style9 {
	font-size: 12px;
	}
	
.style12 {	
	color: #FFFFFF;
	font-weight: bold;
}
.style13 {	
	font-weight: bold;
	font-size: 10px;
}
.style14 {	
	font-size: 9px;
	color: #FFFFFF;
}

/* Ordering Site */

.message_infoweb {
	color:#000000;
	margin: 10px 0px;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.black{
	color:#000000;
}


.error {
	color: #D40000;
	text-align: center;
}

.notify {
	color: #009900;
	text-align: center;
}

div.button {
	float: right;
	width: 14em;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	clear: none;
}

div.leftbutton {
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

div.centerbutton {
	text-align: center;
}

#allowances td.data {
	padding-left: 8px;
	font-weight: bold;
	font-size: 0.80em;
	text-align: right;
}

#wrapper a:hover {
	text-decoration: underline;
}

#contentOrder {
	height: 510px;
	padding-top: 15px;	
	padding-bottom: 10px;	
	padding-left: 15px;			
	background-color:#FFFFFF;	
}

#allowances {
	width: 250px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 0px;
	border: 1px solid #000000;
	background-color: #999999;
	text-align: left;
}

#allowances td.head {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
}

#allowances td.category {
	padding-left: 2px;
}

#allowances td.data {
	padding-left: 8px;
	font-weight: bold;
	font-size: 0.80em;
	text-align: right;
}

td.math {
	border-bottom: 1px solid #000;
}

td.mathtop {
	border-top: 1px solid #000;
}

#allowances td.after {
	margin-top: 2px;
	font-weight: bold;
	color: #008A00;
}

#allowances td.alert {
	margin-top: 2px;
	font-weight: bold;
	color: #D40000;
}

#wrapper {
	clear: both;	
	border-bottom: 1px solid #000000;
	font-size: 12px;
	margin: 0 auto;
}

#wrapper th {
	padding-left: 4px;
	font-size: 12px;;
	font-weight: bold;
}

#wrapper tr.legend {
	background-color: #000000;
	font-size: 12px;
}

#wrapper tr.legend td, th {
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

#wrapper tr.product {
	background-color:#999999;	
}

#wrapper tr.product td {
	padding-left: 4px; 
	padding-right: 4px;
	text-align: center;
}

#wrapper tr.product td.image {
	background-color: #FFF;
	border-right: 1px solid #000000; 
	padding-top: 3px;
	text-align: center;
	width: 120px;
}

#wrapper tr.product td.image img {
	border: 0px;
	width: 100px;
}

#wrapper a:link, a:visited {
	text-decoration: underline;
}

#wrapper a:hover {
	text-decoration: none;
}

#wrapper .cartColumn input {
	width: 5.6em;
}

#wrapper tr td {
	padding: 0.2em;
}

#wrapper .footer td {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	padding: 0.2em 0;
	margin-bottom: 10px;
	
}

#pagination {
	font-weight: bold;
	padding: 0.5em;
	margin-bottom: 1em;
}

#totalItems {
	padding-top: 0.2em;
	font-weight: bold;
	display: block;
	text-align: center;
}

#lblCurrpage {
	padding: 0 2em;
}

#wrapper .cartMinus {
	display: block;
	background-image: url('infoweb/images/minus_icon.gif');
	height: 16px;
	width: 16px;
	margin: 0.7em auto;
}

#cartActions {
	padding: 0.5em 0;
}

#allowances td.after {
	margin-top: 2px;
	font-weight: bold;
	color: #008A00;
}

#allowances td.alert {
	margin-top: 2px;
	font-weight: bold;
	color: #D40000;
}

#wrapper input.qty {
	width: 20px;
}

.adminpanel {
	width: 30em;
	background-color: #999999;
	margin: 5px auto;	
	padding-bottom: 5px;
	text-align: left;
	border: 1px solid black;
}

.adminpanel .header {
	background-color: #000000;	
	height: 20px;
	color: #FFF;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	
}

.adminpanel .form {
	padding: 5px;	
}

.adminpanel fieldset {
	padding: 7px;
	border: 0px;
}	

.adminpanel ul {
	list-style-type: none;
	padding: 7px 20%;
	text-align: left;
}

.adminpanel li {
	margin-right:0.5em;
	padding-top:0.2em;
}

.adminpanel label {
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}

.adminpanel input {
	margin-top: 1.5px;
	margin-bottom: 1.5px;
}

.adminpanel input.short {
	width: 25px;
}

#orderConf {
	margin: 0px auto;
	width: 100%;
	border: 0px;
	font-size: 12px;
	text-align: left;
	background-color: #FFF;
}

#orderConf td.header {
	padding-right: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	text-align: center;
}

#orderConf tr.header {
	background-color: #000000;
}

#orderConf tr.shade {
	background-color: #999999;
}

#orderConf td.data {
	padding-right: 4px;
}

#orderConf td.total {
	border-top: 2px solid #000;
}

#orderConf tr.totalrow {
	background-color: #999999;
}

#thankyou {
    background-color: #999999;
    width: 65%;
    padding: 15px;
    margin: 25px auto;
    text-align: center;
}

/* Begin Item Details Page Styles */
#itemDetails H1 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

#itemDetails H2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #000;
	margin-bottom: 7px;
}

#itemDetails p {
	margin-bottom: 5px;
	font-size: 1.1em;
}

#itemDetails p.item {
	font-size: 1.2em;
	font-weight: bold;
	color: #0033CC;
}

#itemDetails p.description {
	margin-bottom: 10px;
	width: 350px;
}

#itemDetails div.footer {
	padding-top: 5px;
	border-top: 3px solid #000;
	clear: both;
	text-align: center;
}

#itemDetails div.centered {
	margin: 10px auto;
}

#itemDetails img {
	display: block;
	margin: 0px auto;
}

/* New Ordering Site */
#PictureBox {
	width: 540px;
	height:400px;
	text-align: center;
	background-image: url('images/splash.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#Rotate {
	margin: 0 auto;
	display: none;
}

#CaptionBox {
	margin-top: 1em;
}

#Categories {
	list-style-type: none;
}

#Categories a {
	color: #FFF;
	font-weight: bold;
}


