.print {
	display:							none;
}

html {
	background-image:			url('bg.gif');
	background-color:			#EEE;
}

body {
	margin:								0;
	padding:							0;
	width:								100%;
	height:								100%;
	
	background-image:			url('head_bg.gif');
	background-repeat:		repeat-x;
	
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						10px;
}

#container {
	width:								938px;
}

#header {
	margin:								0 0 7px 0;
	padding:							58px 0 0 0;
}

a {
	color:								#666;
}

a:hover {
	color:								#000;
}

a img {
	border:								1px solid #B5B7BD;
}

a:hover img {
	border:								1px solid #000;
}

a.browsebutton {
	display:							block;
	width:								120px;
	height:								91px;
	background-position:	center top;
	background-repeat:		no-repeat;
}

a.browsebutton:hover {
	background-position:	center bottom;
}

h1 {
	position:							absolute;
	left:									0;
	top:									0;
	width:								180px;
	height:								75px;
	
	margin:								0;
	padding:							0;
	
	background-image:			url('logo.gif');
	background-repeat:		no-repeat;
}

h1 a {
	display:							block;
	
	width:								100%;
	height:								100%;
	
	text-indent:					-1000em;
}

h2 {
	position:							absolute;
	left:									-1000em;
}

h4 {
	margin:								1em 0 0.5em 0;
	font-size:						12px;
}

h5 {
	margin:								1em 0 0.5em 0;
	font-size:						11px;
}

p {
	margin:								0.5em 0;
}

small {
	font-size:						9px;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
	font-weight:					normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:			none;
	color:								#000;
}

form {
	margin:								0;
}

#overlay {
	position:							absolute;
	right:								0;
	top:									0;
	float:								right;
	height:								32px;
	padding:							0 0.5em 0 0;
	line-height:					32px;
	background-image:			url('overlay.gif');
	background-position:	left top;
	background-repeat:		no-repeat;
	color:								#000;
}

#languages, #quicknav {
	float:								left;
	margin:								0 0 0 1em;
	padding:							0;
	
	list-style:						none;
}

#languages a, #quicknav a {
	color:								#000;
	text-decoration:			none;
}

#languages .active a, #languages .active a:hover {
	font-weight:					bold;
	text-decoration:			none;
}

#languages a:hover, #quicknav a:hover {
	text-decoration:			underline;
}

#languages {
	padding:							0 0 0 40px;
	
	background-image:			url('flags.gif');
	background-position:	left center;
	background-repeat:		no-repeat;
}

#languages li, #quicknav li {
	display:							inline;
	
	padding:							0 0.2em 0 0.4em;
	
	border-left:					1px solid #000;
}

#languages li:first-child, #quicknav li:first-child {
	border-left:					none;
}

#menu {
	width:								555px; /* 111px * 5 elements */
	height:								25px;
	
	position:							relative;
	left:									50%;
	
	margin:								0 0 0 -278px;
	padding:							0 0 0 1px;
	
	background-image:			url('tab.gif');
	background-position:	left top;
	background-repeat:		no-repeat;
	
	list-style:						none;
	
	color:								#000;
	font-size:						12px;
	font-weight:					bold;
}

#menu li {
	float:								left;
	width:								111px;
	height:								25px;
	
	background-image:			url('tab.gif');
	background-position:	right bottom;
	background-repeat:		no-repeat;
	
	line-height:					25px;
}

#menu li a {
	display:							block;
	width:								111px;
	height:								25px;
	
	background-image:			none;
	background-position:	right top;
	background-repeat:		no-repeat;
	
	text-align:						center;
	
	text-decoration:			none;
	color:								#000;
}

#menu li.active, #menu li.active a:hover {
	background-image:			url('tab_active.gif');
}

#menu li a:hover {
	background-image:			url('tab_hover.gif');
}

#login {
	height:								15px;
	line-height:					15px;
	
	margin:								0;
	padding:							0 9px 1px 0;
	
	text-align:						right;
}

.message {
	margin:								0.5em 0 0 0;
	padding:							1px 0 0 0;
	
	line-height:					16px;
	
	background-image:			url('message_bg.gif');
	background-position:	left top;
	background-repeat:		no-repeat;
	
	border-right:					1px solid #B5B7BD;
	border-bottom:				1px solid #B5B7BD;
	
	text-indent:					0.8em;
}

#breadcrumb {
	line-height:					16px;
	font-size:						11px;
}

#center {
	float:								left;
	width:								600px;
	font-size:						11px;
}

#left {
	float:								left;
	width:								152px;
	padding:							0 8px 0 9px;
}

#right {
	float:								left;
	width:								152px;
	padding:							0 0 0 8px;
}

.box, .whitebox {
	margin:								0 0 1em 0;
	padding:							0;
}

