﻿body {
    background: url(../site_images/bg.gif) repeat top left #ffffff;    
    font-family: Segoe UI, Arial, Sans-Serif;
    font-size: 12px;
    color: #000000;  
}

a {
    color: #000000;
    text-decoration: none;
}

p {
    font-size: 12px;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

.hidden {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

/* PAGE LAYOUT */

div#page {    
    width: 801px;
    margin: 10px auto 10px auto;
}

div#header {
    width: 761px;
    height: 275px;
    padding: 10px 20px 10px 20px;    
    background: url(../site_images/header.gif) no-repeat top center;    
}
    
div#content {
    width: 761px;
    padding: 10px 20px 10px 20px;    
    background: url(../site_images/content.gif) no-repeat top center #ffffff;
    position: relative;
}


div.column {
    display: inline;
    margin: 0 0 20px 0;
    position: relative;
}

#left{
 width: 262px; 
 height: 100%; 
 float: left;
 margin: 0;
 padding: 20px;
 padding-top: 30px;
 }
 
 div#left h1{
 text-align: center;
 }
 
#right{
 width: 418px; 
 margin: 0;
 height: 100%;
 float: right; 
 padding: 20px;
 padding-top: 30px;
 }
#clear {clear: both; margin: 0px}
#single {
 margin: 0;
 height: 100%;
 padding: 20px;
 padding-top: 30px;
 }

div#footer {
    width: 761px;
    padding: 10px 20px 10px 20px;    
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
	text-align: left;
	    clear:both;
}

div#credits {
    width: 761px;
    padding: 5px 20px 5px 20px;    
    font-size: 10px;
    color: #666666;
	    clear:both;
}

div#credits a{
    color: #666666;
}

/* NAVIGATION */

div#header ul{
    top: 252px;
    position: relative;
    padding: 0 0 0 10px;       
}

div#header ul li{
    display: inline;
    padding: 0 20px 0 0;       
}

div#header ul li a{
    font-size: 14px;       
}

div#header ul li a:hover{
    font-weight: bold;
    text-decoration:none;      
}

div#footer ul li{
    display: inline;      
}

div#footer ul li a{
    font-size: 10px;       
}

strong {font-size: 1.5em; }

h3 {
	font-family: arial;
	font-weight: bold;
	text-align: justify;
	}
	
h4 {
	font-family: arial;
	font-weight: bold;
	}	


ul
{
list-style-type: none;
padding: 0;
margin-left: 1em;
}

#menu a{
color: #000000;
text-decoration: none;

}

#product_title {
width: 400px;
height: 30px;
color: #000000;
font: 17px Arial Narrow;
font-weight: bold;
clear: both;
}

#product_image {
width: 200px;
float: left;
}

#product_text {
float: right;
position:relative;
margin: 0 0 0 0;
width: 200px;
}

#product_add {
width: 500px;
vertical-align: bottom;
padding-top: 20px;
}

#checkout_left {
float: left !important;
width: 200px;
position: relative;
margin: 0 0 0 0px;
}

#checkout_right {
float: right !important;
width: 200px;
position: relative;
}

#cat_title {
width: 130px;
height: 30px;
color: #000000;
font: 15px Arial Narrow;
font-weight: bold;
position: relative;
}

#breadcrumb {
position: relative;
width: 700px;
height: 30px;
left: 0;
text-align: left;
}

p.breadcrumb {text-align:left}

.checkout_container {
  width: 800px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;

}

  
.checkout_left {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 265px;
}

.checkout_middle {
  top: 10px;
  margin-left: 275px;
  margin-right: 285px;
}

.checkout_right {
  float: right;
  padding: 0px 10px 0px 10px;
  width: 265px;
}

.checkout_footer {
  padding-top: 20px;
  text-align: right;
  clear: both;
}

