/******************************************************************************
 *
 * Copyright (c) Antair Corporation. All Rights Reserved.
 *
 *****************************************************************************/


html 
{
	height: 100%;
	margin: 0;
	padding: 0;
}


body 
{
	background: #f2f2f2;
	height: auto !important;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


p 
{
	color: #000000;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: left;
}


h2 {
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
}


li
{
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}


a 
{
	text-decoration: underline;
	color: #0088CC;
}


a:hover 
{
	text-decoration: underline;
	color: #0088CC;
}


a:visited 
{
	text-decoration: underline;
	color: #0088CC;
}


#wrapper 
{
	margin: 0 auto;
	width: 904px;
	padding: 0;
	padding-bottom: 50px;
}


#topline 
{
	height: 50px;
	margin: 0 auto;
	width: 100%;
	padding: 0px;
}

#logo {
	float: left;
	height: 50px;
	width: 100px;
	border: none;
	margin: 0;
	padding: 0;
}

#logo img {
	border: none;
	padding: 0;
	margin: 0;
}

#logo a {
	border: none;
}

#shopping_cart_topline {
	float: right;
	height: 100%;
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
}


#shopping_cart_image {
	float: left;
	border: none;
	padding: 0;
	margin: 5px 10px 0px 0px;
}


#shopping_cart_image img {
	border: none;
	padding: 0px;
	margin: 0px;
}


#shopping_cart_title {
	font-size: 12px;
	font-weight: bold;
	margin: 13px 10px 0px 0px;
}


#shopping_cart_title a {
	text-decoration: none;
	color: #000000;
}


#shopping_cart_title a:hover {
	text-decoration: underline;
}


#shopping_cart_item_count {
	font-size: 12px;
}


#shopping_cart_item_count a {
	text-decoration: none;
	color: #000000;
}


#shopping_cart_item_count a:hover {
	text-decoration: underline;
}


#featured {
	border: none;
	outline: none;
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	background: transparent url('/images/featured2.jpg') no-repeat scroll 0 0;
	height: 520px;
	cursor: pointer;
}

#leftwall {
	border: none;
	outline: none;
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
	height: 400px;
	background: transparent url('/images/leftwall.jpg') no-repeat scroll 0 0;
}


#newspanel {
	margin: 4px 10px;
}

#newspanel a {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-decoration: none;
}

#newspanel .header {
	color: #565656;
	font-weight: bold;
}

#newspanel .content {
	color: #6E6E6E;	
}



#productline {
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	height: 278px;
	width: 100%;
	color: #FFFFFF;
}


#product {
	float: left;
	width: 200px;
	height: 278px;
	border: none;
	text-align: center;
}


#product a img {
	border: none;
}


#productseparator {
	float: left;
	width: 34px;
}

#productbox {
	background-color: #FFFFFF;
	background: transparent url(../images/bodygradient.jpg) repeat-x scroll 0 0;
	width: 100px;
	height: 100px;
}

#footer {
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	/*background: #FFFFFF;*/
	border-top: solid 1px #CBC8C8;
	border-bottom: solid 1px #CBC8C8;
	text-align: center;
	line-height: 0.5;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	font-family: "Lucida Grande", Helvetica, Verdana, Georgia, Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #948585;
	line-height: 0.5;
	text-align: center;
}

#footer a {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#menu {
	margin: 0 auto;
	height: 38px;
	width: 100%;
}

#menu .separator {
	float: left;
	width: 1px;
	height: 100%;
	border-left: 1px solid #C5C5C5;
}

#menu .left {
	float: left;
	background: transparent url('../images/menubarleft.jpg') no-repeat scroll 0 0;
	height: 100%;
	width: 149px;
}

#menu .right {
	float: left;
	background: transparent url('../images/menubarright.jpg') no-repeat scroll 0 0;
	height: 100%;
	width: 149px;
}

#menu .button {
	float: left;
	background: transparent url('../images/buttongradient.jpg') repeat-x scroll 0 0;
	height: 38px;
	width: 149px;
}

