/* Main layout styles */

#outerWrapper {
	width: 890px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg_headerBar.jpg) repeat-x #FFF;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
	
}

#headerBar {
	margin: 0 auto;
	height: 30px;
	line-height: 28px;
	color: #FFF;
	background: url(../images/bg_headerBar.jpg) repeat-x;
	width: 850px;
}

#loginBox {
	position: absolute;
	top: 0;
	right: 20px;
	width: 140px;
	height: 41px;
	line-height: 41px;
	background: url(../images/bg_loginBox.png) no-repeat;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	z-index: 90;
}

#headerMain {
	height: 75px;
	padding-top: 30px;	
}

#footer {
	position: relative;
	clear: both;
	height: 46px;
	width: 820px;
	background: url(../images/footer.png) no-repeat;
	color: #FFF;
	font-size: 11px;
	padding: 20px 15px 0;
	color: #999;
}

#footer a, #footer a:visited {
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

#footer .logo {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 186px;
	height: 30px;
	background: url(../images/footer_logo.png) no-repeat;	
}

/* Sub layout Styles */

.headerLogo {
	float: left;
	width: 271px;
	height: 41px;
	background: url(../images/continuum_logo.png) no-repeat;	
}

.headerMenu {
	float: right;
	width: 571px;
	overflow: hidden;
	height: 41px;
	line-height: 45px;
	text-align: right;
}

/* Tag styles */

a.login, a:visited.login {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	background: url(../images/icons/login.png) no-repeat left center;
	padding-left: 20px;
}

a:hover.login {
	text-decoration: none;	
}

a, a:visited {
	color: #0066CC;
	font-size: 12px;
	font-weight: normal;
	outline: none;	
}

ol { 
	list-style-position: outside !important;
}

ol li {
	margin-left: 30px;
	padding-left: 10px;
}


/* headerMenu styles */

.headerMenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 5px;
}

.headerMenu ul li {
	display: inline;
}

.headerMenu li a, .headerMenu li a:visited {
	color: #999;
	text-decoration: none;
	border-left: 1px solid #CCC;
	margin-left: 20px;
	padding-left: 20px;
}

.headerMenu li a:hover {
	text-decoration: underline;	
}

.headerMenu li a.first {
	border-left: none;
}

/* footerMenu styles */

.footerMenu {
	float: right;
	width: 850px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-bottom: 30px;
	padding-right: 15px;
}

.footerMenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 5px;
}

.footerMenu ul li {
	display: inline;
}

.footerMenu li a, .footerMenu li a:visited {
	color: #999;
	text-decoration: none;
	border-left: 1px solid #CCC;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 11px;
}

.footerMenu li a:hover {
	text-decoration: underline;	
}

.footerMenu li a.first {
	border-left: none;
}



/* Banner styles */

#bannerBox {
	height: 175px;
	width: 790px;
	background: url(../images/bg_banner.png) no-repeat;
	padding: 20px 30px;	
	position: relative;
}

.bannerSlide {
	position: relative;
	z-index: 30;
	color: #999;	
}

.bannerSlide span.title {
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.bannerSlide .subTitle {
	display: block;
	font-size: 20px;
	color: #FFCC00;
	margin-bottom: 5px;
	font-weight: normal;
	margin-bottom: 10px;
	height: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.bannerSlide .bannerText {
	color: #999;
	line-height: 1.7em;
	width: 500px;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.bannerImg {
	position: absolute;
	right: 0;
	top: 0;
	width: 368px;
	height: 215px;
	z-index: 1;
}

/* Button Styles */

a.greenbutton, button.greenbutton {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-x-system-font: none;
	background: transparent url(../images/green-right.png) no-repeat scroll right top;
	border: 0 none;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 33px;
	line-height: normal;
	margin-right: 6px;
	padding-right: 12px;
	text-decoration: none;
}

a.greenbutton span, button.greenbutton span {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/green-left.png) no-repeat scroll 0 0;
	color: #FFF;
	display: block;
	line-height: 14px;
	padding: 6px 20px 10px 30px;
}

a.greenbutton img, button.greenbutton img {
	border: medium none;
	margin: 0 6px -3px 0 !important;
	padding: 0;
}

button.greenbutton {
	overflow: visible;
	padding: 0 9px 3px 0;
	width: auto;
}

.clearButton {
	clear: both;
	height: 10px;
}

/* Content styles */

#contentWrapper {
	clear: both;
	padding-bottom: 30px;
}

#contentMain {
	width: 520px;
	float: left;
	padding: 0 20px 0 0;	
}

