html{
	
}
/* main page components */
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	position: relative;
	background: #cccccc;
}

#wrapper{
	background: #ffffff url(../images/wrapper.gif) repeat-x;
}

body#sub #wrapper{
	background: #ffffff url(../images/wrapperSub.gif) repeat-x;
}

#container{
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: left;	
}


#footer{
	font-size: 0.9em;
	padding: 20px 0 40px 0;
	color: #999999;
	background: url(../images/footer.gif) repeat-x;
}

/* fonts */
h1, h2, h3, h4, h5, h6{font-size: 1em; color: #003366;}

h1{font-size: 1.7em;}
h2{font-size: 1.5em;}
h3{font-size: 1.2em; color: #003366;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

p{
	line-height: 1.7em;
	margin: 0 0 10px 0;
}

a{color: #336699; font-weight: 800;}
a:hover{color: #003366; }

a#video{
	position: absolute;
	top: 0;
	right: 0;
}

/* header */
#header{
	width: 960px;
	height: 250px;
	float: left;
	z-index: 0;
	background: url(../images/header.jpg) no-repeat;
}

body#sub #header{
	height: 176px;
	margin: 0 0 20px 0;
	background: url(../images/headerSub.jpg) no-repeat;
}

#header a{
	float: left;
	margin: 45px 0 0 0;
}

#header #home{
	margin: 0;
	float: right;
}

#header ul{
	clear: right;
	width: 558px;
	height: 37px;
	margin: 50px 0 0 0;
	float: right;
}

#header.main ul{
	width: 338px;
	height: 37px;
}

#header ul li{
	float: left;
}

#header ul li a{
	height: 37px;
	text-indent: -9999em;
	margin: 0;
	outline: none;
	background: url(../images/menu.png) no-repeat;
}

#header.main ul li a{
	background: url(../images/menuMain.png) no-repeat;
}

#header ul#utility{
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0;
}

#header ul#utility li.left{
	width: 30px;
	padding: 0;
	background: url(../images/bgUtilityLeft.gif) no-repeat 
}

#header ul#utility li.right{
	width: 30px;
	padding: 0;
	background: url(../images/bgUtilityRight.gif) no-repeat;
}

#header ul#utility li{
	height: 40px;
	padding: 0 20px 0 0;
	background: url(../images/bgUtilityMiddle.gif) repeat;
}

#header ul#utility li a{
	height: 40px;
	text-indent: 0;
	color: #ffffff;
	background: none;
}

#header ul#utility .logout a{
	color: #FFF0CF;
}

#header ul li#overview a{width: 104px; background-position: 0 0;}
#header ul li#tour a{width: 128px; background-position: -104px 0;}
#header ul li#faq a{width: 60px; background-position: -232px 0;}
#header ul li#support a{width: 92px; background-position: -292px 0;}
#header ul li#pricing a{width: 83px; background-position: -384px 0;}
#header ul li#contact a{width: 91px; background-position: -467px 0;}

#header ul li#overview a:hover{width: 104px; background-position: 0 -37px;}
#header ul li#tour a:hover{width: 128px; background-position: -104px -37px;}
#header ul li#faq a:hover{width: 60px; background-position: -232px -37px;}
#header ul li#support a:hover{width: 92px; background-position: -292px -37px;}
#header ul li#pricing a:hover{width: 83px; background-position: -384px -37px;}
#header ul li#contact a:hover{width: 91px; background-position: -467px -37px;}

#header ul li#overview a:active{width: 104px; background-position: 0 -74px;}
#header ul li#tour a:active{width: 128px; background-position: -104px -74px;}
#header ul li#faq a:active{width: 60px; background-position: -232px -74px;}
#header ul li#support a:active{width: 92px; background-position: -292px -74px;}
#header ul li#pricing a:active{width: 83px; background-position: -384px -74px;}
#header ul li#contact a:active{width: 91px; background-position: -467px -74px;}

#header ul li#overview a.on{width: 104px; background-position: 0 -111px;}
#header ul li#tour a.on{width: 128px; background-position: -104px -111px;}
#header ul li#faq a.on{width: 60px; background-position: -232px -111px;}
#header ul li#support a.on{width: 92px; background-position: -292px -111px;}
#header ul li#pricing a.on{width: 83px; background-position: -384px -111px;}
#header ul li#contact a.on{width: 91px; background-position: -467px -111px;}

