@charset "utf-8";
body {
	background: url(../images/Pattern.jpg);
}
#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
}
#container #header {
	display: block;
	height: 150px;
	z-index: 10;
	float: left;
	position: absolute;
}

#logo a {
	background: url(../images/RPM-Logo.png) no-repeat;
	height: 180px;
	width: 180px;
	text-indent: -999999px;
	z-index: 5;
	margin-left: 100px;
	margin-top: 10px;
	float: left;
}
#social {
	display: block;
	height: 30px;
	width: 105px;
	float: left;
	margin-top: 25px;
	margin-left: 500px;
}
#social ul li {
	display: inline;
	display: block;
	height: 30px;
	width: 30px;
	float: left;
	text-indent: -999999px;
	margin-right: 5px;
}
#social ul #facebook a {
	background: url(../images/IC-Facebook.png) top;
	height: 30px;
}
#social ul #facebook a:hover {
	background: url(../images/IC-Facebook.png) bottom;
}
#social ul #youtube a {
	background: url(../images/IC-YouTube.png) top;
	height: 30px;
}
#social ul #youtube a:hover {
	background: url(../images/IC-YouTube.png) bottom;
}
#social ul #flickr a {
	background: url(../images/IC-Flickr.png) top;
	height: 30px;
}
#social ul #flickr a:hover {
	background: url(../images/IC-Flickr.png) bottom;
}
#container #header #call{
	display: block;
	float: right;
	width: 150px;
	margin-top: 25px;
	margin-right: 150px;
	border-radius: 10px 10px 0px 0px;
	z-index: 1;
	font-family: Tahoma, Geneva, sans-serif;
	color: rgba(255,255,255,1);
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	height: auto;
	padding-bottom: 1px;
	background: -webkit-linear-gradient(top,rgba(255,0,0,0),rgba(127,5,5,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(bottom,rgba(255,0,0,0),rgba(127,5,5,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(bottom,rgba(255,0,0,0),rgba(127,5,5,1)); /*Fx 3.6-15*/
	background: #300 bottom;
	border: thin solid rgba(127,5,5,1);
}
#call strong {
	font-size: 18px;
	font-weight: normal;
}
#menu {
	background: url(../images/Banner.png) no-repeat;
	z-index: -1;
	height: 99px;
	width: 1201px;
	margin-top: 60px;
	padding-top: 22px;
}
#menu #links {
	text-align: center;
	width: 800px;
	margin-left: 300px;
	list-style-type: none;
	height: 40px;
}
#menu #links li {
	display: inline;
	float: left;
	margin-right: 45px;
}

#menu #links li a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
}
#menu #links li a:hover {
	color: rgba(255,255,0,1);
}
#bottom {
	background: rgba(127,5,5,1);
	display: block;
	height: 60px;
	width: 1035px;
	margin-left: 83px;
	border-radius: 0px 0px 25px 25px;
	float: left;
	margin-bottom: 50px;
}
#bottom #line {
	display: block;
	height: 5px;
	width: auto;
	border-bottom: medium solid rgba(255,255,255,1);
}
#bottom #email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	text-align: center;
	display: block;
	width: 300px;
	height: 30px;
	float: left;
	margin-top: 15px;
}
#bottom #email a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
#bottom #location {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	width: 300px;
	float: right;
	margin-right: 50px;
	margin-top: 12px;
}
#bottom #location p {
	font-size: 15px;
}
#bottom #Bphone {
	color: rgba(255,255,255,1);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	display: block;
	width: 381px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
