/* //////////////////////////////////////////////////////////// BEGINE LAYOUT */

#background_top {
	background-image: url(/graphics/background_top.gif);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 500px;
}

#background_left_shade {
	background-image: url(/graphics/background_left_shade.gif);
	position: absolute;
	left: 50%;
	top: 0px;
	width: 40px;
	height: 500px;
	margin-left: -440px;
}
#background_right_shade {
	background-image: url(/graphics/background_right_shade.gif);
	position: absolute;
	left: 50%;
	top: 0px;
	width: 40px;
	height: 500px;
	margin-left: 400px;
}
#background_center {
	background-color: #E0E0E0;
	background-image: url(/graphics/background_center.gif);
	position: absolute;
	left: 50%;
	top: 0px;
	width: 800px;
	height: 500px;
	margin-left: -400px;
}


#graphics_header_border {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 780px;
	height: 200px;
	margin-left: -390px;
	background-color: #A0A0A0;
}

#graphics_header_left {
	position: absolute;
	left: 50%;
	top: 12px;
	width: 580px;
	height: 196px;
	margin-left: -388px;
}
#graphics_header_photo {
	position: absolute;
	left: 50%;
	top: 12px;
	width: 196px;
	height: 196px;
	margin-left: 192px;
}

#layout_content_area {
	background-color: #FFFFFF;
	border-top: 2px solid #A0A0A0;
	background-image: url(/graphics/background_content.gif);
	position: absolute;
	left: 50%;
	top: 252px;
	width: 610px;
	height: auto;
	margin-left: -220px;
	padding-bottom: 50px;
}

#footer {
	background-color: #C0C0C0;
	border-top: 2px solid #A0A0A0;
	font-size: 8pt;
	position: absolute;
	padding-top: 10px;
	left: 0px;
	bottom: -2px;
	width: 100%;
	height: 20px;
	text-align: center;
}

#page {
	background: #FFFFFF;
	position: relative;
	left: 10px;
	top: 10px;
	width: 590px;
	height: auto;
}

#content {
	width: 590px;
	height: auto;
}

#search_bar {
	border: 0px;
	background-color: #E0E0E0;
	background-image: url(/graphics/searchbar.gif);
	position: absolute;
	left: 50%;
	top: 222px;
	width: 180px;
	height: 20px;
	padding: 0px;
	margin-left: 177px;
	color: #758893;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	line-height: 16px;
	
}

#search_button {
	position: absolute;
	left: 50%;
	top: 217px;
	width: 33px;
	height: 30px;
	padding: 0px;
	margin-left: 357px;
}

#topmenu {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 222px;
	width: 565px;
	height: 20px;
	overflow: hidden;
	padding-top: 2px;
}


#topmenu img {
	position: relative;
	left: -1px;
	top: -2px;
	border: 0px;
	width: 2px;
	height: 20px;
	margin-right: 5px;
}

#topmenu a {
	position: relative;
	text-align: center;
	margin: 0px;
	background-image: url(/graphics/menubutton_blur.gif);
	background-repeat: no-repeat;
	color: #800020;
	line-height: 16px;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	padding: 2px 27px 2px 27px;
	white-space: nowrap;
}

#topmenu a:hover {
	background-image: url(/graphics/menubutton_focus.gif);
	color: #FFFFFF;
}

#image_product {
	position: relative;
	float: right;
	background: #FFFFFF no-repeat top center;
	padding-bottom: 30px;
	overflow: hidden;
}

#image_product img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#image_moreinfo {
	position: relative;
	float: right;
	width: 100px;
	height: 100px;
	background: #FFFFFF no-repeat top center;
	overflow: hidden;
	cursor: pointer;
}

#image_moreinfo img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
}

.cursor_zoomin {
	cursor: -moz-zoom-in !important;
	cursor: url(/graphics/zoom_in.ani);
}

.cursor_zoomout {
	cursor: -moz-zoom-out !important;
	cursor: url(/graphics/zoom_out.ani);
}

.pdf {
	clear: both;
	background-image: url(/graphics/pdficon.gif);
	background-repeat:no-repeat;
	background-position: 7px 7px;
	background-color: #E0E0E0;
	border: 2px dotted #808080;
	padding: 6px;
	padding-left:30px;
	display:block;
	height:20px;
	font-size:16px;
}

#additional_images td {
	background-repeat:no-repeat;
	background-position:center center;
	text-align: center;
	width: 116px;
	height: 104px;
	-moz-opacity: .75;
}

#additional_images td:hover {
	-moz-opacity: 1;
}

#additional_images img {
	width: 100%;
	height: 100%;
}

.red {
	color: #800020;
}
/* //////////////////////////////////////////////////////////// END LAYOUT */
