/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-image: url(images/background.jpg);
    background-repeat:no-repeat;
    text-align:center;
    margin-top: 0px
}
DIV.frame
{
	width: 790px;
	height:210px;	
	background-color:#ffffff;
    background-image: url(images/header7.jpg);
    background-repeat:no-repeat;
    border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px; 
	padding:0px;
	margin:0px;
	text-align:center
}
DIV.menuspace
{
	width: 780px;
	height:187px;
	padding:0px;
	margin:0px;
}
DIV.menu
{
	width: 770px;
	height:20px;
	text-align: left;
	font-size: 10pt;	
}
DIV.main
{
	width: 770px;
	height:auto;	
	background-color:#ffffff;
    border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;  
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px; 
	padding:10px;
	text-align: left
}
DIV.maincenter
{
	width: 790px;
	height:400px;	
	background-color:#ffffff;
    border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;  
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px; 
	padding:10px;
	text-align:center
}
DIV.basemenu
{
	height: 110px;
	width:790px;
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;
	BACKGROUND-IMAGE: url(images/basemenu2.jpg);	
	border-collapse: collapse;
	font-size:	10pt;
    border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;  
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px; 
	padding:0px;
}
DIV.copyright
{
	height: 40px; 
	border-collapse: collapse;
	font-size: 8pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 780px;
	color: #000000;
	padding-top: 10px;
}
DIV.awd
{
	height: 20px; 
	border-collapse: collapse;
	FONT-SIZE: 7pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 780px;
	color: #000000;	
	padding-top: 0px;	
}
TABLE.products
{
	width: 760px;
}
TD.productlefttext
{
	text-align:left;
	vertical-align:top;
	width: 510px;	
}
TD.productleftimg
{
	width: 250px;
	vertical-align:top		
}
TD.productrighttext
{
	text-align:left;
	vertical-align:top;
	width: 510px;
	font-size:	10pt;				
}
TD.productrightimg
{
	width: 250px;
	vertical-align:top
}
TD.form
{
	font-size:	10pt;		
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #3787BC;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.00em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3787BC;
	}

A.menu:link	{	
	text-decoration:	none;
	color:	#3787BC;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	#3787BC;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	#3787BC;
	}	
		
A.menu:hover	{	
	text-decoration:	none;
	color:	#404040;
}
A.product:link	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:bold
	}	
		
A.product:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:bold
	}	
		
A.product:active	{	
	text-decoration:	none;
	color:	#3333cc;
	font-weight:bold
	}	
		
A.product:hover	{	
	text-decoration:	none;
	color:	#3787BC;
	font-weight:bold
}
A.baselinks:link	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:visited	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:active	
{	
	text-decoration:	none;
	color:	#000000;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
		
A.baselinks:hover	
{	
	text-decoration:	none;
	color:	#cccccc;	 
	FONT-SIZE: 7pt;		 
	FONT-WEIGHT: bold 
}	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
IMG.0 	
{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
IMG.contentleft
 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	}
IMG.contentright
 	{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	}
IMG.content
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
IMG.product
{
	margin-bottom: 50px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

