@charset "utf-8";
/* CSS Document */
body
{
	background:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	margin:0px;
}
a
{
	outline:none;
	color:#292929;
	text-decoration:none;
}
img
{
	border:none;
}
h1
{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
}
h2
{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#ca3912;
}
h3
{
	margin:0px;
	padding:0px;
	font-size:30px;
	font-weight:bold;
	color:#ffa200;
}
#outer
{
	width:988px;
	background:url(../images/outer-bg.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/header-bg.gif) repeat-x;
	height:55px;
}
	.header-left
	{
		width:424px;
		height:55px;
		float:left;
	}
	.toplinks
	{
		width:550px;
		margin-top:17px;
		float:right;
		height:24px;
	}
	.toplinks ul 
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	.toplinks li
	{
		display: block;
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		float:left;
	}
	.toplinks li a
	{
		color:#ffffff;
		text-decoration:none;
	}
	.center
	{
		text-align:center;
	}
	.home
	{
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
	}
	.home a
	{
		padding-top:5px;
		padding-left:17px;
		padding-right:18px;
		padding-bottom:5px;
	}
	.home a:hover
	{
		background:url(../images/home-toplinks-bg.gif) no-repeat;
	}
	.ourservices
	{
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
	}
	.ourservices a
	{
		padding-top:5px;
		padding-left:17px;
		padding-right:17px;
		padding-bottom:5px;
	}
	.ourservices a:hover
	{
		background:url(../images/services-toplinks-bg.gif) no-repeat;
	}
	.tip
	{
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
	}
	.tip a
	{
		padding-top:5px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:5px;
	}
	.tip a:hover
	{
		background:url(../images/services-toplinks-bg.gif) no-repeat;
	}
	.about
	{
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
	}
	.about a
	{
		padding-top:5px;
		padding-left:12px;
		padding-right:12px;
		padding-bottom:5px;
	}
	.about a:hover
	{
		background:url(../images/about-toplinks-bg.gif) no-repeat;
	}
	.contact
	{
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
	}
	.contact a
	{
		padding-top:5px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:5px;
	}
	.contact a:hover
	{
		background:url(../images/services-toplinks-bg.gif) no-repeat;
	}
#banner
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:307px;
}
#content
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:justify;
}
	.left-container
	{
		width:688px;
		float:left;
	}
		.welcome
		{
			background:url(../images/welcome-bg.gif) no-repeat;
			height:26px;
			width:317px;
			padding-top:4px;
			padding-left:18px;
			margin-bottom:10px;
		}
		.img
		{
			margin-left:10px;
			margin-bottom:10px;
		}
	.right-container
	{
		width:254px;
		float:right;
	}
		.why-choose-us
		{
			background:url(../images/why-choose-us-bg.gif) no-repeat;
			height:26px;
			width:236px;
			padding-top:4px;
			padding-left:18px;
			margin-bottom:3px;
		}
		.why-choose-us a
		{
			text-decoration:none;
		}
		.request-app
		{
			width:224px;
			height:140px;
			color:#212121;
			font-style:italic;
			background:url(../images/request-bg.gif) no-repeat;
			padding:15px;
			padding-top:5px;
			*padding-top:15px;
			font-weight:bold;
		}
		.request-app p
		{
			line-height:13px;
			*line-height:6px;
		}
		/*.request-app-top
		{
			width:254px;
			height:8px;
			background:url(../images/right-banner-top.gif) no-repeat;
		}
		.request-app-bottom
		{
			width:254px;
			height:9px;
			background:url(../images/right-banner-bottom.gif) no-repeat;
		}
		.request-app-center
		{
			width:254px;
			height:8px;
			background:url(../images/right-banner-center.gif) repeat-y;
		}*/
#footer
{
	height:44px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background:#1c1c1c;
	padding-top:12px;
	text-align:center;
	color:#e1e1e1;
}
#footer a
{
	color:#e1e1e1;
	text-decoration:none;
}
