body{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}

img{
	border-style: none;
}

a:link, a:active{
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #898ab1;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #bb2922;
	text-decoration: underline;
	font-weight: bolder;
}



/************************************** layout ****************************************/
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;	
}

#header {
	width: 800px;
	height: 250px;
	clear: both;

}

#left {
	width: 223px;
	height: auto;
	float: left;
	padding: 5px;
	clear: left;
}

#right {
	width: 548px;
	height: auto;
	float: left;
	margin-left: 3px;
	padding-right: 15px;
	padding: 5px;
	clear: right;
}

#footer{
	width: 750px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	clear: both;
	font-size: 0.75em;
	text-align: right;
	padding: 5px;
}



/**************************** header ******************************************/
#logo{
	float: left;
	width: 220px;
	height: 170px;
	padding-top: 45px;
}

#banner_container{
	float: left;
	width: 554px;
	height: 250px;
	padding-left: 20px;
}

#banner{
	width: 554px;
	height: 250px;
}



/************************ left *************************************************/
.nav_container{
	width: 223px;
	height: auto;
	padding-bottom: 9px;

}

.nav_header{
	width: 223px;
	height: 39px;
	background: url(images/left_01.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.nav_heading{
	width: 223px;
	height: 20px;
	padding-top: 14px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.nav_body{
	width: 223px;
	background: url(images/left_02.png) repeat-y;
	overflow: auto;
}

.nav_content{
	width: 210px;
	padding: 5px;
}

.nav_footer{
	width: 223px;
	height: 5px;
	background: url(images/left_03.png) no-repeat;
}


/*left contact buttons */
.leftcontact{
	width: 140px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 5px;
}


/******************* right ************************************************/
#right_top{
	width: 548px;
	height: 7px;
	background: url(images/content_01.png) no-repeat;
}

#right_body{
	width: 548px;
	height: auto;
	background: url(images/content_02.png) repeat-y;
	overflow: auto;
}

#right_bottom{
	width: 548px;
	height: 5px;
	background: url(images/content_03.png) no-repeat;
}

#content{
	width: 528px;
	height: auto;
	/*padding: 5px;*/
	padding-left: 10px;
	padding-right: 10px;
}



/******************* index products **************************************/
#productsdis{
	width: 548px;
	height: 135px;
	padding-bottom: 5px;
}

.pdis_thumbnail{
	position: relative;
	z-index: 0;
}

.pdis_thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.pdis_thumbnail span{
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	border: 2px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.pdis_thumbnail span img{
	border-width: 0;
	padding: 2px;
}

.pdis_thumbnail:hover span{
	visibility: visible;
	top: 0px;
	left: 50px; /*position where enlarged image should offset horizontally */
}

.pdispad {
	padding-left: 4px;
}

/******************************************************************************/
.center{
	margin-left: auto;
	margin-right: auto;
}

/********************************** product pages ***************************/
.maintable {
	width: 528px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: none;
}

.col {
	width: 250px;
	heigth: auto;
	padding: 5px;
	border: #666666 1px dashed;
}
