@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/*background-image:url(../layout/header_4_bg.jpg);*/
	background-image: url(../layout/body_bg_01.jpg);
	background-repeat:repeat-x;
	background-color:#889092;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	}
html {
	height:100%;
}

a img {border:none;}

h1, h2 {
	color:#3d4e77;
	font-size:large;
}

.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*margin-left:10px;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;

} 
.thrColFixHdr #header { 
	background: #ffffff; 
	background-image:url(../layout/header_01.jpg);
	background-repeat:no-repeat;
	/*border-right: 1px solid #4b4b4b;
	border-left: 1px solid #4b4b4b;
	border-top: 1px solid #4b4b4b;*/
	height:68px;
	padding: 140px 0px 0px 438px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#ffffff;
	font-weight:bold;
	font-size:medium;
	letter-spacing: .15em;
} 

.thrColFixHdr #header_main {
	height:24px;
	background-color:#889092;
	width:100%;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-align:right;
	font-size:small;
	font-weight: bold;
	color: #033f7e;
}
	
a.header_nav {
	font-weight:bold;
	letter-spacing:.04em;
	text-decoration:none;
	color:#ffffff;
}

a:hover.header_nav {
	color:#999999;
}


.thrColFixHdr #sidebar1 {
	position:absolute;
	float: left; /* since this element is floated, a width must be given */
	display: inline;
	width: 200px; /* 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 */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height:auto;
	height:100%;
	min-height:100%;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	display: inline;
	width: 140px; /* 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 */
	padding: 0px 30px 0px 35px; /* padding keeps the content of the div away from the edges */
	color:#444;
	
}

.thrColFixHdr #sidebar2 h3 {
	text-align: center;
}
.thrColFixHdr #left_nav_header {
	background-image:url(../layout/nav_panel_header.jpg);
	background-repeat:no-repeat;
	border:none;
	width:211px;
	height:64px; 
}

.thrColFixHdr #left_nav_container {
	width:193px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding-top: 10px;
	/*position: absolute;
	position: fixed;
	top: 250px;
	top:expression(window.scrollTop +"px");*/
	
	
}

.thrColFixHdr #left_nav_container h3 {
	background-color: #4b4b4b;
	color: #ffffff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	width:100%;
	line-height:30px;
	margin:0px;
}

.thrColFixHdr #left_nav_container h3 a {
	text-decoration:none;
	color:#444;
}

a.left_nav_menu {
	text-align:center;
	height:40px;
	vertical-align:middle;
	padding: 5px 5px 5px 5px;
	border: 1px solid white;
	background-color:#FFDDDD;
}

a.left_nav_menu:hover {
	text-align:center;
	height:40px;
	vertical-align:middle;
	padding: 5px 5px 5px 5px;
	border: 1px solid white;
	background-color:#CCCCCC;
}

#catalog_menu_items{
	display:none;
}

a.left_nav {
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	color:#3c85a8;
	font-size:14px;
	line-height:20px;
	display:block;
}

a:hover.left_nav {
	color:#999999;
}

.thrColFixHdr #left_nav_login {
	border: 1px #888888 solid;
	width:150px;
	text-align:left;
	font-size:10px;

}

.thrColFixHdr #left_nav_login h3 {
	background-color: #4b4b4b;
	color: #ffffff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	width:100%;
	line-height:30px;
	margin:0px;
	text-align:center;
}

	
.thrColFixHdr #content {
	background-image:url(../layout/content_bg.jpg);
	background-repeat:repeat-y;
	/*border-left: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	boder-bottom: 1px solid #4b4b4b;*/
	heigh:100%;
	min-height:800px;
	padding:0px;
	margin:0px;
}

.thrColFixHdr #mainContent { 

	margin: 0px 175px 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*margin: 0px 10px 0px 160px;*/
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
} 

.thrColFixHdr #mainContent #mainContentNav {
	margin: 0px 0px;
	width: 580px;
	padding: 5px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	border-bottom: 1px solid #cccccc;
	height: 16px;
}

.thrColFixHdr #mainContent #mainContentNav ul {
	margin: 0px 0px;
	padding: 0px 0px;
}

