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

@import url('menu.css');

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-image: url(../img/header/CCSbg.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #EEE;
	position: absolute;
	left: 10px;
	top: 470px;
	padding: 10px;
	background-color: #900;
	border: solid 2px #C00;
	text-align: center;
	display: block;
	width: 146px;
	line-height: 22px;
}

#header {
	position: absolute;
	height: 176px;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
	background-image: url(../img/header/header-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header a img {
	border: none 0;

}
#content {
	position: relative;
	width: 688px;
	display: block;
	background-color: #900;
	color: #FFF;
	border: solid 2px #C00;
	border-top: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 192px;
	top: 176px;
}
#content a:link  ,#content a:visited{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}
#content a:hover, #content a:active {
	border-bottom: solid 1px #EEE;

}



#content h2 {
	font-size: 22px;
	line-height: 28px;
	clear: both;
	margin-top: 5px;
}
#content h3 {
	font-size: 18px;
	line-height: 22px;
	display: block;
	font-weight: normal;
}
#content h3 a:link , #content h3 a:visited{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0; 
	color: #eee;
}
#content p:first-child {
	margin: 0px 0px 5px 0px;
}
#content p.thebest {
	text-align: center;
}
#content p.center {
	text-align: center;
}
#content p.phone {
	font-size: 16px;
	font-weight: bold;
}
#content p.nomargin {
	margin: 0px;
}


#content p.copywrite {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
#content img.top-img {
	position: relative;
	left: -10px;
}
#content ul {
	display: block;
	margin-bottom: 10px;
}
#content ul li {
	line-height: 16px;
	margin-left: 15px;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 9px;
}
#overlay {
	display: none;
}

#ie6 {
	display: none;
}
