/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset,img { border : 0; }
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* layout.css */
html 	{ text-align : center;  }

body { 
position : relative; 
width : 900px; 
margin : 0 auto; 
text-align : left; }

/* Navigation */
ul#navi {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	float: left;
	margin: 0px;	
}

ul#navi li {
	background-image: url(../images/common/nav-right-Green.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	margin-right: 10px;
	background-color: #86D738;
	height: 29px;
	float: left;
}

ul#navi li:hover {
background-color: #86D738; 
background-image: url(../images/common/nav-right-Green.gif);
}
ul#navi li a:link, ul#navi li a:visited{
float: left;
color: #FFFFFF;
display: block;
padding-top: 3px;
height: 26px;
font-size: 1.1em;
font-weight: bold;
background-image: url(../images/common/nav-left-Green.gif);
background-position: left;
background-repeat: no-repeat;
padding-left: 10px;
padding-right: 10px;
}

ul#navi li a:hover, ul#navi li a:active {
color: #4a3300;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
background-image: url(../images/common/nav-left-Green.gif);
}
/* End Navigation */

div#content { 
position : relative; 
width : 900px; }

div#content_main {
left : 0; 
/*width : 62.5%; */
width: 558px;
padding : 6em 1em;
}
  
div#content_sub { 
/* left : 62.5%;  
width : 37.5%; */ 
left : 558px;  
width : 342px; 
padding : 2em 0; }

div#branding, div#nav_main, div#site_info {
width : 100%; }

div#retailcallout {
margin-left: 280px;
width: 390px;
border-top:thin dotted #C35511;
border-bottom:thin dotted #C35511;}

div#retailcalloutRightcol {
width: 270px;
border:thin dotted #C35511;
margin: 20px;}

div#retailcallout img, div#retailcalloutRightcol img {
float: left;
margin: 0 1.5em 0 0;}

div#zazzle-embed {
padding-top: 20px;
margin: 12px 0 12px 300px;
width: 455px;
border-top:thin dotted #C35511;
}

/* =si_clear_children */
.pc,.sc {
	position : absolute;
	top: 0;
	/*left: 62.5%;*/
	left: 558px;
}
.clear_children,.cc_tallest {
	position: relative;
	width: 100;
} /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

