@charset "utf-8";
/* CSS Document */


.twoColFixLt #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	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. */

}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 1000px;
	background-color: #ed1b24;
	background-image: url(../templates/ja_purity/images/leftback.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	margin-top:0;
	padding-left: 5px;
}
#left1 {
	width: 340px; 
	float: left; 
	height: 149px; 
	background-image: url(../templates/ja_purity/images/leftback1.gif); 
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 11px;
	text-align:center;
	padding-top: 80px;
	padding-right: 5px;
	color: #FFF;
}
#window {
	border: 3px solid #DEDEDE;
}
#left2 {
	width: 307px;
	background: url(../templates/ja_purity/images/leftback2.gif) repeat-y;
	padding-left: 24px;
	padding-right: 20px;
}
#barbuttons {
	width: 100%;
}
#barbuttons ul {
	width: 90%;
	padding-bottom: 5px;
}
#barbuttons ul li {
	display: inline;
	width: 45px;
	height: 45px;
	margin: 0;
	padding:0;
	
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs ul {
	width: 90%;
	padding-bottom: 5px;
}
.shadetabs li{
display: inline;
	width: 45px;
	height: 45px;
	margin: 0;
	padding:0;
}

.shadetabs li a{
text-decoration: none;


}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

#barbuttons ul li:hover {
	background-color:#CCC;
}
#barbuttons ul li a:link, #barbuttons ul li a:visited {

}
#barcontent {
	width: 307px;
	margin-top: -12px;
	height: 530px;

}
#allthelinks ul {
	width: 90%;
	padding-bottom: 5px;
}
#allthelinks ul li {
	display: inline;
	width: 130px;
	height: 150px;
	margin: 0;
	padding:0;
	
}
#left3 {
	background: url(../templates/ja_purity/images/leftbackbottom.gif) no-repeat;
	height: 36px;
	width: 340px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
