body  {
	font-size: 14px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	background: #e3dcc0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #8a2629;
} 
p, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
/*HEADER */
#header { 
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 108px;
	margin: 0;
} 
#logo-container { 
	background: url(../images/bgd-logo-area.jpg) no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 108px;
	width: 290px;
	float: left;
	margin: 0;
} 
.m-and-m-logo{
	background: url(../images/logo-m-and-m.png) right no-repeat;
}
#header-menus-container {
	height: 108px;
	width: 610px;
	float: left;
	padding: 0;
	margin: 0;
}
#menu-holder {
	background: url(../images/bgd-header-menu.jpg) no-repeat;
	height: 69px;
	width: 550px;
	float: left;
	padding: 0 0 0 60px;
	margin: 0;
}
#submenu-holder {
	background: url(../images/bgd-submenu.jpg) repeat-x;
	height: 39px;
	width: 585px;
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	line-height: 39px;
	color: #c8d3de;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
#submenu-holder a, #submenu-holder a:visited {
	color: #ffffff;
	text-decoration: none;
}
#submenu-holder a:hover {
	color: #c8d3de;
	text-decoration: none;
}


/*MAIN AREA */
#shadow-holder {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgd-header-shadow.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
	height: 24px;
	position:relative;
	z-index: 2;
}
#contentHolder { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgd-index.jpg) right no-repeat;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 480px;
	float: left;
} 
#interiorContentHolder { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 480px;
	float: left;
} 
#productsContentHolder { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 367px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0;
	margin: 0;
}
#gallerysidebarcontainer1 {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 50px 0 0 0;
	margin: 0;
	height: 300px
}
#mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 50px 50px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 370px;
	height: 356px;
} 
#interiorContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 50px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 430px;
	font-size: 12px;
} 
#gallerysidebarcontent {
}
#galleryContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0 50px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 200px;
	font-size: 12px;
} 

#productsContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 50px 50px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
	font-size: 12px;
} 

#interiorContent a, #interiorContent a:visited{ 
	color: #8a2629;
}
#interiorContent a:hover {
	color: #e5b53b;
}
#sidebar1 a, #sidebar1 a:visited{ 
	color: #8a2629;
	font-size: 12px;
}
#sidebar1 a:hover {
	color: #e5b53b;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #8a2629;
	line-height: 30px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #8a2629;
	line-height: 19px;
}
h2 a:link {
	font-size: 16px;
	font-weight: bold;
	color: #8a2629;
	line-height: 19px;
}
h2 a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #8a2629;
	line-height: 19px;
}

/* MAIN MENU */
a.mainmenu {
    display: block;
	float: left;
    width: 130px;
    height: 35px;
    background: url(../images/menu-normal.png) 0 0 no-repeat;
    text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 30px;
	margin-right: 5px;
}
 
a:hover.mainmenu {
    height: 35px;
    background: url(../images/menu-hover.png) 0 0 no-repeat;
	padding-top: 30px;
}

body#about a#aboutnav,
body#capabilities a#capabilitiesnav,
body#products a#productsnav,
body#gallery a#gallerynav {
    height: 35px;
    background: url(../images/menu-active.png) 0 0 no-repeat;
	line-height: 30px;
}
body#about a:hover#aboutnav,
body#capabilities a:hover#capabilitiesnav,
body#products a:hover#productsnav,
body#gallery a:hover#gallerynav {
    height: 35px;
    background: url(../images/menu-hover.png) 0 0 no-repeat;
	padding-top: 30px;
}

/* FOOTER */
#footer { 
	padding: 0 0 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/bgd-footer.jpg) repeat-x; 
	height: 60px;
	margin: 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 60px;
	color: #ffffff;
}
#footer a, #footer a:visited {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
}
#footer a:hover {
		color: #e5b53b;
}
.subhead {
		color: #8a2629;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
}
.caption {
		color: #000000;
		text-decoration: none;
		font-size: 12px;
		line-height: 14px;
}
 a.bodylink, a.bodylink:visited {
		color: #8a2629;
		text-decoration: none;
		font-weight: bold;
}
 a.bodylink:hover {
		color: #e5b53b;
}



/* MISC */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	padding: 0;
	margin: 0;
}
