@charset "UTF-8";
body {
	background-image: url('http://www.quantact.com/images/bodyback.jpg');
	background-repeat: repeat-x;
	position: relative;
	margin-top: 0px;
}

a:link, a:visited {
        color: #000066;
        text-decoration: none;
}
a:hover, a:visited:hover {
        color: #666666;
}


/* CSS Document */




/* Div ID styles */


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -150px;
	min-height: 100%;
	height: auto !important;
	height; 100%;
	margin-top: 0px;
}


#header {
	font-family: "Gill Sans";
	width: auto;
}

#header-docs {
        font-family: "Gill Sans";
        width: 100%;
}

#headerContact {
	height: 25px;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#headerContact a:link, #headerContact a:visited {
	color: #000066;
	text-decoration: none;
}
#headerContact a:hover, a:visited:hover {
	color: #666666;
}



#headerContact-docs {
        height: 24px;
        padding-top: 23px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
}
#headerContact-docs a:link, #headerContact a:visited {
        color: #000066;
        text-decoration: none;
}
#headerContact-docs a:hover, a:visited:hover {
        color: #666666;
}



#display {
	clear: both;
	margin-top: 25px;
	margin-left: 35px;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 490px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #666666;
	background-image: url('http://www.quantact.com/images/rack_clean.jpg');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
#display h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #5956A1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
}
#display h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
}
#display h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #5956A1;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#display h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
}

#signup {
        width: 400px;
        margin-left:0px;
        margin-right: auto;
        text-align:left;
        border:1px;
        border-spacing: 15pt;
}

#signup td {
        width: 200px;
        margin-left:0px;
        margin-right: auto;
        text-align:left;
	padding: 0px;
}



#footer {
	clear: both;
	color: #333333;
	font-weight: bold;
	font-size:10px;
	height: 20px;
	background-image: url('http://www.quantact.com/images/footerback.jpg');
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}


#footerNav {
	text-align:center;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	}


#footer a:link, #footer a:visited {
	color: #5956A1;
	font-weight: normal;
	text-decoration: none;
} 

#footer a:active, #footer a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#s {
        width: 193px;
        height: 20px;
        font-size: 18px;
        font-weight: bold;
}

#signupButton {
        width: 170px;
        height: 30px;
	margin-left: 150px;
        font-size: 18px;
	line-height: 27px;
        font-weight: bold;
	/*border: 1px #CCCCCC solid;*/
	border: 1px #993333 solid;
	
	/*background-color: #E6F1F8;*/
	background-color: #FFFFFF;
}

#signupButton a:link, #signupButton a:visited {
        color: #5956A1;
        font-weight: normal;
        text-decoration: none;
}

#GetStartedButton {
        width: 200px;
        height: 30px;
        margin-left: 100px;
        font-size: 18px;
        line-height: 27px;
        font-weight: bold;
        /*border: 1px #CCCCCC solid;*/
        border: 1px #993333 solid;

        /*background-color: #E6F1F8;*/
        background-color: #FFFFFF;
}

#GetStartedButton a:link, #GetStartedButton a:visited {
        color: #5956A1;
        font-weight: normal;
        text-decoration: none;
}

#AvailableButton {
        width: 200px;
        height: 30px;
        /*margin-left: 150px;*/
        font-size: 18px;
        line-height: 27px;
        font-weight: bold;
        /*border: 1px #CCCCCC solid;*/
        border: 1px #993333 solid;

        /*background-color: #E6F1F8;*/
        background-color: #FFFFFF;
}

#AvailableButton a:link, #AvailableButton a:visited {
        color: #5956A1;
        font-weight: normal;
        text-decoration: none;
}



/* End Div ID styles */





/* Nav settings */


#nav {
	margin-top: 32px;
	height: 20px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav ul {
	text-align: right;
}
#nav ul li {
	display: inline;
}


#nav  ul  li  a:link, #nav  ul  li  a:visited {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8EB0D6;
	border-right-color: #8EB0D6;
	border-left-color: #8EB0D6;
	margin-left: 0px;
	text-align: center;
	color: #000066;
	background-image:url('http://www.quantact.com/images/buttonOffBack.jpg');
	background-position: center;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
}

#nav  ul  li  a:hover,body#home #home_tab a,body#features #features_tab a,
body#about_us #about_us_tab a, body#community #community_tab a,body#faq #faq_tab a,
body#blog #blog_tab a,body#order_now #order_now_tab a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url('http://www.quantact.com/images/buttonOnBack.jpg');
	background-position: center;
	color: #000066;
}






#nav-docs {
        margin-top: 32px;
        height: 20px;
        text-align: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
	width: 100%;
}



#nav-docs ul {
        text-align: right;
}
#nav-docs ul li {
        display: inline;
}


#nav-docs  ul  li  a:link, #nav-docs  ul  li  a:visited {
        text-decoration: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-color: #8EB0D6;
        border-right-color: #8EB0D6;
        border-left-color: #8EB0D6;
        margin-left: 0px;
        text-align: center;
        color: #000066;
        background-image:url('http://www.quantact.com/images/buttonOffBack.jpg');
        background-position: center;
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 3px;
}

