   /*
 *
 * style.css
 * gowing-shop.bluesock.com/content
 * @author Gavin Logan
 *
 */

/*************
     RESET
 *************/
 
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,
b, u, i, center,
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-size: 100%;
   /*vertical-align: baseline;*/
   background: transparent;
}

body {
   line-height: 1;
   color: #222;
   text-align: center;
}

* { font-family: Helvetica, Calibri, Arial, sans-serif;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

table { /* tables still need 'cellspacing="0"' in the markup */
   border-collapse: collapse;
   border-spacing: 0;
}

a img {border: none;}

/********************
     end of reset
 ********************/
 
.clear {clear: both;}

body {
    background: transparent url(/theme/site/images/page-tail.jpg) repeat-x;
    padding: 31px 0;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 12px;
}

#wrapper {
    margin: 0 auto;
    width: 970px;
    text-align: left; 
}

#header {
    background: #fff url(/theme/site/images/header-top-right.gif) no-repeat top right;
}

#header2 {
    width: 11px;
    height: 11px;
    background: transparent url(/theme/site/images/header-top-left.gif) no-repeat top left;
}

h1 {
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    color: #357ecd;
    letter-spacing: -1px;
    font-family: Rockwell, monospace;
    width: 485px;
    height: 70px;
    float: left;
    padding: 20px 0 0 20px;
    background: transparent url(/theme/site/images/logo.jpg) no-repeat 67px 0;
}

h1 span {
    font-size: 80%;
    text-transform: uppercase;
}

h2, h3 {
    font-family: Helvetica, Calibri, Arial, sans-serif;
    color: #000;
}

h2 {font-size: 16px;}
h3 {font-size: 12px;}

#form-login {
    float: right;
    margin: 44px 33px 0 0;
}

#form-login input {
    display: block;
    float: left;
}

#form-login input.input {
    width: 130px;
    height: 19px;
    background: transparent url(/theme/site/images/logIn-input.jpg) no-repeat;
    border: none;
    margin: 6px 3px 0 0;
    padding: 3px 2px;
}

#form-login input.submit {
    width: 65px;
    height: 30px;
    background: transparent url(/theme/site/images/login.gif) no-repeat;
    border: none;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
}

#nav {
    clear: both;
    height: 42px;
    background: transparent url(/theme/site/images/menu-tail.gif) repeat-x;
}


#nav li {
    display: block;
    float: left;
    width: 10%;
    text-align: center;
}

#nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 29px;
    padding-top: 13px;
    background: transparent url(/theme/site/images/menu-border.gif) no-repeat right 14px;
}

#nav li a.last {background: none; font-weight: bold; color:#89CB35;}

 
#nav li a:hover, #nav li a:focus {
    color: #ffa800;
}

#slogan img {
    position: relative;
    top: 10px;
    left: 10px;
}

#search {
    margin-top: 20px;
}

.searchbox {
    display: block;
    float: left;
    width: 270px;
    height: 165px;
    margin-left: 10px;
    padding: 30px 20px 0;
}

.redbox {
    background: transparent url(/theme/site/images/redbox.jpg) left top no-repeat;
    height:195px;
}

.bluebox {
    background: transparent url(/theme/site/images/bluebox.jpg) left top no-repeat;
    height:195px;
}

.greenbox {
    background: transparent url(/theme/site/images/greenbox.jpg) left top no-repeat;
    height:195px;
}

.searchbox h2 {
    color: #fff;
    font-family: Arial Black, Gadget, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.067px;
    margin-bottom: 30px;
}

.searchbox h3 {
    color: #fff437;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.searchbox select, .searchbox input {
    font-size: 12px;
    padding-bottom: 3px;
}

.searchbox select {
    margin-bottom: 7px;
    width: 270px;
}

#search .searchbox input.submit {
    float: right;
    background: transparent url(/theme/site/images/search.png) no-repeat;
    border: none;
    width: 85px;
    height: 30px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.postcode {
    float: left;
    border: none;
    background-color: #a6a6a6;
    padding: 3px 0 0 6px;
}

#footer {
    text-align: right;
    margin-top: 20px;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
    color: #000;
}

#content {
    width: 610px;
    float: left;
    margin: 20px 10px 0;
    background-color: #eae9e4;
}

#content.narrow {
    width: 308px;
}

#content2 {
    position: relative;
    top: -11px;
    background: transparent url(/theme/site/images/box4-top.png) top left no-repeat;
    width: 100%;
    height: 11px;
}

#content.narrow #content2 {
    background: transparent url(/theme/site/images/box4-top-narrow.png) top left no-repeat;    
}

#content3 {
    float: right;
    background: transparent url(/theme/site/images/box4-bot-right.gif) bottom right no-repeat;
    width: 11px;
    height: 11px;
}
#content4 {
    background: transparent url(/theme/site/images/box4-bot-left.gif) bottom left no-repeat;
    width: 11px;
    height: 11px;
}

