* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}
#wrap {
    width: 960px;
	margin: auto;
}
.head {
    width: 960px;
	height: 112px;
}
.logo {
	width: 192px;
	float: left;
	height: 112px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
.headr {
    width: 600px;
	float: right;
	height: 112px;	
}
.call {
	width: 240px;
	height: 59px;
	background-image: url(../images/call-us.gif);
	background-repeat: no-repeat;
}
#nav {
	width: 509px;
	height: 36px;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;	
	margin-top: 5px;
	line-height: 36px;
	text-align: center;
}
#nav a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
}
#nav a:hover {
    text-decoration: underline;	
}
#main {
	width: 960px;
	height: 415px;
	background-image: url(../images/main-body.png);
	background-repeat: no-repeat;
}
.flash {
    width: 500px;
	height: 395px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.mright {
	width: 325px;
	height: 372px;
	background-image: url(../images/mright-bg.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.mright h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	margin-top: 20px;
}
.mright ul {
    width: 282px;
	margin: auto;
	list-style-type: none;
	margin-top: 25px;
}
.mright li {
	background-image: url(../images/li-bg.png);
	background-repeat: no-repeat;
	width: 282px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-bottom: 15px;
}
.header {
	width: 930px;
	background-color: #cbebfc;
	border: 1px solid #B6E3FC;
	margin-top: 10px;
	margin-right: auto;
    margin-left: auto;
	text-align: center;
}
.header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: bold;
	color: #2f4769;
	text-decoration: none;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	width: 930px;
	background-color: #fff;
	margin: auto;
	margin-top: 10px;
	border: 2px solid #dce6ec;
}
#content ul {
	list-style-type: none;
	width: 888px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content li {
	display: inline-table;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	padding: 4px;
}
#content li.imgli {
    text-align: center;	
}
#content li.imgli:hover {
	background-color: #dce6ec;
}
.imgdes {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #2f4769;
	text-decoration: none;
	line-height: 17px;
}
#box {
    width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#box ul {
	list-style-type: none;
	text-align: center;
}
#box li {
    width: 225px;
	display: inline-table;
	padding-left: 6px;
	padding-right: 6px;
}
#box h2 {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	margin-bottom: 6px;
}
#box h3 {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	margin-bottom: 6px;
}
.box1 {
	width: 225px;
	height: 208px;
	background-image: url(../images/box-01.jpg);
	background-repeat: no-repeat;
}
.box2 {
	width: 225px;
	height: 208px;
	background-image: url(../images/box-02.jpg);
	background-repeat: no-repeat;
}
.box3 {
	width: 225px;
	height: 208px;
	background-image: url(../images/box-03.jpg);
	background-repeat: no-repeat;
}
.box4 {
	width: 225px;
	height: 208px;
	background-image: url(../images/box-04.jpg);
	background-repeat: no-repeat;
}
.footer {
	width: 960px;
	height: 78px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align: center;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 16px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
.footer a:hover {
    text-decoration: none;	
}
