@charset "utf-8";
/* CSS Document */

@import url(/securx/css/reset.css);

body{
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	background:url(/securx/images/template/bg.jpg) repeat-x;
}

/***********************************************************
page
***********************************************************/
#page{
	width: 760px;
	margin: auto;
}

/***********************************************************
header
***********************************************************/
#header{
	padding-top: 170px;
	position:relative;
}
	#logo{
		position: absolute;
		top: 50px;
		left: 10px;
	}
	#slogan{
		position: absolute;
		top: 85px;
		left: 180px;
		font-size: 14px;
	}
		#slogan span.highlight{
			color: #f39120;
		}

/***********************************************************
nav
***********************************************************/
#nav{
	background:url(/securx/images/template/nav-bg.png) no-repeat;
	height: 30px;
}
	#nav ul{
		list-style: none;
		text-align:center;
		padding-top: 5px;
	}
		#nav ul li{
			display: inline;
			margin: auto;
		}
			#nav ul li a{
				padding: 0px 10px;
				font-weight: bold;
				color: black;
			}
				#nav ul li a:hover{
					color: white;
				}

/***********************************************************
testimonial
***********************************************************/
#testimonial{
	text-align: center;
	background:url(/securx/images/template/testimonial-bg.jpg) no-repeat;
	height: 62px;
}
	#testimonial p.content{
		padding-top: 10px;
		font-weight: bold;
		font-size:16px;
	}
	#testimonial p.author{
		font-style:italic;
	}
	
/***********************************************************
content
***********************************************************/
#content{
	padding: 0px 30px;
	text-align:center;
	position:relative;
}
	#content a{
		color: #F39120;
	}
	#content h1{
		text-align: left;
	}
	#content div{
		clear: both;
		margin-bottom: 20px;
	}

/***********************************************************
highlights
***********************************************************/
#highlights{
	clear: both;
	text-align: center;
	margin-top: 40px;
	padding: 0px 30px;
}
	#highlights ul{
		list-style: none;
	}
		#highlights ul li{
			display:inline;
			margin: 0px 2px;
		}
	
/***********************************************************
footer
***********************************************************/
#footer{
	height: 30px;
	background:url(/securx/images/template/footer-bg.jpg) repeat-x;
	border-top:1px solid black;
	color: white;
	text-align:center;
}
	#footer p{
		padding-top: 5px;
	}
		#footer p span.divider{
			color: #cd6a28;
			margin: 0px 3px;
			font-weight:bold;
		}