body {
	margin: 0px auto;
	padding: 0px;
	/*text-align: center;*/

	font-family: Arial, Verdana, 'Times Roman';
	font-size: 12px;

	background-color: #ffffff;
}

hr {
	color: #ededed;
}

.clear {

	clear: both;

}

#menuMaster {
	margin: 0px auto;
	width: 808px;

	background: url('../images/site_bg.gif') top left repeat-y;

}

.container {
	margin: 0px auto;
	width: 800px;

	text-align: left;
}

.header {

	padding-top: 0px;
	border-bottom: 7px solid #CC0000;
}

.headerbar {
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 100%;
	background: url('../images/header_bg.gif') top left repeat-x;
}

.nav {

	height: 24px;
	padding-left: 21px;

	background: url('../images/nav_bg.jpg') top left repeat-x;

	font-family: Arial, Verdana, 'Times Roman';
	font-size: 12px;
	font-weight: bold;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

}

.nav div {
	height: 5px;
}

.nav a:link, .nav a:active, .nav a:visited {

	padding: 0px 21px 0px 8px;

	color: #676767;
	text-decoration: none;

	border-left: 3px solid #000000;

}

.nav a:hover {

	text-decoration: none;
	border-left: 3px solid #CC0000;

}


.content {

	padding: 0px 10px 10px 10px;
	border-top: 7px solid #ededed;

}

.content p {
	font-family: Arial, Verdana, 'Times Roman';
	font-size:12px;
}

.content h2 {

	font-size: 18px;
	color: #CC0202;
	font-weight: bold;
	font-family: Arial;

}

.content h3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	line-height: 26px;
}

.content h4 {
	font-size: 14px;
	color: #CC0202;
	font-weight: bold;
	font-family: Arial;
}

.dttdline{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;

}
.category {
	font-size: 18px;
	color: #CC0202;
	font-weight: bold;
	font-family: Arial;
}
.productList td {

	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;

}

.productList td.name {

	padding: 2px 3px 2px 3px;
	background-color: #CC0202;
	color: #FFFFFF;
	font-weight: bold;

}

.productList td.tag {

	padding: 2px 3px 2px 3px;
	background-color: #E2E2E2;
	color: #333333;
	font-weight: bold;

}

.productList td.desc {

	padding: 2px 3px 2px 3px;
	background-color: #F9F9F9;
	color: #333333;
	font-weight: normal;

}

.productList td.image {

	border: 1px solid #CCCCCC;

}

.photoleft {
	margin: 0px;
	padding: 3px 20px 10px 0px;
	float:left;
}

.photoright {
	margin: 0px;
	padding: 3px 0px 10px 20px;
	float:right;
}

.photocenter {
	margin: 0px 0px 0px 250px;
	padding: 0px;
}

.clear {
	clear:both;
}

/*Alternative Vertical Popup Gallery */

.vertcontainer{/*Add a height attribute and set to largest image's height to prevent overlaying*/
	position: relative;
	margin: 0px 10px 10px 10px;
	width: 150px;
	font-size: 12px;
	float: left;
}

.vertcontright {
	position: relative;
	margin: 0px 10px 10px 10px;
	width: 310px;
	font-size: 12px;
	float: right;
	clear:both;
}

.vertthumbright {
	position: relative;
	margin: 0px 10px 10px 10px;
	width: 200px;
	font-size: 12px;
	float: right;
}

.popup {
	margin: 0px;
	padding: 0px;
}

.popup img{
	border: 1px solid white;
	margin: 0px 5px 5px 0px;
}

.popup:hover{
	background-color: transparent;
}

.popup:hover img{
	border: 1px solid black;
}

.popup span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	left: -1000px;
	top: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	font-size: 12px;
	text-decoration: none;
}

.popup span img{ /*CSS for enlarged image*/
	border-width: 0px;
	padding: 0px;
	margin: 3px 4px 0px 4px;
}

.popup:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -320px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 100;
}

.vertcontright .popup:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -320px;
	left: -250px; /*position where enlarged image should offset horizontally */
	z-index: 100;
}

.vertthumbright .popup:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -180px;
	left: -300px; /*position where enlarged image should offset horizontally */
	z-index: 100;
}
/* Popup Image Galleries */


.gallerycontainer{/*Add a height attribute and set to largest image's height to prevent overlaying*/
	position: relative;
	margin: 0px 0px 10px 10px;
	height: 75px;
	font-size: 12px;
}

.thumbnail {
	float: left;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0px 5px 5px 0px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	left: -1000px;
	top: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	font-size: 12px;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0px;
	padding: 0px;
	margin: 3px 4px 0px 4px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -365px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}




/* infomodule - sections for contact page*/
.infomodule {
	margin: 10px 10px 10px 30px;
	padding: 0px;
}

.infomodule p {
	margin: 10px 0px 0px 40px;
	padding: 0px;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	line-height: 20px;
}

.infomodule h3 {
	margin: 12px 0px 0px 40px;
	padding: 0px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	line-height: 18px;
}

.infomodule a:link, .infomodule a:active, .infomodule a:visited {
	color:#000000;
	text-decoration: none;
}

.infomodule a:hover {
	text-decoration: underline;
}

.phone {
	margin: 10px 0px 0px 40px;
	padding: 0px;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	line-height: 20px;
}

.footer {

	padding-right: 15px;
	line-height: 36px;

	height: 49px;
	background: url('../images/footer_bg.gif') top left repeat-x;

	color: #ffffff;
	font-size: 11px;
	text-align: right;

}

.columnright p {
	margin: 0px 0px 10px 330px;
	padding-right: 0px;
}

.columnleft p {
	margin: 0px 0px 0px 0px;
	padding-right: 0px;
}