#menu a {
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover .button {
	float: left;
	background: transparent url('../images/buttongradienthover.jpg') repeat-x scroll 0 0;
	height: 38px;
	width: 149px;
	text-decoration: none;
}

#menu a .button h1 
{
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	text-align: center;
	font-family: Verdana, sans-serif, "Lucida Sans", Helvetica, Georgia, Tahoma, Arial;
	font-weight: normal;
	padding-top: 11px;
	color: #524F4F;
	font-size: 11px;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none;
}


#menu a:hover .button h1 
{
	text-decoration: none;
}


#submenu 
{
	margin: 0 auto;
	padding: 0;
	margin-top: 10px;
	width: 100%;
	height: 25px;
	background: #245F7A;
	color: #FFFFFF;
}


#submenufloatright 
{
	float: right;
	margin-right: 10px;
}


#submenu ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}


#submenu ul li 
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#submenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
}

#submenu ul li a:hover 
{
	text-decoration: underline;
}


#support 
{
	margin: 0 auto;
	width: 900px;
	margin-top: 20px;
}


#productpage 
{
	margin: 0 auto;
	width: 900px;
}


#elevatorpitch {
	clear: both;
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

#elevatorpitch h1 {
	margin: 0px 0px 5px 0px;
	font-family: Helvetica, Arial, Georgia, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 28px;
}

#elevatorpitch h2 {
	margin: 0;
	font-family: Arial, Georgia, Helvetica, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}

#trialbox {
	float: left;
	width: 100%;
	background: #EFEEEE;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}


#as16 {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin: 0px 0px 0px 0px;
}


#as16 .header {
	font-family: Helvetica, Arial, Georgia, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 18px;
}
	

#as16 .subheader {
	margin-top: 10px;
	font-family: Helvetica, Arial, Georgia, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
}



#trialbox .header {
	font-family: Helvetica, Arial, Georgia, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 18px;
}
	
#trialbox .subheader {
	margin-top: 10px;
	font-family: Helvetica, Arial, Georgia, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#contactline {
	float: left;
	width: 100%;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}

#individualkbitem {
	margin: 0 auto;
	width: 700px;
	margin-top: 20px;
}

#knowledgebase
{
	margin: 0 auto;
	width: 800px;
	margin-top: 20px;
}

.knowledgeBaseHeader {
	font-size: 14px;
	color: #666666;
}

.knowledgeBaseBackToTop
{
	font-size: 9px;
	text-decoration: none;
}


#about {
	/*margin: 0 auto*/;
	width: 800px;
	margin-top: 20px;
}


.verticalpadding {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	border-left: 1px solid #E6E7E2;
	height: 200px;
}

.verticalpadding2 {
	float: left;
	margin-left: 48px;
	margin-right: 40px;
	border-left: 1px solid #E6E7E2;
	height: 350px;
}

.verticalpadding3 {
	float: left;
	margin-left: 48px;
	margin-right: 40px;
	border-left: 1px solid #E6E7E2;
	height: 320px;
	margin-bottom: 20px;
}

#about .description {
	float: left;
	width: 330px;
	text-align: justify;
}

#about .description p {
	text-align: justify;
}

.blockfloatleft {
	float: left;
}

.blockfloatright {
	float: right;
}

#media {
	margin-top: 20px;
}

#media .contacts {
	float: left;
}



#heading 
{
	width: 100%;
	height: 25px;
	background: #EFEEEE;
	border: solid 1px #CBC8C8;
}


#heading h1 
{
	font-weight: normal;
	color: #827575;
	font-family: georgia, helvetica, "lucida grande", arial, sans-serif;
	font-size: 12px;
	margin: 3px 20px 0px 20px;
	padding-top: 2px;
}

#plainheader {
	margin: 0 auto;
	width: 100%;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #CBC8C8;
}

