/********************************************
* iGo
* Developed by I-ology
* http://www.i-ology.com
*
* Created 02/09/1976- AC
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 70%; }

body {
    color: #333333; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: #C0C0C0;
    padding: 10px 0 10px 0;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; line-height: 1.2em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #0066B3; text-decoration: none; }
a           { color: #0066B3; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/*******************************************
* Layout Definitions
*******************************************/

#canvas {
    width: 760px;
    margin: 0 auto;
    background: #fff url(../images/top_curve.gif) top left no-repeat;
}

#canvas-bttm {
    background: url(../images/bttm_curve.gif) bottom left no-repeat;
    padding-bottom: 5px;
}

#header {
    width: 760px;
    height: 92px;
    height/**/:/**/ 80px;
    overflow: hidden;
    padding: 5px 0 0 0;
}

#logo {
    float: left;
    padding-left: 33px;
    display: inline;
}

#gogo {
    float: right;
    padding-right: 37px;
    display: inline;
}

#container {
    width: 760px;
    width/**/:/**/ 678px;
    padding: 31px 40px 10px 40px;
    background: url(../images/header_divider.gif) top left no-repeat;
}

#photo {
    padding: 0 0 10px 3px;
}

#content {
    float: left;
    width: 444px;
}

#sidebar {
    float: right;
    width: 195px;
}

#content p {
    padding-left: 5px;
}

.btn-solution {
    display: block;
    margin-left: 3px;
    width: 174px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_find_solution.gif) top left no-repeat;
}
a:hover.btn-solution {
    background-position: bottom left;
}

#call-to-action {
    width: 444px;
    width/**/:/**/ 408px;
    height: 135px;
    margin-top: 16px;
    padding: 18px 15px 0 21px;
    background: url(../images/grey_bg.gif) top left no-repeat;
}

#call-to-action div {
    width: 346px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/hdr_wondering_where.gif) top left no-repeat;
}

#call-to-action p {
    padding-left: 1px;
}

#sidebar .btn-solution {
    margin-left: 0;
}

#easy {
    width: 160px;
    height: 22px;
    margin: 23px 0 15px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/hdr_its_easy.gif) top left no-repeat;
}

#one {
    height: 32px;
    height/**/:/**/ 28px;
    background: url(../images/bullet_one.gif) top left no-repeat;
    padding: 4px 0 0 43px;
    font-size: 1.1em;
    margin-bottom: 5px;
}
#two {
    height: 32px;
    height/**/:/**/ 22px;
    background: url(../images/bullet_two.gif) top left no-repeat;
    padding: 10px 0 0 43px;
    font-size: 1.1em;
    margin-bottom: 5px;
}
#three{
    height: 32px;
    height/**/:/**/ 22px;
    background: url(../images/bullet_three.gif) top left no-repeat;
    padding: 10px 0 0 43px;
    font-size: 1.1em;
    margin-bottom: 5px;
}

#top-sellers {
    clear: both;
    width: 675px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/hdr_top_sellers.gif) top left no-repeat;
}

#bttm-products {
    width: 675px;
    overflow:hidden;
}

#prod-left {
    float: left;
    width: 223px;
    width/**/:/**/ 194px;
    padding: 10px 27px 0 2px;
    font-size: 1.1em;
    line-height: 1.2em;
    background: url(../images/divider_line.gif) top right no-repeat;
}

#prod-center {
    float: left;
    width: 227px;
    width/**/:/**/ 187px;
    padding: 10px 23px 0 17px;
    font-size: 1.1em;
    line-height: 1.2em;
    background: url(../images/divider_line.gif) top right no-repeat;
}

#prod-right {
    float: left;
    width: 215px;
    width/**/:/**/ 194px;
    padding: 10px 5px 0 16px;
    font-size: 1.1em;
    line-height: 1.2em;
}

.name {
    font-weight: bold;
    color: #4D9D29;
}

.price {
    font-weight: bold;
    color: #0066B3;
}

.prod-button {
    margin-top: 5px;
    width: 187px;
    overflow: hidden;
}

.prod-image {
    float: left;
}

.shop-button {
    margin-top: 20px;
    float: right;
}

.shop-button a {
    display: block;
    margin-left: 3px;
    width: 99px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_shop_now.gif) top left no-repeat;
}

.shop-button a:hover {
    background-position: bottom left;
}
