@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#333333;
	margin-top:0px;
	}
	
#topBanner {
	position:relative;
	float:left;
	width:980px;
	height:300px;
	}
	
#bannerMedia {
	position:absolute;
	width:680px;
	left:300px;
	top:0px;
	z-index:1;
	}
	
#logo {
	position:absolute;
	top:50px;
	left:50px;
	z-index:2;
	}
	
#phone {
	position:absolute;
	top:170px;
	left:50px;
	z-index:3;
	font:20px Arial;
	color:#FFFFFF;
	text-align:left;
	}
	
#leftPhoto {
	float:left;
	margin-right:20px;
	border:0px;
	}
	
#rightPhoto {
	float:right;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:10px;
	border:0px;
	}

/* Class Styles */
	
.location {
	font: 10px Arial;
	color:#666666;
	margin-left:20px;
	margin-top:10px;
	text-align:left;
	}
	
.Header {
	font:30px Arial;
	color:#333333;
	margin-left:20px;
	margin-top:10px;
	text-align:left;
	font-weight:700;
	}
	
.productTitle {
	font:13px Arial;
	color:#333333;
	font-weight:700;
	padding-left:20px;
	padding-right:20px;
	line-height:16px;
	text-align:left;
	}
	
.bodyText {
	font:12px Arial;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	line-height:16px;
	text-align:left;
	}
	
.bodyTextCenter {
	font:12px Arial;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	line-height:16px;
	text-align:center;
	}
	
.products {
	
	font:12px Arial;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	line-height:16px;
	text-align:left;
	border-width: 0px;
	border-spacing: 0px;
	
}

.products th {
	
}
.products td {
	border-bottom:1px solid #000000;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;	
}.bodyTextCenterred {
	color: #F00;
}

