﻿body {
	Margin: 0px;
	padding: 0px;
	background-image:url(/App_Theme/images/homeBg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #666666;
	/*font-family: Arial, Sans-Serif;
	font-size: .95em;
	line-height: 1.25em;
	color: #666666;*/
}

a {
	text-decoration: none;
	color: #608bb8;
}
a.resources {
	font-weight:bold;
}
a.resources:visited {
	color: #9d11b3;
}
a:hover {
	text-decoration: underline;
}


/* .a, a 
{
	color: #3399cc;
}
*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.h1, h1
{
	font-family: Arial, Sans-Serif;
	font-size: 2em;
	color: #0168b3;
	margin-top: 10px;
	font-weight: lighter;
	
}

.productsH1 
{
	font-family: Arial, Sans-Serif;
	font-size: 1.5em;
	color: #000000;
	font-weight: lighter;
}

.h2, h2 
{
	font-size: 	1.05em;
	line-height: .95em;
	font-weight: bold;
	color: #666666;
}

.p, p 
{
	
}

.editPageLink
{
	font-family: Arial, Verdana,;
	color:blue;
	font-size: 11px;
	line-height: 16px;
	cursor:hand;
	cursor:pointer;
	text-decoration: underline;
}


/* interface framework 
------------------------------------------------------------------------------ */

.wrapper 
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#topbar 
{
	height: 110px;
}

#navigationDiv
{
	float: right;
	width: 700px;
	margin-top:35px;
}

#logo
{
	width: 232px;
}

#prodImgDiv 
{
	width: 942px; margin-left: auto; margin-right: auto; margin-top: 10px;
	background-image: url(/App_Theme/images/fpProdBg.jpg);
	background-repeat: no-repeat;
	height: 115px;
}

#footer 
{
	border-top: 4px solid #ccc;
	padding-top: 10px;	
	margin-top: 40px;
	color: #999999;
	line-height: 19px;
}


/*- virtMenu--------------------------- */
	
	
#virtMenu {
	width: 232px;
	margin: 0px;
	}
	
#virtMenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#virtMenu li a:link, #virtMenu li a:visited {
	color: #fff;
	display: block;
	background:  url(/App_Theme/images/virtMenu.gif);
	padding: 8px 0 0 10px;
	}
	
#virtMenu li a:hover {
	color: #fff;
	background:  url(/App_Theme/images/virtMenu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}		
