﻿
body, body td {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: Black;
	height: auto;
	margin: 0px;
	}

body 
{
    background-color: black;
}

#printBody
{
	background: White;
	color: Black;
}

a {
	color: #163399;
	text-decoration: none;
	}
	
a:visited {
	color: #163399;
	text-decoration: none;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
	}	

MenuImage 
{
	border:none;
}

#container 
{
    display: inline-block; /*sets hasLayout - required for IE*/
    display: block; /*resets to proper property value without resetting layout*/
	background-color: White;
	width: 766px;
	margin: 0px 0px 0px -383px;
	left: 50%;
	position:relative;
	padding-left:17px;
	padding-right:17px;
	padding-top: 17px;
}

#contentcontainer
{
	/*background-color: #cfd1c6; */
	background-color: white; /* Trying White here...more like Lakewood site */
	width: 766px;
	margin: 0px;
	height: auto;
	padding: 0px;
	position: relative;

}

/* #contentHolder
{
	background: white;
	width: 752px;
	padding-left: 6px;
	padding-right: 6px;
} */

#contentHolder
{
	position: relative;
	z-index: 2;
	clear: left;
	background: white;
	/***padding-bottom: 10px;
	padding-top: 10px;***/
	width: 100%;
	margin-top: 0px;
}

#menuTop
{
	width: 766px;
	background: url(/TSEA/Security/Images/MenuTop.gif) bottom no-repeat;
	padding: 0 0 0 0;
	margin: 0;
	clear: both;
	border:none;
	height:3px;
}

#menuBreak
{
	width: 766px;
	height: 8px;
	background: url(/TSEA/Security/Images/underMenuBkgnd.jpg) repeat-x;
}


#mainMenu
{ 
    width: 764px;
    background: white;
    height: 25px;
    border-left:solid 1px #CDCDCD;
    border-right:solid 1px #CDCDCD;
    line-height: 3pt;
color:#7F7F7F;
font-size: 10px;
font-family: Helvetica, Arial;
font-weight: normal;

}

#mainMenu table tr td
{
	font-size: 10px;
}

#mainList {list-style-type:none; 
margin:0;
font-size: 10px;
font-family: Helvetica, Arial;
font-weight: normal;
padding: 5px 0 0 0;}

#mainList li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#mainList li span {display:block; z-index:100; padding: 5px 8px;font-size:1.1em; background: url(/TSEA/Images/menu_break.gif) left no-repeat;}
#mainList li span.home {background: none;}
#mainList li a, #mainList li a:visited {display:block; padding:0; white-space: nowrap;}

#mainList dl {position:absolute; top:0; left:0; margin: 0; padding: 0;}
#mainList dt {margin:0; font-size: 1.1em; float:left;}
#mainList dd {display:none; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;
border-left: solid 1px #163399; border-right: solid 1px #163399;}

#mainList dt a, #mainList dt a:visited {display:block; color:#7F7F7F; padding: 5px 8px; text-decoration:none;}
#mainList dd a, #mainList dd a:visited {background:#c9def3; color:#000; text-decoration:none; display:block; padding: 5px 10px;}

#mainList li a:hover {border:0;}

#mainList li:hover dd, #mainList li a:hover dd {display:block;}
#mainList li:hover dl, #mainList li a:hover dl {border-bottom: solid 1px #163399;}
#mainList li:hover dt a, #mainList li a:hover dt a, #mainList dd a:hover {background: #163399; color:White;}

.left_col {
	width: 263px;
    border-right: solid 1px #b9b9c4;	
}

