/* This Style Sheet is only for styles that are added for a specific customer site
   All styles used in the default setup of the PowerWeb site can be found in the site_styles.css 

   Modified:
   July 14, 2005: KSTEVENSON: Moved all styles into site_styles.css
   
   
   
   Any styles needed for a customer's site design need to be added below. Do not ADD styles in site_styles.css
*/
/* #################### TEMPLATE STYLES ########################## */
/*KW 2008*/body{
	color: #000000;
	background: #008061;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body,td,th {
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body2 {
	margin: 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*KW 2008*/#wrapper {
/*	background: url(../client_images/template/shadowBtm.gif) no-repeat 0px 100%;
*/	
	width:1007px;
	margin:25px auto 0;
	padding-bottom:8px;
		background: url(../client_images/template/shadowBtm.gif) 0px 100% no-repeat;
}

/*#wrapper { from fym
	background: url(../client_images/template/shadowBtm.gif) no-repeat 0px 100%;
	width:1007px;
	margin:25px auto 0;
	padding-bottom:8px;
      }*/
      
#wrapperOuter {
	background:url(../client_images/template/shadowTop.gif) no-repeat 0px 0px;
	padding-top:6px;
      }
      
#wrapperInner {
	background:url(../client_images/template/shadowLeft.gif) repeat-y 0px 0px;
	padding-left:6px;
      }
      
#wrapperInterior {
	background: #fff url(../client_images/template/shadowRight.gif) repeat-y 100% 0px;
	padding:8px;
	height: 780px;
      }
#wrapperInteriorFooter {
	background: #fff url(../client_images/template/shadowRight.gif) repeat-y 100% 0px;
	padding:8px;
	height: 300px;
      }
#contentWrapperHome {
      margin:0;
      padding:0;
      }

#leftCol {
	float:left;
	width:652px;
	background-color:#fff;
      }
      
#rightCol {
	float:left;
	width: 325px;
	margin-top: 30px;
	height: 562px;

	background: #FFF url(/client/client_images/template/rightCol_bg.jpg) no-repeat 0px 0px;
}

#leftColMainContent {
	margin-top:30px;
	margin-left:15px;
}

      
#masthead {

	background:url(/client/client_images/template/usccb_logo.jpg) no-repeat 0px 0px;
	height:158px;
	width:979px;
	position: relative;
      }
      
#masthead img {

	position:absolute;
	right:0px;
	top:-3px;
      }
.cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
padding-top: 60px;
margin-left: 360px;

}
	  
.banner{
margin-top: -55px;
float:right;
}

#searchbox{
margin-top: -20px;
padding-bottom:3px;
margin-left: 720px;}

#rightColCallout {
	height:80px;
	width:285px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:#008061 solid 1px;
	padding:25px 7px 0 7px;
}

img#rightColThumb  {
	float:left;
	margin-right:7px;
	margin-top: -3px;
	padding: 3px;
}

#rightCol  #rightColCallout  .Heading {
	font: bold 18px "Arial";
	text-transform: uppercase;
	color: #006A50;
	text-align: right;
}
#rightCol #rightColCallout .text {
	margin-top: 7px;
	text-align:center;
}

#rightCol a, #leftColMainContent a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align: left;
}

#leftColMainContent p {
	color:#374446;
	font-size:11px;
	line-height:18px;
	margin-bottom:10px;
	margin-left: 10px;
}

#leftColMainContent h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#008061;
text-align:center;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom:1px;
	text-transform: uppercase;
}

#leftColMainContent h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#732E2B;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom:5px;
}
/* Default Link Styles */
a, a:link, a:visited {
	color: #035E61;
	text-decoration: underline;
}
a:hover {
	color: #04979B;
	text-decoration: underline;
}

/* Style for links across the top of the page  */
.topmenu {
	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
width:1000px;
float:left;
	background: #efefef;
	width: 100%;
}
#topmenu a, #topmenu a:link, #topmenu a:visited {
	color: #035E61;
	text-decoration: none;
}
#topmenu a:hover { 
	color: #04979B; 
	text-decoration: underline
}
/* Links along bottom of page */
.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 130%;
}
.bottomlinks a, .bottomlinks a:link, .bottomlinks a:visited  {
	color: #035E61;
	text-decoration: underline;
}
.bottomlinks a:hover {
	color: #04979B;
	text-decoration: none;
}
/* General style for text at bottom of the page or anywhere very small type is needed */
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	float: left;
}
.fineprint a, .fineprint a:link, .fineprint a:visited {
	color: #035E61;
	text-decoration: underline
}
.fineprint a:hover {
	color: #04979B;
	text-decoration: none
}
.lefthead {
	color: #FFFFFF;
	background-color: #9E2E22;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
	width: 165px;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 4px;
}
#leftJSmenu {
}
.menuitem {
	color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menuitem a, .menuitem a:link, .menuitem a:visited {
	color: #035E61;
	text-decoration: none;
}
.menuitem a:hover{
	color: #04979B;
	text-decoration: underline;
}
.menufooter {
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
}
.menufooter  a, .menufooter  a:link, .menufooter  a:visited {
	color: #000000;
	text-decoration: none;
}
.menufooter a:hover {
	color: #666666;
	text-decoration: underline;
}
.menufooter_head {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	color: 000;
}




.horizontal_dotted_line
{
	border-bottom: 1px dotted #035E61;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
} 


.rightbox {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	background-color: #FFDFBF;
}
.rightbox2 {
	font-size: 11px;
	padding: 5px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}
.rightboxhead {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

/* ########################## Click Wrap Styles ########################## */
#clickwraptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#clickwraptext li {
	list-style-type: lower-alpha;
	padding-bottom: 5px;
}

/* #################### STATIC PAGE STYLES ########################## */
h1 {
	color: #006666;
	font-size: 180%;
}
h2 {
	color: #666666;
	font-size: 160%;
}
h3 {
	color: #993300;
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECFCE;
}
h4 {
	color: #CC6633;
	font-size: 130%;
}
p {
}
.normaltext {
	font-size: 12px;
}
q {
	font-style: oblique;
}
#Productleft {
	Float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECFCE;
}
#Productright {
	Float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECFCE;
}
td, form {
	padding: 0; margin: 0;
}
#googlepreview {
text-align: center;
}
.bottommenu {
	text-align: center;
	margin-top:0x;
		padding:8px;
}
/*#contentWrapperHome #leftCol {
      background-color:#fff;
      height:385px;
      }*/
/*#masthead .cart .carticon {
	top: 50px;
}*/
.SSL img {
	width:56px;
}#article {
	text-align: left;
	width: 650px;
	text-indent: 5px;
	margin-left: 170px;
}

