/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
}

div.ssl-tag{
    display:block;

    /*set the div in the bottom right corner*/
    position:fixed!important;
	bottom:0;
	right:0;

  }

a {
color:#2f9d06;
}

a:visited {
color:#076b15;
}

a:focus {
    outline: none;
}

a.rel-prod-link:visited {
color:#2f9d06;
}

a.account-link {
color:#076b15;
}

a.account-link:visited {
color:#076b15;
}

.gray{
background-image:url(images/gray_bg_03.jpg);
background-repeat:no-repeat;
background-position:center;

}

.middle_nav_bar{
background-image:url(../images/center_gray_menu_03.jpg);
background-repeat:no-repeat;
background-position:center;

}

.bottom_links {
color:#FFFFFF;
font-size:12px;
text-align:right;
font-weight:bold;
text-decoration:none;

}

.bottom_links a,a:visited{
color:#FFFFFF;
font-size:12px;
text-align:right;
font-weight:bold;
text-decoration:none;

}

#brown{
text-align:center;
color:#CC9933;
font-weight:bold;
font-size:12px;

}

#address{
background: url("../images/FooterBar-3.jpg");
color:#FFFFFF;
font-size:12px;
text-align:center;

}
#address #bottom_text{
font-size:11px;

}

.bottom_text {
font-size:12px;
color:#fff;
}

#menu_links_layer{
	position:relative;
	z-index:1;
	left: 10px;
	top: 0px;
	width: 229px;
	height: 264px;

}

#left_menu{
background-image:url(images/left_menu_03.jpg);
background-position:right;
background-repeat:no-repeat;

}

.new-left-menu{
background-image:url(images/index_08.jpg);
background-repeat:no-repeat;
width:170px;
height:280px;

padding-top:22px;

}


a.center_menu_links:link{
color:#fff;
font-size:12px;
font-weight:bold;
text-decoration:none;

}
a.center_menu_links:visited{
color:#fff;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.center_menu_links:hover{
color:#FFCC33;
font-size:12px;
font-weight:bold;
text-decoration:none;
}




a.header_links{
color:#FFFFFF;
font-size:14px;
text-decoration:none;
font-weight:bold;

}

a.header_links:visited{
color:#FFFFFF;
font-size:14px;
text-decoration:none;
font-weight:bold;

}

a.header_links:hover{
color:#FFCC33;
font-size:14px;
text-decoration:none;
font-weight:bold;

}


a.checkout:link, a.checkout:visited, a.checkout:hover
{
color:#FFCC33;
font-size:14px;
font-weight:bold;
text-decoration:none;
}



a.underline:link{
color:#333333;
font-size:12px;
font-weight:bold;
text-decoration:none;

}
a.underline:visited{
color:#333333;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a.underline:hover{
color:#333333;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

.text{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;

}

.header_img{
width:1080px;
height:159px;

background-image:url(../images/index_03.jpg);
background-repeat:no-repeat;
background-position:left;

}

.next-button-pad {
padding-bottom:10px;
}

form {
  padding: 0;
  margin: 0;
}
input {
  height: 18px;
  margin-left: 5px;
  font-size: 10px;
}

#top_links{
padding-top:20px;

}

#top-nav {
 
  height: 50px;
  text-align: center;

}
#top-nav a {
padding-top:10px;
padding-left:8px;
padding-right:8px;
  font-family: Arial, Helvetica, Verdana;
  font-size: 14px;
  color:#FFFFFF;
  text-decoration: none;
}
#top-nav a:hover {
  color: #FFCC33;
}

#center-nav {
 
  height: 37px;
  text-align: center;
}

#center-nav a {
padding-top:6px;
padding:15px;
  font-family: Arial, Helvetica, Verdana;
  font-size: 13px;
  color#333333;
  text-decoration: none;
}
#center-nav a:hover {
  color: #FFCC33;
}


#footer-nav {
 background: url("../images/FooterBar-2.jpg");
  text-align: center;
}

#footer-nav a {
  padding-top:2px;
  padding:8px;
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  color#333333;
  text-decoration: none;
}

#footer-nav a:hover {
  color: #FFCC33;
}

.desc_text{
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;


}

.buttons{
display:inline;

}


.desc_text a{
font-size:12px;
color: #2f9d06;

}

.desc_text a:visited {
color:#076b15;
}

.wish-list{
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;


}

.wish-list-box{
text-align:center;
width:150px;
height:150px;
border:2px solid black;


}

.top-login{
background-image:url(images/login-bg_02.jpg);
background-repeat:no-repeat;
height:25px;
padding-left:10px;
padding-top:5px;
font-size:12px;
color: #FFCC33;

}

.login-text{
height:25px;
font-size:12px;
color: #FFCC33;
padding-left:10px;

}


#maintenance {
text-align: center;

}
/* Jquery Dropdown Menu */
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}
/* End Menu */