#headerDiv
{
    width: 750px;
    background: black;
    height: 247px;	
    color: White;
    padding-left: 8px;
	padding-right: 8px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#headerTable
{
	width: 750px;
	height: 247px;
	background: black;
	border: none;
	padding: 0 0 0 0;
}

#copyright
{
    background: url(/TSEA/Security/Images/FooterBackground.gif) repeat-x;
    border: none;
    width: 766px;
    height: 34px;
    text-align: center;
    vertical-align: bottom;
    font-size: 9px;
	font-family: Helvetica, Arial;
	line-height: 32pt;
	padding: 0 0 0 0;
}

/* Logged in Section */
#LoggedIn
{
	color: black;
	font-weight: bold;
	font-size: 10px;
	float: right;
	margin: 3px;
}

	#LoggedIn a
    {
        color: black;
        text-decoration: none;
    }
    
    #LoggedIn a:hover
    {
        color: black;
        text-decoration: none;
    }
    
    #LoggedIn a:visited
    {
        color: black;
        text-decoration: none;
    }
/* End of Logged in Section */

/* Contact us Page */
.MailingAddress {
    font-size: 10pt;
    text-align:left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
    letter-spacing: 0pt;
    line-height: 11pt;
}

.MailingAddress strong {
    color: #3a68a8;
}

.MailingAddressContact {
    font-size: 14px;    
    color: #3a68a8;
    margin-bottom: 25px;
}

.contactusform 
{
    background: url(/TSEA/ContactUS/Images/ContactUsFormBack.jpg) no-repeat;
    width: 520px;
    height: 745px;
    display: inline-block; /*sets hasLayout - required for IE*/
    display: block; /*resets to proper property value without resetting layout*/
    overflow: hidden;
	margin: 0px 0 0px 0px;
	padding-left: 0px;
	left: 0%;
	position:relative;
}

.errorsummary 
{
	text-align: left;
    background-color: #DDDDDD;
    border: solid 1px Black;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px;
    width: 330px;
}

.required
{
    color: Red;
    font-size: x-small;
}


/******************************FORMTABLE STUFF********************************/

table.formtable tr.sectionlabel td
{
    background-color: #163399;
    font-size: 13px;
    color: White;
    font-weight: bold;
    padding:  5px 9px 5px 9px; 
    text-align: left;
    border: none;
}

table.shaded2
{
    background-color: #DDDDDD;   
}

table.shaded
{
        background-color: #EEEEEE;
}

table.shaded tr td
{
        background-color: #EEEEEE;
}
table tr td.shaded
{
        background-color: #EEEEEE;
        border: solid 1px #333333;
}

table.formtable2
{
    padding-left: 25px;
    padding-right: 25px;   
}

table.formtable
{
    border: solid 1px #71706C;
}

table.grey
{
        border: solid 1px #666666;
}

table.noborder
{
    border: none;
}

table tr td.noborder
{
    border: none;
}

.featured
{
  background-color: #3a68a8;
  color: white; /*** This is the font color in the header when you click on the category ***/
  padding: 5px 9px 5px 9px;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #163399;
  border-bottom: none;
}

.small
{
	font-size: 12px;
}
.reviewed
{
  background-color: #163399;
  color: White;
  padding: 5px 9px 5px 9px;
  font-size: 10px;
  font-weight: bold;
  border: solid 1px #163399;
  border-bottom: none;
}

/******************************END OF FORMTABLE STUFF********************************/

/* Default Masterpage Column Page Stuff */
#defaultmenuCell
{
	/*background-color: #e6e6e6;*/
	background-color: #F1D9BF;
	/* border-right: solid 1px #7584a0; */
}

#defaultcontentCell 
{
    padding: 10px;
    padding-top: 3px;
}

/* Dual Column Page Stuff */
#dualmenuCell
{
	text-align:center;
	padding-left: 8px;
	padding-right: 8px;
	width: 202px;
	/*background-color: #e6e6e6;*/
	background-color: #F1D9BF;
	/* border-right: solid 1px #7584a0; */
}

#dualcontentCell 
{
    padding: 10px;
    padding-top: 3px;
}


/* Tri Column Page Stuff */
#trimenuCell
{
	text-align:center;
	padding-left: 8px;
	padding-right: 8px;
	width: 202px;
	/*background-color: #e6e6e6;*/
	background-color: #F1D9BF; 
	/* border-right: solid 1px #7584a0; */
}

#tricontentCell 
{
/*	width: 360px; */
    padding: 10px;
    padding-top: 3px;
}

#trithirdColumn
{
	text-align:center;
	padding-left: 8px;
	padding-right: 8px;
	width: 202px;
	/*background-color: #e6e6e6;*/
	background-color: #F1D9BF;
	/*border-left: solid 1px #7584a0; */
}

#subMenu
{
    margin-top:0px;
    font-size: 13px;
}

#subList
{
    /*margin-left: 15px;*/
    padding: 7px 10px 5px 5px;
    margin: 0;
    color: #333333;
    font-size: 13px;
    font-family: Helvetica, Arial;
    white-space: nowrap;
    list-style-type: none;
}

 #subList li 
    {
        padding: 2px 0px 2px 5px;
        border-bottom: dotted 1px #333333;
        color: #333333;
        font-weight: bold;
        text-align: left;
        list-style-type: none;
    }
    
    #subList li.prodCategory 
    {
        padding: 2px 0px 2px 20px;
        font-weight: normal;
    }
    
    #subList li a, #subList li a:visited
    {
        color: #333333;
        text-decoration: none;
    }
    
    #subList li a:hover
    {
		color: #555555;
    }


/* End of Dual Column Page Stuff */

#search
{
    font-size: 13px;
    font-weight: bold;  
    vertical-align: top; 
    padding: 9px 0px 0px 15px;    
}

#search a 
{
	color: #333333;
	text-decoration: none;
	}

#shoppingcart
{
    color: #CE9931;
    font-size: 11px;
    font-weight: bold;
    padding: 9px 0px 9px 0px;
    vertical-align: top;     

}
    #shoppingcart a, #shoppingcart a:visited 

    {
		color: #333333;
		text-decoration: none;
	}
	
    #shoppingcart a:hover {
	    color: #FF0000;
	    text-decoration: none;
	    }	


.imageIcon
{
	border: none;
	vertical-align: bottom;
}


.groovybutton
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#330066;
   height:26px;
   background-color:#779999;
   background-image:url(/TSEA/Images/sm_ButtonSlice.gif);
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
}

.CategoryTitle
{
    font-size: 18px;
    font-weight: bold;
    color: #267000;
}

.PageTitle
{
	font-size: 18px;
    font-weight: bold;
    color: #00209f;
}