#header.main ul li#blogs a{width: 80px; background-position: 0 0;}
#header.main ul li#demo a{width: 76px; background-position: -80px 0;}
#header.main ul li#support a{width: 94px; background-position: -156px 0;}
#header.main ul li#contact a{width: 88px; background-position: -250px 0;}

#header.main ul li#blogs a:hover{width: 80px; background-position: 0 -37px;}
#header.main ul li#demo a:hover{width: 76px; background-position: -80px -37px;}
#header.main ul li#support a:hover{width: 94px; background-position: -156px -37px;}
#header.main ul li#contact a:hover{width: 88px; background-position: -250px -37px;}

#header.main ul li#blogs a.active{width: 80px; background-position: 0 -74px;}
#header.main ul li#demo a.active{width: 76px; background-position: -80px -74px;}
#header.main ul li#support a.active{width: 94px; background-position: -156px -74px;}
#header.main ul li#contact a.active{width: 88px; background-position: -250px -74px;}

#header.main ul li#blogs a.on{width: 80px; background-position: 0 -111px;}
#header.main ul li#demo a.on{width: 76px; background-position: -80px -111px;}
#header.main ul li#support a.on{width: 94px; background-position: -156px -111px;}
#header.main ul li#contact a.on{width: 88px; background-position: -250px -111px;}

/* banner */
#banner{
	width: 960px;
	float: left;
	clear: both;
	position: relative;
}

/*#banner .pdf{
	width: 240px;
	float: right;
	margin: 5px 10px 0 0;
	position: relative;
}*/

#banner h1{
	width: 240px;
	float: right;
	font-size: 1.4em;
	margin: 20px 0 0 0;
}

#banner ul, #banner p{
	width: 240px;
	clear: right;
	/*clear: both;*/
	float: right;
	margin: 10px 0 0 0;
	color: #52769a;
}

#banner ul li{
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url(../images/tick.gif) no-repeat 0 50%;
}

#banner ul li h2{
	font-weight: 100;
	font-size: 1.4em;
	color: #52769a;
}

#banner ul li h2 a{
	font-weight: 100;
}



#banner img{
	margin: 0;
	padding: 0;
	float: left;
	top: -75px;
	position: absolute;
	z-index: 100;
}

#banner .download{
	position: absolute;
	top: -70px;
	right: 15px;
}

#banner .banner_demo{
	position: absolute;
	top: 245px;
	left: 500px;
	z-index: 120;
}

#banner .banner_pricing{
	position: absolute;
	top: 245px;
	left: 350px;
	z-index: 120;
}

/* features */
.features, .clients, #products{
	width: 920px;
	margin: 40px 0 20px 0;
	float: left;
	padding: 25px 20px 0 20px;
	background: url(../images/features.gif) no-repeat;
	clear: both;
}

.features .title, #products .title{
	width: 920px;
	float: left;
}

.features h2, #products h2{
	float: left;	
}

.features .title a, #products .title a{
	float: right;
}

.features ul{
	float: left;
	margin: 15px 0 0 0;
}

.features ul li{
	width: 215px;
	float: left;
	padding: 0 0 0 10px;
}

.features ul li img{
	float: left;
	padding: 0 10px 0 0;
}

.features ul li h3{
	width: 200px;
	float: left;
	line-height: 1.6em;
}

.features ul li p{
	width: 200px;
	float: left;
	margin: 5px 10px 0 0;
}

.features ul#videos li{
	width: 275px;
	float: left;
	padding: 0 0 0 20px;
	font-weight: 800;
	text-align: center;
}

.features ul#videos li img{
	display: block;
	float: none;
	margin: 0 0 0 30px;
}


/* clients */

.clients .title{
	width: 920px;
	float: left;
}

.clients h2{
	float: left;	
}

.clients .title a{
	float: right;
}

.clients .intro{
	float: right;
	width: 200px;
	padding: 15px 35px 0 0;
}

.clients ul{
	float: left;
	width: 675px;
	font-size: 1.2em;
	margin: 15px 0 0 0;
}

.clients ul li{
	width: 200px;
	float: left;
	padding: 0 0 10px 25px;
	margin: 5px 0 5px 0;
	background: url(../images/icons/products/blogsuite_bullet.gif) no-repeat;
}

.clients ul li a{
	font-weight: 100;
}


.clients ul li img{
	float: left;
	padding: 0 10px 0 0;
}

.clients ul li h3{
	width: 200px;
	float: left;
	line-height: 1.6em;
}



/* aside */

