@charset "utf-8";
body {
	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;
	background-color: #FFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
}
.oneColFixCtrHdr #header {
	width: 100%;
	background-image: url(images/toptile.jpg);
	height: 193px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(images/banner.jpg);
	height: 193px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 200;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/leftframe.jpg);
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 110px;
	float: left;
	background-repeat: no-repeat;
	width: 740px;
	background-position: left top;
	margin-right: 40px;
	position: relative;
	font-size: 100%;
	height: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#mainContent1 {
	width: 960px;
	background-image: url(images/rightframe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: auto;
	position: relative;
	z-index: 200;
}

.oneColFixCtrHdr #footer {
	width: 100%;
	background-color: #000;
	background-image: url(images/bottomtile.jpg);
	height: 350px;
	float: left;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: .9em;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	vertical-align: top;
}
#footer2 {
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	font-size: .9em;
}
a:link {
	color: #DA251C;
	text-decoration: none;
}
#menu {
	width: 700px;
	height: 40px;
	padding-top: 34px;
	padding-left: 430px;
	z-index: 100;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
}
#productpagecontainer {
	height: auto;
	width: 700px;
}

h2 {
	font-size: 1.1em;
	color: #DA251C;
	font-variant: small-caps;
}
a:visited {
	color: #B81B12;
	text-decoration: none;
}
a:hover {
	color: #DA251C;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
	font-size: 100%;
}
.oneColFixCtrHdr #mainContentgallery {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 110px;
	padding-bottom: 20;
	padding-left: 110px;
	float: left;
	background-repeat: no-repeat;
	width: 740px;
	height: 600px;
}
#sidemenu {
	float: left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-right: 15px;
}
.imgleft {
	margin-right: 10px;
}
.oneColFixCtrHdr #container #mainContent1 #mainContent #mainContent2 #mainContent3 #mainContent4 p span {
	text-align: left;
}
.td {
	font-size: .8em;
}
#mainContent1gallery {
	width: 960px;
	background-image: url(images/rightframe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 900px;
	position: relative;
	z-index: 0;
}
#mainContent1products {
	width: 960px;
	background-image: url(images/rightframe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	position: relative;
	z-index: 200;
	height: 2400px;
}
#mainContentContact {
	width: 960px;
	background-image: url(images/rightframe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 960px;
	position: relative;
	z-index: 200;
}
