body {
	background: #E5E5E5;
	margin: 0;
	padding: 0;
}

body, p, table, tr, td {
	font-family: Arial, "Helvetica", sans-serif;
	color: #404040;
	font-size: 13px;

}


.top {
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 26px;
	width: 960px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.bottom {
	background-image: url(../images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 26px;
	width: 960px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
	
.top_border {
	height: 5px;
	background-color: #F49D36;
	margin: 0;
}

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: #FFFFFF;
}


/*TYPORAPHY*/

a {
	color: #F49D36;
	text-decoration: none;
}

a:hover {
	color: #7F7F7F;
	text-decoration: none;
}

a:active {
	color: #F49D36;
}

.bigger {
	font-size: 24px;
	color: #BFBFBF;
}

.little {
	font-size: 12px;
	color: #BFBFBF;
}

p {
	font-size: 13px;
	padding-bottom: 15px;
}

strong {
	color: #F49D36;
}

h1 {
	font-size: 22px;
	color: #7F7F7F;
}

h2 {
	font-size: 18px;
	color: #BFBFBF;
}

h3 {
	font-size: 16px;
	color: #7F7F7F;

}

.bluepill, .redpill {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0px 0px 150px;
}

blockquote.client {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  margin-right: 50px;
  border-left: 3px solid #ccc;
} 

/*CORE*/
.header {
	height: 145px;
}

.logo {
	float: left;
}

.headcontact {
	float: right;
	padding-right: 25px;
}

.spacer-5px {
	height: 5px;
}

.spacer-10px {
	height: 10px;
}

.spacer-20px {
	height: 20px;
}

/* Left Nav */

.menu {
	list-style-type: none;
}

/*Highlight the current page manually*/
.menu .current {
	color: #F49D36;
	font-size: 26px;
}

.menu a {
	text-decoration: none;
	color: #404040;
}

.menu a:hover {
	text-decoration: none;
	color: #7F7F7F;
}

.menu li {
	font-size:18px;
	line-height: 18px;

}

.menu li li {
	list-style-type: none;
	padding-left: 15px;
	font-size: 16px;
}

.left_nav {
	float: left;
	padding-top: 40px;

}

/*Main Right Content*/
.main_content {
	margin-top: 40px;
	margin-left: 220px;
	line-height: 20px;
}

.home {
	text-align: right;
	text-transform: uppercase;
}

.main_content ol {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 15px;
	font-size: 13px;
}

.main_content ul {
	list-style-position: inside;
	margin-left: 15px;
}

.imagesright {
	float: right;
	padding-left: 10px;
}

.floatleft {
	float: left;
	padding-right: 10px;
}


/* Bottom Boxes */

.leftbottom {
	width: 180px;
	float: left;
	margin-left: 20px;

}

.leftmiddle {
	margin-left: 220px;
}




/* Footer */
.footer {
	margin-top: 100px;
	color: #7F7F7F;
	font-size: 12px;
}

.footer a {
	color: #7F7F7F;
	text-decoration: none;
}

.footer a:hover {
	color: #404040;
}

.middle-links {
	text-align: center;
}

.left-links {
	float: left;
}

.right-links {
	float: right;
	}

.company {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #333333;
}

.company p {
	padding: 0px;
	font-size: 11px;
}

/* Twitter Stuff */

#twitter_div {
width: 90%;
text-align: left;
padding: 0px 15px;
font: 15px "Helvetica", Arial, sans-serif;
}

#twitter_div a {
text-decoration: none;
}

#twitter_div h2 {
font-weight: bold;
margin: 0px;
padding: 0px;
}

#twitter_update_list {
	border: #404040 thin solid;
	padding: 5px;
	background: #E5E5E5;

}

#twitter_update_list li {
padding-top: 8px;
list-style-type: disc;
list-style-position: inside;
padding-left: 10px;
color: #404040;
}

#twitter_update_list li a {
text-decoration: none;
}

#twitter_update_list li a:hover {
text-decoration: none;
}

.twitter-link {
	float: right;
	padding-top: 5px;
	vertical-align: middle;
}

/* Contact Table */

.contact-page {
	margin-left: 100px;
}


/* WHMCS CSS */

li.whmcs {
	text-transform: lowercase;
}

td.clientareaimage {
	padding: 5px;
	vertical-align: middle;
}

td.clientarea {
	padding: 5px;
	text-align: left;
}

td.fieldarea {
	padding: 5px;
}

table.data {
	margin:0 0 10px;padding:0;
}

table.data td {
	background-color:#FFF;
	border-bottom:1px solid #EBEBEB;
}

table.data th {
	background-color:#888;
	border-bottom:1px solid #333;
	color:#FFF;font-weight:400;
}

table.data tr.clientareatableactive td {
	background-color:#DFFFE0 !important;
}

table.data tr.clientareatablepending td {
	background-color:#EFEFEF !important;
}

table.data tr.clientareatablesuspended td {
	background-color:#FFF6CF !important;
}

table.data tr.clientareatableterminated td {
	background-color:#FFCFCF !important;
}

table.frame {
	margin:0 0 10px;
	padding:0;
	border:1px solid #EBEBEB;
	border-bottom:0;
}

table.frame table td {
	background-color:#FFF;
	border-bottom:1px solid #EBEBEB;
}

table.frame table td.fieldarea {
	background-color:#F5F5F5;
	color:#333;
	text-align:right;
	border-right:1px solid #EBEBEB;
}

.red{color:#BF0000;}
.small{font-size:11px;}
.warning{background-color:#FFFFDF;border:1px solid #FDFF3F;margin:0 0 10px;padding:10px;}
.contentbox{padding:10px;margin:0 0 10px;text-align:center;}
.errorbox{background-color:#FFBFBF;padding:10px;margin:0 0 10px;text-align:center;color:#7F0000;}
.clientareatableactive{background-color:#DFFFE0}
.clientareatablepending{background-color:#EFEFEF}
.clientareatablesuspended{background-color:#FFF6CF}
.clientareatableterminated{background-color:#FFCFCF}
.clientticketreplyheader{background-color:#EBEBEB;color:#333;border-top:1px solid #CCC;border-right:1px solid #CCC;border-bottom:1px solid #EBEBEB;border-left:1px solid #CCC;}
.clientticketreply{background-color:#F5F5F5;margin:0 0 10px;padding:10px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-left:1px solid #CCC;}
.adminticketreplyheader{background-color:#CFE6FF;color:#333;border-top:1px solid #CAE6FF;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF}
.adminticketreply{background-color:#EEF6FF;padding:10px;margin:0 0 10px;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF;}
.networkissueaffected{background-color:#EFEFEF;padding:10px;margin: 0 0 10px;}
.textgreen{color:#158F00;}
.textred{color:#9F0000;}
.networkissueaffected{background-color:#EFEFEF;padding:10px;margin: 0 0 10px;}

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], 
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 330px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

