
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 }

#container {
 text-align:left;
 border:1px solid #000000;
 width:950px;
 margin:auto;
 position:relative;
 }

#top_menu_bar {
 height:26px;
 background:#c0c0c0;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:930px;
 padding:15px 15px 15px 5px;
 overflow:hidden;
 }

#left_menu {
 float:left;
 background:#ffffff;
 color: #333333;
 width:200px;
 text-align:left;
 }

#content {
 width:720px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 }
 
 #full_content {
 margin:0 auto;
 text-align:center;
 width:920px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 margin:0;
 }
 
/* ----------------------------------------------- */
/* Site Header                                     */
/* ------------------------------------------------*/

#header {
	background:#ffffff;
	color: #333333;
	overflow:hidden;
}
 
#logo { 
	width:400px;
	float:left;
	padding:30px 0 0 10px;
}

#header_right_content{
	width:500px;
	float:right;
}

#email_signup_form{
	background-image:url(/assets/images/global/email_signup_bg.jpg); 
	background-repeat:no-repeat;
	width:215px;
	height:65px;
	padding:30px 10px 0 75px;
	float:right;
	clear:right;
}

#header_email_address{
	width:180px; 
	height:18px;
	border:1px solid #CCCCCC;
	padding:1px 0;
	margin:0;
}

#email_join_button{
	border:0;
	vertical-align:middle;
}

#online_shopping_info_area a{
	float:right;
	padding:3px 10px 0 30px;
	margin:5px 0 0 15px;
	height:20px;
	color:#1c5ba2;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#header_shop_online_link{
	background-image:url(/assets/images/global/icon_cart.gif);
	background-repeat:no-repeat;
}

 
/* Text Navigation Style (Top and Bottom Menus) */

.text_nav {
 margin : 0;
 padding:1px 0 0 0;
 background-color:#F4F4F4;
 border-bottom : 1px solid #666666;
 border-top : 1px solid #666666;
 float:left;
 width:100%;
 height:90%;
 }

.text_nav ul {
 list-style-type : none;
 padding :0;
 display : block;
 width : 95%;
 float:left;
 margin:auto 0;
}
	
.text_nav li {
 display : inline;
 color : #a4a4a4;
 font-size: 80%;
 float : left;
 display:block;
 }
	
.text_nav li {
 padding: 5px 5px;
 display : block;
 }
	
.text_nav li a:link {
 color : #666666;
 font-weight : bold;
 text-decoration : none;
 }
	
.text_nav li a:hover {
 color : #000000;
 background-color : #CCCCCC;
 font-weight : bold;
 }
					
.text_nav li a:visited {
 color : #666666;
 text-decoration : none;
 font-weight : bold;
 }
 
#shop_now_menu_button{
	background-color:#1c5ba2;
}

#shop_now_menu_button a{
	color:#ffffff;	
}

#shop_now_menu_button a:hover{
	background-color:#1c5ba2;
}

 
/* general tag styles */ 

 h3 {
 text-align:center; 
 margin:0; 
 padding: 3px;
 letter-spacing: 0.15em;
 color: #ff8128;
 line-height:1.2em;
 font-size:1.4em;
 }
 
 h4 {
  color:#ff8128;
  margin:0; 
  padding: 5px 0;
  }
  
 p {
 font-size:95%;
 line-height:150%;
 padding:1px;
 margin:5px 0 10px 0;
 padding-right:5px;
 color: #555555;
 text-align:left;
 }
 
 /* General Links */
 
 a:link, a:visited {
 color:#519AE1;
 text-decoration:none;
 }
 
 /* General Side Navigation */
 
 #left_menu ul {
 padding:0 0 0 .6em;
 margin:0 0 0 .3em;
 list-style-type: none;
 }
 
 #left_menu ul li {
 	padding-bottom:5px;
 	}
 


.primary_link a {
 letter-spacing: 0.06em;
 font-size: 85%;
 color: #519AE1;
 font-style: normal;
 text-decoration: none;
 line-height:2em;
}

.sub_link a {
 letter-spacing: 0.06em;
 font-size:80%;
 color: #ff8128;
 font-style: normal;
 text-decoration: none;
 line-height:2em;
}

.primary_link_current a {
 letter-spacing: 0.06em;
 font-size: 85%;
 color: #519AE1;
 font-style: normal;
 font-weight:bold;
 text-decoration: none;
 line-height:2.5em;
 }
 
 .sub_link a, .sub_link a:visited {
 letter-spacing: 0.06em;
 font-size:80%;
 color: #ff8128;
 font-style: normal;
 text-decoration: none;
 line-height:2em;
}
 
 .sub_link_active a {
 letter-spacing: 0.06em;
 font-size: 80%;
 color: #ff8128;
 font-style: normal;
 text-decoration: none;
 line-height:2.5em;
 font-weight:bold;
}

/* Misc. Styles */
#copyright {
 font-size:80%;
 color:#000033;
 padding:5px;
 margin:0 auto;
 text-align:center;
 }
 
#return_to_mobile_alert{
	background-color:#FFFF99;
	border-bottom:2px solid #FFFF00;
	font-size:25px;
	left:0;
	margin:0;
	padding:30px;
	text-align:center;
	width:100%;
}
  
 
p.first_paragraph:first-letter  {
 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #666666;
 }


  
#rc_link{
	text-align:center; 
	color:#000000;
	}
	
#rc_link a{
	color:#000000; 
	text-decoration:underline;
	}
	
#customize_link{
	color:#ff8128;	
}
 
 .clear {clear:both;}
 
 .clear_left{clear:left;}
 
 .clear_right{clear:right;}
 
 /* Clear Fix */
 
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*PNG Fix for IE6*/
img{ behavior: url(../iepngfix.htc) }

a .pi_popup  {display: none;}

a:hover .pi_popup {
	display: block; 
	position: absolute; 
	top:145px; 
	left: 260px; 
	width: 93px; 
	height:93px; 
	z-index: 105;
	}
	
/* pagination navigation */
.page_navigation{text-align:center; width:630px; margin:0 auto;}
.previous_button{width:110px; float:left;}
.page_links{width:350px; float:left;}
.next_button{width:110px; float:left;}
.active_page_num{color:#519ae1}

/* social media links in footer */
#socialMediaFooter{
	width:70px;
	margin:0 auto;
	text-align:center;
	overflow:auto;
}

#socialMediaFooter a {
	display:block;
	text-decoration: none;
	float:left;
	margin:5px;
}

#facebookIconFooter{
	background:url(/assets/images/global/facebookGray.jpg) no-repeat;
	width:25px;
	height:25px;
}

#facebookIconFooter:hover{
	background:url(/assets/images/global/facebook.jpg) no-repeat;
	width:25px;
	height:25px;	
}

#twitterIconFooter{
	background:url(/assets/images/global/twitterGray.jpg) no-repeat;
	width:25px;
	height:25px;
}

#twitterIconFooter:hover{
	background:url(/assets/images/global/twitter.jpg) no-repeat;
	width:25px;
	height:25px;	
}
