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

html {
	height: 100%;
	margin-bottom: 1px;
	}

	*{padding:0; margin:0;}
body {
	margin: 0;
	padding: 0;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:135%;
	}
	/* #yvideo { position:absolute; top: 100px; left: 50px; }*/

#page-bg {
	border-top:3px solid #B30B0B;
	background:url(../images/page-bg.png) repeat-x scroll 50% 0 transparent;
	}
	
#header {
	padding:30px 0;
	height:45px;
	}
	
#logo   {
	background:url(../images/cpg_logo.png) no-repeat scroll 0 0 transparent;
	float:left;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	height:33px;
	width:125px;
	}

#logo a {
	text-decoration: none;
	}

#phone {
	background:url(../images/menu-tab.jpg) no-repeat scroll 0 0 transparent;
	float:right;
	color:#555555;
	font-weight:normal;
	font-size:14px;
	padding: 8px 0 0 6px;
	margin:16px 0 0 7px;
	height:30px;
	width:175px;
}
	
div.wrapper, #main-body-bg {
	margin:0 auto;
	padding:0;
	width:720px;
	}

#botbar  {
	background:url(../images/topbar-m.png) repeat-x scroll 0 0 transparent;
	margin-left:5px;
	margin-right:5px;
}
	
#botbar2  {
	background:url(../images/topbar-l.png) no-repeat scroll 0 0 transparent;
	margin-left:-5px;
}

#botbar3  {
	background:url(../images/topbar-r.png) no-repeat scroll 100% 0 transparent;
	height:52px;
	margin-right:-5px;
	position:relative;
	}

#bottom  {
	background:none repeat scroll 0 0 #303030;
}

#footer {
	background:none repeat scroll 0 0 #303030;
}
	
#footer2 {
	background:url(../images/footer-bl.png) no-repeat scroll 0 100% transparent;
}

#footer3  {
	background:url(../images/footer-br.png) no-repeat scroll 100% 100% transparent;
	border-top:1px solid #000000;
	padding-bottom:5px;
}

#footerbar {
	height:50px;
	margin-top:3px;
}

#copyright {
	color:#666666;
	padding:5px;
}

#close {
	background:url(../images/close.png) no-repeat scroll 0 0 transparent;
	float:right;
	padding:15px;
}

	a {
		color: #990000;
		text-decoration: none;
	}
#gmap {
		border: solid #666 1px;
	}
	a img {
		border: none;
	}
	
	