#contentSub {
	width: 300px;
	float: right;
}

#contentMain .bodyText {
	color: #666;
	line-height: 1.7em;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}

#contentMain p {
	color: #666;
	line-height: 1.7em;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}

#contentMain h1 {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	color: #5F9F00;	
	line-height: 1.7em;	
	margin-bottom: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#contentMain h2 {
	font-weight: bold;
	font-size: 14px;
	color: #666;	
	line-height: 1.7em;	
	margin-bottom: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#contentMain ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
}

#contentMain ul li {
	background: url(../images/bullet.png) no-repeat left 0.5em;
	padding-left: 30px;
}

#contentSub ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}

#contentSub ul li {
	background: url(../images/bullet.png) no-repeat left 0.5em;
	padding-left: 20px;
}

/* Breadcrumb styles */

#breadcrumbs {
	color: #999;
	font-size: 10px;
	margin-bottom: 15px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #999;
	font-size: 10px;	
}

/* infobar styles */

a.orangeButton {
	display: inline-block;
	width: 96px;
	height: 27px;
	background: url(../images/orange_button.png) no-repeat;
	line-height: 27px;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: right;
	margin-top: 8px;
	margin-right: 20px;
}

a:active.orangeButton {
	background: url(../images/orange_active.png) no-repeat;	
}

a.infoLink {
	display: block;
	width: 300px;
	height: 42px;
	background: url(../images/large_green_button.png) no-repeat;
	line-height: 42px;
	color: #FFF;
	cursor: pointer;
	padding-left: 15px;
	margin-bottom: 15px;
	text-decoration: none;
}

a:hover.infoLink {
	background: url(../images/large_green_button_hover.png) no-repeat;	
}

a.infoLink span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.calc {
	padding-left: 20px;
	background: url(../images/icons/calculator.png) no-repeat center left;	
}

.leftHeading {
	width: 300px;
	height: 42px;
	background: url(../images/large_heading.png) no-repeat;
	line-height: 42px;
	color: #FFF;
	padding-left: 15px
}

.vs {
	padding-left: 20px;
	background: url(../images/icons/server.png) no-repeat center left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.prodBox {
	padding: 10px;
	background: #EEE;
	margin-bottom: 5px;
	position: relative;
}

.prodBox table {
	width: 280px;	
}

.prodBox td.prodImg {
	width: 130px;
	background: url(../images/server_green.gif) no-repeat top center;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	vertical-align: top;
	padding-top: 20px;
}

.prodBox .prodPrc {
	font-size: 20px;
	font-weight: bold; 	
}

.prodBox h3 {
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;	
	color: #333;
}

.prodBox span.linux {
	width: 20px;
	height: 16px;
	background: url(../images/icons/tux.png) no-repeat center center;	
}

.prodBox a.moreLink {
	position: absolute;
	bottom: 10px;
	left:10px;
	padding-left: 18px;
	background: url(../images/icons/information.png) no-repeat center left;
}

#contentSub .bodyText {
	color: #666;
	line-height: 1.7em;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.legal {
	font-size: 9px;
	color: #999;
	text-align: right;
	padding-right: 10px;	
}

.ct_contact_form {
	background: #EEE;
	padding: 20px 50px;
	color: #666;
}

.ct_contact_form_green {
	background: #72C000;
	padding: 20px 50px;
	color: #FFF;
	font-weight: bold;
}

.ct_contact_form label {
	display: inline-block;
	width: 120px;
	color: #666;
	font-weight: bold;
}

.ct_contact_form select {
	margin-bottom: 10px;
	color: #518800;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.ct_contact_form textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #CCC;
	padding: 8px;
	color: #518800;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.ct_contact_form input[type=radio]{
	margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 10px;	
}

.ct_contact_form input[type=text] {
	padding: 8px;
	border: 1px solid #CCC;
	width: 250px;
	margin-bottom: 10px;
	color: #518800;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

ol {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	line-height: 2em;
 	color: #666;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}