#plainheader h1 {
	font-weight: normal;
	color: #000000;
	font-family: Arial, georgia, helvetica, "lucida grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0px 0px 1px;
	padding-top: 2px;
}

#contentheader {
	margin: 0 auto;
	width: 100%;
	background: #EFEEEE;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: solid 1px #CBC8C8;
}

#contentheader h1 {
	font-weight: normal;
	color: #827575;
	font-family: georgia, helvetica, "lucida grande", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 0px 10px;
	padding-top: 2px;
}

.clearboth {
	clear: both;
}


#testimonial {
	float: left;
	width: 400px;
}

.blockquote {
	color: #0088CC;
	font: 14px/20px Georgia,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: left;
	font-weight:normal;
    font-style: italic;
}

.blockquotecredit {
	color: #333333;
	font: 12px/18px Georgia,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: left;
    font-weight: bold;
}


.hline {
	float: left;
	width: 100%;
	height: 1px;
	border-top: 1px solid #E6E7E2;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}


#processingOrderMessage {
	margin: 0 auto;
	width: 100%;
}

#processingOrderMessage h1 {
	text-align: center;
	font-weight: normal;
	color: #666666;
	font-family: "Lucida Grande", georgia, helvetica, arial, sans-serif;
	font-size: 18px;
}

#featurette {
	float: left;
}

#featurette .title {
	color: #000000;
	font-family: Arial, georgia, helvetica, "lucida grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dotted black;
}

#featurette .content {
	margin-top: 10px;
	font-weight: normal;
	color: #324597;
	font-family: Arial, georgia, helvetica, "lucida grande", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#store {
	margin: 0 auto;
	width: 840px;
}

#storefront_heading {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
}

#storefront_heading h1 {
	font-family: Helvetica,Verdana,Georgia, Verdana, sans-serif, "Lucida Sans", Helvetica, Georgia, Tahoma, Arial;
	font-weight: normal;
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #424242;
}

#shopping_cart_area {
	float: left;
	width: 100%;
}


#shopping_cart_area_left {
	width: 620px;
	float: left;
}


#shopping_cart_area_right {
	float: right;
	width: 180px;
	margin-left: 0px;
	padding: 0px;
}


#shopping_cart_area_header {
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #245F7A;
}

#shopping_cart_area_header h1 {
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;	
	font-weight: normal;
	font-size: 12px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	color: #ffffff;
}


#shopping_cart_area_contents_area
{
    padding: 0;
    margin: 0;
}

#shopping_cart_area table {
	width: 100%;
    border: 0px;
    border-collapse: collapse;
}

#shopping_cart_area table tbody {
    border: 1px solid #CDCDCD;
    border-collapse: collapse;
}

#shopping_cart_area table thead {
	padding: 5px 10px;
    border: 1px solid black;
	background-color: #245F7A;
}

#shopping_cart_area table thead td {
    padding: 5px 10px;
	color: #ffffff;
	line-height: 1.7em;
	font-size:12px;
	font-weight:normal;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

#shopping_cart_area table td {
	padding: 5px 10px;
	color: #000000;
	line-height: 1.7em;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

a.hoveronly {
	text-decoration: none;
}

a.hoveronly:hover {
	text-decoration: underline;
}

.as1 {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-align: right;
}

.quantityinput {
	width: 1.98em; 
	text-align: right; 
	color: #245F7A; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	line-height: 1.7em;
}

.as2 {
    font-family: 'Arial, Lucida Grande', Helvetica, Verdana, sans-serif;
    line-height: 1.7em;
    font-size: 13px;
    font-weight: bold;
    margin-right: 8px;
}

.as3 {
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    line-height: 1.7em;
    font-size: 13px;
    font-weight: bold;
    color: #245F7A;
}

.as4 {
    font-size: 11px;
    color: #444444;
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
}

input.cartremovetxt {
    cursor: pointer;
    background-color: #FFFFFF;
    border: 0;
    color: #888888;
    font-weight: normal;
    font-size: 9px;
    font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
    padding: 0;
    width: 44px;
}

