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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: ##0000FF;
	background-color: #e6e6e6;
}

a {
	text-decoration: none;
	color: #afb1b6;
}

a:hover {
	color: #dbbc8b;
}

h1, h2, h3,
h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/*
 * Clearfix
 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*
 * Clearfix end
 */



/*
 * Header
 */
.headerWrapper {
	background-color: #fff;
}

.headerInnerWrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 21px;
	padding-bottom: 22px;
	position: relative;
}

a.headerLogo {
	background: url("/imgages/CGSnewlogo.jpg") left top no-repeat;
	display:;
	width: 188px;
	height: 59px;
	margin: 0 auto;
}

.mainNavWrapper {
	padding-top: 31px;
}

.mainNavWrapper ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.mainNavWrapper ul.mainNavList li {
	display: inline;
	padding: 2px 13px;
	border-right: 1px dotted #afafaf;
}

.mainNavWrapper ul.mainNavList li.last {
	border-right: none;
}

.mainNavWrapper ul.mainNavList li a {
	font-size: 0.875em;
}

.mainNavWrapper ul.mainNavList li a.active {
	color: #dbbc8b;
}
/*
 * Header end
 */



/*
 * Content
 */
.contentWrapper {
	background-color: #f6f6f6;
	border-top: 1px solid #ededee;
	border-bottom: 1px solid #d7d8d9;
}

.contentInnerWrapper {
	width: 940px;
	margin: 0 auto;
	min-height: 250px;
}

img {
	border: none;
}
/*
 * Content end
 */



/*
 * Footer
 */
.footerWrapper {
	clear: both;
}

.footerInnerWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0;
}

.footerTile {
	float: left;
	margin-right: 125px;
}

.footerTile.last {
	margin-right: 0;
}

.footerTile .title {
	font-size: 1.125em;
	margin-bottom: 10px;
}

.footerTile ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footerTile ul li a {
	font-size: 0.6875em;
}

.footerTile .phone {
	color: #dbbc8b;
	font-size: 1.5em;
}
/*
 * Footer end
 */