#aside{	
	clear: both;
	line-height: 1.8em;
	padding: 0 0 30px 0;
	color: #666666;
	background: #eeeeee url(../images/aside_tile.gif) repeat-x;
}

#aside ul{
	width: 990px;
	text-align: left;
	margin: 0 auto 0 auto;
	border-top: 1px solid #ffffff;
	background: transparent url(../images/asides.gif) no-repeat top left;
}

#aside ul li{
	width: 330px;
	margin: 30px 0 0 0;
	display: inline;
	float: left;
}

#aside ul li img{
	float: left;
	margin: 0 10px 0 0;
}

#aside h2{
	height: 16px;
	font-size: 1.2em;
	font-weight: 800;
	margin: 0 0 10px 0;
	color: #2a5d90;
}

#aside .aside_help{
	width: 295px;
	margin: 30px 0 0 35px;
}

#aside .aside_help ul{
	margin: 0;
	border: none;
	background: none;
}

#aside .aside_help ul li{
	vertical-align: middle;
	display: block;
	float: none;
	margin: 0;
	padding: 3px 0 0 0;
}

#aside .aside_help ul li img{
	vertical-align: middle;
	margin: 0;
	padding: 3px 5px 0 0;
}



#aside .aside_affiliate{
	width: 278px;
	margin: 30px 0 0 52px;
}

#aside .aside_application{
	width: 257px;
	margin: 30px 30px 0 43px;
}

#aside a{
	font-weight: 800;
	color: #336699;
}

/* detail */
#title{
	width: 100%;
	clear: both;
	float: left;
	font-size: 2.2em;
	font-weight: 800;
	display: block;
	margin: 0 0 20px 0;
	color: #0c3f72;
}

#title span{
	float: left;
}

#title a{
	float: right;
}

#detail{
	width: 700px;
	min-height: 200px;
	float: left;
}

body.full #detail{
	width: 960px;
}

#detail hr{
	height: 1px;
	clear: both;
	border: none;
	background: #666666;
	margin: 10px 0;
}

#detail #top{
	width: 660px;
	height: 52px;
	padding: 0 20px 0 20px;
	position: relative;
	background: url(../images/detailTop.gif) no-repeat;
}

body.full #detail #top{
	width: 920px;
	background: url(../images/detailTopFull.gif) no-repeat;
}

#detail #top h1{
	margin: 20px 0 0 0;
	float: left;
}

#detail #top a{
	float: right;
	position: absolute;
	right: 20px;
	margin: 20px 0 0 0;
}

#detail #middle{
	width: 660px;
	min-height: 300px;
	float: left;
	padding: 20px 20px;
	margin: 0 0 20px 0;
	background: url(../images/detail.gif) no-repeat;
}

#detail h2{
	margin: 20px 0 0 0;
}

body.full #detail #middle{
	width: 920px;
	margin: 0 0 20px 0;
	background: url(../images/detailFull.gif) no-repeat;
}

#detail img{
	margin: 0 0 0 20px;
	display: inline;
}

#detail #equal_left{
	width: 310px;
	float: left;
}

#detail #equal_right{
	width: 310px;
	float: right;
}

body.full #detail #equal_left{
	width: 460px;
}

body.full #detail #equal_right{
	width: 460px;
}


/* menu */
#menu{
	width: 240px;
	float: left;
	margin: 40px 0 0 -1px;
	display: inline;
}

#menu li{
	width: 240px;
	height: 44px;
	float: left;
}

#menu li a{
	width: 240px;
	height: 44px;
	text-indent: 20px;
	line-height: 44px;
	display: block;
}

#menu li a:hover, #menu li.ui-tabs-selected a {
	background: url(../images/submenuHover.png) no-repeat;
}

.ui-tabs-hide{
	display: none;
}

/* #features_list */
#feature_list{
	width: 920px;
	float: left;
}

#feature_list li{
	width: 210px;
	padding: 0 20px 0 0;
	min-height: 175px;
	margin: 0 0 20px 0;
	float: left;
}

#feature_list li img{
	width: 48px;
	float: left;
	margin: 0 10px 0 0;
}

#feature_list li h3{
	margin: 10px 0 10px 0;
}

#feature_list p{
	width: 200px;
	margin: 0 10px 0 0;
	display: inline;
	float: right;
}

/* dl#faqs */
dl{
	line-height: 2.0em;
}
dl#faqs dt{
	font-size: 1.2em;
	font-weight: 800;
	color: #336699;
}

dl#faqs dd{
	margin: 0 0 20px 20px;
}