#nav-docs  ul  li  a:hover,body#home #home_tab a,body#features #features_tab a,
body#about_us #about_us_tab a, body#community #community_tab a,body#faq #faq_tab a,
body#blog #blog_tab a,body#order_now #order_now_tab a {
        text-decoration: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-color: #999999;
        border-right-color: #999999;
        border-left-color: #999999;
        background-image: url('http://www.quantact.com/images/buttonOnBack.jpg');
        background-position: center;
        color: #000066;
}










#nav-docs2 {
        height: 20px;
	margin-top: 67px;
	margin-left: 30px;
        text-align: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 284px;
	float: right;

}



#nav-docs2 ul {
        text-align: right;
}
#nav-docs2 ul li {
        display: inline;
}


#nav-docs2  ul  li  a:link, #nav-docs2  ul  li  a:visited {
        text-decoration: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-color: #8EB0D6;
        border-right-color: #8EB0D6;
        border-left-color: #8EB0D6;
        margin-left: 0px;
        text-align: center;
        color: #000066;
        background-image:url('http://www.quantact.com/images/buttonOffBack.jpg');
        background-position: center;
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 3px;
}

#nav-docs2  ul  li  a:hover,body#home #home_tab a,body#features #features_tab a,
body#about_us #about_us_tab a, body#community #community_tab a,body#faq #faq_tab a,
body#blog #blog_tab a,body#order_now #order_now_tab a {
        text-decoration: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-color: #999999;
        border-right-color: #999999;
        border-left-color: #999999;
        background-image: url('http://www.quantact.com/images/buttonOnBack.jpg');
        background-position: center;
        color: #000066;
}






#wideLeft {
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	/*border: 1px solid #666666;*/
	width: 570px;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;

	font-size: 12px;
	line-height: 20px;

        min-height:600px;
        height:auto !important;
        height:600px;

}
#wideLeft h1 {
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;

	font-size: 18px;
	font-weight: bold;
	color: #5956A1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





#narrowRight {
	float:right;
	width:260px;
	padding:15px;
	text-align:left;
	margin-top: 20px;
	/*border: 1px solid #666666;*/
	margin-right: 10px;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;

	font-size: 12px;
	line-height: 20px;

	/*background-image: url('http://www.quantact.com/images/narrowRightBack.jpg');
	background-repeat: no-repeat;
	background-position: center top;*/

        min-height:600px;
        height:auto !important;
        height:600px;
	}

#narrowRight h1 {
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;

	font-size: 18px;
	font-weight: bold;
	color: #5956A1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#narrowRight ul {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	list-style-type: disc;
	margin-top: 10px;
}
#narrowRight li {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 10px;
}




#narrowRightNoBox {
        float:right;
        width:400px;
        padding:15px;
        text-align:left;
        margin-top: 20px;
        /*border: 2px solid #666666;*/
        margin-right: 10px;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;

        min-height:550px;
        height:auto !important;
        height:550px;

        }

#narrowRightNoBox h1 {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #5956A1;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}


#narrowRightNoBox-Login {
        float:right;
        width:400px;
        padding:15px;
        text-align:left;
        margin-top: 20px;
        /*border: 2px solid #666666;*/
        margin-right: 10px;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;

        min-height:350px;
        height:auto !important;
        height:350px;

        }

#narrowRightNoBox-Login h1 {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #5956A1;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}



#narrowLeft {
        float:left;
        width:300px;
        padding:15px;
        text-align:left;
        margin-top: 20px;
        /*border: 2px solid #666666;*/
	
        margin-right: 10px;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;

        min-height:550px;
        height:auto !important;
        height:550px;

        }

#narrowLeft h1 {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #5956A1;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 20px;
	text-align: center;
}

#narrowLeft p {
        font-size: 13px;
        font-weight: bold;
        color: #5956A1;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 20px;
        text-align: center;
}




#narrowLeft-Login {
        float:left;
        width:300px;
        padding:15px;
        text-align:left;
        margin-top: 20px;
        /*border: 2px solid #666666;*/

        margin-right: 10px;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;

        min-height:350px;
        height:auto !important;
        height:350px;

        }

#narrowLeft-Login h1 {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #5956A1;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 20px;
        text-align: center;
}

#narrowLeft-Login p {
        font-size: 13px;
        font-weight: bold;
        color: #5956A1;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 20px;
        text-align: center;
}




#bodydiv {
        margin-top: 20px;
        margin-left: 35px;
        margin-right: 10px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        /*border: 1px solid #666666;*/
        width: 882px;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
	line-height: 20px;


	min-height:850px;
	height:auto !important;
	height:850px; 
}

#bodydiv-login {
        margin-top: 20px;
        margin-left: 35px;
        margin-right: 10px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        /*border: 1px solid #666666;*/
        width: 882px;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;

	
        min-height:350px;
        height:auto !important;
        height:350px;
	
}

#bodydiv h1, #bodydiv-login h1, #bodydiv-docs h1 {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #5956A1;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}