.box .bottom, .whitebox .bottom {
	font-size:						0;
	line-height:					7px;
	height:								7px;
	border-left:					1px solid #B5B7BD;
	background-image:			url('box_bottom.gif');
	background-position:	right bottom;
	background-repeat:		no-repeat;
	clear:								both;
}

.main .bottom {
	border-bottom:				none;
	height:								9px;
	border-left:					none;
	border-right:					1px solid #514E4C;
	background-image:			url('whitebox_bottom.gif');
	background-position:	center bottom;
	background-repeat:		no-repeat;
}

#right .flush {
	margin-left:					-19px;
	margin-right:					19px;
}

#left .flush {
	margin-right:					-8px;
}

.box h3, .box h4 {
	margin:								0;
	padding:							1px 0 0 0;
	line-height:					16px;
	font-weight:					bold;
	font-size:						11px;
	text-indent:					0.8em;
	border-right:					1px solid #514E4C;
	background-image:			url('box_head2.gif');
	background-position:	left top;
	background-repeat:		no-repeat;
}

.box .top, .whitebox .top, .box .emptyTop, .whitebox .emptyTop {
	padding:							1em;
	border-right:					1px solid #514E4C;
	background-image:			url('box_top.gif');
	background-position:	left top;
	background-repeat:		no-repeat;
}

#right .flush h3, #right .flush .top {
	background-position:	right top;
}

#right .flush .content {
	border-left:					none;
}

#right .flush .bottom {
	border-left:					none;
}

.box .emptyTop, .whitebox .emptyTop {
	height:								7px;
	padding:							0;
}

.box .content, .whitebox .content {
	padding:							5px 10px;
	border-left:					1px solid #B5B7BD;
	background-color:			#FFF;
	border-right:					1px solid #514E4C;
}

.listbox {
	position:							relative;
}

.listbox .thumb {
	position:							absolute;
	top:									50%;
	margin-top:						-33px;
	right:								10px;
}

.listbox h3, .listbox h4, .listbox .content {
	padding-right:				100px;
}

.box .twocol .leftcol {
	float:								left;
	width:								48%;
	padding-right:				2%;
}

.box .twocol .rightcol {
	float:								left;
	width:								48%;
	padding-left:					2%;
}

.box dl {
	margin:								0;
	padding:							0;
}

.box dd {
	margin:								0 0 0.5em 0.5em;
}

.box ul.wide {
	list-style:						none;
	margin:								0 -1em;
	padding:							0;
}

.box ul.wide li {
	list-style:						none;
	margin:								0;
	padding:							0;
}

.box ul.wide li a {
	display:							block;
	line-height:					1.7em;
	padding:							0 1em;
	color:								#000;
	text-decoration:			none;
}

.box ul.wide li a:hover {
	background-color:			#514E4C;
	color:								#FFF;
}

.box ul.wide li a:darkhover {
	text-decoration:			none;
	color:								#000;
}

.box ul.wide li a.darkhover:hover {
	background-color:			#514E4C;
	color:								#FFF;
}

.leftcol {
	float:								left;
}

.rightcol {
	float:								left;
}

/* ACTUAL CONTENT FORMATTING */

.viewproduct .leftcol {
	width:								330px;
}

.viewproduct .rightcol {
	margin:								0 0 0 24px;
	width:								202px;
}

.viewproduct .leftcol dl {
	line-height:					150%;
}

.viewproduct .leftcol dt {
	clear:								left;
	float:								left;
	width:								50%;
}

.viewproduct .leftcol dd {
	margin:								0;
	padding-left:					50%;
	border-bottom:				1px solid #B5B7BD;
}

 .gallery ul, .gallery li {
	list-style:						none;
	margin:								0;
	padding:							0;
	font-size:						0;
	line-height:					0;
}

.gallery .large li {
	display:							none;
}

.gallery .large li.active {
	display:							block;
}

.gallery .thumbnails {
	margin:								0 0 0 -10px;
}

.gallery .thumbnails li {
	float:								left;
	margin:								5px 0 0 11px;
}

ul.icons {
	margin:								0;
	padding:							0;
	list-style:						none;
}

ul.icons li {
	list-style:						none;
	margin:								0 0 0.5em 0;
	padding:							0 0 0 18px;
	background-position:	left top;
	background-repeat:		no-repeat;
	line-height:					16px;
}

.footer {
	text-align:						center;
	font-size:						10px;
	margin-bottom:				0;
}

.footer .emptyTop {
	border-left:					1px solid #B5B7BD;
	border-right:					none;
	background-image:			url('whitebox_top.gif');
	background-position:	center top;
	background-repeat:		no-repeat;
	height:								9px;
	line-height:					0;
	font-size:						0;
	padding:							0;
}

.footer p {
	margin:								0.5em;
}

.footer .bottom {
	height:								0;
	line-height:					0;
	font-size:						0;
	background-image:			none;
	border-bottom:				1px solid #514E4C;
}