#content h2 {margin: -7px 0 0 10px;}

#content h3 {margin-left: 10px;}

#content p.phone {
    font-size: 16px;
    color: #d33f17;
}

#content img {
    display: block;
    margin: 0 10px;
    float: left;
}

#content ul, #content p {
    margin: 10px;
    line-height: 1.6em;
}

#content blockquote {
    margin-left: 10px;
}

#content li {
    margin-bottom: 10px;
}

#content dt {

}

#content dt, #content dd {
    line-height: 1.3em;

}

#content ol {
    list-style-type: upper-alpha;
    list-style-position: inside;
}

.whitebox {
    margin: 10px;
    background: #fff url(/theme/site/images/box5-top-right.gif) top right no-repeat;
    position: relative;
}

.whitebox2 {
    width: 11px;
    height: 11px;
    background: transparent url(/theme/site/images/box5-top-left.gif) top left no-repeat;
}

.whitebox3 {
    float: right;
    width: 11px;
    height: 11px;
    background: transparent url(/theme/site/images/box5-bot-right.gif) bottom right no-repeat;
}

.whitebox4 {
    width: 11px;
    height: 11px;
    background: transparent url(/theme/site/images/box5-bot-left.gif) bottom left no-repeat;
}

#sidebar {
    float: right;
    width: 308px;
    margin: 10px 10px 0 0;
    border: 1px solid #dad9d5;
}

#sidebar * {
    position: relative;
    margin: 0;
}

.sidebar1 {
    background: url(/theme/site/images/box6-top-left.jpg) left top no-repeat;
    left: -1px;
    top: -1px;
}

.sidebar2 {
    background: url(/theme/site/images/box6-top-right.jpg) right top no-repeat;
    top: -2px;
}

.sidebar3 {
    background: url(/theme/site/images/box6-bot-right.jpg) right bottom no-repeat;
    right: -2px;
    bottom: -2px;
}

.sidebar4 {
    background: url(/theme/site/images/box6-bot-left.jpg) left bottom no-repeat;
    left: -2px;
    padding-bottom: 1em;
}

#sidebar h2 {padding: 0 20px 10px;}

#sidebar h3 {margin-left: 20px;}

#sidebar blockquote {
    padding: 10px 30px 20px;
    line-height: 1.6em;
}

#sidebar img {
    padding: 20px 0 0 30px;
}

#sidebar a {
    color: #000;
}

#sidebar a:hover, #sidebar a:focus {
    color: #555;
}

#contactpage h3 {margin-bottom: 10px;}

#contactpage h4 {margin-left: 10px;}

#contactpage li {
    margin-bottom: 2px;
}

#contactpage dl {
    margin-bottom: 10px;
}

#contactpage dt  {
    display: inline;
    margin: 0 0 0px 10px;
}

#contactpage dd {
	display:inline;
}

#contactpage dt {
    width: 80px;
}

#contactpage a {
    color: #1382D4;
}

#contactpage a:hover, #contactpage a:focus {
    color: #1382D4;
}

#contactpage form {
    display: block;
    margin-left: 10px;
}

#contactpage label, #contactpage input, #contactpage textarea {
    float: left;
    margin-bottom: 5px;
}

#contactpage label {
    width: 110px;
}

#contactpage input, #contactpage textarea {
    width: 300px;
}

#contactpage form br {
    clear: both;
}
    
#contactpage #submit {
    width: auto;
}

#contactpage select {
    float: left;
    margin-bottom: 5px;
}

#contact_map {
    display: block;
    width: 550px;
    height: 365px;
    margin: 0 20px;
}

.catBox_image {
    margin: 0 auto;
}

#partstogo {
    background: transparent url(/theme/site/images/Image3.jpg) no-repeat;
    min-height: 169px;
}

#gowing{
    background: transparent url(/theme/site/images/gowing.jpg) no-repeat;
    min-height: 169px;
}

.table-salvage {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 4px;
}

/* mikes */


.product_description_table_wrapper
{
}

.product_description_table_row
{
   clear:both;
}

.product_description_table_col_left
{
   float:left;
   width:100px;
   font-weight:bold;
}

.product_description_table_col_right
{
   float:left;
   width:100px;
}

.column_wrapper_left
{
   padding-right:10px;

}

.column_wrapper_right
{
   padding-left:10px;

}

.breadcrumb_wrapper
{
padding:10px;

width:100%;
}


#sidebar.wide
{
   width:100%;
}



.breadcrumb 
{ 
   padding:5px;
   padding-top:7px;
   padding-bottom:7px;
}

.infoBox
{
  
  margin-bottom: 35px;
 
}