@charset "utf-8";
/* CSS Document */
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFFFFF;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}
p{
	margin: .28em 0em 0em 0em;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}
a:link {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
}
a:visited {

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
}
.email  #container {
	width: 62.63em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.email  #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 16.7em;
	margin: 0px;
} 
.left-nav-container {
	padding: 0em;
	width: 8em;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	float: left;
	clear: both;
}
div.easy {
	margin: 0em;
	padding: 0em;
	float: right;
	text-align: right;
}
div.easy-btm {
	width: 242px;
	padding: 0em;
	margin: 0em;
}
.lft-nav-cat {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	font-family: "Trebuchet MS", Arial, Helvetica;
	text-indent: 1.3em;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.25em;
	margin-left: 0em;
}
.tre-12 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}
.tre-14 {
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica;
}
.tre-14-red {
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0033;
	margin: 0em .25em 0em 0em;
}



/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB;
	margin: 0px;
	height: 200px;
	float: left;
	padding: 0em;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	padding: 0em;
	margin: 0em;
	vertical-align: top;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.mainContent {
	background-color: #660000;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 16em;
	padding: 0px;
	float: left;
	clear: none;
	width: 751px;
	vertical-align: top;
	text-align: left;
} 
/* General table layout*/
.email #container1 {
	padding: 0px;
	margin: 0 auto;
	width: 35em;
} 
.email #container1 p {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	width: 100%;
}
.titles {
	margin-left: 5em;
}

.email #container1 h1 {
	color: #0066CC;
	font: italic bold 35px/40px "Trebuchet MS", Arial, Helvetica;
}
.email #container1 h2 {
	color: #CC0033;
	padding-top: 0.25em;
	padding-bottom: .25em;
	font: bold 16px "Trebuchet MS", Arial, Helvetica;
}
.email #container1 h3 {
	color: #FF0000;
	text-align: center;
	float: none;
	clear: none;
	vertical-align: text-top;
	padding: 0em;
	margin: 0em;
	font: bold 28px/45px "Trebuchet MS", Arial, Helvetica;
}
.email #container1  ul {
	padding: 0em;
	float: left;
	width: 100%;
	clear: none;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.email #container1 li {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #FFCC00;
	width: 100%;
	float: left;
	clear: none;
	text-align: left;
	display: list-item;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.25em;
	margin-left: 0em;
	text-indent: 4px;
	height: 2em;
	padding-top: 0.25em;
	padding-right: .25em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-color: #2B0000;
	border: 1px solid #FF6600;
}
.email #container1 label {
	color: #FFFFFF;
	list-style-type: none;
	padding: 0.5em;
	display: block;
	margin: 0em auto;
	font: bold 18px/30px "Trebuchet MS", Arial, Helvetica;
	text-align: right;
	vertical-align: top;
	background: #0099FF;
	border: 1px solid #CCCCCC;
}
.email #container1 input     {
	margin: 0em;
	padding: 0em;
	font: bold 14px "Trebuchet MS", Arial, Helvetica;
	color: #000000;
}
.email #container1 form {
	margin: 0em;
	padding: 0em;
}






.email #header {
	margin: 0px;
	text-align: center;
	padding: 0em;
} 
.email #container1 a {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	color: #FFCC00;
	line-height: 30px;
}
.email #container1 a:hover {
	margin: 0px;
	text-align: center;
	padding: 0em;
} 

.email #ol-add {
	width: 45%;
	background-color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px dashed #990000;
	line-height: 22px;
	display: table;
	height: 100%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.email #left-nav-container {
	padding: 0em;
	width: 100%;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	float: left;
	clear: both;
	text-align: left;
}
.email #row1 {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .25em;
	margin-left: 0em;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	height: 100%;
	display: table-row-group;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}
.email  #shipping {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
}
.email #line-btm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
}
.email #container1 textarea {
	margin: 0em;
	padding: 0em;
	font: bold 14px "Trebuchet MS", Arial, Helvetica;
	color: #000000;
}
