body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;

}

body, .text, .justify, tr {
	color : #000000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
}

.justify {
	text-align: justify;
}

.container{
	width:100%;
	max-width:1280px;
	border: 0px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right: auto;
}

.comments{
	color : #990000;
}

.redText {
	color: #FF0000 !important;
}

.greenText {
	color: #339933 !important;
}

.greyText {
	color: #666666 !important;
}

.whiteText {
	color: #FFFFFF !important;
}

.lgText {
	font-weight: normal;
	font-size: 19px;
}

.largeText {
	color: #000;
	font-weight: bold;
	font-size: 22px;
	font-family: 'Open Sans', Arial, sans-serif;
}

h1, h2, h2.white, caption, .softwarePrice, .hostingPackagePrice, .hostingPackageGroupPrice, a.h1, a.h1:visited, a.h1:hover, a.h1:visited:hover,  a.h2, a.h2:visited, a.h2:hover, a.h2:visited:hover, a.caption, a.caption:visited, a.caption:hover, a.caption:visited:hover {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	color : #000000;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 30px;
}

h2{
	font-size: 22px;
}

/* Hyperlinks */
a{
	color:#0000FF;
	text-decoration: none;
	font-weight: normal;
	transition: 0.5s;
}

a:visited, a:visited:hover {
	color:#0088FF;
}

a:hover, a:visited:hover  {
	color : #CC0000;
	text-decoration: underline;
}

a.h1, a.h2, a.caption {
	color:#000000;
}

a.h1:visited, a.h2:visited {
	color:#000000;
}

a.h1:hover, a.h1:visited:hover, a.h2:hover, a.h2:visited:hover, a.caption:hover, a.caption:visited:hover {
	text-decoration: underline;
	color:#CC0000;
}

h2.white {
	color : #FFFFFF;
}

.smText  {
	font-size: 15px;
}

.textList  {
	font-size: 20px;
	line-height:28px;
}



.copy  {
	font-size: 14px;
	color : #000000;
}

a.copy:link, a.copy:visited, a.copy:hover, a.copy:visited:hover {
	color : #000000;
	text-decoration: none;
}

a.copy:hover, a.copy:visited:hover {
	color : #CC0000;
	text-decoration: underline;
}


a.smNav:link, a.smNav:visited  {
	color : #666666;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

a.smNav:hover, a.smNav:visited:hover {
	color : #CC0000;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	height: 0px; 
	border: solid #999999 0px; 
	border-top-width: 1px;
}

form{
	display: inline;
}

img{
	max-height:100%;
    	max-width:100%;	
}

img.bBorder {
	border-radius: 7px;
	border: solid #dddddd 1px; 
}
.centreImage {
	display: block;
	text-align: center;
	padding: 15px;
}

.softwarePrice{
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color : #003366;
}

/* Breacrumb */
#breadcrumb{
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: left;
	font-size: 14px;
	color : #333333;
}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:visited:hover {
	font-size: 14px;
	color : #333333;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:visited:hover  {
	color : #CC0000;
	text-decoration: underline;
}

/* Hosting */
.hostingPackagePrice, .hostingPackageGroupPrice{
	text-align: center;
	height: 115px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color : #000000;
}

.hostingPackageGroupPrice{
	height: 85px;
}

a.lgBlackLink, a.lgBlackLink:visited, .lgBlackLink, a.lgBlackLink:visited:hover, .show-menu {
	color : #333333;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
}

a.lgBlackLink:hover, a.lgBlackLink:visited:hover  {
	color : #FFFFFF;
}

pre, .codeTable {
	font-family: Courier New, Courier, mono;
	color: #000000;
	background-color: #ECECE6;
	text-align: left;
}

.displayBlock{
	display: inline-block;

}





#leftSideBar {
	padding: 0px 10px 5px 0px;
	display: inline-block;
	width: 210px;
	float: left;
}

#rightSideBar {
	padding: 5px 0px 5px 5px;
	width: 210px;
	display: inline-block;
	float: right;
	border-left:2px solid #EFEFEF;
	margin: 8px
}

em.yes, em.no{
	
	margin:auto;
	display:block;
	width:32px;height:32px;
	overflow:hidden;
	background:transparent 
	url(none) no-repeat left top;
	text-align:left;
	text-indent:-1000em;
}
em.yes{
	background-image:url(../images/yes-32.png);
}
em.no{
	background-image:url(../images/no-32.png);
}

input.largeCheckbox
{
	width: 22px !important;
	height: 22px !important;
}


/* Tables */

table {
	#border-collapse:collapse;
}

.greyTable {
	background-color: #F7F7F4;
}

.searchTable {
	background-color: #EAF2F2;
}
.codeTable {
	width:100%;
	max-width:1280px;
}

caption {
	padding: 4px;
	text-align: left;
}

.tblBorderTopSquare {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}


.tblCornerTopLeft, .tblCornerTopRight, .tblCornerBottomLeft, .tblCornerBottomRight{
	background-image:url(/images/tbl_corners.gif);
	background-repeat: no-repeat;
	height: 5px; width: 5px;
}
.tblCornerTopLeft{
	background-position: 0px 0px;
}
.tblCornerTopRight{
	background-position: -4px 0px;
}
.tblCornerBottomLeft{
	background-position: 0px -4px;
}
.tblCornerBottomRight{
	background-position: -4px -4px;
}


