html,body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:100%;
	font-family: Verdana,Corbel;
	font-size: 14px;
}
p { font-size: 14px;	line-height: 1.5em;}
h1 {	font-size: 28px;}
h2 { font-size: 24px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
img {
	box-shadow: 3px 3px 3px 3px #CCCCCC;
}
.darkshadow {
	box-shadow: 3px 3px 3px 3px #777777;
}
.noshadow {
	box-shadow: none;
}
.footer_text {
	text-decoration: none;
	width: 1000px;
}
.footer_text a {
	text-decoration: none;
}
.footer_text a:hover {
	font-size: 13px;
	font-weight: bold;
	color: navy;
}

.main_image {
	width: 550px;
}
.main_image img {
	position: relative;
	max-width: 350px;
}
.thumbnails  img{
	width: 100px; 
	margin: 23px;
}
.thumbnails img:hover {
	box-shadow: 3px 3px 3px 3px #DBA5A4;
	cursor: pointer;
}

.categorypics  img{
	margin: 5px;
}
.categorypics img:hover {
	box-shadow: 3px 3px 3px 3px #DBA5A4;
	cursor: pointer;
}

.image_viewer {
	position: relative;
	float: left:
}

.gallery_large_image {
    height: 200px;
}
.gallery_main_image {
	float: left;
    max-width: 200px;
	max-height: 200px;
    padding-left: 15px;
}
.gallery_thumbnails {
	float: left;
}
.gallery_thumbnails  img{
	width: 100px; 
	margin: 3px;
}
.gallery_thumbnails img:hover {
	box-shadow: 3px 3px 3px 3px #DBA5A4;
	cursor: pointer;
}
.gallery_image_viewer {
	position: relative;
	float: left:
}


.description {
	position: relative; 
	float: left;
	padding-left: 10px;
}
.description_width {
	width: 400px;
}
.row {
	
}
.clear {
	clear: both;
}
.nounderline {
	text-decoration: none;
}
.col25 {
	width: 24%;
	position: relative; 
	float: left;
	margin: 5px;
	padding: 3px;
}
.col30 {
	width: 30%;
	position: relative; 
	float: left;
	margin: 5px;
	padding: 3px;
}
.col50 {
	width: 48%;
	position: relative;
	float: left;
	margin: 5px;
	padding: 3px;
	line-height: 1.5em;
}
.col65 {
	width: 63%;
	position: relative;
	float: left;
	margin: 5px;
	padding: 3px;
	line-height: 1.5em;
}
.col35 {
	width: 33%;
	position: relative;
	float: left;
	margin: 5px;
	padding: 3px;
	line-height: 1.5em;
}
.col100 {
	width: 100%;
	position: relative;
	float: left;
	margin: 5px;
	padding: 3px;
	line-height: 1.5em;
}
.cta {
	font-family: Calibri;
	font-size: 14px;
	color: #525252;
	line-height: 1.5em;
}
.header {
	height: 216px;
	background-image: url('/images/header/header-background.jpg');
}	
#headerarea {
	width: 1130px;
	height: 216px;
	background-image: url('/images/header/machines.png');
	background-repeat: no-repeat;
}
#mrwlogo {
	background-image: url('/images/header/logo.png');
	width: 325px;
	height: 170px;
	margin-left: 105px;
	margin-top: 15px;
	background-repeat: no-repeat;
	position: absolute;
}
#page {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu {
	width: 1000px;
	height: 38px;
}
.inner_text {
	width: 1000px;
}
.menu {
	background: #740C16;
}

.slideshow {
	height: 200px;
	margin: 0;
	background-image: url('/images/slideshow/slideshow-background.png');
}
.slideshow_slider_info {
	height: 250px; 
	width: 200px; 
	position: relative; 
	float: left; 
	margin-top: 10px;
	font-family: Chaparral Pro SmBd,Century Gothic,Garamond;
	font-weight: bold;
	font-size: 20px;
}
.slideshow_slider_image {
	width: 500px; 
	height: 250px; 
	margin-top: 10px; 
	float: left; 
	margin-left: 35px;
}
.slideshow_bullet_holder {
	margin-top: 10px;
	position: relative;
	width: 70px;
	height: 12px;
	margin-left: -35px;
	left: 50%;
}
.slideshow_bullet {
	width: 12px;
	height: 12px;
	position: relative;
	float: left;
	background-image: url('/images/slider/bullet.png');
	margin: 1px;
}

.slider {
	height: 185px;
	background-image: url('/images/slider/slider-background.png');
}
.content {
	padding: 6px;
	min-height: 500px;
	background-image: url('/images/content/content-background.png');
}
.footer {
	height: 216px;
	width: 100%;
	background-image: url('/images/footer/footer-background.png');
}

.center {
	margin: 0px auto;
}
.centertext {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
