body
{
	margin: 0px;
	padding:0px;
	padding-bottom:30px;
	text-align: left;
	font-family:   Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 17px;
	color:#333;
	background-image:url(/images/back-main2.gif); 
	background-repeat:repeat-x;
    background-position:center top;
	background-attachment:scroll;
	
}

hr {
	background-color: #D4D4D4;
	border: 0 none;
	clear:32px;
	color:#D4D4D4;
	height:1px;
}

h1 {
	text-align: left;
	margin: 0px;
	font-size:32px;
	color:#fff;
}

h2 {
	text-align: left;
	font-size:22px;
	color:#243b3f;
	line-height:28px;
	margin:0px;
	/*display:inline;*/
}

h2 a {

	color:#243b3f;
	text-decoration:none;
}

h2.orange {
	text-align: left;
	font-size:22px;
	color:#ff7a27;
	position:relative;
	display: inline;
}

h3 {
	text-align: left;
	margin: 0px;
	font-size:14px;
	color:#4c929c;
	display:block;
}

h3 a {

	text-decoration:underline;
}

h3.darkteal {
	text-align: left;
	margin: 0px;
	font-size:14px;
	color:#365b61;
}

h6 {
	text-align: left;
	margin: 0px;
	font-size:14px;
	color:#ff0000;
	display:block;
}

p {
	text-align: left;
	margin: 0px;
	font-size:12px;
	color:#333;
	text-decoration:none;
}

a {
	text-align: left;
	color:#4c929c;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#285157;
	text-decoration:underline;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
	background-color:#fff;
}



#trail, #ftrail {
    width: 936px;
	height:24px;
	padding-left:24px;
	padding-right:20px;
	padding-top:7px;
	overflow:hidden;
	float:left;
	background-image:url(/images/trail/back-trail.gif);
}

#trail a, #ftrail a {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 3px 0px 12px;
    color: #333333;
	background-image:url(/images/trail/trail-arrow.gif); background-repeat:no-repeat;
}

#trail a:hover, #ftrail a:hover {
    color: #666666;
    background: url(/images/trail/trail-arrow-roll.gif); background-repeat: no-repeat;
}

#trail a.first, #ftrail a.first {
    padding-left: 0;
    background-image: none;
}




/*******************************************************/
/*******************************************************/
/* TITLES
/*******************************************************/
/*******************************************************/

#title-container {
	width: 1014px;
	margin-top:1px;
	overflow:hidden;
	float:left;
}

#title-intro {
	width: 521px;
	height:260px;
	padding-left:40px;
	float:left;
	background-image:url(/images/titles/title-back.gif);
}

#title-intro-blank {
	width: 521px;
	padding-left:40px;
	padding-bottom:20px;
	float:left;
	background-image:url(/images/titles/title-back-blank.gif); background-repeat:no-repeat;
}

#title-intro-blank h1 {
	display: block;
	margin-top: 28px;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 30px;
	color: #243b3f;
}

#title-intro-blank h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 12px;
	color: #243b3f;
}

#title-intro p, #title-intro-blank p {
	font-size: 14px;
	margin-top: 6px;
	line-height: 18px;
	color: #333;
}

#title-intro-blank p.first-intro {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 12px;
	color: #243b3f;
}


#title-image {
	width: 419px;
	float: left;
	border: none;
	padding-bottom: 20px;
}

#title-banner {
	float: right;
}


.feature-table {
	float: left;
	margin: 0px 50px;
}


div.feature-table {
	background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DBD3D3;
}

div.feature-table table {
	padding: 5px;
}

div.feature-table table td {
	padding: 5px;
	border-bottom: 1px dotted #DBD3D3;
}

div.feature-table table tr {
	background-color: #e5e5e5;
}

div.feature-table table tr.alt-row {
	background-color: #ffffff;
}

div.feature-table table tbody {
	border: solid 1px #ffffff;
	display: block;
}




/* Extra Styles */
.warning {
    color: #ff0000;
}

.warning_sign {
    padding: 80px 20px 20px 80px;
    margin-top: 80px;
}

.warning_sign .headline {
    color: red;
}

h1.headline {
    margin: 10px;
    padding: 0;
    font-size: 26px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
}

