/*
Colocation Server Hosting CSS
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 17px;
}

ul, ol {
}

blockquote {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 960px;
	height: 85px;
	margin: 0 auto;
	border-bottom: 0px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 3em;
	
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px;
	letter-spacing: 0px;
	border-bottom: 1px dashed #B9B9B9;
	font-family:Verdana;
	text-transform: uppercase;
	font-size: 18px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.mainfont {
     font-family: Verdana;
	 font-size:14px;
	 font-style:normal;
	 margin-left:10px; 
	 }

.roundcorners_left {
     border-bottom-style:double;
	 border-left-style:inset;
	 border-right-style: groove;
	 border-top-style:inset;
	 font-family: Verdana;
	 font-size:14px;
	 font-style:normal;
	  	  }
.roundcorners_right {
     border-bottom-style:double;
	 border-left-style: none;
	 border-right-style:double;
	 border-top-style:inset;
	 font-family: Verdana;
	 font-size:14px;
	 font-style:normal;
	  	  }

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
}



/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	font-size: smaller;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/* Additional Fonts */

.memberlogin { 
	 font-family:sans-serif;
	 font-size:18px;	 
	 	 }
.login_top {
	font-family:sans-serif;
	font-size: 16px;
	border-top-style:double;
	border-right-style:double;
	border-left-style:double;
    border-bottom-style:double;
	       }
	
.signup_pack {
	font-size:16px;
	}
   