/* 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:234px;
	height:auto;
	overflow: hidden;
	background-repeat: no-repeat;
}
#topheader{
	float:right;
	width:566px;
	height:118px;
	background-color:#F0F0F0;
	position:relative;
}
#toplinks{
	position:absolute;
	right:50;
	top:7px;
	left: 298px;
	width: 187px;
}
#menu{float:right; width:800px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:566px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:566px;}
#leftpanel{float:left; width:234px;}
#footer{float:right; width:800px; background-color:#F2FFFF; padding:10px;}

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

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

.titletext {
	font: bold 18px "Comic Sans MS";
	color:#000099;
	text-align: center;
}
.titlelinks {
	color:#060;
	text-align: left;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.titlelinks_lh_menu {
	color:#000;
	text-align: left;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.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;
	color: #FF0;
}
.smallgraytext {
	font: bold 10px Tahoma, sans-serif;
	color:#999999;
	
}
.smallgraytext a{
	color:#009;
	text-decoration:none;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.smallgraytext a:hover{
	text-decoration:none;
	color:#060;
	font-size: 10px;
	font-weight: bolder;
}
.smallredtext {
	color:#900;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
.smallredtext a{
	font-size: 11px;
	font-weight:normal;
	color:#69F;
	text-decoration:none;
	font-family: Tahoma, sans-serif;
}
.smallredtext a:hover{
	color: #060;
	font-size: 9px;
	font-weight: bolder;
	text-decoration:none;
	font-family: Tahoma, sans-serif;
}

