@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
background:#333A3D url('../images/ui/bg-body.png') top center repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
overflow-x:hidden;
}

#shell {
	width:1070px;
	margin:0 auto;
	/* background:url('../images/ui/bg-shell.png') top center no-repeat; */
}

#skin {
	border-left:2px solid #5B666C;
	border-right:2px solid #5B666C;
	margin:0 87px;
	width:890px;
	background:#000 url('../images/ui/bg-wrapper.png') top center no-repeat;
}

	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		height:247px;
		width:864px;
		margin-left:13px;
		position:relative;
	}
	
	#header .bar {
		height:56px;
		width:864px;
	}
	
	#header .phone {		
		color:#FFFFFF;
		font-size:31px;
		line-height:56px;
		font-weight:bold;
		position:absolute;
		top:0px;
		right:10px;
	}
	
	#header .menu {
		height:28px;
		width:864px;
		background:#333333;
	}
	
	#header .menu li {
		float:left;
		line-height:27px;
		margin:0 7px;
	}
	
	#header .menu li a {
		color:#FFFFFF;
		text-decoration:none;
		padding-left:10px;
		background:url('../images/ui/bg-menu.png') top left no-repeat;
	}
	
	#header .menu li a:hover {
		text-decoration:underline;
	}
	
	#header .marquee {
		width:844px;
		height:139px;
		margin-top:15px;
		margin-left:10px;
		background:#42494B url('../images/ui/bg-marquee.png') top left no-repeat;
	}
	
	#header .marquee blockquote {
		width:400px;
		height:97px;
		float:right;
		margin:20px 0;
		color:#FFFFFF;
		display:block;
		font-size:11px;
		line-height:127%;
		/* background:url('../images/ui/bg-marquee-blockquote.png') top left no-repeat; */
	}
	
	#header .marquee blockquote .heading {
		font-size:15px;
		font-weight:bold;
		margin:3px 0 3px 50px;
	}
	
	#header .marquee blockquote p {
		margin-left:50px;
	}
	
	
	/* -------------------------------- */
	/* CONTENT							*/
	
	#content {
		width:864px;
		margin:20px 0px 0px 13px;
		background:#FFFFFF;
	}
	
	#content a {
		color:#6699CC;
	}
	
	#content .page {
		width:635px;
		margin:0px 6px 10px 20px;
		float:left;
		color:#666;
	}
	
	#content .page p {
		line-height:160%;
		margin:10px 0;
	}
	
	#content .page em {
		font-weight:bold;
		color:#6699CC;
	}
	
	#content .page ol {
		width:450px;
		margin:20px 40px;
		list-style:decimal-leading-zero;
		font-weight:bold;
		color:#6699CC;
	}
	
	#content .page li {
		margin:10px 0;
	}
	
	#content .page li p {
		font-weight:normal;
		color:#666;
	}
	
	
	#content .page h1 {
		font-size:31px;
		color:#000000;
		margin:5px 0px;
		letter-spacing:-1px;
	}
	
	#content .page h2 {
		font-size:21px;
		color:#666666;
		margin:10px 0px 10px 0px;
		font-weight:bold;
		border-bottom:1px solid #ccc;
	}
	
	
	
	#content .sidebar {
		width:202px;
		height:650px;
		margin:0px 0px 0px 0px;
		float:left;
		background:url('../images/ui/bg-sidebar.png') top left no-repeat;
	}
	
	#content .sidebar .ads {
		display:block;
		padding-left:20px;
		margin-top:-16px;
	}
	
	#content .sidebar .box {
		width:150px;
		margin:5px;
		padding-bottom:15px;
	}
	
	#content .sidebar .box h6 {
		font-weight:bold;
		font-size:13px;
		margin:5px 0 5px 0;
		display:block;
	}
	
	#content .sidebar .box p {
		margin:0 0 5px 0;
	}

	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		width:834px;
		margin:0px 0px 0px 0px;
		background:#000;
		color:#FFFFFF;
		border:28px solid #000;
		border-top:10px solid #000;
		position:relative;
	}
	
	#footer a {
		color:#66CCCC;
	}
	
	#footer .copy {
		font-weight:bold;
		position:absolute;
		top:7px;
		right:10px;
	}


	/* -------------------------------- */
	/* PLACEHOLDER   					*/
	
	#placeholder {
		width:600px;
		height:250px;
		margin:50px auto;
		background:url(../images/ui/bg-place.png);
		padding-top:170px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#placeholder p, #placeholder span {
		width:400px;
		line-height:140%;
		color:#FFF;
		margin:0px auto 10px auto;
		display:block;
		font-size:13px;
	}
	
	#placeholder .phone {
		font-size:35px;
		font-weight:bold;
		text-align:center;
	}
	
	#placeholder .email a, #placeholder .email {
		font-size:35px;
		font-weight:bold;
		text-align:center;
		color:#FF9900;
		font-size:22px;
	}
	
	#placeholder a {
		color:#FF9900;
	}
	