body {
	font-size: 16pt;
	font-family: Arial, sans-serif;
	color: #000000; 
	background-image: url("/customWebsites/RobotDoctor/images/Hardware.jpg");
}

p {
	font-size: 16pt;
	font-family: Arial, sans-serif;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

ul {
	font-size: 16pt;
	font-family: Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

li {
	font-size: 16pt;
	font-family: Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

table {
	font-size: 16pt;
	font-family: Arial, sans-serif;
	color: #000000;
}

a {
        color: #494587;
        font-style: normal;
        text-decoration: bold;
}

a:hover {
        color: #802720;
        text-decoration: bold;
        font-style: normal;
}


.whitebot a {
        color: #ffffff;
        font-family: arial, sans-serif;
        text-decoration: none;
        font-size: 18pt;
}

h1 {    font-weight: bold;
        color: #494587;
	font-size: 32pt;
	font-family: Arial, sans-serif;
        text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {    font-weight: bold;
        color: #494587;
	font-size: 32pt;
	font-family: Arial, sans-serif;
        text-align: center;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h3 {    font-weight: bold;
        color: #802720;
	font-size: 16pt;
	font-family: Arial, sans-serif;
        text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h4 {    font-weight: bold;
        color: #802720;
	font-size: 16pt;
	font-family: Arial, sans-serif;
        text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.menuRD {
	font-weight: bold;
        font-style: normal;
	font-size: 18pt;
	font-family: Arial, sans-serif;
        text-decoration: none;
	color: #494587;
}

.menuRD a {
	font-weight: bold;
        font-style: normal;
	font-size: 18pt;
	color: #888888;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.menuRD a:hover {
	font-weight: bold;
        font-style: normal;
	font-size: 18pt;
	color: #802720;
	font-family: arial, sans-serif;
	text-decoration: none;
}


/* Dropdown Button */
.dropbtn {
	background-color: #f4f4f4;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #494587;
	padding: 0px;
	font-size: 18pt;
	border: 0;
	cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #f4f4f4;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #802720;
	padding: 0px;
	font-size: 18pt;
}

/* The container <div> - needed to position the hardware dropdown content */
.dropdown-hardware {
    position: relative;
	left: 485px;
	padding: 0px;
    display: inline-block;
}

/* The container <div> - needed to position the Software dropdown content */
.dropdown-software {
    position: relative;
	left: 645px;
	padding: 0px;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
	background-color: #f4f4f4;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #494587;
	padding: 8px 8px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f4f4f4;
	background-color: #f4f4f4;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #802720;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.shakeimage{
position:relative
}


