body {
	margin: 0px;
	background-color: #F5F5F5;
}
/*================================Font and text================================*/
td 	
/*(Common texts, mainly the most basal texts, and default texts for all the elements that does not have a style already assigned to them.)*/
	{
	Font-size: 11px;
	Color: #2D3235;
	Text-decoration: none;
	Line-height: 13pt;
	font-family: Tahoma;
}
.td {
	Font-size: 11px;
	Color: #2D3235;
	Text-decoration: none;
	font-family: Tahoma;
	padding-left: 3px;
	padding-bottom: 8px;
}

.bg_left {
	background-color: #F0F0F0;
	background-image: url(../images/l_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bg_solutions {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.bg_solutions1{
	background-color: #E4E4E4;
	background-image: url(../images/t_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bg_banner_line {
	background-color: #FFFFFF;
	background-image: url(../images/banner_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bg {
	background-color: #F0F0F0;
	background-image: url(../images/r_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a,a:link,a:visited 
/*(Chained texts, which are the displayed effects on the texts when the texts are linked)*/
	{
	color: #C57845;
	Text-decoration: none;
	Font-size: 11px;
	font-weight: normal;
}
a:hover 
/*(Chained texts, which are the displayed effects on the texts when the texts are linked)*/
	{
	color: #C57845;
	Text-decoration: underline;
	Font-size: 11px;
	font-weight: normal;
}

li {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	vertical-align: text-top;

}

.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	color: #2D3235;
	text-decoration: none;
	background-color: #F0F0F0;
	background-image: url(../images/mainmenu_bk_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 32px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	height: 26px;
	width: 181px;
	text-align: left;
}
a.mainmenu,
a.mainmenu:link,
a.mainmenu:visited {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B3B3B3;
	background-image: url(../images/mainmenu_bk.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 32px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	height: 26px;
	width: 181px;
	text-align: left;
}
a.mainmenu:hover {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	color: #2D3235;
	text-decoration: none;
	background-color: #F0F0F0;
	background-image: url(../images/mainmenu_bk_on.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 32px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	height: 26px;
	width: 181px;
	text-align: left;
}

a.heading2,
a.heading2:link,
a.heading2:visited 
	{
	color: #C57845;
	Text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 22px;
	height: 22px;
	text-transform: none;
}
a.heading2:hover
	{
	color: #C57845;
	Text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 22px;
	height: 22px;
	text-transform: none;
}

a.heading,
a.heading:link,
a.heading:visited 
	{
	color: #C57845;
	Text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: none;
	background-image: url(../images/headding_pro.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 13px;
	display: block;
}
a.heading:hover
	{
	color: #C57845;
	Text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: none;
		background-image: url(../images/headding_pro.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 13px;
	display: block;
}

a.heading1,
a.heading1:link,
a.heading1:visited 
	{
	color: #000000;
	Text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 35px;
	height: 35px;
	text-transform: none;
}
a.heading1:hover
	{
	color: #000000;
	Text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 35px;
	height: 35px;
	text-transform: none;
}

.footer 
/*Ò³½Å°æÈ¨*/
{
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
}

a.footer,
a.footer:link,
a.footer:visited 
	{
	color: #0597DF;
	Text-decoration: none;
	Font-size: 11px;
	font-weight: normal;
}
a.footer:hover
	{
	color: #0597DF;
	Text-decoration: underline;
	Font-size: 11px;
	font-weight: normal;
}

.headling 
{
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	text-transform: none;
	display: block;
	color: #4F4F4F;
}

.headling-1
{
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	text-transform: none;
	display: block;
	color: #4F4F4F;
}

.headling1 
{
	font-size: 13px;
	font-weight: bold;
	color: #C57845;
	text-decoration: none;
	font-family: Tahoma;
	line-height: 35px;
	height: 35px;
	text-transform: none;
	 
}

.headling3 
{
	font-size: 16px;
	font-weight: bold;
	color: #C57845;
	text-decoration: none;
	font-family: Tahoma;
	line-height: 35px;
	height: 35px;
	text-transform: none;
	 
}

.headling1-1
{
	font-size: 13px;
	font-weight: bold;
	color: #C57845;
	text-decoration: none;
	font-family: Tahoma;
	text-transform: none;
	display: block;
}

.headling2 
{
	Color: #C57845;
	Text-decoration: none;
	Font-size: 11px;
	Font-family: Tahoma;
	Font-weight: normal;
}

.bg-color{
	background-color: #FFFFFF;
	background-image: url(../images/bg-color.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 13px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 18px;
}

.font_gray{
	color:#818181
}

.homepage{
	padding-left: 2px;
}

ul{
margin-bottom:0px; 
margin-left:6px;
padding-left:6px;
list-style-type:disc;
}

li{
margin-bottom:0px; 
padding-left:1px;
margin-left:4px;

}

#nav {
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	padding: 13px;
}

#nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#nav li {
	padding:0;
	margin:0;
}

#nav li.width {
	padding:0px 0px 0px 15px;
	margin:0;
}

#nav ul li a{
	font-family: Tahoma;
	background-image: url(../images/icon_on.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 15px;
	display: block;
	font-size: 11px;
	color: #2D3235;
	text-decoration: none;
	height:25px;
	line-height:25px;
}

#nav ul li a:hover{
	font-family: Tahoma;
	background-image: url(../images/icon_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 15px;
	display: block;
	font-size: 11px;
	color: #C57845;
	text-decoration: none;
	height:25px;
	line-height:25px;
}

a.pro_menu,
a.pro_menu:link,
a.pro_menu:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #2D3235;
	text-decoration: none;
	height:20px;
	line-height:20px;
	text-align: left;
}

a.pro_menu:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #C57845;
	text-decoration: underline;
	height:20px;
	line-height:20px;
	text-align: left;
}

 

