/* CSS Document */

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}

/*h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.75em;
	font-weight:normal;
	color:#FFF;
	margin:0;
	padding-left:5px;
}*/

p.telephone
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:normal;
	color:#FFF;
	margin:0 0 15px 0;
	padding-left:5px;
}

p.charges_call
{
	padding-left:10px;
	font-size:1.16em;
	font-weight:bold;
	margin-top:15px;
}


h1
{
	font-size:1.33em;
	color:#142702;
	margin-bottom:10px;
}

h2
{
	color:#585858;
    font-size: 1em;
    font-weight: normal;
	margin-bottom:10px;
}

#main_column h3
{
	margin-bottom: 1em;
	border-top: 1px solid #000;
	padding-top: .5em;
	margin-top: .5em;
}

div#right_column p
{
	color:#585858;
	margin-bottom:10px;
}

#main_column a,
#main_column a:link
#main_column a:active
{
	color: #008A08;
}

#main_column a,
#main_column a:visited
#main_column a:hover
{
	color: #6EB444;
}

/****** Cart   ******/

div#right_column div.checkout p#cart_header
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#008a08;
	text-transform:uppercase;
	font-size:1.5em;
	margin:0 0 5px 0;
}

div#right_column div.checkout p
{
	margin-bottom:0;
}

div#right_column div.checkout
{
	text-align:center;
}


