

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

a:hover
{
	color: #215191;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* The border surrounding the entire page contents */
#page
{
    width: 750px;
    /*height: 100%;*/
    margin: 0 auto;
    text-align: left;
}

body, input
{
	font-family: Arial, FreeSans, sans-serif;
}

body {
	font-size: 10pt;
	margin: 0px;
	color: #000000;
	text-align: center;
}

td {
	font-size: 10pt;
}

/* The common page banner */
div.header
{
    width: 750px;
    height: 146px;
}


.header-img-0 {
	background: url(../images/global/header_0.jpg) repeat-x;
}

.header-img-1 {
	background: url(../images/global/header_1.jpg) repeat-x;
}

.header-img-2 {
	background: url(../images/global/header_2.jpg) repeat-x;
}

.header-img-3 {
	background: url(../images/global/header_3.jpg) repeat-x;
}

.header-img-4 {
	background: url(../images/global/header_4.jpg) repeat-x;
}


.header-img-buy {
	background: url(../images/global/header_buy.jpg) repeat-x;
}

.line{
	width: 750;
	height: 1px;
	overflow: hidden;
	background: #000000;
}

.main
{
	background: white;
	padding: 0;
}

.page_content {
	padding: 10px;
	position: relative; 
	left: -1px;
	float: left;
}


.footer{
	height: 25px;
	background: url(../images/global/footer.gif) repeat-x;
	width: 750px;
}

.footer div{
	padding: 5px 8px;
}

.footer a:hover{
	color: #ffffff;
}

.designed {
	float:right;
}

.designed a {
	color: #c8c8c8;
}

.designed a:hover {
	color: #888888;
	text-decoration: none;
}

/* Main Menu style */
.main_menu
{
	width: 750px;
	height: 37px;
	background: url(../images/global/menu_bg.gif) repeat-x;	
	overflow:hidden;
}

.main_menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.selected
{
/*	background: #215191;*/
}

.main_menu li
{
	cursor: pointer;
	display: block;
	float: left;
/*	height: 37px;*/
}

/*.main_menu li:hover
{
    background: #215191;
}*/

.main_menu li a
{
	display: block;
/*	text-decoration: none;
	text-align: center;
	padding-left:13px;
	padding-right:12px;
	color: #ffffff;
	font-size: 13pt;
	display:block;
	height: 25px;
	line-height: 10pt;*/
/*	top: -1px;*/
/*	margin-right: -1px;*/
	position: relative;
/*	border-left: 1px solid #888;*/
  border-bottom: 1px solid #666;
}

/*.main_menu li a:hover
{
    color: #4956FF;
}*/

/* Hide from IE5-Mac \*/
.main_menu li a
{
   float: none;
}
/* End hide */

/* End Main Menu Style */

/* Font colors */

.white
{
    color: #FFFFFF;
}

.black
{
    color: #000000;
}

.link_col{
	color: #215191
}

.grey{
	color: #eFeFeF
}

.blue
{
	color: #4956FF
}

/* End Font Colors */
.error
{
  color: #ff0000;
  font-size: 10pt;   
}

.system_error
{
    color: #ff0000;
    padding: 5px;
    background: #FFFFC0;
    border: 2px solid #ff0000;
}

.general_error
{
    background: #FFFFC0;
    color: #ff0000;
    padding: 3px;
    border: 1px solid #ff0000;
}

span.module_error
{
    color: #ff0000;
}


/* Font Styles */

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
h2 {
	font-size: 16pt;
}
.heading
{
	font-size: 16pt;
}

.large
{
	font-size: 12pt;
}

.small
{
    font-size: 9pt;
}

.smaller
{
    font-size: 8pt;
}

.really_small
{
    font-size: 7pt;
}

.italic
{
    font-style: italic;
}

.bold
{
	font-weight: bold;
}

.underline 
{
	text-decoration: underline;
}

/* End Font Styles */

/*
 *  Floats
 */

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.cleft
{
	clear: left;
}

.cright
{
	clear: right;
}

/******* End floats ********/


.popup {
	border: solid 2px silver;
	background: white;
	padding: 5px;
}

.popup .top .title {
	font-weight: bold;
	float: left;
}
.popup .top {
	border-bottom: solid 1px silver;
	padding-bottom: 3px;
}

.popup .top .close {
	float: right;
}
.popup .top .close span {
	color: #004080;
	cursor: pointer;
}
.popup .top .close span:hover {
	color: #0060C0;
}

.popup .content {
	padding: 8px;
}

.content_header{
/*	width: 750; */
}

.content_header div{
	padding: 5px 7px;
}

.footprints a{
	color: #215191;
}

.message{
color: #080;
font-weight: bold;
}

/* Move these to index.css */

.location
{
	padding-top: 5px;
	padding-left: 5px;
}

.location div
{
	padding-top: 7px;
	padding-left: 4px;
}


.index_contents{
	padding: 0px 0px;
	width: 400px;
}

.index_contents div
{
	padding: 0px 8px;
	padding-bottom: 8px;
}

.right_sidebar{
	width: 190px;
	padding-bottom: 10px;
}

.specials
{
}

.business_hours
{
	padding-top: 10px;
	padding-left: 5px;
}



/* This needs to be moved to the about.css */

.about_content
{
	padding: 8px 10px;
}


/* This needs to be moved to the contact.css */

.contact_form div
{
	padding: 3px 2px;
}

.contact_content{
	padding-left: 10px;
	padding-bottom: 10px;
}


/* move to content.css */

table.border {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.border tr{
	vertical-align: top;
}

table.border td{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 2px 3px;
}

/* needs to be moved to category.css */
table.model_view{
}

table.model_view tr{
	vertical-align: top;
}


.pointer {
	cursor: pointer;
}

.instruction {
	color: #383838;
	font-style: italic;
}

.fields_table td, .fields_table input, .fields_table select {
	font-size: 9pt;
}

.buy-form h3, .buy-form .instruction, .buy-form button {
	font-weight: bold;
	font-style: normal;
color: #047;
}

.buy-form hr {
height: 1px;
border: none;
background: #047;
}

.buy-form button /*, .buy-form input, .buy-form textarea, .buy-form select*/ {
border: 1px solid #047;
}
.buy-form button {
background: white;
cursor: pointer;
}

.options {
	font-size: 12pt;
}

.options li {
	margin-bottom: 6px;
}

div.print-link {
	position: relative;
	text-align: right;
}

.print-link div {
	text-align: right;
	position: relative;
	float: right;
	top: -20px;
	left: -5px;
}

.print-link a img {
	position: relative;
	top: 2px;
}

	
.op_links {
	float:right;
}

.op_links:before {
	content: '[ ';
}
.op_links:after {
	content: '] ';
}

h2 {
	margin-top: 2px;
}

h3 {
	margin-top: 2px;
}

.not-applicable {
	color: #999;
}

table.order td, table.order th{
	text-align: right;
	padding-left: 30px;
}
table.order th {
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	border-bottom: 1px solid gray;
}

table.order .name-field {
	text-align: left;
	padding-left: 0px;
}

