/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{
	float:left;
	background-image:url(orange-spv-m3100-battery.jpg);
	width:250px;
	height:auto;
	overflow: hidden;
	background-repeat: no-repeat;
}
#topheader{
	float:right;
	width:526px;
	height:103px;
	background-color:#F0F0F0;
	position:relative;
}
#toplinks{
	position:absolute;
	right:50;
	top:7px;
	left: 298px;
	width: 187px;
}
#menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:274px;}
#footer{
	float:right;
	width:800px;
	background-color:#CFF;
	padding:10px;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666;
	background-color:#CFF;
	padding:10px;
	margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
	background-color: #CFF;
}

.titletext {
	font: bold 18px "Comic Sans MS";
	color:#000099;
	text-align: left;
}
.whitetitle {
	font: italic bold 24px "Comic Sans MS";
	color:#000099;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smalltitle2 {
	font: bold 14px "Comic Sans MS";
	color:#0000FF;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.leftmenutext a{
	font: bold 11px Tahoma, sans-serif;
	color: #333333;
	text-decoration:none;
	text-align: left;
}
.leftmenutext a:hover{
	text-decoration:underline;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: bold 10px Tahoma, sans-serif;
	color:#999999;
}
.smallgraytext a{
	font: bold 10px Tahoma, sans-serif;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
	color:#0000CC;
}
.smallredtext {
	font: bold 11px Tahoma, sans-serif;
	color:#0000CC;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
