/*  Rich Media Productions CSS  */
/*   All code is copyrighted    */
/* www.richmediaproductions.com */

body {
	background-image:  url(../images/main_bg.jpg);
	background-color: #666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;	
}
h1 {
	font-size: 18px;
	text-transform: capitalize;
	color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}
#container {
	padding: 0;
	width: 760px;
	margin: 0 auto;
}
#header {
	float: left;
	height: 100px;
	width: 100%;
	clear: left;
	background-color: #000033;
}
#navcontainer {
	background-color: #000033;
	float: right;
	height: 24px;
	width: 450px;
	color: #CCCCCC;
	margin-top: 70px;
	margin-right: 2px;
}
#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav li
{
	float: right;
}
#nav li a:link, #nav li a:visited
{
	height: 24px;
	line-height: 24px;
	width: 100px;
	display: block;
	color: #999999;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: left;
	border: 1px solid #000033;
}
#nav li a:hover
{
	color: #FF0000;
	background-color: #000033;
	border: 1px solid #FF0000;
}
/* Hide from IE5-Mac \*/
#nav li a
{
	float: none
}
#mainphoto {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 250px;
	width: 760px;
	background-image: url(../images/skyline.jpg);
	background-repeat: no-repeat;
}
#servicesphoto {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 350px;
	width: 760px;
	background-image: url(../images/services_front.jpg);
	background-repeat: no-repeat;
}
#hostphoto {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 350px;
	width: 760px;
	background-image: url(../images/host_front.jpg);
	background-repeat: no-repeat;
}
#contentcontainer {
	clear: left;
	float: left;
	width: 760px;
	background-color: #FFFFFF;
	color: #000000;
}
#content {
	padding: 10px;
	clear: left;
	float: left;
	text-align: left;
}
#footer {
	font-size: 9px;
	color: #CCCCCC;
	cursor: default;
	background-color: #000033;
	clear: left;
	float: left;
	height: 22px;
	width: 400px;
	text-align: left;
	padding-left: 10px;
}
#timestamp {
	clear: right;
	float: right;
	height: 28px;
	width: auto;
	color: #CCCCCC;
	margin-right: 15px;
	margin-top: 2px;
	cursor: default;
}
.portbox {
	background-image: url(../images/port_boxbg.gif);
	background-repeat: no-repeat;
	cursor: default;
}
.portimage {
	border: 1px solid #000000;
	margin-top: 5px;
}
.instruct {
	font-size: 9px;
	font-style: italic;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
strong {
	color: #000099;
}
input {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	background-image: url(../images/top_logo.gif);
	background-repeat: no-repeat;
	clear: right;
	float: left;
	height: 94px;
	width: 198px;
	margin-top: 4px;
	margin-left: 5px;
}
#rmp a {
	font-size: 9px;
	color: #CCCCCC;
	cursor: default;
	background-color: #000033;
	clear: right;
	float: right;
	height: 22px;
	width: 250px;
	text-align: right;
	text-decoration: none;
	padding-right: 10px;
}
.servicesphoto {
	clear: right;
	float: left;
	border: 1px solid #000033;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#products ul
{
	list-style: square;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-style: italic;
}
#serveleft
{
	clear: left;
	float: left;
	width: 580px;
}
#serveright
{
	clear: right;
	float: right;
	padding-top: 35px;
}
#contacts
{
	clear: left;
	float: right;
	width: 250px;
	text-align: left;
	padding: 10px;
}
#content img {
	border: 1px solid #000033;
	cursor: auto;
}
