html 
{
	overflow-y: scroll;
}
body {
	color:#666666;
	font:normal 14px Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
a, a:hover {
	color:#a9bc02; 	
}
a		{text-decoration:underline;}
a:hover {text-decoration:none}

h1 { text-decoration: none; font-size: 14px; font-weight: bold; height: 28px; padding: 2px 0 0 10px; margin: 0; line-height: 28px; color: #EFEFEF; background-image: url(images/h1green.jpg); }
h2 { padding-top: 15px; color: #a9bc02; font-size: 20px; border-bottom: 1px solid #333333; }
h3 { color: #a9bc02; font-size: 16px; }
h6 { text-decoration: none; font-size: 10px; font-weight: bold; height: 28px; padding: 2px 0 0 10px; margin: 0; line-height: 28px; color: #EFEFEF; background-image: url(images/h1green.jpg); }

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

.menutext {
    text-decoration: none;
	font-family: Tahoma;
    font-size: 12px;
    color: #666666;
	margin-top: dashed 1px #000000;
	margin-bottom: dashed 1px #000000;
	display: block;
}

.menutext:hover {
    color: #FFFFFF;
	padding: 10px;
	background-color: #DDDDDD;
}

#wrapper {
	width: 663px;
	float:right;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 3px solid #666666;
	padding: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-top:0px;
	margin-left:0px; 
}

#wrapper1 {
	width:640px;
	height: 305px;
	padding: 0;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
}

/* GREEN BAR */
#greenfadewrap {
	width: 100%;
	height: 118px;
	margin: 0; padding: 0;
	background-image:url(images/greenfade.jpg);
	background-repeat: repeat-x;
	position: absolute;
}
#greenwrap {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
}
#greenleft {
	width: 275px;
	float:left;
	height: 118px;
}
#greenright {
	width: 640px;
	float:right;
	/*height: 118px;*/
	position: relative;
	z-index: 0;
	/*padding-left: 275px;*/
}
/* GREEN BAR END */

#leftbelowgreen {
	margin-top: 4px;
	background: url(images/topleftback2.jpg);
	background-repeat: no-repeat;
	width: 275px;
	min-height: 310px;
}

#wrapper2 {
	width:639px;
	float:right;
	position:relative;
	margin-top: 0;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 3px solid #d4d4d4;
	background:#FFFFFF;
}

#wrapcontent {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
}

tr.topnavbar a:hover {
	color: #CCCCCC;
	border-bottom: dashed 1px #666666;
	padding-bottom: 1px;
}

.clientarealinks {
	width: 580px;
	border: 1px solid #d4d4d4;
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
	margin-top:15px;
	background-color: #EFEFEF;
	margin-left:auto;
	margin-right:auto;
}

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 550px;
	border: 1px solid #8FBCE9;
	padding: 0px;
}
table.frame2 {
	width: 300px;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
	font-weight: bold;
}

.clientareatable {
	width: 550px;
	background-color: #cccccc;
	margin-left:auto;
	margin-right:auto;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #dfe7fd;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #eaa9a9;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ababab;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}
/* Added for Template */
/*H1 {
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}*/
#background {
	background-image:url(images/top-fade.png);
	background-repeat: repeat-x;
	background-color: #f9f7f8;
}
/* START WRAPS - CANNOT HAVE MORE THAN ONE ID DEFINED */
#wrap1 {
	width: 915px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}
#wrap2 {
	width: 916px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}
#wrap3 {
	width: 915px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}
#wrap4 {
	width: 915px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}
/* END START WRAPS */
#top {
	height:106px;
	overflow:hidden;
	position:relative;
}
#address {
	float: right;
	width: 150px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	width:305px;
	float:left;
	margin-left: 5px;
	padding-top:10px;
}
#left-side {
	float:left;
	width: 275px;
	background-color: #CCC;
	height: 305px;
	background-image: url(images/topleftback.jpg);
}
#left-buttons {
	margin-left:auto;
	margin-right:auto;
	height:290px;
	margin-top:18px;
	display: block;
	position: relative;
}
#left-green {
	background-image: url(images/left-green.jpg);
	height: 118px;
}
#left-side2 {
	float:left;
	width: 276px;
	position:relative;
	margin-top: 118px;
	background-image: url(images/topleftback2.jpg);
	background-repeat: no-repeat;
}
.link1, .link2, .link3, .link4, .link5 {
	display:block;
	width:247px;
	height:46px;
	margin:10px 0px 3px 0px;
	text-decoration:none;
}

.link1 {background:url(images/buttons/button1.jpg) no-repeat 0 0;}
.link2 {background:url(images/buttons/button2.jpg) no-repeat 0 0;}
.link3 {background:url(images/buttons/button3.jpg) no-repeat 0 0;}
.link4 {background:url(images/buttons/button4.jpg) no-repeat 0 0;}
.link5 {background:url(images/buttons/button5.jpg) no-repeat 0 0;}

.link1:hover, .link2:hover, .link3:hover, .link4:hover, .link5:hover {
	background-position: right;
}

#portalbox-left {
	margin-top: 17px;
	width: 270px;
	height: 55px;
	float: left;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
#portalbox-right {
	margin-top: 17px;
	width: 270px;
	height: 55px;
	float: right;
	border: 1px solid #DDDDDD;
	padding: 10px;
	vertical-align: middle;
}
#portalbox-left:hover { border: 1px solid #9ba727; background-color: #eff4be; }
#portalbox-right:hover { border: 1px solid #9ba727; background-color: #eff4be; }

.portalimage {
	margin-right: 10px;
}

#showhide {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	height: 4px;
}

.showhide {
	display: block;
	height: 100%;
	width: 100%;
}
#showhidearrow {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	margin-top: 1px;
	background-image: url(images/slidebar.gif);
	float: left;
	position: absolute;
	z-index: 1;
}
#showhidearrow2 {
	width: 915px;
	height: 14px;
	margin-top: -10px;
	background-image: url(images/slidebar.gif);
	position: absolute;
	z-index: 10;
}
#headerback {
	width: 100%;

	background-image: url(images/headerback.jpg);
	background-repeat: repeat-x;
	background-color: #f9f7f8;
}

#carousel {
	width: 640px;
	overflow: hidden;
	position:absolute;
}

.carousel li {
	margin-top: 4px;
	padding: 4px;
}

#content { 
	width: 639px;
	margin-top: 118px;
	float: left;
	position: relative;
	background-color: #FFF;
}
#content-padding {
	padding: 0 15px 15px 15px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}

hr {
	border: 0;
	width: 100%;
	color: #ccd385;
	background-color: #ccd385;
	height: 1px;
}

#addressbox {
	width: 160px;
	background: #FFF;
	margin: 20px;
	padding: 10px;
}

#menu {
	margin-top: 10px;
	margin-left: 5px;
	width: 244px;
	height: 171px;
	background-image:url(images/menu.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	line-height: 30px;
	font-size: 12px;
	color: #000;
}

#box1 {
	margin-top: -1px;
	margin-left: 5px;
	width: 244px;
	height: 48px;
	background-image:url(images/box1.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 20px;
	line-height: 20px;
	font-size: 14px;
}
#box2 {
	margin-top: 20px;
	margin-left: 5px;
	width: 244px;
	height: 92px;
	background-image:url(images/box2.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	font-size: 14px;
}

#intro { min-height: 42px; }