html,body {
	font-family: "Swis721 Ex BT", Verdana, Helvetica, Arial;
	margin:0;
	background-color: #223579;
}
body {
	background-image:url(images/back.gif)
}

a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #c62c2c;
}

input {
	background-color: #CCCCCC;
	font-size: 12px;
	color: #0000CC;
	line-height: 12px;
}

.textmain {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}


.bottext {
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #6F87B0;
	font-style: italic;
}

.bottext:hover {
		color: #FFFFFF;
}

#header {
	position:relative;
	width:938px;
	height:180px;
	overflow:hidden;
}
#brandmenu {
	position:absolute;
	left:0px;
	top:191px;
	width:938px;
	height:52px;
	z-index:10;
	overflow: hidden;
}
#animation {
	position:absolute;
	left:0px;
	top:29px;
	width:938px;
	height:180px;
	z-index:5;
}
#anim {
	z-index: 5;
}
.menuback,.menuback:link,.menuback:visited {
	color: #6F87B0;
	font-style: italic;
	background-color: #FFFFFF;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.menubackover,.menuback:hover {	// Note menubackover used by javascript for IE
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

.menularge {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000000;
	width: 7px;
}

.menularge:hover {
	color: #c62c2c;
	background-image: url(images/dtl-cross.gif);
	background-repeat: no-repeat;
	
}

.menusmall {
	font-size: 9px;
	font-style: italic;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	
}

td {
	font-size: 11px;
	color: #7A7A7A;
}
.productdetails {

	font-size: 10px;
	color: #7A7A7A;
}
.productdetailstitle {
	font-size: 10px;
	color: #7A7A7A;
	font-weight: bold;
}
.productdetailsbuy {
	font-size: 10px;
	color: #7a7a7a;
	font-weight: bold;
}

.productdetailsprice {
	font-size: 10px;
	color: #C62c2c;
	font-weight: bold;
	font-style: normal;
}

.productdetailsprice:a {
	color: #C62c2c;

}

.productdetailsprice:hover {
	color: #000000;

}

.productdetailsblack {

	font-size: 10px;
	color: #000000;
}
.productdetailstitleblack {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.productdetailstitleitalicblack {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.productdetailsbuyblack {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.productdetailspriceblack {
	font-size: 10px;
	color: #C62c2c;
	font-weight: bold;
	font-style: normal;
}

.productdetailspriceblack:a {
	color: #C62c2c;

}

.productdetailspriceblack:hover {
	color: #ffffff;

}
