body {
	background-color: #F7F7F4;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, .text, .justify, tr {
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.container{
	width: 768px;
	border: 0px;
	background-color: #FFFFFF;
}


.whiteText {
	color: #FFFFFF
}


h1, h2, caption, .hostingPackagePrice, a.h1, a.h1:visited, a.h1:hover, a.h1:visited:hover, a.caption, a.caption:visited, a.caption:hover, a.caption:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color : #CC0000;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

a.h1:hover, a.h1:visited:hover, a.caption:hover, a.caption:visited:hover {
	text-decoration: underline;
}

h2 {
	color : #000000;
}


a, a:hover  {
	color : #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

a:visited, a:visited:hover {
	color : #000000;
}

a:hover, a:visited:hover  {
	color : #000000;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	height: 0px; 
	border: solid #cccccc 0px; 
	border-top-width: 1px;
}

form{
	display: inline;
}

img.bBorder {
	border: solid #E7E7E7 1px; 
}
.centreImage {
	display: block;
	text-align: center;
	padding: 15px;
}

/* Tables */
caption {
	padding: 4px;
	text-align: left;
	background: url(/images/tbl_header.gif) no-repeat bottom left;
}
.tblBorderTopSquare {
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}
.tblBorderTop {
	border-top: 1px solid #E7E7E7;
}
.tblBorderLeft {
	border-left: 1px solid #E7E7E7;
}
.tblBorderRight {
	border-right: 1px solid #E7E7E7;
}
.tblBorderBottom {
	border-bottom: 1px solid #E7E7E7;
}
.greyTable {
	background-color: #F7F7F4;
}

.greyFade {
	background-color: #E7EBF7;
	background: url(/images/grey_fade.gif);
}

.blueFade {
	background-color: #F7F7F4;
	background: url(/images/blue_fade.gif);
}
.searchTable {
	background-color: #EAF2F2;
}
.codeTable {
	width: 720px;
}

pre, .codeTable {
	font-family: Courier New, Courier, mono;
	color: #000000;
	background-color: #ECECE6;
	text-align: left;
}

/* Drop Down Menu */
.navTable{
	background: #F9F9F7;
	border: solid #DEDEDE;
	border-width: 1px 0px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	background: #F9F9F7;
	padding: 1px;
	border-width: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 2px;
	width: 100%;
	w\idth: 95%;
}

#nav a:hover {
	color: #CC0000;
}

#nav a.parent {
	background: url(/images/navArrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 100%;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px;
	w\idth: 225px;
	border: solid #E7E7E7;
	border-width: 1px 0px 0px 1px;
	padding: 0px 6px 5px 0px;
	margin: 0px;
	background: url(/images/navShadow.png) no-repeat bottom right !important;
  	background: url(/images/navShadow.gif) no-repeat bottom right;
}

#nav li li {
	width: 224px;
	margin: 1px;
}

#nav li ul ul {
	margin: -19px 0px 0px 219px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.ieHover ul ul, #nav li.ieHover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.ieHover ul, #nav li li.ieHover ul, #nav li li li.ieHover ul {
	left: auto;
}

#nav li:hover, #nav li.ieHover {
	background: #E8E8E8;
}

#leftSideBar {
	padding: 0px 10px 5px 0px;
	display: inline-block;
	width: 160px;
	float: left;
}

#rightSideBar {
	padding: 0px 0px 5px 10px;
	width: 160px;
	display: inline-block;
	float: right;
}

/* Main Table Border */
.mtblBorderTop {
	background-image:url(/images/mtbl_side_top.gif);
	height: 11px;
}
.mtblBorderLeft {
	background-image:url(/images/mtbl_side_left.gif);
	width: 4px;
}
.mtblBorderRight {
	background-image:url(/images/mtbl_side_right.gif);
	width: 11px;
}
.mtblBorderBottom {
	background-image:url(/images/mtbl_side_bottem.gif);
	height: 11px;
}

.mtblCornerTopLeft{
	background-image:url(/images/mtbl_corner_left1.gif);
}
.mtblCornerTopRight{
	background-image:url(/images/mtbl_corner_right1.gif);
}
.mtblCornerBottomLeft{
	background-image:url(/images/mtbl_corner_left2.gif);
}
.mtblCornerBottomRight{
	background-image:url(/images/mtbl_corner_right2.gif);
}