/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */


a img {border: none; }
a:link {color: #3300FF; text-decoration: none;}
a:visited {color: #3300FF; text-decoration: none;}
a:hover {color: #f27a00;}
a:active {color: #0000FF;}

body {
background-color : White;
font-family: verdana, arial, helvetica, sans-serif; 
font-size : 12px;
color : Navy;
}
	


.header {
width: 770px; 
background-image : url(images/header.jpg);
background-repeat : no-repeat;
border: 1px solid Fuchsia; 
}

.main {
width: 770px; 
background-color : White;
font-family: verdana, arial, helvetica, sans-serif; 
font-size : 12px;
color : Navy;
border: 1px solid #517cb1;
padding : 0px 0px 0px 10px;
margin : 0px 0px 0px 0px;
}


.textarea {
width: 770px; 
background-color : White;
font-family: verdana, arial, helvetica, sans-serif; 
font-size : 12px;
color : Navy;
border: 1px solid Fuchsia;
padding : 10px 10px 10px 10px;
margin : 10px 10px 10px 10px;
}

.footer {
width: 770px; 
border: 0px solid Lime; 
background-color : #517cb1;
margin : 0px 0px 20px 0px;
padding : 5px 0px 5px 0px;
font-family: verdana, arial, helvetica, sans-serif; 
font-size : 11px;
font-weight : bold;
color : White;
text-align: center
}



.mover a:link, .mover a:visited, .mover a:active {
	text-align: center;
	width: 105px;
	display: block;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif; 
font-size : 11px;
	font-weight : bold;
	color: White;
margin : 0px 0px 0px 0px;
padding : 8px 0px 6px 0px;
	}
.mover a:hover{
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	color: Black;
	font-weight : bold;

}