/* SERVICES ELEMENTS */

h1,h2,h3,h4,h5,h6 {display:inline;}

h1
{
	font-size: 75%;
	font-weight: normal;
}

h2
{
	font-size: 80%;
	font-weight: bold;
	color: #ff0000;
}

h3
{
	font-size: 75%;
	font-weight: normal;
}

h4
{
	font-size: 70%;
	font-weight: normal;
}

a:link, a:visited, a:active
{
	color: #cd03df;
	text-decoration: none;
}

a:hover
{
	color: #cd03df;
	text-decoration: underline;
}

a
{
	outline: none;
}

#SubMenu-Pos
{
	position: absolute;
	width: 810px;
	left: 50%;
	margin-left: -405px;
	top: 180px;
}

/*SUBMENU*/

.ServicesSubMenu
{
	display:block;
	z-index: 2;
	border: 0;
	width: 100%;
	height: 40px;
	background-image:url("../images/ServicesSub.png");
}

.ServicesSubMenu:hover
{
	background-image:url("../images/ServicesSubHov.png");
}

.TOSSubMenu
{
	display:block;
	z-index: 2;
	border: 0;
	width: 100%;
	height: 40px;
	background-image:url("../images/TOSSub.png");
}

.TOSSubMenu:hover
{
	background-image:url("../images/TOSSubHov.png");
}

.WarrantySubMenu
{
	display:block;
	z-index: 2;
	border: 0;
	width: 100%;
	height: 40px;
	background-image:url("../images/WarrantySub.png");
}

.WarrantySubMenu:hover
{
	background-image:url("../images/WarrantySubHov.png");
}

/*SERVICES*/

.services-content-position
{
	position: absolute;
	width: 960px;
	top: 280px;
	left: 50%;
	margin-left: -480px;
	z-index: 0;
}

.servicescontent
{
	position: relative;
	width: 710px;
	left: 50%;
	margin-left: -355px;
	color: #acacac;
}

.servicesitemli
{
	margin:2% 0;
}

.servicesurl:link, .servicesurl:visited, .servicesurl:active, .serviceslink
{
	display:block;
	position: relative;
	width: 810px;
	height: 40px;
	left: 50%;
	margin-left: -405px;
	top: 10px;
	border: 0;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	z-index: 2;
}

.servicesurl:hover, .servicesactive:link, .servicesactive:visited, .servicesactive:active
{
	display:block;
	position: relative;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	font-size: 90%;
	color: #00ff06;
	text-decoration: none;
	background-image: url("../images/servicesurlhover.png");
	z-index: 2;
}

/*TERMS WARRANTY*/

.termswarranty-pos
{
	position: absolute;
	width: 810px;
	height: 300;
	top: 305px;
	left: 50%;
	margin-left: -405px;
	color: #ccc;
	z-index: 1;
}

.servicestermswarrantyli
{
	margin:3% 0;
}

.subli
{
	margin:2% 0;
}