* {
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0 0;
	font-family: Arial;
	list-style: none;
	vertical-align: top;
}

/**Main CSS**/

body {
	background: url(../../images/template/bg.jpg) no-repeat fixed top left #6670f5;
}

a {
	color: #fff;
}

p {
	padding-top: 10px;
}

h3 {
	padding-top: 14px;
	padding-bottom: 14px;
	color:#78d600;
	font-size: 18px;
}

h1 {
	padding-top: 16px;
	color: #78d600;
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	padding-top: 10px;
	color: #78d600;
	font-size: 18px;
}

div#center h2 a {
	color: #fff;
	background-color: #78d600;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	width: 100%;
}

h4 {
	margin-top: 15px;
	padding: 5px 20px;
	color: #fff;
	background-color: #6670f5;
	font-size: 15px;
}

h5 {
	padding-top: 14px;
	padding-left: 30px;
	color: #6670f5;
	font-size: 14px;
}

h6 {
	padding-left: 30px;
	padding-top: 12px;
	color: #333;
	font-size: 12px;
}

div#center ul {
	list-style: square inside;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

div#center li {
	margin-left: 10px;
	padding-top: 8px;
	list-style: square inside;
}

div#center img {
	border: solid 1px #6670f5;
	background-color: #fff;
	padding: 9px;
	margin: 10px 20px;
}

div#center a {
	color: #6670f5;
}

div#map img {
	border: 0;
	padding: 0;
	background: none;
	background-color: transparent;
}

/**Main Table CSS**/

table#main {
	max-width: 1239px;
}

td#left {
	width: 465px;
	padding-left: 20px;
}

td#center {
	max-width: 694px;
	padding-left: 20px;
	padding-right: 20px;	
}

/**Left Block CSS**/

div#left {
	width: 465px;
	position: fixed;
}

/**Center Block CSS**/

div#center {
	width: 100%;
	color: #000;
	font-size: 12px;
	padding-bottom: 40px;
}

/**Module CSS**/

span#menu-title {
	display: block;
	float: left;
	color: #fff;
	background: #488000;
	margin-left: 20px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 8px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	font-size: 10px;
}

div#moduletable_menu {
	border-top: solid 1px #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #78d600;
}

div#moduletable_menu ul {
	float: left;
	border-right: solid 1px #fff;
}

div#moduletable_menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

div#moduletable_menu li:hover {
	background: #488000;
}

div#moduletable_menu li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
	float: left;
}

span#copy a {
	display: block;
	float: left;
	font-weight: normal;
	text-transform: none;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 20px;
}

img#phone {
	float: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 216px;
}

a#logo {
	display: block;
	width: 347px;
	height: 102px;
	margin-top: 300px;
	margin-bottom: 20px;
}