#bodydiv-docs {
        margin-top: 20px;
        margin-left: 35px;
        margin-right: 10px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        /*border: 1px solid #666666;*/
        width: 882px;
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;


        /*min-height:850px;
        height:auto !important;
        height:850px;
	*/
}



#qcpinfo {
	margin-bottom: 30px;
}

#sub_topic {
	font-weight:bold;
	font-size:12pt;
	color:#1d5eae;
	padding-top: 30px;
	padding-bottom: 10px;
}


/* End Nav settings  */





/* Type classes  */

.text-align-right {
	text-align: right;
}



/* End Type classes */







/* position classes */



.clear {
	clear: both;
	width: 100%;
	height: 0px;
	margin-right: auto;
	margin-left: auto;
	}
.clearBoth {
	clear: both;
}
	
	
.clear25px {
	clear: both;
	margin-top: 25px;
}



.clear_with_height {

	clear: both;

	width: 100%;

	height: 159px;

	}
	
.floatLeft {
	
	float:left;
	
	}
.floatRight {
	float:right;
}
	
	
.centerPage {
	
	width:960px;
	
	margin-right:auto;
	
	margin-left:auto;
	
	}


.qcpdiv { 
	float: left; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;

}

.qcpimg {
        float: left;
	width: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #b9dff2;
	border: 1px black solid;
}

.qcpimgempty {
        float: left;
        width: 70px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
}

.qcptext {
	float: left;
	width: 600px;
	margin-left: 15px;
	text-align: middle;
}

/* End position classes  */



/* Display classes */

.red {
        color: red;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-weight: bold;
}

.strong {
	/*color: #555555;*/
        color:#1d5eae;
        font-size: 16px;
        font-weight: bold;
	margin-left: 2px;
}


.qcpimgsize {
	width: 70px;
	height: 70px;
	border: 0px;
}

.signupbox {
        width: 400px;
        height: 20px;
        font-size: 18px;
        font-weight: bold;
}
.signupboxshort {
        width: 193px;
        height: 20px;
        font-size: 18px;
        font-weight: bold;
}

.signuptext {
        font-size: 12px;
        font-weight: bold;
	text-align:left
}

.signuptextarea {
        font-size: 12px;
        font-weight: bold;
}

.signupdropdown
{
        font-weight: bold;
        height: 20px;
}

.page {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
}

#comment {
        font-size: 12px;
        font-weight: bold;
	width: 500px;
}

.wiki_topic_tos {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
	font-weight: bold;
	color: #5956A1;
        line-height: 20px;
	margin-top: 35px;

}

.wiki_topic {
        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #5956A1;
        line-height: 20px;
        margin-top: 35px;

}

.c_link {
	font-size: 14px;
}

.topic {
        font-size: 14px;
}

h2.blog {
        font-size: 14px;
}

ul.news {
	list-style: circle !important;

}

li.news {

        font-family: Helvetica Neue, Helvetica, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
        /*font-weight: bold;*/
        font-color: #5956A1;
}


.openvz-plans
{
  margin-top: 30px;
  margin-left: 30px;
}


.openvz-plans-table
{
  width: 800px;
  margin-top:20px;
}

#ovzlogo
{
}

.openvz-plans-intro
{
  width: 800px;
  margin-bottom: 10px;
}

.openvz-plans-intro-logo
{
  text-align: left;
  width: 200px;
}
.openvz-plans-intro-text
{
  text-align: left;
}



.vzfeatures-header-left
{
  margin-left: 5px;
  text-align: left;
  font-weight: bold;
  width: 120px;
  background-color: #332e2c;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}
.vzfeatures-header
{
  background-color: #332e2c;
  font-weight: bold;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}


.vzfeatures-body-left
{
  margin-left: 5px;
  text-align: left;
  font-weight: bold;
  width: 120px;
  background: #e8e8e8;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}
.vzfeatures-body
{
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}

#order-now
{
  margin-top: 10px;
}


.openvz-details-table
{
  width: 800px;
  background-color: #e8e8e8;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
  border-collapse:collapse
}

.openvz-details-td
{
  padding: 0px;
  spacing: 0px;

}

.openvz-details-header
{
  background-color: #332e2c;
  font-weight: bold;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 275px;
}
.openvz-details-body
{
  background-color: #e8e8e8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 275px;
  text-align: left;
}



/* End Display classes */





/* Shape styles */

.rounded {

}
.roundedTop5px {

}
td, th {
	padding: 8px;
	text-align: center;
}
.compare-col {
	width: 75px;
}
.thTextBottom {
	color: #5956A1;
	vertical-align: bottom;
}
.centerTable {
	width: 505px;
	margin-right: auto;
	margin-left: auto;
}
.rowTitle {
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-size: 14px;
}
.trOdd {
	background-color: #F2F8FC;
}
.trEven {
	background-color: #E6F1F8;
}
.trHighlight {
	color: #5956A1;
}
.rowHighlightTitle {
	font-weight: bold;
	color: #5956A1;
	text-align: left;
	font-size: 14px;
}
.push {
	height: 150px;
}
