body {
	background: White url(image/bg.png) repeat-x top;
}
* {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 15px 0;
	font-size: 20px;
	font-weight: normal;
	/*float: left;*/
	clear: both;
}
h1 span {
	padding: 5px 15px 5px 5px;
	background: #666666 url(image/h1_bg.gif) repeat-y right;
	color: White;
}
h2 {
	font-size: 12px;
	margin: 15px 0;
	/* float: left; */
	clear: both;
}
h2 span {
	padding: 5px;
	background-color: #666666;
	color: White;
}
p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin: 10px 0 10px 0;
	padding: 3px 0;
	clear: left;
}
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: Black;
}
ul, ol {
	clear: left;
	font-size: 12px;
}
ul li {
	padding-left: 10px !important;
	margin-left: 20px;
	line-height: 20px;
	list-style: none;
	background: url(image/list_item.gif) no-repeat top left;
	color: #666666;
}
ol li {
	margin-left: 40px;
	line-height: 20px;
	color: #666666;
}
input, textarea {
	font-size: 12px;
}
p.note {
	border: 1px solid #666666;
	background-color: White;
	padding: 5px;
}
p.error {
	border: 1px solid Red;
	background-color: #ffbcbe;
	/*background: transparent url(image/exclamation_mark.gif) no-repeat top left;
	background-position: 0 5px;
	padding: 5px 0 5px 30px; */
	padding: 5px;
	margin: 5px 0;
}
p.img {
	width: 130px;
	padding-right: 10px;
	float: left;
	clear: none;
	font-size: 11px;
	line-height: 13px;
	margin: 0;
}
/*p.small_img {
	width: 140px;
	height: 100px; 
}
p.high_img {
	height: 300px;
}*/
p.img img {
	clear: both !important;
	padding: 4px;
	border: 1px solid #666666;
}
.gallery_row {
	clear: both;
}
table {
	border: collapse;
}
td {
	vertical-align: top;
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
}
form p {
	margin: 0;
}
form label {
	width: 175px;
	float: left;
}
form input, form textarea {
	width: 230px;
}
form textarea {
	height: 75px;
}
form input[type=radio] {
	width: auto;
}
form input[type=submit], form input[type=button] {
	width: auto;
}
#container {
	width: 900px;
	margin: 0 auto 0 auto;
}
#services {
	float: left;
	min-height: 480px;
	width: 336px;
	background: url(image/logo_shield.jpg) no-repeat top;
	padding-top: 300px;
}
#services ul {
	list-style: none;
	margin-left: 100px;
}
#services li {
	background: none;
}
#services li a{
	background-color: #666666;
	color: White;
	padding: 5px;
}
#header {
	float: right;
	height: 180px;
	width: 564px;
}
#header ul {
	padding-top: 48px;
}
#header li {
	margin: 0;
	float: left;
	list-style: none;
	white-space: nowrap;
	cursor: default;
	background: url(image/top_menu_bg.png) no-repeat right top;
	font-size: 11px;
	min-width: 70px;
	height: 41px;
	padding: 12px 47px 0 5px;
	text-align: right;
}
#header li.end {
	background: url(image/top_menu_bg_end.png) no-repeat right top;
	padding-right: 40px;
}
#header li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#header li a:hover {
	text-decoration: underline;
}
/* submenu */
#header div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#header div ul {
	margin: 3px 0 0 9px;
	padding: 5px 10px 5px 0;
	background: White url(image/top_submenu_bg.gif) repeat-x top;
	border: 1px solid #bcbeb9;
}
#header div * {
	text-align: left;
}
#header div li {
	float: none;
	clear: both;
	background: none;
	height: auto;
	margin: 0;
	padding: 1px;
}
/* end of submenu */


#content {
	width: 444px;
	padding-right: 100px;
	float: right;
	clear: right;
	min-height: 525px;
}
#content p span /*, #content li span */ {
	/*background-color: White;*/
	padding: 6px 0;
}
#footer {
	float: right;
	width: 466px;
	margin-top: 30px;
	margin-right: 78px;
	border-top: 1px solid #666666;
}
#footer p {
	border: none;
	clear: none;
	float: left;
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
}
#footer ul {
	margin: 10px 0;
	padding: 0;
	float: right;
	clear: none;
}
#footer li {
	float: right;
	list-style: none;
	background: none;
	font-size: 11px;
}
.nowhitebg p{
	background: none !important;
	background-color: none !important;
	border: none;
}