.tblBorderTop {
	border-top: 1px solid #CCCCCC;
	height: 5px;
}
.tblBorderLeft {
	border-left: 1px solid #CCCCCC;
	width: 5px;
}
.tblBorderRight {
	border-right: 1px solid #CCCCCC;
	width: 5px;
}
.tblBorderBottom {
	border-bottom: 1px solid #CCCCCC;
	height: 5px;
}



.dropDownPointer{
	cursor: pointer;
}

.img-holder-products{
	height:145px;
	
}

.rightContentTable {
	width:78%;
}



/*Forms*/
input, textarea, select  {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 17px;
	font-weight: none;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
	color : #000000;
}

input {
	height: 24px;
	padding: 3px;
}

select {
	height: 33px;
	padding: 3px;
}

textarea {
	font-weight: none;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	border: 1px solid #2A4536;
	outline: none;
	color: #000000;
}

input[type=submit], input[type=reset], input[type=button]  {
	height: 32px;
	font-weight: 600;
	background-color: #0062A6;
	color: #FFFFFF;
	cursor: pointer;
	border: 0px;
	transition: 0.3s;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	border-radius: 5px;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=button]:hover, input[type=button]:focus  {
	 background-color: #84B8FF;
	 outline: none;
	 border: 0px;
}

input[type=checkbox], input[type=radio]{
	width: 16px;
	height: 16px;
}

/*Organge Button*/
.orangeButton {
	height: 56px !important;
	font-size: 22px !important;
	font-family: 'Open Sans', Arial, sans-serif;
	background: #E75803 !important;
	color: #ffffff !important;
	cursor: pointer;
	border: 0px !important;
	border-radius: 25px !important;
	outline: none !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
} 
						
.orangeButton:hover, .orangeButton:focus  {
	background: #FD9D64 !important;
	outline: none !important;
}




/* Drop Down Menu */
.navTable{
	background: #2A4536;
	border: solid #2A4536;
	border-width: 5px 0px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	background: #2A4536;
	padding: 2px;
	border-width: 0px;
	margin: 0px;
	border-radius: 5px;
}

#nav a {
	display: block;
	color: #FFFFFF;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.1;
	padding: 10px 10px;
	width: 100%;
	w\idth: 95%;
	transition:none;
}

#nav li li a {
	font-size: 16px;
	padding-top:10px;
	padding-bottom:10px;
}

#nav a:hover {
	color: #000000;
}

#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: 275px;
	w\idth: 280px;
	border: solid #558C6D;
	border-width: 0px;
	padding: 2px;
	margin: 0px;
}

#nav li li {
	width: 280px;
	margin: 0px;
}

#nav li ul ul {
	margin: -19px 0px 0px 219px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
}

#nav li:hover {
	background: #B1CFBF;
	border-radius: 3px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-size: 20px;
	font-weight: bold;
	background: #B1CFBF;
	text-align: center;
	padding: 5px 0;
	display: none;
	cursor: pointer;
}
/*Hide checkbox*/
input[type=checkbox].showMenuCheckbox{
	display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox].showMenuCheckbox:checked ~ #nav{
	display: block;
}


/*Responsive Styles*/
@media screen and (max-width : 1280px) {
	#nav, #nav ul {
		position: static;
		display: none;
	}
	#nav a {
		font-size: 21px;
		padding-top:35px;
	}
	#nav li {
		clear: left;
	}
	#nav li ul {
		position: relative;
		display: block;
		left: auto;
	} 
	#nav li li {
		width: 300em;
	}
	#nav li li a {
		font-size: 16px;
		padding-top:12px;
	}
	#nav a:hover {
		color: #999999;
	}
	#nav li:hover {
		background: #2A4536;
	}	
	.show-menu {
		display:block;
	}
	.displayBlock{
		margin: 2em 0em 3em 2em !important;
	}
	
}

/* Responsive Tablet Screens */
@media screen and (max-width : 768px) {
	#rightSideBar {
		display: none;
	}
	.dynamicTable, .rightContentTable {
		width:95%;
	}
	.displayBlock{
		margin: 2em 0em 3em 1em !important;
	}
	.mobileHide{
		position: static;
		display: none;
	}
}

/* Responsive Phone Screens */
@media screen and (max-width : 480px) {
	
	body, .text, .justify, tr {
		font-size: 15px;
	}
	h1{
		font-size: 19px;
	}
	h2{
		font-size: 16px;
	}
	.lgText {
		font-size: 14px;
	}
	.largeText {
		
		font-size: 14px;
	}
	.textList  {
		font-size: 13px;
		line-height:18px;
	}
	.smText  {
		font-size: 12px;
	}
	.copy  {
		font-size: 10px;
	}

	input, textarea, select  {
	      font-size: 15px;
	      padding: 1px;
	}
	input[type=text], input[type=email], input[type=password], input[type=file], select  {
		max-width: 200px;
	}
	input[type=submit], input[type=reset], input[type=button]  {
		height: 27px;
		padding:2px 5px 0px 5px;
	}
	.orangeButton {
		height: 40px !important;
		font-size: 15px !important;
		padding:0px;
		font-weight: bold !important;
		max-width: none !important;
	}
	.displayBlock{
		margin: 2em 0em 3em 1px !important;
	}
	.displayBlockNoSpacing{
		margin: 0px 0px 0px 1px !important;
	}
	.mobileHideXS{
		position: static;
		display: none;
	}
	
}

/* Empty to show in DReamweaver */
.mobileHideXS{
	}