
body, div, p, table, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, caption, th {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	outline-width: 0;
	outline-style: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: transparent;
	background-image: none;
}
html {
  height: 100%;
  margin: 0;
}
form {
  margin: 0;
  padding: 0;
}
body{
	PADDING: 0px; 
	MARGIN: 0px; 

}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, a::-moz-selection, strong::-moz-selection, b::-moz-selection, i::-moz-selection, u::-moz-selection, span::-moz-selection , li::-moz-selection, div::-moz-selection   {
	color: #fff;
	background: red;
}
p::selection , h1::selection , h2::selection , h3::selection , h4::selection , h5::selection , h6::selection , a::selection , strong::selection , b::selection , i::selection , u::selection , span::selection, li::selection  div::selection   {
	color: #fff;
	background: red;
}
a {
	color: #40301e;
	text-decoration: underline;
	cursor: pointer;
}
input.button {
	cursor: pointer;
}
p {
	text-indent:25px;
	text-align: justify;
	padding: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
	COLOR: #fff
}
h1 {
	font-size: 20px;
	line-height: 125%;
	padding: 8px 0;
}
h2 {
	font-size: 18px;
	line-height: 110%;
	padding: 5px 0;
}
h3 {
	font-size: 16px;
	line-height: 110%;
	padding: 2px 0;
}
h4 {
	font-size: 14px;
	line-height: 110%;
	padding: 2px 0;
}
h5 {
	font-size: 12px;
	line-height: 110%;
	padding: 2px 0;
}
h6 {
	font-size: 10px;
	line-height: 110%;
	padding: 2px 0;
}
a img {
	border: 0;
}
table td {
	vertical-align: top;
}
.clr {
	clear: both;
}
li  {
	list-style-position: outside;
	margin: 6px 0 6px 15px;
}
body, div, p, table, span, b, u, i {
	FONT-FAMILY: arial, tahoma, verdana, helvetica, sans-serif;;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
} 
body {
	background: url(../images/body.jpg) repeat-y top center #44dbfa;
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
div.body {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	max-width: 1000px;
}
div.main {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: url(../images/main.jpg) no-repeat top center;
}
table#page {
	width: 100%;
}
table#page td {
	vertical-align: top;
}
td.td_left {
	width: 312px;
	padding-top: 173px;
}
div.td_left {
	margin: 0 22px;
	text-align: center;
}
a.logo {
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
}
td.td_main {
	padding-top: 318px;
}
div#content {
	padding: 0 0 118px 0;
	background: url(../images/content_bottom.jpg) no-repeat bottom left;
}
div#content2 {
	padding: 0 15px;
	background: url(../images/content_top.jpg) repeat-x 0 -10px #00b5ff;
}
ul.menu li{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.menu {
	padding: 0;
}
ul.menu a {
	display: block;
	padding: 16px 10px 10px 63px;
	text-decoration: none;
	background: url(../images/menu.png) no-repeat left bottom;
}
ul.menu a.active {
	font-weight: bold;
	color: red;
}
ul.menu a:hover {
	color: red;
}
a.colorbox {
	margin: 3px;
}
div.footer {
	padding: 15px;
	float: right;
}
/*****************************/
@media (max-width: 959px) {
  table:not([class]),
  table:not([class]) tbody,
  table:not([class]) th,
  table:not([class]) td,
  table:not([class]) tr {
    display: block;
  }
  table:not([class]) thead {
    display: none;
  }
  table:not([class]) th,
  table:not([class]) td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  table:not([class]) th:not(:first-child),
  table:not([class]) td:not(:first-child){
    padding-top: 5px !important;
  }
  table:not([class]) th:not(:last-child),
  table:not([class]) td:not(:last-child){
    padding-bottom: 5px !important;
  }
  
}
/*******************************/