﻿body
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #585D61;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:hover
{
	color: #003300;
}

h1, h2, h3, h4
{
	color: #006600;
}

#container
{
	padding: 5px 5px 5px 5px;
}
#main
{
	position: relative;
	top: -10px;
	width: 934px;
	margin-left: auto;
	margin-right: auto;
	background-repeat:repeat-y;
	background-image: url(../images/main-bg-tile_1.gif);
}
#header
{
	width: 896px;
	height: 230px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
#banner
{
	width: 896px;
	height: 211px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#bannerBottom
{
	width: 896px;
	height: 19px;
	background-image: url(../images/main-hdr-btm.jpg);	
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#menu_container
{
	position: relative;
	height: 25px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #585D61;
	width: 896px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2
{
	padding: 0;
	margin: 0;
	border-top: 5px solid #009900;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}

#modernbricksmenu2 ul
{
	margin: 0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0px;
	list-style: none;
}

#modernbricksmenu2 li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#modernbricksmenu2 a
{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 4px 0 0;
	padding: 5px 10px;
	background-color: black;
	border-top: 1px solid white;
}

#modernbricksmenu2 a:hover
{
	background-color: #009900;
	color: #99CC00;
}

#modernbricksmenu2 #current a
{
	/*currently selected tab*/
	background-color: #D25A0B;
	color: white;
	border-color: #D25A0B;
}

/*End: Dynamic Drive CSS Library */

#phone
{
	position: absolute;
	top: 10px;
	right: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	z-index: 99;
}

#content_container
{
	position: relative;
	text-align: left;
	min-height: 300px;
	width: 934px;
	height: auto;
}

#content
{
	position: relative;
	width: 876px;
	min-height: 500px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#top
{
	background-image: url(../images/top.gif);	
	background-repeat:no-repeat;
	height:40px;
	width:934px;
	margin-left: auto;
	margin-right: auto;
}

#bottom
{
	position: relative;
	top: -10px;
	background-image: url(../images/bottom.gif);
	background-repeat:no-repeat;
	height:40px;
	width:934px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#breadcrumbs
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumbs a
{
	font-weight: bold;
}

.note
{
	font-size: xx-small;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

.callout
{
	border: 2px solid #009900;
	background-color: #bfcfbf;
	width: auto;
	padding: 10px;
	margin: 10px 10px 10px 10px;
	font-style: italic;
}

.contentImage
{
	border: 1px solid #000;
	margin: 20px;
}

#bottomContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 896px;
	text-align: center;
	height: 60px;
	border-top: 1px solid #009900;
}

#sitemap
{
	padding: 5px 5px 5px 5px;
}

#footer
{
	font-size: x-small;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a
{
	font-weight: bold;
}

table.specs td.title 
{
	background-color:#999999;
	color:#FFFFFF;
	font-size:17px;
	padding-left:4px;
}

table.specs td.data 
{
	background-color:#DDDDDD;
	padding:6px;
	text-align:left;
}
	
table.specs td 
{
	margin:5px;
	padding:7px;
}

.graph
{
	width: 850px;	
}

.product_box
{
	border: 1px solid #ccc;
	background-color: #DDF1DA;
	padding-left: auto;
	padding-right: auto;
	float: left;
	width: 200px;
	margin: 20px;
	position: relative;
	text-align: center;
}

.product_box img
{
	width: 200px;
}

.product_title
{
	padding: 4px;
	height: 20px;
}

.product_box span
{
	position: absolute;
	bottom: 8px;
	left: 0px;
	padding: 2px 4px 2px 4px;
	height: 10px;
	color: #000;
	cursor: pointer;
}