/* CSS Document */

#header  {
	width: 760px;
	height: 76px;
	position: relative;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	left: 10%;
	top: -2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	overflow: visible;
	visibility: visible;
	z-index: 1;

}

#ordChecker {
	background-color: #fff;
	position: relative;
	width: 510px;
	height: auto;
	left: 10%;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}










/* Navigation Bar that contains the Main Nav Menu */
#navBar {
	background-color: #fff;
	position: relative;
	width: 760px;
	height: 27px;
	left: 10%;
	top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/* Main Nav Menu */
#nav {
	position: absolute;
	height: 27px;
	width: 500px;
	z-index: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
ul#nav {
	margin: 0px;
	padding: 0px;
}

/*Main Nav List*/
#nav li {
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	list-style: none;
	text-align: center;
}

/*Main Nav link styles*/
#nav li a {
	display: block; /*This suggests a vertical list, but the float:left property under #nav li causes the menu to float inline*/
	width: 85px; /*Width of the nav button*/
	line-height: 27px; /*Height of the nav button*/
	font-weight: bold;
	color: #3266CC;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #36c;
}

#nav a:link, #nav a:visited {
	font-weight: bold;
	color: #36c;
}
#nav a:hover, #nav a:active {
	background-color: #36c;
	font-weight: bold;
	color: #fff;
}
#nav a#current {
	background-color: #36c;
	font-weight: bold;
	color: #fff;
}

/*Left sidebar title that is inside the Navigation Bar */
#sidebarTitle {
	background-color: #36c;
	float: right;
	width: 227px;
	height: 25px;
	padding-bottom: 2px;
	text-align: left;
	display: inline;
	padding-left: 10px;
	padding-right: 2px;
	position: relative;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebarTitle p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	vertical-align: top;
	white-space: normal;
	font-weight: normal;
}

/* Main Content Styles */
#mainContent {
	background-color: #fff;
	position: relative;
	width: 510px;
	height: auto;
	left: 10%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-color: #666666;
	padding: 10px;
	
}
#featuresTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	width: 520px;
}
#featuresTable2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 520px;
}


#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	padding: .9em;
	line-height: 1.5em;
	border-bottom: 1px dashed #959595;
}

/* Right sidebar. Can be used for news or any other supplementary content*/
#sideBar {
	background-color: #fff;
	width: 200px;
	 float: right;  
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	top: -40px;
	position: absolute;
	display: block;
	left:725px;
	height: 955px;
	overflow: visible;
	margin-top: 209px;
	margin-right: 10px;
	margin-bottom: 9px;
	margin-left:  09px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#sideBar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	padding-left: 1em;
}
#sideBar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: normal;
	text-decoration: none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #959595;

}
    #footer{
	clear:both;
	position: absolute;
	width: 760px;
	left: 80px;
	text-align: center;
	height: 30px;
  } 
   
  #footer_inner{
	background-color: #36c;
	width: 760px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	color: #FFFFFF;
	left: 80px;
	top: 1px;


}
  #mainImage{
	width: 153px;
    
  
   float: right;
}

#sidebarPic {
	padding: 10px;
	position: relative;
	width: 180px;
	}
#tableWindows {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	text-align: left;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 5px;
	display: table;
    }
#tableLinux {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	line-height: 1.3em;
	margin-left: 5px;
}

#topBorder {
	left: 10%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	position: relative;
	width: 760px;
	top: 20px;
	z-index: 2;

}

.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
}
.plansimg {
	position: relative;
	height: 36px;
	width: 36px;
	left: 115px;
	top: 339px;
}
.check {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	height: 16px;
	width: 16px;
}
.liquid-round {
 
      width:100%;
   
      margin:0px auto;
  
      background:#fff url(images/leftside.gif) repeat-y left top;
   
      }

   
      .top {
   
      width:100%;
   
      height:20px;
   
      background:url(images/top.gif) no-repeat left top;
   
      }
   
      .top span {
   
      display:block;
   
      position:relative;
   
      height:20px;
  
      background:url(images/top-right.gif) no-repeat right top;
  
      }

   
      .center-content {
	position:relative;
	background:url(images/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:0px 0 -50px 0;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	display: block;
   
      }

   
      .bottom {
	height:60px;
	background:url(images/bottom.gif) no-repeat left bottom;
	clear:both;
      
      }
   
      .bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(images/bottom-right.gif) no-repeat right top;
	margin-bottom: -1px;
  
        }
