body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #DBDBCF;
	/* Global font */
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100%;
	background-image: url(../img/content_bg_fade_1.png);
	background-repeat: repeat-x;
}

.simpleBox
{
	border: 1px solid;
margin: 10px 20px;
padding:15px 15px 15px 15px;
background-repeat: no-repeat;
background-position: 10px center;
width:600px;
margin-left:365px;
}

table,th,td
{
	padding: 10px;
	border-collapse:collapse;
	margin-bottom:20px;
    margin-left:190px;
   / border: 1px solid black;
}
.tableMarginCenter
{
	margin-left: 200px;
}
.tableWidth
{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.tableWidthLeft
{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:Left;
	float:left;
	left:auto;
}
.tableWidthJustify
{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}
table.tableCenter
{
	margin-left:auto;
	margin-right:auto;
}

h1, h2, h3, h4, h5, div, p, ul, ol, li {
	margin: 0;
	padding: 0;	
		text-align: justify;
}

ul, ol {
	list-style: none;
}

a {
	color: #ffffff;	
}


h2, h3, p {
	padding-left: 20px;
	padding-right: 20px;

	/*border: 1px #C00 solid;*/
}

p.indentExtra {
	padding-left: 225px;
}

h1 {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #FFC;
	/*text-align: left;*/
}

h2 {
	padding-top: .5em;
	padding-bottom: .2em;
}

h3 {
	padding-top: .5em;
	padding-bottom: .2em;
}

p {
	padding-bottom: 1em;
	font-size: 100%;
	letter-spacing: 1px;
}

.imageFloatRight {
	padding-left: 20px;
	float:right;
}

.imageFloatLeft {
	padding-right: 20px;
	float:left;
}
.imageFloatCenter {
	margin-left:auto;
	margin-right:auto;
}
.textAlignCenter {
	text-align: center !important;
}

.strongFont {
		font-weight: 900;
}

.textItalic {
	font-style: italic;
}

#h1ShadowDiv {
	position: relative;
	z-index: 1;
	margin-left: 20px;
	margin-right: 20px;
	/*background-color: #3CC;*/
}

#subShadow {
	position: absolute;
	top: 2px;
	left: 2px;
	color: black;
	z-index: -2;
	width: 886px;
}

.underlineFont {
	text-decoration: underline;
}

#rootWrapper {
	background-image: url(../img/content_bg_fade_1.png);
	background-repeat: repeat-x;
	margin-left: auto ;
    margin-right: auto ;
	height: 100%;
	width: 100%;
	/* Development only. */
	/*border: 5px #000 solid;*/
}

/* Header area start */

#headerWrapperBackground {
	width: 100%;
	background-color: #006699;
	background-image: url(../img/header_bg_fade_1.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	/* Development only */
	/*border: 1px #000 solid;*/
}

#headerWrapper {
	margin-left: auto;
    margin-right: auto;
	width: 1200px;
	height: 233px;
	/* Development only */
	/*border: 1px #000 solid;*/
	/*background-color: #CC0;*/
}

#headerWrapper #logoAndHeaderContentBox {
	padding-bottom: 50px;
	float: left;
	/* Development only */
	/*border: 1px #000 solid;*/
}

#headerWrapper #logoAndHeaderContentBox #headerLogo {
	padding-top: 40px;
	float: left;
	display: block;
	margin: 0px;
	width: 496px;
	height: 87px;
	border: 0px;
	/* Development only */
	/*border: 1px #000 solid;*/
}

#headerWrapper #logoAndHeaderContentBox #headerLogo img {
	border: 0px;
	/* Development only */
	/*border: 1px #000 solid;*/
}

#headerWrapper #logoAndHeaderContentBox #headerCopy {
	text-align: right;
	padding-top: 70px;
	float: left;
	width: 695px;
	font-size: 200%;
	color: #F3F1C5;
	/* Development only */
	/*border: 1px #000 solid;*/
}

#menuWrapper {
	height: 50px;
	width: 1200px;
	clear: both;
	/* Development only */
	/*border: 1px #000 solid;*/
	padding-top: 11px;
	background: url(../img/header_menu_bg_1.png)  center center repeat-x; /*THEME CHANGE HERE*/
}

/* Content area end */

#contentWrapper {
	margin-left: auto;
    margin-right: auto;
	width: 1200px;
	height: 100%;
	clear: both;
	/* Development only. */
	/*border: 1px #000 solid;*/
	min-height: 500px;
	background-color: #6E6E3E;
}

#internalPageMenu {
	float: left;
	margin-left: 18px;
	margin-top: 20px;
	font-size: 80%;
	/* for development only */
	/*border: 1px #FFC solid;*/
	border-right: 1px #663 solid;
	padding-right: 18px;
}

