﻿html {height:100%;}

body
{
	margin:0; 
	padding:0; 
	height:100%;
	background-image: url('../WebsiteImages/head/gradientRepeat.png');
	background-repeat: repeat-x;
}
/*layout*/

#wrap
{
	width:1000px;
	height:100%;
	margin:auto;
	
	/*border:1px,gray,solid;
	border-width:0 1px;*/
}
/*
_html #wrap 
{
	height:100%;
}*/

#header
{
	height:200px;
}

#logoHead
{
	height:135px;
	width: 100%;
}

#navigation
{
	width: 1000px;
	height:65px;
}

#footer
{
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	width: 100%;
}

/*MasterPage Layout Left Column and main Content*/
#contentMain
{
	width:100%;
	
}

#leftPanel
{
	width:220px;
}

/*End MasterPage Layout Left Column and main Content*/

/*End Layout*/


/*Navigation layout and styles*/
.spacer
{
	width: 6px;
	height: 65px;
	background-image: url('../WebsiteImages/head/navigationSplit.png');
	background-repeat: no-repeat;
}

.navleft
{
	height:65px;
	width:21px;
	background-image: url('../WebsiteImages/head/navigationLeft.png');
	background-repeat: no-repeat;
}

.navright
{
	height:65px;
	width:21px;
	background-image: url('../WebsiteImages/head/navigationRight.png');
	background-repeat: no-repeat;
}

.navcells
{
	width: 187px;
	background-image: url('../WebsiteImages/head/navigationRepeat.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	vertical-align:middle;
}

.navButtons
{
	margin-top:7px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width:100%;
	height:58px;
	background-color: rgba(0,0,0, 0.0);
	background-color:Transparent;
	cursor:pointer;
}

/*End Navigation layout and styles*/

.navButtons:hover
{
	text-decoration:underline;
}


/* Links in categories section */
.fontTypeItemLinks
{
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.nodeAlignment
{
	text-align:left;
	vertical-align:top;
}




