/* global */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	text-align: center;
	background-color: #000;
}
#wrap {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
}
#top {
	height: 63px;
	width: 770px;
	background-image: url(../images/img_01.jpg);
	background-repeat: no-repeat;
	display: table;
}
#topText {
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#topText a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#topText a:hover {
	color: #fe4900;
}
#topText .phone {
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
}
#banner {
	display: table;
	height: 160px;
	width: 770px;
	background-image: url(../images/cgp_header.jpg);
	background-color: #000;
	background-repeat: no-repeat;
}
#linkHolder {
	padding-top: 3px;
	display: table;
	width: 770px;
}
#content {
	width: 770px;
	display: table;
}
#footer {
	display: table;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer a {
	color: #0099BA;
	text-decoration: none;
	font-weight: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	color: #fe4900;
}

/* Home Page Boxes */

#featuredBox {
	background-color: #6C6C6C;
	background-image: url(../images/featuredBox.gif);
	background-repeat: no-repeat;
	width: 505px;
	float: left;
	clear: both;
	display: table;
	margin-top: 15px;
	vertical-align: top;
	text-align: left;
	height: 450px;
}
#contactBox {
	background-color: #6C6C6C;
	background-image: url(../images/contactBox.gif);
	background-repeat: no-repeat;
	height: 210px;
	width: 245px;
	margin-top: 15px;
	float: left;
	clear: left;
	display: table;
	vertical-align: top;
	text-align: left;
}
#servicesBox {
	background-color: #6C6C6C;
	background-image: url(../images/serviceBox.gif);
	background-repeat: no-repeat;
	height: 210px;
	width: 245px;
	float: left;
	clear: right;
	margin-top: 15px;
	margin-right: 15px;
	display: table;
	vertical-align: top;
	margin-left: 15px;
	text-align: left;
}
#thirdBox {
	background-color: #6C6C6C;
	height: 210px;
	width: 250px;
	display: table;
	vertical-align: top;
	text-align: left;
	margin-top: 15px;
	background-image: url(../images/thirdBox.gif);
	background-repeat: no-repeat;
}
#shopBox {
	background-image: url(../images/shopBox.gif);
	width: 250px;
	height: 450px;
	background-color: #000;
	background-repeat: no-repeat;
	display: table;
	margin-top: 15px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 0px;
}
.copy {
	margin-top: 35px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-right: 15px;
	margin-bottom: 0px;
}
.copy a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
.copy a:hover {
	color: #FE4900;
}
.copy li {
	list-style-type: square;
}
.copy h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#blankBox {
	background-color: #6c6c6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#blankBox a {
	color: #FFF;
	text-decoration: underline;
}
#blankBox a:hover {
	color: #09B;
	text-decoration: none;
}
#priceChart {
	background-color: #999;
	border: 1px solid #CCC;
}
#bannerText {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-top: 120px;
	text-align: center;
	letter-spacing: 2px;
}