dl#faqs ul, ul.list{
	list-style: circle; 
	padding: 0 0 0 20px;
}

dl#faqs img{
	float: left;
	margin: 0 10px 0 0;
}

ul.list{
	font-weight: 800;
}

dl#faqs ul li, ul.list li{
	margin: 0 0 10px 0;
}

ul.list li span{
	font-size: 0.9em;
	font-weight: 800;
	text-transform: uppercase;
	color: #009900;
}

/* dl#listing */

ul#listing{
	float: left;
}

ul#listing li{
	/*clear: both;*/
}

ul#listing img{
	width: 450px;
	float: left;
}

ul#listing p, ul#listing ol{
	width: 430px;
	padding: 0;
	margin: 30px 0 0 0;
	float: right;
}

ul#listing ol{
	width: 430px;
	line-height: 1.6em;
	margin: 10px 0 0 10px;
}

ul#listing ol li{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../images/tick.png) no-repeat 0 20%;
}

ul#listing li.floatright img{
	float: right;
}

/* extra */
#extra{
	width: 235px;
	float: right;
	margin: 0 0 0 20px;
}

#extra h3{
	margin: 20px 0 5px 0;
}

#extra h3 img{
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#extra p{
	margin: 0 0 20px 0;
}

#extra address{
	font-style: normal;
	line-height: 1.6em;
}


#extra ul li{
	margin: 8px 0 8px 0;
}

#extra ul li a{
	font-weight: 100;
}


/* popup */
#slideshow{
	position: relative;
}
#popup{
	margin: 0 auto;
	position: absolute;
	z-index: 300;
	background: #ffffff;
	display: none;
	border: 10px solid #000033;
}

#previous{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 180px;
	left: -20px;
	background: url(../images/leftArrow.png) no-repeat;
}

#next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 180px;
	right: -25px;
	background: url(../images/rightArrow.png) no-repeat;
}

#close{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	margin: -15px -30px 0 0;
	background: url(../images/closelabel.png) no-repeat;
}

#previous, #next, #close{
	text-indent: -9999em;
	outline: none;
}


#overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	filter: alpha(opacity=60);
	opacity: 0.7; 
	background: #000000;
}

/*-----support-----*/
#software_support{
	float: left;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}

#software_support li{
	width: 250px;
	float: left;
	line-height: 1.6em;
	margin: 0 65px 0 0;
}

#software_support ul{
	margin: 0 0 0 0;
}
#software_support li li{
	margin: 5px 0 5px 0;
	padding: 0 0 0 20px;
	background: url(../images/tick.gif) no-repeat 0 50%;
}

#software_support li.last{
	margin: 0;
}

#software_support a{
	font-weight: 800;
	color: #336699;
}

#software_support h2{
	margin: 0 0 5px 0;
}

#software_support img{
	margin: 0 0 0 0;
}

/* note */
#note{
	clear: both;
	font-size: 0.95m;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0 0;
	color: #666666;
}

/* points */
ol.points{
	margin: 0 0 0 30px;
	list-style: decimal;
	line-height: 1.6em;
}

ol.points li{
	margin: 0 0 10px 0;
}

/* tiers */
.tier{
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #BFC06F;
	background: #FFFFEF;
}

.tier h3{
	font-size: 1.5em;
}


/* form elements */
.extralong{width: 320px;}
.long{width: 250px;}
.medium{width: 180px;}
.short{width: 130px;}
.tiny{width: 80px;}
.mini{width: 30px;}

.mini, .tiny, .short, .medium, .short, .long, .extralong{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 4px 3px;
	background: #ffffff;
}

.focus,
.mini:focus,
.tiny:focus,
.short:focus,
.medium:focus,
.short:focus,
.long:focus,
.extralong:focus
{
	background: #FFF9ED;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.form{
	width: 100%;
}

.form label {
	width: 100%;
	display: block;
	float: left;
	margin: 15px 0 0 0;
	font-weight: 800;
	color: #000000;
}

.form br {
	clear: both;
}

.form ul{
	width: 100%;
	float: left;
}

.form ul li{
	float: left;
	margin: 15px 10px 0 0;
}

.form ul li label{
	display: inline;
	float: none;
	
}

.form .radiobuttonlist{
	float: left;
}

.form .radiobuttonlist label{
	width: auto;
	float: none;
	display: inline;
	margin: 5px 10px 0 0;
	font-weight: 100;
}

.checkboxlist{
	width: 100%;
}

.checkboxlist td{
	padding: 3px 0;
}

