/* CSS Document */
.body
{
	background-image:url(images/body.jpg);
	background-position:top left;
	background-color:#D85B60;
	background-repeat:no-repeat;
}
/* layout */
.header
{
	background-image : url('images/header.gif');
	height: 57px;
	background-position: top;
}

.kiddiesheader
{
	background-image : url('images/pages/kids/header.gif');
	height: 57px;
	background-position: top;
}
.eyewearheader
{
	background-image : url('images/pages/eye/header.gif');
	height: 57px;
	background-position: top;
}

.mapleheader
{
	background-image : url('images/pages/maple/header.jpg');
	height: 57px;
	background-position: top;
}

.dowheader
{
	background-image : url('images/pages/dow/header.jpg');
	height: 57px;
	background-position: top;
}

.ballisticheader
{
	background-image : url('images/pages/ballistic/header.gif');
	height: 57px;
	background-position: top;
}

.left
{
	width: 121px;
	height:423px;
	background-image:url('images/left2.jpg');
	background-position: top;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
 	border-left: 1px solid #C51015;
}

.mapleleft
{
	width: 122px;
	height:423px;
	background-image:url('images/pages/maple/left.jpg');
	background-position: top;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
 	border-left: 1px solid #C51015;
}

.eyeleft
{
	width: 121px;
	height:423px;
	background-image:url('images/pages/eye/left.jpg');
	background-position: top;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
 	border-left: 1px solid #C51015;
}

.readingleft
{
	width: 121px;
	height:423px;
	background-image:url('images/pages/reading/left.jpg');
	background-position: top;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
 	border-left: 1px solid #C51015;
}

.dowleft
{
	width: 121px;
	height:423px;
	background-image:url('images/pages/dow/left.jpg');
	background-position: top;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
 	border-left: 1px solid #C51015;
}

.ballisticleft
{
	width: 121px;
	height:423px;
	background-image:url('images/pages/ballistic/left.jpg');
	background-position: top;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
 	border-left: 1px solid #C51015;
}

.left2
{
	width: 121px;
	height:423px;
	background-image:url('');
	background-position: top;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
 	border-left: 1px solid #C51015;
}

.main
{
	background-image : url(images/main2.jpg);
	width: 531px;
	height:423px;
	background-position:top;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

.main2
{
	background-image : url();
	width: 531px;
	height:423px;
	background-position:top;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

.right
{
	background-color: #000000;
	background-repeat:repeat-y;
	width:108px;
	height:423px;
	border-right: 1px solid #C51015;
}

.bottom
{
	background-image:url(images/bottom.jpg);
	background-position:top;
	height:20px;
}

.maplebottom
{
	background-image:url(images/pages/maple/bottom.jpg);
	background-position:top;
	height:20px;
}

.dowbottom
{
	background-image:url(images/pages/dow/bottom.jpg);
	background-position:top;
	height:20px;
}

.ballisticbottom
{
	background-image:url(images/pages/ballistic/bottom.jpg);
	background-position:top;
	height:20px;
}

/* text */

.content
{
	font-size:11px;
	font-family:Verdana;
	color: #C51015;
	padding-top: 263px;
	padding-bottom:0px;
	padding-left: 10px;
	
}

.content2
{
	font-size:11px;
	font-family:Verdana;
	color: #C51015;
	padding-top: 10px;
	padding-bottom:0px;
	padding-left: 10px;
	text-align:justify;
	
}

.head
{
	font-size:12px;
	font-family: Verdana;
	color:#C51015;
	padding: 10px 10px;
	font-weight: bold;
}

.nav a {
	position:absolute;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #006229;
	/*width: 120px;
	height: 20px;*/
	padding: 0px 7px;
	float: left;
	margin-left: 2px;
	text-decoration: none;
	/*background-color: #B9CBE6;*/
	
	}
	
.nav a:hover {
	
	color: #000000;
	/*background-color: #D60026;*/
	
	}
	
.navover {

	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
	color: #006229;
	/*background-color: #D60026;*/
	padding: 10px 5px;
	float: left;
	margin-left: 2px;
	text-decoration: none;
	
	}
	
	.title
{
	position:absolute;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #006229;
	/*width: 120px;
	height: 20px;*/
	padding: 0px 7px;
	float: left;
	margin-left: 2px;
	text-decoration: none;}
	
.submenu
{
	position:absolute;
	left: 25px;
	font-family: verdana;
	font-size: 10px;
	visibility: hidden;
	color: #000000;
	padding: 0px 7px;
	margin-left: 2px;
	}
.text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blueborderall {
	border: 1px solid #00AEEE;
}
.borderall {
	border: 1px solid #000000;
}
