﻿@import url('home.css');
@import url('lightbox.css');
@import url('module.css');
@import url('sitemenu.css');
@import url('slideshow.css');
@import url('theme.css');
@import url('treemenu.css');
@import url('news.css');

html
{
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
}
html, body
{
	margin: 0;
	padding: 0;
	border: none;
}
body
{
	background-color: #9ec9e3;
	margin: 0px;
}

body a, img
{
	border: 0;
}
body p
{
	padding: 0px;
	margin: 0px;
}


.CompanyTitle
{
	font-size: 40px;
	color: #171796;
	font-weight: bold;
	line-height: normal;
	padding-left: 20px;
}
.Slogan
{
	font-size: 20px;
	color: #E60D2E;
	font-weight: bold;
	line-height: normal;
	padding-left: 60px;
}

.site_content
{
	vertical-align: top;
	padding-top: 10px;
}

.ProductContentHeader
{
	font-weight: bold;
}
.divContentList
{
	width: 100%;
	text-align: left;
}
.divContentList
{
	padding:3px 0px;
}
.divContentList img
{
	border: none;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}
.divContentList a
{
	color: #3C3C47;
	background: none;
	text-decoration: none;
	border: none;
}
.divContentList a:hover
{
	font-weight: bold;
	color: #444444;
}

.divButton
{
	text-align: right;
	padding: 3px 0px;
}
.divButton input
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	border: none;
	background: none;
	color: #171796;
	text-decoration: none;
}
.divButton input:hover
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	border: none;
	background: none;
	color: #171796;
	text-decoration: underline;
	cursor: pointer;
}