/*******************************************************/
/*******************************************************/
/* Page Feature Items -
   This is for the two and three column feature items
   on any pages
/*******************************************************/
/*******************************************************/


#page-features-container {
	text-align: left;
	float: left;
    margin-top: 20px;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

#page-features-container.two-column {
    width: 649px;
    float: left;
}

#page-features-container.three-column {
    width: 100%;
}

#page-features-container.three-column div.column {
    width: 310px;
    margin: 5px;
    float:left;
}

.two-column div.column {
    width: 324px;
    margin: 5px;
    float:left;
}

#page-features-container {
    float: left;
}

#page-features-container h3 {
    text-align: left;
    font-size:14px;
    color:#4c929c;
}

#page-features-container img {
    margin-right: 10px;
    float: left;
}


#page-features-container p {
    float:left;
    margin-bottom:40px;
    text-align:left;
    width:210px;
}

#page-features-container a img { border: none; }


/* Screen Grab Grid */


#landing-container.screengrab-grid {
	width: 990px;
	margin-left: 5px;
	margin-right: 5px;

}

#screengrab-grid {
	text-align: left;
	float: left;
    margin-top: 20px;
    display: block;
    margin-left: 0px;
    margin-right: 5px;
}

#screengrab-grid.two-column {
    width: 649px;
    float: left;
}

#screengrab-grid.three-column {
    width: 100%;
}

#screengrab-grid.three-column div.column {
    width: 320px;
    margin: 5px;
    margin-right: 5px;
    float:left;
}

#screengrab-grid.two-column div.column {
    width: 330px;
    margin: 5px;
    float:left;
}

#screengrab-grid {
    float: left;
}

#screengrab-grid h3 {
    text-align: left;
    font-size:16px;
    color:#243B3F;
    float: left;
    display: block;
    clear: both;
    margin-top: 3px;
}

#screengrab-grid img {
    margin-right: 10px;
    float: left;
}


#screengrab-grid p {
    float:left;
    margin-bottom:25px;
    text-align:left;
    width:210px;
    clear: both;
}

#screengrab-grid a img { border: none; }

/*******************************************************/
/*******************************************************/
/* Page Feature Items -
   These are for single column blocks currently shown as
   boxes with two divs providing the borders.
   */
/*******************************************************/
/*******************************************************/

div.feature-block {
	float: left;
	border: solid 1px #d5cecc;
	background: #fff;
	padding: 1px;
	width: 576px;
	margin-bottom: 8px;
}

div.feature-block-vps-solutions {
	float: left;
	border: solid 1px #d5cecc;
	background: #fff;
	padding: 1px;
	width: 620px;
	margin-bottom: 8px;
}   

div.feature-block-inside {
	float: left;
	padding: 23px;
	background: #F3F2F1; /* old browsers */
	background: -moz-linear-gradient(center top , #E5E5E5 1%, #FFFFFF 100%) repeat scroll 0 0 transparent; /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#E5E5E5), color-stop(54%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	text-align: left;
	font-family: Arial,Helvetica,Verdana;
}

div.feature-block-inside-vps-solutions {
	float: left;
	padding: 31px;
	background: #F3F2F1; /* old browsers */
	background: -moz-linear-gradient(top, #F3F2F1 1%, #FFFFFF 54%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#F3F2F1), color-stop(54%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F2F1', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	text-align: left;
	font-family: Arial,Helvetica,Verdana;
} 

div.feature-block-inside img {
	float: left;
}

div.feature-block-inside h3, div.feature-block-inside p {
	float: right;
	width: 417px;
}



div.feature-block-inside h3 {
	color: #4C929C;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px; /*used to be 5px*/
	
}


div.feature-block-inside p { 
	color: #7C7C7C;
	font-size: 13px;
	line-height: 17px;
	padding-top: 16px;
	margin-left: 20px; /*used to be 5px*/
}

div.feature-block-new {
	
	border: solid 1px #d5cecc;
	
	padding: 1px;
	width: 600px;
	margin-bottom: 8px;


	float: left;
	
	background: #F3F2F1; /* old browsers */
	background: -moz-linear-gradient(center top , #E5E5E5 1%, #FFFFFF 100%) repeat scroll 0 0 transparent; /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#E5E5E5), color-stop(54%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	text-align: left;
	font-family: Arial,Helvetica,Verdana;
}




