/*center hack */
body {
	text-align:center;
	background-image: url(images/filterbg2.gif);
}

#wrapper{
	min-width:760px;
	max-width:960px;
	width: auto !important; /*IE6 hack */
	width: 960px; /*IE6 hack */
	margin: 20px auto; /*center hack */
	text-align:left; /*center hack */
	border: 2px solid black;
	background-color: #FFFFFF;
	background-image: url(images/headerbg2.jpg);
	background-repeat: repeat-x;
}


a {
	text-decoration: none;
	color: #A4C1C9;
}
/*header */
#header {
	margin:0;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 189px;
}

/*logo*/
#logo {
	margin:0;
	padding-left: 50px;
	padding-top: 20px;
	width: 300px;
	float: left;
}

#logo img{float:left}

#tag {
	margin:0;
	float: left;
}
#tag h2{
	font-weight:bold;
	font-size: 3em;
	padding-top: 50px;
}

/*menu */

#menu {
	clear:both;
	margin: 0 auto;
	background-color: red;
	border-bottom: 5px solid #ccc;
	height: 30px;
	padding-left: 50px;
}
.menuitem {
	float: left;
	margin-right: 25px;
	padding-top: 5px;
	padding-left: 25px;
}

.menuitem a{
	color: #000000;
	font-size: 1.5em;
}

.menuitem a:hover{
	color: #ffffff;
}

/*Content */
#content {
	padding:25px 50px
}
#content h2{
	font-weight:bold;
	font-size: 1.5em;
	margin-top: 0px;
}

/*Content Home PAge */
#contenthome {
	float: left;
	width: 80%;
}

#contenthome img{float:left;
padding:0 10px 10px 0;}

#contenthome p{
	padding-right:20px;
}

#contenthome h3{
	font-weight:bold;
	font-size: 1em;
}

/*For Link Buttons on Home Page */
#rightcol{
	float:right;
	width: 20%;
	margin-left: -20px;
}

#rightcol img{
	width: 180px;
	overflow: hidden;
}

/*Bottom External Links */
#bottomlinks{
	clear: both;
	padding-left: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#bottomlinks img{padding-right:50px}


/*Product pages */

div.product {
	width:90%;
	clear: both;
	margin-top: 10px;
}
div.product img{
	float: left;
	padding-right: 10px;
}


/* Footer */
#footer {
	padding: 10px;
	background: #5F919E;
	border-top: 5px solid #4C747E;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
}

#footer a {
	color: #FFFFFF;
}


ol{margin-left:20px}

.quote{
	font-style:italic;
	font-size: 1.2em;
}
.clear{clear:both}
.lastpara {margin-bottom:0}

div.photogroup {
	width:45%;
	float:left;
	text-align: center;
}

div.photogroup img{
	width:95%
}

div.photogroup p{
	text-align:center;
	clear: both;
}

.testimonial {
	padding: 0 20px;
	font-style: italic;
	margin-bottom: 0px;
	clear: both;
}
.customer {
	float:right;
	padding-right: 30px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}

div.video{
	width:55%;
	float: left;
}
img.pdf{
	height:30px
}
