/* 
  -----------------------------------
ESA - Main
  -----------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #999999;
	margin: 12px 20px;
	padding: 0;
}

#pagewrapper{
	margin: 0 auto;
	width: 940px;
}
#masthead {
}
#logodiv {
}
#menubar {
	background-color: #800000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 0.75em;
	border-bottom: 1px solid #000000;
}
.clearmenu {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#mainbox {
	height: 480px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #000000;
	background-image: url(../images/horiz_wave.jpg);
	background-repeat: no-repeat;
}
/*Sidebar is floated to the left side of the mainbox. Its left
and right padding (20px) is added to its width (172px) to
determine the horizontal space it occupies. Font size is set
to .75em.*/
#sidebar {
	float: left;
	width: 235px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 470px;
	padding: 10px;
	font-size: 0.8em;
}
#sidebar_wide {
	float: left;
	width: 850px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 470px;
	font-size: 0.85em;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 25px;
}
#gallery {
	float: right;
	width: 875px;
	height: 470px;
	font-size: 0.85em;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 25px;
}
/*Left margin is set to clear the area occupied by the floated sidebar.*/
#maincontent {
	line-height: 1.2em;
	height: 450px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-bottom: 20px;
	font-size: 0.85em;
	overflow-x: hidden;
	overflow-y: auto; 
}
.products {
	line-height: 1.6em;
}


#main_wide {
	font-size: 0.85em;
	line-height: 1.5em;
	height: 450px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 25px;
	padding-bottom: 20px;
	margin: 0;
	overflow: auto;
}
#construction {
	font-size: 0.85em;
	line-height: 1.5em;
	height: 450px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-bottom: 20px;
}


/*Footer styles*/
#footer {
	font-size: 0.7em;
	background-color: #800000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15;
	padding-bottom: 5;
	padding-left: 15px;
}
#footer p {
	margin: 0 0 3px 0;
	color: #FFFFFF;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 30px 0 0 0;
	font-size: 1.4em;
	color: #800000;
}
h3 {
	font-size: 1.2em;
}
#sidebar h3 {
	color: #666666;
}
.top {margin: 0;}

a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;
	font-weight: bold;
}
.contact_header {
	color: #FFFFFF;
	font-weight: bold;
}
.p2small {
	height: 8px;
	font-size: 0.85em;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
}
.construct_tabstext {
	font-weight: bold;
}
.tabletextcomm {
	font-size: 0.75em;
}
