﻿body {
	margin: auto;
	width: 100%;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
}
#top_container {
	height: 110px;
	width: 100%;
	margin: 0px;
	background: black;
}
#header {
	width: 60%;
	height: 110px;
	margin: auto;
	background: #000000;
}
#header h1 {
	font-size: xx-large;
	position: absolute;
	float: left;
	color: #336699;
	padding-top: 20px;
	padding-left: 10px;
	z-index: 2;
}
#header h2 {
	float: right;
	font-size: x-large;
	padding-top: 50px;
	font-family: "Bradley Hand ITC";
	color: #FFFF66;
}
#top_menu {
	font-size: large;
	background: black;
	padding-top: 70px;
	width: 230px;
	z-index: 1;
}
#top_menu ul {
}
#top_menu ul li {
	list-style-type: none;
	display: inline;
	color: white;
}
#top_menu li a {
	display: block;
	float: left;
	padding: 8px 8px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid#fff;
	color: #FFFFFF;
}
#top_menu li a:hover {
	background: #003366;
}
#empty_box1 {
	background-color: #336699;
	height: 5px;
}
#logo {
	float: left;
	width: 70px;
	height: 70px;
	padding: 15px 10px;
	background-color: #666666;
	margin-top: 2%;
	margin-left: 6%;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: black;
}
#logo img {
	height: 100px;
	width: 100px;
}
/*-----end of Top Container------------------------------------------------------------*/
#main_menu {
	clear: both;
	background: yellow;
	height: 35px;
}
#main_menu ul {
	width: 60%;
	margin: auto;
}
#main_menu ul li {
	list-style-type: none;
	display: inline;
}
#main_menu li a {
	display: block;
	background: yellow;
	float: left;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid#fff;
	color: #000000;
}
#main_menu li a:hover {
	background: #CCCCCC;
}
#main_menu_space {
	height: 15px;
	background-color: white;
}
#main_title {
	clear: both;
	width: 60%;
	margin: auto;
	height: auto;
}
#main_content {
	width: 60%;
	margin: auto;
	background-color: white;
}
#main_content ul {
	list-style-type: square;
	list-style-position: inside;
}
#main_content h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: black;
}
#main_content_box {
	width: 100%;
	height: auto;
	background-color: white;
}
#empty_box2 {
	background-color: #336699;
	position: relative;
	height: 5px;
}
/*-------------- Bottom Container --------------*/
#bottom_container {
	display: block;
	width: 100%;
	margin: auto;
	height: 230px;
	background: black;
}
#bottom_box {
	width: 60%;
	margin: auto;
	background: #000000;
}
#bottom_box1 {
	margin-left: 0px;
	display: inline-block;
	margin-top: 10px;
	width: 20%;
	height: auto;
	background-color: black;
}
#bottom_box1 h5 {
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_box1 ul a {
	color: #999999;
	font-size: small;
	text-decoration: none;
}
#bottom_box2 {
	margin-left: 0px;
	display: inline-block;
	margin-top: 0px;
	width: 20%;
	height: auto;
	background-color: black;
}
#bottom_box2 ul a {
	color: #999999;
	font-size: small;
	text-decoration: none;
}
#bottom_box2 h5 {
	color: #ffffff;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
#bottom_box3 {
	margin-left: 30px;
	float: right;
	display: inline-block;
	margin-top: 0px;
	width: 20%;
	height: auto;
	background-color: black;
}
#bottom_box3 ul a {
	color: #999999;
	font-size: small;
	text-decoration: none;
}
#bottom_box3 h5 {
	color: #ffffff;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
#bottom_box4 {
	margin-left: 50px;
	float: right;
	display: inline-block;
	margin-top: 0px;
	width: 20%;
	height: auto;
	background-color: black;
}
#bottom_box4 ul a {
	color: #999999;
	font-size: small;
	text-decoration: none;
}
#bottom_box4 h5 {
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_box4 h4 a {
	color: #336699;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}
#empty_box3 {
	background-color: #336699;
	height: 5px;
}
/*-- Footer Begins --*/
#footer {
	background: #000;
	text-align: center;
	padding: 2px;
	height: 1%;
}
#footer h6 {
	color: #fff;
	font-size: x-small;
}
#decisive {
	text-align: center;
	background: #000000;
}
#decisive h6 {
	color: yellow;
	font-size: x-small;
}
/*-- Individual Web Pages --*/
/* -- Lingo Page --*/
#main_lingo {
	clear: both;
	width: 100%;
	height: auto;
}
#main_lingo h6 {
	float: right;
}
/* -- Payment Page --------------------------------------------------------*/
#payment_container {
	width: 100%;
	height: auto;
}
#payment_container h5 {
	font-size: small;
	color: grey;
}
#payment_box1 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: lightgreen;
	padding: 10px;
	margin-bottom: 20px;
}
#payment_box2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: lightgreen;
	padding: 10px;
	margin-bottom: 20px;
}
#payment_box3 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: lightgreen;
	padding: 10px;
	margin-bottom: 20px;
}
#payment_box1 form, td {
	background-color: lightblue;
	display: block;
	text-align: center;
}
#payment_box2 form, td {
	background-color: lightblue;
	display: block;
	text-align: center;
}
#payment_box3 form, td {
	background-color: lightblue;
	display: block;
	text-align: center;
}
/*-- Price Pagr --*/
#pricing_contact_box {
	clear: both;
	width: 100%;
	height: auto;
}
.pricing_Header {
	clear: both;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	background-color: pink;
}
.pricing_Header h2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.dwd_product {
	height: auto;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	background-color: lightblue;
}
.dwd_product h3 {
	padding-left: 20px;
}
.dwd_product h5 {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #666666;
}
.dwd_product p {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.dwd_product_price {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: lightgreen;
}
.dwd_product_price p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.dwd_clear {
	clear: both;
}
/*-- Services Page -- */
#services_contact_box {
	clear: both;
	width: 100%;
	height: auto;
}
.services_Header {
	clear: both;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	background-color: pink;
}
.services_Header h2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.dwd_product {
	height: auto;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	background-color: lightblue;
}
.dwd_product h3 {
	padding-left: 20px;
}
.dwd_product h5 {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #666666;
}
.dwd_product p {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.dwd_product_price {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: lightgreen;
}
.dwd_product_price p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/*-- End --*/