#internalFooterLinks {
	line-height: 150%;	
}

#internalPageMenu ul {
	
}

#internalPageMenu li {
	padding-bottom: 15px;
}

#internalPageMenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#internalPageMenu li a:hover {
	display: block;
	text-decoration: underline;
}


#footerWrapper {
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
	background-color: #006699;
	background-image: url(../img/footer_blue_fade_background_1.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 100px;
/* Development only. */
	clear: both;
}

/* Specialized CSS */

#floatLeftDiv {
	width: 100%;
	padding: 30px 0px 20px 0px;
	float: left;
	background-color: #006699;
	clear: both;
}

#floatLeftDiv .indexProductInfoBox {
	float: left;
	margin-left: 19px;
	width: 276px;
	height: 338px;
	background-image: url(../img/index_product_info_box_1.png);
	background-position: 0 0;
	/* Development only. */
	position: relative;
	/*border: 1px #000 solid;*/
}

.indexProductInfoBox2Col div {
	float: left;
}

#floatLeftDiv .indexProductInfoBox .absoluteIcon {
	position: absolute;
	right: 7px;
	bottom: 290px;
	/* Development only. */
}

#floatLeftDiv .indexProductInfoBox .absoluteIcon2 {
	position: absolute;
	right: -5px;
	bottom: 305px;
	/* Development only. */
}

#floatLeftDiv .indexProductInfoBox h3 {
	font-size: 150%;
	color: #4C3A00;
	padding: 13px 20px 10px 20px;
}

#floatLeftDiv .indexProductInfoBox p {
	font-size: 78%;
	color: #4C3A00;
	padding: 0px 20px 10px 20px;
		text-align: left;
		letter-spacing: 0px;
}

#floatLeftDiv .indexProductInfoBox a {
	text-decoration: underline;
	color: #4C3A00;
}

.indexProductInfoBox2Col .productInfoButton {
	width: 129px;
	height: 58px;
	background-image: url(../img/index_order_now_button_1.png);
	background-repeat: no-repeat;
	margin: 3px 0px 0px 20px;
}

.indexProductInfoBox2Col .productInfoButton a {
	display: block;
	width: 129px;
	height: 58px;
}

.indexProductInfoBox2Col .productInfoButton a:hover {
	background-image: url(../img/Order_Personal_VPN.png);
	background-repeat: no-repeat;

}

.indexProductInfoBox2Col .productInfoPrices {
	font-size: 75%;	
	padding: 0px 0px 0px 10px;
	color: #660;
	font-weight: 900;
	color: #4C3A00;
	float: left;
	width: 100px;
	text-align: left;
}

.smallText {
	font-size: 87%;
}
.smallerText {
	font-size: 74%;
}

#floatLeftDivTransBg {
	float: left;
	width: 1181px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 19px;
	background-color: #999966;

}

#floatLeftDivTransBg .indexMiscInfoColumn {
	float: left;
	width: 349px;

	/* Development only. */
	/*border: 1px #000 solid;*/
}

#floatLeftDivTransBg .indexRoundedTop {
	float: left;
	width: 349px;	
	background-image: url(../img/info_box_rounded_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	/* Development only. */
}

#floatLeftDivTransBg .indexRoundedBottom {
	float: left;
	width: 349px;	
	background-image: url(../img/info_box_rounded_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	/* Development only. */
}

#floatLeftDivTransBg .indexMiscInfoColumn span {
	font-size: 180%;
}

#floatLeftDivTransBg .indexMiscInfoColumn p {
	padding: 0px 30px 0px 35px;
	font-size: 85%;
	background-color: #666633;
	text-align: left;
}

#floatLeftDivTransBg .floatLeftDivTransBgSpacer {
	float: left;
	width: 58px;
	height: 300px;
	background-image: url(../img/index_misc_column_pinstripe_1.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	
	/* Development only. */
}

/* Custom footer links and columns */

#footerFloatLeftDivTransBg {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 75px 0px 60px 90px;
	float: left;
	clear: both;
}

#footerFloatLeftDivTransBg .footerLinkColumn {
	float: left;
	margin-left: 20px;
	width: 200px;
	height: 275px;
	font-size: 75%;
	/* Development only. */
	/*border: 1px #000 solid;*/
}

#footerFloatLeftDivTransBg .footerLinkColumn ul li {
	padding-bottom: 9px;
}

#footerFloatLeftDivTransBg .footerLinkColumn ul li a {
	color: #FFF;
	text-decoration: none;
}

#footerFloatLeftDivTransBg .footerLinkColumn ul li a:hover {
	text-decoration: underline;
}

/* Custom footer copyright etc */

#footerCopyright {
	text-align: center;
	width: 100%;
	font-size: 70%;
}

