/* 
* filename: c_basic.css
* date: May 06, 2005
* description: The basic site wide styles. This file needs to be included on every page.
* Copyright (c) 2000-2010, PlantContainers.com - All Rights Reserved
*/

/* BLOCK ELEMENTS */
body {
margin: 8px 0px 0px 0px;
padding: 0;
background-color: #fff;
font-family: arial, helvetica, sans-serif;
max-width: 1440px;
min-width: 960px;
margin-left: auto;
margin-right: auto;
/*
   background-image: url("/images/page/snowflake_bg.png");
background-repeat: repeat-x repeat-y;
*/
}

form {
margin: 0;
padding: 0;
background: #fff;
}

/* INLINE ELEMENTS*/
a { font-family: arial, helvetica, Sans, sans-serif; }

a:link { color: #000080; }

a:visited { color: #8B0000; }

a:active { color: #FF4500; }

a:hover { color: #1E90FF; }

/* ID SELECTORS */
#container {
clear: both;
padding: 10px 10px 0px 10px;
background-color: #ffffff;
margin: 0px;
}

#footer {
text-align: center;
font-size: 12px;
padding-bottom: 30px;
padding-top: 20px;
margin: 0;
clear: both;
background: url("/images/page/footer_grad.png") repeat-x;
font-family: arial, helvetica, Sans, sans-serif;
}

#footer_print { display: none; }

#footer img {
margin: 10px;
border: none;
}

#footer p {
margin: 5px;
padding: 0;
}

/* CLASS SELECTORS */
.clear {
clear:both;
margin: 0;
border: 0;
}

.left { float: left; }

.a_left { text-align: left; }

.right { float: right; }

.a_right { text-align: right; }

.emphasis { font-weight: bold; }

.emphasis2 { color: #990000; }

.accent { font-style: italic; }

.help { cursor: help; }

h2 {
color: #006400;
font-family: sans-serif;
font-weight: normal;
}

.center { text-align: center; }

.clearl { clear: left; }

.clearr { clear: right; }

