
.red		{ font-size:11pt; color:#B90000; }
.center		{ text-align:center; }
.alignright	{ text-align:right; }
.large		{ font-size:large; }
.small		{ font-size:small; }
a			{ color:#003379; text-decoration:none; }
img			{ border:none; }
.redsmall	{ color:#B90000; }

body
{
	margin:0;
	font-family:Tahoma,Verdana,Arial;
	font-size:12pt;
	color:#003379;
}

#container
{
	float:left;
	width:100%;
}

#header
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	background-image:url("img/bg_header.png");
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:31px;
}

#header h1
{
	padding:0;
	margin:0;
	font-size:small;
	font-weight:bold;
}

#searcharea
{
	position:relative;
	float:left;
	width:100%;
	background-image:url("img/bg_searchbar.png");
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:10pt;
	text-align:center;
}

#searcharea .form
{
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
}

#searcharea .form input .img
{
	background-image:url("img/searchfield.png");
}

#searcharea #caption
{
	position:relative;
	float:left;
	text-align:left;
}

#menu
{
	position:relative;
	float:left;
	width:100%;
}

#menu a
{
	color:#666666;
}

.menuimg
{
	width:15px;
}

#menu #caption, #message
{
	position:relative;
	float:left;
	padding-left:25px;
	padding-top:18px;
}

#menu ul
{
	position:relative;
	float:left;
	width:100%;
	list-style-image:url("img/arrow_next.png");
	padding:0;
	margin:0;
}

#menu li
{
	margin-top:18px;
	margin-left:30px;
	font-size:14pt;
}

#prodimg
{
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px dashed #003379;
}

#container table
{
	position:relative;
	float:left;
	width:100%;
	font-size:small;
}

#container table td 
{
	margin-top:10px;
	border-bottom:1px dashed #003379;
	padding-top:10px;
	padding-bottom:10px;
}

#container table .specheader h2 { margin:0; }
#container table .noborder { border-bottom:0px; }

#banner
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
}
