body
{
	background:#fff url(/Images/body.png) repeat-x top center;
	font-family:"Segoe UI",Arial;
	font-size:13px;
	color:#333;
	line-height:18px;
}

a{text-decoration:none; color:#cc0000;}
a:hover{text-decoration:underline;}
h1{font-size:22px;font-weight:bold;line-height:32px;color:#000;}
h2{font-size:15px;font-weight:bold;line-height:25px;color:#000;}
h3{font-size:15px;font-weight:bold;line-height:25px;color:#000;}
h4{font-size:14px;line-height:20px;}

#wrap
{
	width:960px;
	margin:auto;
	overflow:hidden;
}

#header
{
	width:960px;
	height:110px;
	position:relative;
}

#logo
{
	width:310;
	height:85px;
	position:absolute;
	top:0px;
	left:0px;
}

#hmenu
{
	width:600px;
	height:50px;
	position:absolute;
	bottom:16px;
	right:0px;
}

#hmenu ul
{
	float:right;
}

#hmenu li
{
	float:left;
	padding-left:6px;
	padding-right:6px;
	line-height:40px;
	height:60px;
}

#hmenu li a
{
	color:#fff;
}

#hmenu li.FxPMenuRootLevelCurrent
{
	background-color:#fff;
}
#hmenu li.FxPMenuRootLevelCurrent a
{
	color:#000;
}

#frontBoxWrap
{
	width:990px;
	overflow:hidden;
	margin-top:8px;
}

.frontBox
{
	float:left;
	margin-right:30px;
	width:300px;
	overflow:hidden;
	font-size:12px;
	margin-bottom:24px;
	color:#000;
}

.frontBoxImage
{
	position:relative;
	width:300px;
	height:200px;

}

.frontBoxHeading
{
	width:300px; 
	font-size:15px; 
	position:absolute; 
	bottom:12px;
	left:16px;
	color:#fff;
	font-weight:bold;
}

.frontBoxText
{
	border:1px solid #dedede;
	border-top:0px;
	padding:5px;
	background-color:#fcfcfc;
	margin-bottom:16px;
}

#contactBox
{
	width:268px;
	background-color:#c00;
	float:right;
	padding:16px;
	color:#fff;
}

#contactBox a, #contactBox h3
{
	color:#fff;
	font-weight:bold;
}

#footer
{
	background:#fff url(/Images/footer.png) repeat-x top center;
	height:138px;
	width:100%;
	padding-top:8px;
	margin-top:16px;
}

#footerInner
{
	width:960px;
	margin:auto;
}

#SyzwebFooter
{
	font-size:11px;
	margin-top:6px;
}

.img
{
	border:1px solid #999;
	margin-left:16px;
	margin-bottom:16px;
}

.tblContact td
{
	padding:4px;
}


