﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    
}
body
{
    background-color: gray;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 0 0; /*  (top, right, bottom, left) */
    padding: 0 0 0 0; /* (top, right, bottom, left) */
    text-align: center; /* Centers the page content container in IE 5 browsers. */
}

.DefaultText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 1em;
}


/**********************************************************************************************************************************************/
/* Titles */

h1
{
    font-size:1.8em;
    padding:0px;
    margin:0 0 15px 0;
     line-height:1.2em;
     color: #009c54;
}

h2
{
    font-size:1.5em;
    padding:0px;
    margin:0 0 15px 0;
    color: #009c54;
     text-align:center;
}

h3
{
color: #009c54;
}

h4
{
}

h5
{
}

h6
{
}

.green
{
color: #009c54;
}

/**********************************************************************************************************************************************/
/* Containers */

#wrapper
 {
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
    display: block;
    width: 970px;
    margin: 0px;
    padding: 0px;
    border-right:solid 1px black;
    border-bottom:solid 1px #009c54;
	background-color: #ffffff;
    margin: 0 auto 0 auto;
    text-align: left;
    
 }
 
#bodyWrapper
{
    margin: 0px;
    padding: 0px;
    display :block;  
} 

#header
{
    height:80px;
    background-repeat:repeat-x;
}

#footer
{
    border-top: solid 1px #009c54;
	padding: 0px 50px 25px 40px;
    color: #ffffff;
	background-color: #009c54;
}

#cart
{
	width:195px;
	float:right;
	height:100%;
	position :relative;
	display :block;
	padding:10px 10px 10px 10px;
}


.imgBoder
{
    border:solid 1px #000000;
}

.footerSpacingImg
{
 float:left;
 padding: 8px 0 0 0;
}

.footerSpacing
{
 float:left;
 padding: 4px 15px 0 15px;
}

#content
{
    position:relative;
    float:left;
    width:748px;
    display:block;
    height:100%;
    padding:50px 10px 10px 10px;
    border-left:solid 1px black;
}

#menu
{
    border-right:solid 1px black;
    float:left;
    display:block;
    position:relative;
    width:200px;
}

.ShoppingType
{
width:200px;
height:100px;
color:#000000;
}

.ShoppingType ol
{
 list-style:none;
}
ShoppingType li
{

}

/* Links */
a:link
{
	text-decoration: underlin;
	color: #009c54;
}

a:visited
{
	text-decoration: underline;
	color: #009c54;
}

a:hover
{
	text-decoration: underline;
	color: #009c54;
}

a:active
{
	text-decoration: underline;
	color: #009c54;
}

#footer a:link
{
	text-decoration: underlin;
	color: white;
}

#footer a:visited
{
	text-decoration: underline;
	color: white;
}

#footer a:hover
{
	text-decoration: underline;
	color: White;
}

#footer a:active
{
	text-decoration: underline;
	color: white;
}

#header a:link
{
	text-decoration: none;
	color: #ffffff;
}

#header a:visited
{
	text-decoration: none;
	color: #ffffff;
}

#header a:hover
{
	text-decoration: none;
	color: #000000;
}

#header a:active
{
	text-decoration: none;
	color: #000000;
}



table.order {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.order th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.order td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}


.error_content
{
	
}