.checkboxlist label{
	padding: 0 0 0 2px;
}

.buttons{
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 10px 0;
}

/*-----table.display-----*/
table.display{
	width: 100%;
	clear: both;
	margin: 10px 0 20px 0;
	font-size: 0.95em;
}

table.display thead th{
	padding: 8px 10px;
	border-bottom: 2px solid #999999;
	color: #333333;
	background: #eeeeee;
}

table.display tbody td{
	padding: 8px 10px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
}

table.display tbody td a{
	font-weight: 800;
	color: #666699;
}

table.display tfoot td{
	padding: 8px 10px;
}

table.display tfoot tr.totals{
	text-transform: uppercase;
	border-top: 2px solid #999999;
	background: #fffbed;
}

table.display tfoot td.totals table td{
	border-bottom: none;
}

table.display tfoot tr.totals td{
	text-transform: uppercase;
	background: #fffbed;
}

table.display ul li{
	margin: 0 0 5px 0;
}

table.display .qty{
	width: 50px;
}

table.display .code{
	padding: 10px;
	margin: 0 10px 0 0;
	background: #eeeeee;
}

table.display .code label{
	display: block;
	margin: 0 0 5px 0;
}

table.display .code .codetext{
	margin: 0 0 5px 0;
	display: block;
}

table.display th.alignright, table.display td.alignright{
	text-align: right;
}

table.display th.alignleft, table.display td.alignleft{
	text-align: left;
}


/* ----info---- */
dl.info{
	width: 640px;
	float: left;
	border: 1px solid #efe4c2;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFFFEF;
}

dl.info dt{
	float: left;
	padding: 0 5px 0 0;
	font-weight: 800;
}

dl.info dd{
	float: left;
	padding: 0 40px 0 0;
}

/* ----pager---- */
ul.pager{
	width: 640px;
	margin: 10px 0 20px 0;
}

ul.pager li{
	float: left;
	margin: 0 5px 0 0;
}

/* help */
.balloonstyle{
	position: absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border: 1px solid #cccccc;
	line-height: 1.6em;
	z-index: 100;
	border: 1px solid #FFF09F;
	color: #000000;	
	background: #FFFFDF;
}

#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}

/*  */
#mat{
	width: 920px;
	float: left;
}

#mat li{
	width: 920px;
	float: left;
	border-top: 1px solid #cccccc;
}

#mat li .description{
	width: 245px;
	padding: 0 0 0 0;
	float: left;
}

#mat li .content{
	width: 670px;
	padding: 0 0 15px 0;
	float: right;
	position: relative;
}

#mat .marker{
	position: absolute;
	z-index: 150;
	cursor: hand;
}

#mat .marker img{
	margin: 0;
	float: left;
}


#mat .marker span{
	display: none;
}

/* 

assumptions made here for popup element for accurate positioning
padding-left and padding-right should be equal
border-left and border-right should be equal
 */
#mat .popup{
	width: 200px;
	position: absolute;
	display: none;
	padding: 10px;
	color: #000000;
	line-height: 1.6em;
	z-index: 500;
	border: 4px solid #000033;
	color: #000000;
	background: #eeeeee;
}

/*  Cart Pager  */

ol#cartPager{
	width: 920px;
	float: left;
	margin: 0 0 20px 0;
	list-style: none;
	display: inline;
}

ol#cartPager li{
	width: 230px;
	height: 35px;
	display: block;
	text-indent: -9999em;
	float: left;
	margin: 0;
	outline: none;
	background: url(../images/cartPager.gif);
}

ol#cartPager li#cart{width:230px; background-position: 0 0;}
ol#cartPager li#shipping{width:230px; background-position: -230px 0;}
ol#cartPager li#confirmation{width:230px; background-position: -460px 0;}
ol#cartPager li#complete{width:230px; background-position: -690px 0;}

ol#cartPager li#cart.on{width:230px; background-position: 0 -35px;}
ol#cartPager li#shipping.on{width:230px; background-position: -230px -35px;}
ol#cartPager li#confirmation.on{width:230px; background-position: -460px -35px;}
ol#cartPager li#complete.on{width:230px; background-position: -690px -35px;}

ol#cartPager li#cart.off{width:230px; background-position: 0 -70px;}
ol#cartPager li#shipping.off{width:230px; background-position: -230px -70px;}
ol#cartPager li#confirmation.off{width:230px; background-position: -460px -70px;}
ol#cartPager li#complete.off{width:230px; background-position: -690px -70px;}
