/*  
ABONDCORP - piccolobambino.com
CSS
Created: September 14, 2007
Author: Kit Lamoureux, Plan B Solutions Inc.
		kit@planbsolutions.ca
		
CONTENTS:
Nav.css - imported and controls all navigation on the site
Base.css - this file. Hands all resets, layout, type and content styling
Home.css - specifical modifications for home page


*/


@import url(nav.css);


* {margin: 0;padding: 0;}
html {font-size: 100%;}
body {font: 62.5%/1.5 Tahoma, Arial, Helvetica, sans-serif;}

/* RESET */
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th, hr {  font-weight: normal; font-style: normal; }
ul,ol { list-style: none;}
fieldset,img { border: none; }
caption,th { text-align: left; }
th {font-size:1.1em; font-weight:bold; color:#a7c677;}
table { border-collapse: collapse; }
code {font-size: 1.1em;}

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

img { }
img.left {float: left;margin: 20px 20px 20px 0;}
img.right {float: right;margin: 10px 0 10px 20px;}
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }


#masthead {}
#logo {float:left;padding:0px 0px 0px 0px;width: 48%;}
#main {width:100%;background-color: #FFFFFF;}

#content {}
#subheader {width: 100%;height: 110px;}
#prodfeature {background-color: #e1ecf1;padding: 0px 0 30px;}
#prod-links {float: right;width: 270px;padding-right: 100px;}
#prod-links a { display: block; background-image: url(/img/icons/arrow_07.gif); background-position: 250px 10px; background-repeat: no-repeat; background-color: #E1ECF1; padding: 10px 0 10px 10px;
	margin: 0px; border-top: 1px solid #9D958A; border-bottom: 1px solid #9D958A; border-collapse:collapse; color: #9D958A; font-weight: bold; font-size: 1.1em; text-decoration: none;}
#prod-links a:hover {color: #3399CC;}
#proddesc { float: left; width: 400px; padding-left: 65px; }

#homefeatures {background-color: #FFFFFF;padding-top:20px;}
#breadcrumb { clear:both; text-align:center; margin:18px auto; clear:both; font-size:10px; color:#686868; }



/* GRID */
p.last, ul.last, ol.last, li.last { }
#colA {float:left;width:129px;}
#colB {}
#colC {float:right;padding: 0 20px 0 0;}

/* TYPE */
strong {font-weight:bold;}
em {font-style:italic;}

#main p {margin-bottom: 1.1em;font-size: 1.1em;color: #7B8388;}
#main p.quote {font-size: 1.2em}
#main p.author {font-size: 1.0em; text-align:right;}
#main h1 {font-weight: normal;font-size: 1.4em;line-height: 1.5;margin-bottom: 0px;color: #7E888D;}
#main h2 {font-weight: bold;font-size: 1.3em;line-height: 1;margin-bottom: 10px;color: #CFAA7A;}
#main h3 {font-weight: bold;font-size: 1.1em;line-height: 1;margin-bottom: 8px;margin-top: 20px;color: #a7c677;}
#main h4 {font-weight: bold;font-size: 1.1em;line-height: 1;}
#main h5 { font-weight: bold; font-size: 1.2em; line-height: 1; }
#main h6 { font-weight: bold; font-size: 1.1em; line-height: 1; color: #9d958a;}
#main #subheader h1 {padding: 43px 0 30px 265px;font-size:3em; line-height:1;font-weight:bold;color:#2596BF;}
#main p.intro { font-weight: bold; }
#main .more { text-align: right; }
#main .subheadline {font-size: 2em;color: #9D958A;line-height: .9;}
#main .overlay {padding: 70px 0 30px 65px;}

#main ul { margin-bottom: 18px; list-style: none outside;}
#main ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
#main ul.square,
#main ul.circle { margin-left: 2em; }
#main ul.square { list-style: square outside; }
#main ul.circle {list-style: circle outside;}
#main ul ul.circle,
#main ul ul.square { margin-top: 4px; margin-bottom: 5px; }

#main .sidebar { font-size: 10px; line-height: 18px; color:#686868; }
#main .callout { font-size: 11px; line-height: 18px; margin-bottom: 18px; }
#main .last { margin-bottom: 0; }

#main a.arrow {font-size: 1.0em;color: #9d958a;text-decoration: none;font-weight:bold;}
#main a.arrow:hover {text-decoration: underline;}

#colB ul {font-size: 1.1em;line-height:1.2;}
#colB ul li{margin-bottom: 10px;color: #7E888D;}

#topnav {font-size:1.1em;}

#colC #links li {}
#colC #links li a{font-size: 1.1em;font-weight: bold; text-decoration: none;color:#a7c677;padding:10px 10px 10px 15px;}
#colC #links li a:hover{color:#2596BF;}

/* TABLES */


/* PRINT */
@media print {
	body, #main, #content { color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none !important; }
	#tabs, #globalheader, #globalfooter, #directorynav, .noprint, .hide { display: none !important; }
	#main a.pdf, #main a.html, #main a.qt, #main a.ical, #main a.dl, #main a.dmg, #main a.zip, #main a.keynote, #main a.audio { padding-left: 0 !important; background-image: none !important; }
}

hr.dotted {border: 1px dotted #CCCCCC;height: 1px;}
	 
#main #flashheader {border: 1px solid #D5DC91;}
#globalheader #valueprop {width: 48%;float: right;}
#content {border: 1px solid #CCCCCC;padding-top: 14px;border-top: none;}
#productImg {width: 360px;float: left;padding: 10px 0 10px 5px;}
#productDetail {width: 220px;float: right;margin: 10px 10px 10px 0;padding: 5px;border: 1px solid #CCC;}
#content #grid3col {background-image: url(../img/bkgd/content_nav.gif);background-repeat: repeat-y;background-position: left top;border-top: 1px solid #CCC;}
#productDetail #prodoptions {color: #333333;border-top: 1px solid #CCC;}

/* PRODUCT OPTIONS */
ul.swatches { margin:0 0 0 0; padding: 0; }
ul.swatches li { display: inline; margin:0; padding:0;}
ul.swatches li a {padding-right:5px;}

#masthead {background-color: #FFFFFF;border: 1px solid #CCC;border-bottom: none;}
.swatch {padding: 2px;border: 1px solid #999999;}
#grid3col #colB {float: right;width: 620px;}

ul.prodGallery { margin:0 0 0 0; padding: 0; }
ul.prodGallery li {display: inline;margin:0;padding:10px 10px 10px 25px;float: left;width: 108px;height: 185px;}
ul.prodGallery li a {padding-right:5px;}
ul.prodGallery li img {border: 1px solid #CCC;}
#main ul.prodGallery li p {color:#333;font-size:1em;line-height:1.1;padding-top: 5px;}
#bodyCopy {padding: 14px;}
#container {
	width: 770px;
	background-image: url(/img/bkgd/side_ds.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	margin: 0 auto;
}
#wrapper {
	width: 762px;
	}
