@charset "utf-8";
/* CSS Document */
html, body	{
	margin: 0px 0px 0px 0px ;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #222;
}
a:link	{
	text-decoration: none;
	color: #5ca0b6;
}
a:visited 	{
	text-decoration: none;
	color: #5ca0b6;
}
a:hover 	{
	text-decoration: underline;
	color: #5ca0b6;
}
#topbar {
	background-color: #252527;
	width: 760px;
	height: 40px;
	margin: auto;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
}
#topright {
	float: right;
	font-weight: lighter;
	color: #999;
	text-align: right;
	padding-right: 18px;
	margin-top: -5px;
}
p#toptext {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
p#phonetext {
	color: #7bc044;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
#topright a:link {
	color: #cccccc;
	text-decoration: none;
}
#topright a:visited {
	color: #cccccc;
	text-decoration: none;
}
#topright a:hover {
	color: #cccccc;
	text-decoration: underline;
}
#logo {
	width: 760px;
	height: 80px;
	margin: auto;
	display: block;
	padding-top: 10px;
}
#logoright {
	float: right;
	font-weight: lighter;
	text-align: left;
}
.spacer {
	height: 10px;
	margin: auto;
	width: 760px;
}
#menu {
	width: 760px;
	margin: auto;
}
.button, .button:link, .button:visited{
  color: #222;
  text-decoration: none;
}
ul.menu {
	list-style: none;
	color: #222;
	margin: 0px;
	padding: 0px;
}
li.button{
  color: #222;
  background-color: #f5f3de;
  border: 1px #dddab5 solid;
  width: 103px;
  padding: 3px 0px 3px;
  text-decoration: none;
  list-style: none;
  text-align: center;
  display: inline-block;
}
li.button:hover, li.button:active{
  color: #222;
  background-color: #fffdec;
  border: 1px #dddab5 solid;
  text-decoration: none;
  padding: 3px 0px 3px;
  list-style: none;
  text-align: center;
}
li.button:visited {
  background-color: #f5f3de;
  border: 1px #dddab5 solid;
  padding: 3px 0px 3px;
  color: #222;
  text-decoration: none;
  list-style: none;
}
#plans {
	width: 760px;
	height: 200px;
	margin: auto;
	background-color: #f0f0f0;
	border: 1px solid #eee;
}
.plancontainer1 {
	display: inline-block;
	background: #f5f5f5 url(images/planbg.gif) bottom no-repeat;
	border: 1px solid #f0f0f0;
	width: 185px;
	height: 198px;
	font-size: 11px;
}
.plan_container {
	width: 175px;
	padding: 5px;
	background-color: #a7d2a1;
	border-bottom: 1px solid #739d6d;
	color: #fff;
	font-weight: bold;
	text-align:center;
}
ul.planlist {
	margin-left: 5px;
	padding-left: 14px;
}
#body_content {
	width: 760px;
	margin: auto;
}
#body_left {
	width:760px;
	height: 500px;
	display:inline-block;
}
#body_right {
	width:200px;
	display:inline-block;
}
#body_title {
	width: 760px;
	height: 25px;
	background-color: #252527;
	padding-top: 5px;
}
.body_text {
	width:740px;
	background-color:#eee;
	padding: 10px;
	text-align: justify;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 10px 0px;
	color: #fff;
}
#reseller_box {
	width: 370px;
	border: 1px solid #eee;
	padding: 2px;
	display: inline-block;
}
#reseller_title {
	margin: auto;
	width: 368px;
	height: 20px;
	background-color: #252527;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 10px;
}
#box_text {
	padding: 5px;
	text-align: justify;
}
.equation {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#dedicated_box {
	width: 370px;
	border: 1px solid #eee;
	padding: 2px;
	display: inline-block;
	float: right;
    text-align: center;
}
#dedicated_title {
	margin: auto;
	width: 368px;
	height: 20px;
	background-color: #252527;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
}
.limage {
	float: left;
	width: 45px;
}
.planbreak {
	height: 10px;
}
.organize {
	margin: auto;
}
.price {
	float: right;
	color: #0d4d7d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-right: 10px;
}
.ordernow {
	background: transparent;
	font-weight: bold;
	font-size: 15px;
	width: 100px;
	height: 20px;
	margin: auto;
	text-align: center;
}
#footer {
	background-color: #eee;
	border-top: 2px solid #ccc;
	width: 740px;
	height: 40px;
	margin: auto;
	color: #222;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}
#footer2 {
	background-color: #252527;
	width: 760px;
	height: 30px;
	margin: auto;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
#footer2 a:link {
	color: #fff;
}