input.cartremovetxt:hover {
    color: #0085CF;
}


#shopping_cart_area table td .storefieldlabel {
    font-weight: bold;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

#shopping_cart_area table td .storeinputfield {
    color: #245F7A;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.as5 {
    color: #666666;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.as6 {
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.7em;
}

.as7 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.7em;
}

.as8 {
    font-weight: bold;
    font-size: 16px;
    color: #2EAF47;
    font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.7em;
}

.as9 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-top: 10px;
}

.as10 {
    font-weight: bold;
    font-size: 16px;
    color: #245F7A;
    font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.7em;
}

.as11 {
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif; 
	font-size: 10px; 
	color: #0085CF; 
	cursor: pointer; 
	font-weight: normal; 
	text-align: left;
}

.as12 {
    font-weight: bold;
    color: #777777;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.as13 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    font-family: Georgia, 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
}


.as18 {
    font-size: 20px;
    font-weight: bold;
    font-family: Georgia, 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
}


.as14 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    font-family: Georgia, 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
}


#whiterounded 
{
	background: white;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;

	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	border:1px solid white;
	width: 100%;
}


.blockquote2 {
	color: #0088CC;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;	
	font-size: 10px;
	line-height: 12pxpx;
	font-weight: normal;
	font-style: italic;
}


#as15 
{
	padding: 10px 20px;
	float: left;
}


#as17
{
	padding: 10px 20px;
	float: left;
	width: 400px;
}


#as19
{
	padding: 10px 20px;
	float: left;
	width: 320px;
}


#as15 h3 {
	margin: 0px;
	padding: 0px;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;	
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

#as15 p {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height: 18px;
}

#as15 a {
	color: #0088CC;
	text-decoration: none;
}

#as15 a:hover {
	color: #0088CC;
	text-decoration: underline;
} 

#as15 a:hover h3 {
	text-decoration: underline;
} 

#as15 a:visited {
	color: #0088CC;
}


#noitemsincart 
{
	width: 100%;
	font: 16px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
}

#customer_portal_login {
	margin: 0 auto;
	width: 720px;
	padding: 10px 20px;
}

#customer_portal_login p {
    font: 13px georgia,'Times New Roman',serif;
    font-weight: normal;
    color: #002233;
}

#customer_portal_login p small {
    font: 11px georgia, 'Times New Roman', serif;
    font-weight: normal;
    color: #002233;
}

#customer_portal_login h1 {
	font: 14px/18px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #4593B0;
	border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
}

#customer_portal_login h2 {
    font: 13px georgia,'Times New Roman',serif;
    font-weight: bold;
    color: #002233;
    text-transform: none;
}

#customer_portal_login td {
    font: 12px georgia,'Times New Roman',serif;
	font-weight: normal;
	color: #002233;
    text-align: left;
}

#customer_portal_login input {
    font: 12px georgia,'Times New Roman',serif;
    font-weight: bold;
    color: #002233;
}

#customer_portal_login .receipt {
    padding: 15px;
    background-color: #E8F5FC;
    border: 1px dashed #ccc;
}

#customer_portal_login .customer_portal_order_heading {
    background: #E8F5FC;
    padding: 4px 8px;
    border: 1px dashed #e3e3e3;
}


.release_history {
	padding: 20px 100px;
	float: left;
	width: 800px;
    overflow: auto;
}

.single_release {
    margin-bottom: 40px;
}

.single_release_version {
    font:20px/26px Georgia, 'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
    text-transform: lowercase;
}

.single_release_date {
    color: #B0AEAE; font: 12px/16px Tahoma,'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
}

.single_release_bullet {
    color: #4D99BF; font:14px/17px Tahoma,'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
    margin-top: 8px;
}

.order_summary_line_item {
    margin-bottom: 5px; 
    font-size: 11px;
    font-family: 'Georgia', Arial, sans-serif;
}

