body.font {
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.5;
}

p {
	text-indent: 15px;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.5;
	padding-bottom: 10px;
}

a {
	font-family: tahoma;
	font-size: 13px;
	color: #007BD3;
	text-decoration: none;
}

a:hover {
	font-family: tahoma;
	font-size: 13px;
	color: #FF6000;
	text-decoration: underline;
}

a.menu {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.mini {
	font-family: tahoma;
	font-size: 11px;
	color: #007BD3;
	text-decoration: none;
}

a.mini:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #FF6000;
	text-decoration: underline;
}

ul {
	padding-left: 30px;
	line-height: 1.5;
	font-size: 13px;
}

.list
{
	list-style-image: url(/images/li.png);
	padding-bottom: 10px;
}

h1 {
	font-family: tahoma;
	font-size: 16px;
	color: #FF6000;
}
h2 {
	font-family: tahoma;
	font-size: 15px;
	color: #FF6000;
}

.mini {
	font-family: tahoma;
	font-size: 10px;
	color: #6F6F6F;
	text-indent: 5px; 
	padding-top: 5px; 
	line-height: 1.5;
}

.link {
	font-family: tahoma;
	font-size: 13px;
	color: #007BD3;
	text-decoration: none;
}

.grey {
	font-family: tahoma;
	font-size: 12px;
	color: #878787;
	text-decoration: none;
	line-height: 1.5;
}

.orange {
	font-family: tahoma;
	font-size: 12px;
	color: #FF6000;
	text-decoration: none;
	line-height: 1.5;
}

.auth {
	height: 18px;
	width: 150px;
}

.submit {
	height: 20px;
	width: 50px;
	font-size: 12px;
}

html {height:  100%;}

body  {height:auto  !important;  min-height:100%;  height:100%;  position:relative;}

#everything {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}

#headcontainer {
	margin: auto;
	position: relative;
	width: 100%;
	height: 100px;
}

#headleft {
	float: left;
	margin: 10px;
	position: relative;
	width: 262px;
	height: 75px;
	background: url(images/logo.png) 0 0 no-repeat;
}

#headmidcontainer {
	float: left;
	margin: 15px 130px;
	position: relative;
	width: 230px;
	height: 85px;
}

#headmidtop {
	position: absolute;
	width: 230px;
	height: 21px;
	background: url(images/tryitfree.png) 0 0 no-repeat;
}

#headmidbot {
	width: 184px;
	height: 40px;
	background: url(images/makesite2.png) 0 0 no-repeat;
}
#headmidbot:hover {
		background-position: 0 -40px;
	}

#headright {
	position: relative;
	margin: 0 795px;
	width: 179px;
	height: 37px;
	background: url(images/extmenu.png) 0 0 no-repeat;
}

#menucontainer {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 28px;
}

#menu1 {
	position: absolute;
	width: 11px;
	height: 28px;
	background: url(images/menuleft.png) 0 0 no-repeat;
	}
#menu2 {
	margin: 0 11px;
	position: absolute;
	width: 789px;
	height: 28px;
	background-color: #3BD11C;
	
	}
#menu3 {
	margin: 0 750px;
	position: absolute;
	width: 250px;
	height: 28px;
	background-color: #007BD3;
	background: url(images/cpanel.png) 0 0 no-repeat;
	}
#menu4 {
	margin: 0 989px;
	position: absolute;
	width: 11px;
	height: 28px;
	background: url(images/menuright.png) 0 0 no-repeat;
	}

#container {
	display: inline-table;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height:auto  !important;  min-height:100%;  height:100%;
}
#content {
	position: absolute;
	width: 750px;
	padding: 10px;
	}
#cpanel {
	margin: 0 750px;
	position: absolute;
	width: 248px;
	height: 130px;
	border-left: 1px #007BD3 solid;
	border-right: 1px #007BD3 solid;
	border-bottom: 1px #007BD3 solid;
	}

#infblock1 {
	margin: 150px 750px;
	position: absolute;
	width: 248px;
	height: 32px;
	}

#footer {
	position: absolute;  
	bottom:0;
	width: 100%;
	height: 120px;
	background-color: #EEEEEE;
	}

.error {
	position: fixed;
	z-index: 110;
	width: 100%;
	height: 40px;
	top: 0;
	border-top: 1px red solid;
	border-bottom: 1px red solid;
	background-color: #FFF;
}

#TB_overlay {
position: fixed;
z-index: 100;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
-moz-opacity: 0.55;
-khtml-opacity: 0.55;
opacity: 0.55;
}
* html #TB_overlay {
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");
overflow: none;
}

/* tabs */
.section {
margin: 0 0 22px;
}
ul.tabs {
	height: 27px;
	background: #FFF;
	border: none;
	margin: -4px -4px 0 !important;
	padding: 0 4px;
	overflow: hidden;
}
.tabs li {
	float: left;
	line-height: 27px;
    margin: 0 1px 0 0;
	padding: 0 0 0 11px;
    font-weight: bold;
	cursor: pointer;
	border: none;
}
.tabs li span {
	float: left;
	padding: 0 11px 0 0;
	height: 27px;
	/*color: #00A3E3;*/
	color: #007BD3;
	text-shadow: 1px 1px 1px #FFF;
}

.tabs li.current {
  background: url(images/cp/tabs2.png) 0 -54px no-repeat;
  color: #BA1A00;
}
.tabs li.current span {
  background: url(images/cp/tabs2.png) 100% -54px no-repeat;
  color: #BA1A00;
}

.tabs li.current:hover {
  background: url(images/cp/tabs2.png) 0 -54px no-repeat;
  color: #BA1A00;
  cursor: auto;
}
.tabs li.current:hover span {
  background: url(images/cp/tabs2.png) 100% -54px no-repeat;
  color: #BA1A00;
  cursor: auto;
}

.tabs li {
  background: url(images/cp/tabs2.png) no-repeat;
}
.tabs li span {
  background: url(images/cp/tabs2.png) 100% 0 no-repeat;
}
.tabs li:hover {
  background: url(images/cp/tabs2.png) 0 -27px no-repeat;
  color: #BA1A00;
}
.tabs li:hover span {
  background: url(images/cp/tabs2.png) 100% -27px no-repeat;
  color: #BA1A00;
}

div.box {
	border-top: 1px solid #E1E1E1;
	display: none;
}
div.box.visible {
	display: block;
}
/* end tabs */