.thrColFixHdr #mainContent #mainContentNav ul li {
    float: left;
    display: inline;
    padding: 0px 10px;
    line-height: .8;
    color: #444444;
    font-weight: bold;
	text-transform: uppercase;
    font-size: .6;

}	
	
.thrColFixHdr #mainContent #mainContentNav a {
	color: #444444;
	text-decoration: none;
}

.thrColFixHdr #mainContent #mainContentNav a:hover {
	color: #888888;
	text-decoration: none;
}

.thrColFixHdr #footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#889092;
	background-image:url(../layout/footer_01.jpg);
	background-repeat: no-repeat;
	/*border-top:1px solid #4b4b4b;*/
	text-align:center;
	height: 50px;
	color: #033f7e;
	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.disclaimer_text {
	font-size: small;
}

.arrowlistmenu1{
	margin-left:25px;
width: 160px; /*width of accordion menu*/
background-color:#FFFFFF;
}
.arrowlistmenu2{
	margin-left:0px;
width: 140px; /*width of accordion menu*/
background-color:#FFFFFF;
}

.arrowlistmenu1 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 0px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu1 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../titlebar-active.png);
}

.arrowlistmenu1 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu1 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-right: 3px;
padding-left: 2px;
}

.arrowlistmenu1 ul li a{
/*color: #A70303;*/
color: #3D4E77;
/*background: url(../arrowbullet.png) no-repeat center left;*/ /*custom bullet list image*/
background-color: #dddddd;
display: block;
padding: 2px 0;
/*padding-left: 19px;*/ /*link text is indented 19px*/
padding-left: 4px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu1 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.arrowlistmenu2 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 0px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../titlebar-active.png);
}

.arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-right: 3px;
padding-left: 2px;
}

.arrowlistmenu2 ul li a{
color: #3D4E77;
/*background: url(../arrowbullet.png) no-repeat center left;*/ /*custom bullet list image*/
background-color: #dddddd;
display: block;
padding: 2px 0;
padding-left: 4px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

div.floatRight {
	float: right;
}

div.floatLeft {
	float: left;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#3d4e77;
}

a:hover {
	color:#8da0cd;
}

a.rightNav {
	text-decoration:none;
	color:##444;
	font-weight:bold;
}

.shopPicture {
    float:left;
    width:230px;
    height:210px;
    margin:5px 15px;
    padding: 12px auto;
    background-color:#cccccc;
    text-align:center;
    border: 2px solid #033f7e;
    padding:auto;
	
}	

.shopPicture img {
	border: none;
	margin-top:3px;
}			

.editPicture {
    float:left;
    width:205px;
    margin:5px 5px;    
    padding: 5px auto;
    padding-bottom: 20px;
    background-color:#cccccc;
    text-align:center;
    border: 2px solid #033f7e;
	
}	

.editPicture img {
	border: none;
	margin-top:3px;
}			

.featureBox {
	width: 100px;
	margin: 10px auto;
	border: solid 1px gray;
	padding: 3px 3px;
	font-family: sans-serif;
	font-size: small;
	text-align: center;
}	

.featureBox a {
	color: #444;
	text-decoration: none;
	
}

.featureBox a:hover {
	color: #444;
	text-decoration: none;
	
}																															

.featureBox a:visited {
	color: #444;
	text-decoration: none;
	
}	

.adBox {
	width: 140px;
	margin: 10px auto;
	font-family: sans-serif;
	font-size: small;
	text-align: center;

}			

.cssbox {
	width: 550px;
	clear: left;
}

.cssbox_left {
	width: 250px;
	float: left;
	display: inline;
}					

.cssbox_right {
	font-size: larger;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: .08em;
	text-align: right;
	width: 530px;
}

.wishListSummary{
	width: 130px;
	margin:  10px auto;
	font-family: sans-serif;
	font-size: small;
 	background-color: #ececec;
	border: 1px solid #bbbbbb;
	padding: 3px 3px;
}	

.submitButton{
	float:right;
	margin-top: 30px;
	margin-right: 30px;
	display: block;
	background-color: #ececec;
	padding: 5px 5px;
	border: 1px solid #bbbbbb;
	
}																																																																																		