/* Default CSS Stylesheet for a new Web Application project */

BODY
{   
    FONT-FAMILY: Times New Roman,  Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
    background-color: #ffffff;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
}
DIV.topbar
{
	width: 100%;
	height:120px;
	margin: 0px;
	padding: 0px;
}
DIV.menubar
{	
	width: 980px;
	vertical-align:middle;
	height:30px;
	text-align:left;
	padding: 0px;
	margin: 0px;
    background-image: url(images/menubg.jpg);
	border-top: solid 1px #c09b5c;
}
DIV.mainmid
{
	width: 100%;
	margin: 0px;
	BACKGROUND-COLOR: #ffffff;
    text-align:left;
}
DIV.base
{	
    background-image: url(images/base.jpg);
    background-repeat:repeat-y;
    height: 140px;
    background-color: #C09B5C;
}
DIV.frame
{
	width: 980px;
	background-color:#ffffff;
    background-repeat:no-repeat;
    border-top-style: solid;
	border-top-color: #c0c0c0;
	border-top-width: 2px;
    border-left-style: solid;
	border-left-color: #c0c0c0;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
	border-right-width: 2px; 
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 2px; 
	padding:10px;
	margin:0px;
	
}
DIV.menuspace
{
	width: 780px;
	height:200px;
	padding:0px;
	margin:0px;
}
DIV.menu
{
	width: 770px;
	height:30px;
	text-align: left;
	padding-top: 10px
}
DIV.main
{
	width: 790px;
	background-color:#ffffff;  
	border-top-style: solid;
	border-top-color: #94A1A9;
	border-top-width: 1px;
    border-left-style: solid;
	border-left-color: #42506A;
	border-left-width: 3px;
	border-right-style: solid;
	border-right-color: #42506A;
	border-right-width: 3px;  
	border-bottom-style: solid;
	border-bottom-color: #94A1A9;
	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: #94A1A9;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #94A1A9;
	border-right-width: 1px;  
	border-bottom-style: solid;
	border-bottom-color: #94A1A9;
	border-bottom-width: 1px; 
	padding:10px;
	text-align:center
}
DIV.basemenu
{
	height: 60px;
	width:790px;
	background-color: #ffffff;
	vertical-align: top;
	text-align:center;	
	border-collapse: collapse;
    border-left-style: solid;
	border-left-color: #42506A;
	border-left-width: 3px;
	border-right-style: solid;
	border-right-color: #42506A;
	border-right-width: 3px;  
	border-bottom-style: solid;
	border-bottom-color: #42506A;
	border-bottom-width: 3px; 
	padding:0px;
}
DIV.leftmenu
{
	width: 150px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
	vertical-align:top;
}

DIV.specials
{
	width: 160px;
	text-align: center;
	padding: 5px;
	padding-top: 10px;
	float:left
}
DIV.specialsright
{
	width: 200px;
	text-align: center;
	padding: 5px;
}
TABLE.menu
{
	margin: 0px;
	padding: 0px
}
TD.menu
{
	height: 30px;
	width: 140px;
	text-align:center;
	border-left: solid 1px #c09b5c;
}
TD.menuright
{
	height: 30px;
	width: 130px;
	text-align:center;
	border-left: solid 1px #c09b5c;
	border-right: solid 1px #c09b5c;
}
TD.basemiddle
{
	height: 50px; 
	border-collapse: collapse;
	vertical-align: bottom;
	text-align: center;
    width: 600px;
	color: #ffffff;
}
IMG.1 	
{
	margin: 1px;
	width: 45px;
	height: 45px;
	padding: 0px;
    display: block;
}	
A:link	{	
	text-decoration:	none;
	color:	#00483A;
	font-weight:bold
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#00483A;
	font-weight:bold
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#00483A;
	font-weight:bold
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#c19c5d;
	font-weight:bold
	}

A.menu:link	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 10pt;
	font-weight:bold
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 10pt;
	font-weight:bold
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	#ffffff;
	font-size: 10pt;
	font-weight:bold
	}	
		
A.menu:hover	{	
	text-decoration:	none;
	color:	#cccccc;
	font-size: 10pt;
	font-weight:bold
}

A.content:link	{	
	text-decoration:	none;
	color:	#6E843C;
	font-weight:bold
	}	
		
A.content:visited	{	
	text-decoration:	none;
	color:	#6E843C;
	font-weight:bold
	}	
		
A.content:active	{	
	text-decoration:	none;
	color:	#6E843C;
	font-weight:bold
	}	
		
A.content:hover	{	
	text-decoration:	none;
	color:	#000000;
	font-weight:bold
}
A.product:link	{	
	text-decoration:	none;
	color:	#c19c5d;
	font-weight:bold;
	height: 15px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #167663;
	padding-left:4px;
	font-size: 10pt;	
	}	
		
A.product:visited	{	
	text-decoration:	none;
	color:	#c19c5d;
	font-weight:bold;
	height: 15px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #167663;
	padding-left:4px;
	font-size: 10pt;
	}	
		
A.product:active	{	
	text-decoration:	none;
	color:	#c19c5d;
	font-weight:bold;
	height: 15px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #167663;
	padding-left:4px;
	font-size: 10pt;
	}	
		
A.product:hover	{	
	text-decoration:	none;
	color:	#ffffff;
	font-weight:bold;
	height: 15px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #8D8F5D;
	padding-left:4px;
	font-size: 10pt;
}
A.productHead:link	{	
	text-decoration:	none;
	color:	#c19c5d;
	font-weight:bold;
	height: 20px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #00483A;
	padding-top: 2px;	
	padding-left:4px
	}	
		
A.productHead:visited	{	
	text-decoration:	none;
	color:	#c19c5d;
	font-weight:bold;
	height: 20px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #00483A;
	padding-top: 2px;
	padding-left:4px	
	}	
		
A.productHead:active	{	
	text-decoration:	none;
	color:	#c19c5d;
	font-weight:bold;
	height: 20px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #00483A;
	padding-top: 2px;
	padding-left:4px	
	}	
		
A.productHead:hover	{	
	text-decoration:	none;
	color:	#ffffff;
	font-weight:bold;
	height: 20px;
	width: 140px;
	margin-bottom: 1px;
	background-color: #BD995B;
	padding-top: 2px;
	padding-left:4px	
}
IMG.content
{
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}
IMG.contentright
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
IMG.contentleft
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
IMG.product
{
	margin-bottom: 50px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
