@import "reset.css";
@import "typography.css";

body {
background-color: #FFF;
text-align: center;
background: #F2F2F2;
}

div#wrap {
width: 934px;
margin: 0 auto;
padding: 0 30px;
text-align: left;
position: relative;
background-color: #FFF;
}

div#header {
background: #fff url(images/header-bg.png) repeat-x left top;
height: 85px;
}

.col-290 {
width: 290px;
float: left;
margin-right: 30px;
}
.col-130 {
float: left;
width: 130px;
margin-right: 30px;
}
div#content_sub #wrap.columns {
padding-right: 0;
width: 964px;
}


/*----Branding-------------------*/

div#branding {
position: absolute;
left: 30px;
top: 10px;
width: 500px;
}
div#branding a {
display: block;
height: 28px;
width: 150px;
background: url(images/logo.png) no-repeat left top;
text-indent: -9999px;
float: left;
}
div#branding a:focus {
cursor: pointer;
}
div#branding p#tagline {
color: #666;
font-size: 12px; 
padding: 14px 0 0 15px;
float: left;
}
/*----Navigation-------------------*/

ul#nav-main {
position: absolute;
right: 30px;
top: 0;
}
ul#nav-main li, ul#nav-utilities li {
float: left;
}
ul#nav-main li {
padding: 15px 15px 0 15px;
height: 39px;
line-height: 30px;
font-size: 11px;
color: #999;
}
ul#nav-main li a {
font-size: 15px;
color: #333;
padding: 5px 0 5px 10px;
font-weight: 200;
}		

ul#nav-main li:hover{
color: #333;
}
body#plans li#nav-plans, body#custom li#nav-custom, body#blog li#nav-blog, body#about li#nav-about {
background: url(images/nav-highlight.png) repeat-x left top;
color: #333;
}
ul#nav-main li:hover a, ul#nav-main li a:hover,
body#plans li#nav-plans a,
body#custom li#nav-custom a, 
body#blog li#nav-blog a,
body#about li#nav-about a {
border-left: 1px solid #333;
padding-left: 9px;
color: #CC3300;
}
ul#nav-utilities {
position: absolute;
top: 65px;
right: 30px;
}
ul#nav-utilities li {
padding: 0 0 0 10px;
}
ul#nav-utilities a {
text-decoration: underline;
}

/*----Content-------------------*/

div#content {
padding: 22px 0;
background-color: #FFF;
}
body#plans div#content #wrap {
padding-right: 0;
width: 964px;
}

/*--Main Content--*/

body#plans div#content-main {
width: 685px;
float: left;
}


/*--Sub Content--*/

body#plans div#content-sub {
width: 250px;
margin-left: 685px;
}
.side-module-250 {
background:transparent url(images/module-frames/module-250-bottom.gif) no-repeat scroll left bottom;
margin-bottom:20px;
padding-bottom:10px;
}
.side-module-250 h3 {
background:transparent url(images/module-frames/module-250-top.gif) no-repeat scroll left top;
border-bottom:medium none;
margin-bottom:0;
padding:10px 10px 0;
}
.side-module-250 ul li {
border-top:1px dotted #999999;
font-size:16px;
margin-top:10px;
min-height:80px;
padding:10px 5px 0;
}

/*----Footer-------------------*/

div#footer {
background: #F2F2F2;
padding: 20px 0;
}
div#footer #wrap{
background: transparent;
clear: both;
}
div#footer-right {
position: absolute;
top: 0;
right: 30px;
width: 290px;
}
div#footer h4 {
color: #515151;
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px dotted #ccc;
margin-bottom: 5px;
}
ul#affiliations li {
float: left;
margin: 0 20px 0 0;
line-height: 62px;
}
ul#affiliations li img {
vertical-align: middle;
}
/*----Special-------------------*/

a.button, input.button {
display: block;
text-indent: -9999em;
cursor: pointer;
border: none;
}
hr {
padding: 0;
margin: 0;
height: 1px;
border: none;
border-bottom:1px dotted #CCCCCC;
margin-bottom: 1em;
}
/*----Accordion-------------------*/
ul.expand { 
padding:0; 
margin:0; 
list-style:none; 
}
ul.expand li { 
padding:10px; 
margin:0; 
border: 1px solid #CCCCCC;
border-width: 0 1px 1px 1px;
}
ul.expand li.trigger.top { 
margin-top:0; 
border-top: 1px solid #CCCCCC;
}
ul.expand li.trigger {
	background:url(images/accordion.png) left top no-repeat;
	cursor:pointer;
	padding-left: 50px;
}
ul.expand li.trigger h3 {
font-size: 16px;
}
ul.expand li.trigger p {
font-size: 13px;
}
ul.expand li.trigger h3, ul.expand li.trigger p
{
	color:#666;
	margin: 0;
	padding: 0;
}
ul.expand li.trigger.open h3 {
	color:inherit;
}
ul.expand li.trigger.open
{
	background-position:0 -55px;
}
ul.expand ul
{
	list-style:disc inside;
	line-height:18px;
	padding:4px 0 6px 20px;
}

/*----Search-------------------*/
#search {
background:transparent url(images/module-frames/module-250-bottom.gif) no-repeat scroll left bottom;
margin-bottom:20px;
padding-bottom:10px;
}
#search form {
padding: 0 15px 5px;
border: 1px solid #acacac;
border-width: 0 1px;
}
#search h2 {
font-size: 20px;
background:transparent url(images/module-frames/module-250-top.gif) no-repeat scroll left top;
margin: 0;
padding: 15px 15px 10px 15px;
}
#search hr {
}
#search h3 {
border-bottom:1px dotted #CCCCCC;
padding: 5px 0;
font-size: 14px;
margin-bottom: 0;
}
#search h3.slider {
cursor: pointer;
padding-left: 12px;
background: url(images/toggle-closed.gif) no-repeat left center;
}
#search h3.slider.active {
background: url(images/toggle-open.gif) no-repeat left center;
}
#search ul {
margin: 5px 0 1em 0;
}
#search input.option {
margin-right: 3px;
}
#search label {
padding-right: 5px;
}
#search p.submit {
margin: 0 0 28px 0;
padding-top: 10px;
}
#search p.submit input{
width: 107px;
height: 28px;
padding: 28px 0 0 0;
background: url(../images/btn-search.png) no-repeat left top;
float: right;
}
#search p.submit input:hover {
background-position: 0 -28px;
}

/*----Plan pages-------------------*/
ul#product-list {
margin: 30px 30px 0 0;
}
#product-list li {
padding: 0 0 0 20px;
background: #191919;
color: #fff;
height: 157px;
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
#product-list li.premium {
background: #191919 url(images/plan-line-premium.gif) no-repeat 270px center;
}
#product-list li img{
position: absolute;
top: 0;
right: 0;
}
#product-list li h2 
{
	/* change */
	color:White;
padding-top: 15px;
font-size: 20px
}
#product-list li p {
font-size: 11px;
line-height: 1.2em;
}
#product-list li p a.button {
background: url(../images/btn-browse.png) no-repeat left top;
width: 107px;
height: 28px;
}
#product-list li p a.button:hover {
background-position: 0 -28px;
}

p.description{
padding-right: 30px;
font-size: 13px;
}
ul#plan-list {
margin-top: 30px;
}
ul#plan-list li {
background: #191919;
position: relative;
color: #fff;
width: 312px;
margin: 0 30px 30px 0;
float: left;
}
ul#plan-list li img {
display: block;
}
ul#plan-list li p.premium{
width: 312px;
height: 208px;
background: url(images/watermark-312.png) no-repeat left bottom;
position: absolute;
top: 0;
left: 0;
text-indent: -9999px;
padding: 0;
margin: 0;
}
ul#plan-list li div.details{
position: relative;
/* change */
height: 80px;
}
ul#plan-list li h2 
{
	/* change */
	color:White;
font-size: 12px;
padding: 7px 100px 0 10px;
margin-bottom: 0;
}
ul#plan-list li p {
padding: 0 100px 7px 10px;
margin-bottom: 0;
}
ul#plan-list li a.button {
position: absolute;
top: 50%;
right: 10px;
margin-top: -13px;
background: url(../images/btn-seeplan.png) no-repeat left top;
height: 27px;
width: 84px;
}
ul#plan-list li a.button:hover {
background-position: left -27px;
}



/*-----------------------------------------------------------------------------------------------
Aslett Clearing Method
-----------------------------------------------------------------------------------------------*/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----Plan Lines-------------------*/
ul#product-list {
margin: 30px 30px 0 0;
}
#product-list li {
padding: 0 0 0 20px;
background: #191919;
color: #fff;
height: 157px;
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
#product-list li.premium {
background: #191919 url(images/plan-line-premium.gif) no-repeat 270px center;
}
#product-list li img{
position: absolute;
top: 0;
right: 0;
}
#product-list li h2 {
padding-top: 15px;
font-size: 20px
}
#product-list li p {
font-size: 11px;
line-height: 1.2em;
}
#product-list li p a.button {
background: url(../images/btn-browse.png) no-repeat left top;
width: 107px;
height: 28px;
}
#product-list li p a.button:hover {
background-position: 0 -28px;
}

/*----Plan Selection-------------------*/
p.description{
padding-right: 30px;
font-size: 13px;
}
ul#plan-list {
margin-top: 30px;
}
ul#plan-list li {
background: #191919;
position: relative;
color: #fff;
width: 312px;
margin: 0 30px 30px 0;
float: left;
}
ul#plan-list li img {
display: block;
}
ul#plan-list li p.premium{
width: 312px;
height: 208px;
background: url(images/watermark-312.png) no-repeat left bottom;
position: absolute;
top: 0;
left: 0;
text-indent: -9999px;
padding: 0;
margin: 0;
}
ul#plan-list li div.details{
position: relative;
}
ul#plan-list li h2 {
font-size: 12px;
padding: 7px 100px 0 10px;
margin-bottom: 0;
}
ul#plan-list li p {
padding: 0 100px 7px 10px;
margin-bottom: 0;
}
ul#plan-list li a.button {
position: absolute;
top: 50%;
right: 10px;
margin-top: -13px;
background: url(../images/btn-seeplan.png) no-repeat left top;
height: 27px;
width: 84px;
}
ul#plan-list li a.button:hover {
background-position: left -27px;
}

/*----Plan Overview-------------------*/
div#plan-title {
background: #191919;
padding: 15px;
position: relative;
margin-bottom: 10px;
margin-right: 30px;
}
div#plan-title h1 {
color: #fff;
font-size: 24px;
margin-bottom: 10px;
}
div#plan-title p {
color: #B2B2B2;
font-size: 16px;
margin-bottom: 0;
}
div#plan-stats {
min-height: 289px;
position: relative;
margin-bottom: 15px;
margin-right: 30px;
}
div#plan-stats img {
position: absolute;
left: 0;
top: 0;
}
div#plan-stats div {
margin-left: 444px;
}
div#plan-stats p.premium {
position: absolute;
top: 0;
left: 0;
width: 434px;
height: 289px;
text-indent: -9999px;
background: url(images/watermark-434.png) no-repeat top left;
}
ul.plan-stats-box {
background: #F5F5F5;
padding: 5px 7px;
margin-bottom: 5px;
}
ul.plan-stats-box.dimensions li {
width: 50%;
float: left;
}
ul.plan-stats-box.actions {
padding-top: 0;
}
ul.plan-stats-box.actions li {
padding: 8px 0 2px 0;
}
ul.plan-stats-box.actions li a{
font-size: 15px;
font-weight: bold;
text-decoration: underline;
padding: 4px 0 4px 30px;
line-height: 28px;
}
ul.plan-stats-box.actions li a#plan-download{background: url(images/icon-dload.png) no-repeat left center; }
ul.plan-stats-box.actions li a#plan-tour{background: url(images/icon-tour.png) no-repeat left center;}
ul.plan-stats-box.actions li a#plan-files{background: url(images/icon-files.png) no-repeat left center;}



div#plan-about {
margin: 30px 30px 0 0;
}	
div#plan-about {
overflow: hidden;
margin-bottom: 20px;
clear: both;
}
div#plan-about h2 {
padding: 0 0 7px;
background: none;
color: #000;
font-weight: bold;
font-size: 14px;
border-bottom: 1px dotted #999;
margin-bottom: 10px;
}
div#plan-about ul.plan-stats-box {
float: left;
margin: 0 10px 10px 0;
padding-left: 20px;
padding-top: 2px;
font-size: 13px;
}
div#plan-about ul.plan-stats-box li {
list-style-type: disc;
margin: 5px 0
}
div#plan-about ul.plan-stats-box li a {
text-decoration: underline;
}
div#plan-about p {
font-size: 13px;
}
.side-module-250 {
background:transparent url(images/module-frames/module-250-bottom.gif) no-repeat scroll left bottom;
margin-bottom:20px;
padding-bottom:10px;
}
.side-module-250 h3 {
background:transparent url(images/module-frames/module-250-top.gif) no-repeat scroll left top;
border-bottom:medium none;
margin-bottom:0;
padding:10px 10px 0;
}
.side-module-250 ul {
border: 1px solid #999999;
border-width:0 1px;
padding:1px 10px;
}
.side-module-250 ul li {
border-top: 1px dotted #999999;
padding: 10px 5px 0 5px;
font-size: 16px;
min-height: 80px;
margin-top: 10px;
text-align:center;
}
.side-module-250 ul img {
/*float: left;*/
margin-right: 10px;
}
ul.lead-sponsors li {
text-align: center;
height: auto;
font-size: 12px;
font-weight: normal;
}
ul.products li {
min-height: 56px;
}
ul#plan-gallery img {
	padding: 12px 12px 0 12px;
	background: #f5f5f5;
	display: block;
	}
ul#plan-gallery li {
	width: 312px;
	float: left;
	margin: 0 26px 15px 0;
	background: #f5f5f5;
	}
ul#plan-gallery li {
	overflow: hidden;
	position: relative
	}
ul#plan-gallery h3 {
	border-bottom: none;
	background: #191919;
	color: white;
	margin: 0 12px;
	position: relative;
	padding: 7px 12px;
	}
ul#plan-gallery h3 a.zoom {
	display: block;
	position: absolute; right: 12px; top: 7px;
	padding-left: 18px;
	background: transparent url(images/icon-zoom.gif) no-repeat left center;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	}
ul#plan-gallery li div.description-text {
	font-size: .95em;
	line-height: 1.2em;
	margin: 12px;
    overflow:auto;
    height:150px;
	background: #F5F5F5;
	}

/*----Ads-------------------*/
.ad {
overflow: hidden;
margin-bottom: 30px;
position: relative;
}
.ad a.upgrade{
width: 123px;
height: 44px;
background: url(../images/btn-upgrade.png) no-repeat left top;
}
.ad a.upgrade:hover {
background-position: left -44px;
}
#premium-promo-81{
padding: 20px;
width: 614px;
height: 41px;
background: url(images/module-frames/promo-81.png) no-repeat left top;
position: relative;
font-size: 13px;
}
#premium-promo-81 a#learnmore{
background: url(../images/btn-learnmore.png) no-repeat left top;
height: 44px;
width: 119px;
position: absolute;
left: 516px;
top: 20px;
}
#premium-promo-81 a#learnmore:hover{
background-position: left -44px;
}
#premium-promo-132.ad {
width: 209px;
height: 54px;
padding-top: 78px;
background: url(images/module-frames/promo-132.png) no-repeat left top;
margin: 0;
}
#premium-promo-132 p{
display: none;
}
#premium-promo-132 a{
margin-left: 42px;
}
#premium-promo-212 {
padding: 20px;
width: 614px;
height: 172px;
background: url(images/module-frames/promo-212.png);
}
#premium-promo-212 h2{
font-size: 20px;
}
#premium-promo-212 p{
font-size: 14px;
line-height: 1.4em;
}
#premium-promo-212 ul{
font-size: 14px;
font-weight: bold;
margin-left: 25px;
}
#premium-promo-212 ul li {
padding: 7px 0 7px 25px;
margin: 0;
background: url(images/bullet.png) no-repeat left center;
}
#premium-promo-212 a.upgrade {
position: absolute;
right: 20px;
bottom: 20px;
}
#promo-custom{
height: 339px;
background: url(images/module-frames/promo-custom.png) no-repeat left top;
padding: 20px;
text-align: center;
}
#promo-custom p {
font-size: 20px;
line-height: 1.2em;
margin-bottom: .8em;
}
a.learnmore2 {
background: url(../images/btn-learnmore-large.png);
width: 150px;
height: 40px;
margin: 0 auto;
}
a.learnmore2:hover {
background-position: left -40px;
}



/*ul.plan-stats-box.actions li a#plan-files {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/icon-files.png) no-repeat scroll left center;
}

ul.plan-stats-box.actions li a {
font-size:15px;
font-weight:bold;
line-height:28px;
padding:4px 0 4px 30px;
text-decoration:underline;
} */

a.button_old {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D7E7D7 none repeat scroll 0 0;
border:1px solid #4F7751;
color:#4F7751;
display:block;
font-size:10px;
letter-spacing:0.05em;
line-height:20px;
text-align:center;
text-transform:uppercase;
}

.ad {
overflow: hidden;
margin-bottom: 30px;
position: relative;
}
a.button.upgrade, input.button.upgrade{
width: 123px;
height: 44px;
background: url(../images/btn-upgrade.png) no-repeat left top;
}
a.button.upgrade:hover, input.button.upgrade:hover {
background-position: left -44px;
}
#premium-promo-81{
padding: 20px;
width: 614px;
height: 41px;
background: url(images/module-frames/promo-81.png) no-repeat left top;
position: relative;
font-size: 13px;
}
#premium-promo-81 a#learnmore{
background: url(../images/btn-learnmore.png) no-repeat left top;
height: 44px;
width: 119px;
position: absolute;
left: 516px;
top: 20px;
}
#premium-promo-81 a#learnmore:hover{
background-position: left -44px;
}
#premium-promo-132.ad {
width: 209px;
height: 54px;
padding-top: 78px;
background: url(images/module-frames/promo-132.png) no-repeat left top;
margin: 0;
}
#premium-promo-132 p{
display: none;
}
#premium-promo-132 a{
margin-left: 42px;
}
#premium-promo-212 {
padding: 20px;
width: 614px;
height: 172px;
background: url(images/module-frames/promo-212.png);
}
#premium-promo-212 h2{
font-size: 20px;
}
#premium-promo-212 p{
font-size: 14px;
line-height: 1.4em;
}
#premium-promo-212 ul{
font-size: 14px;
font-weight: bold;
margin-left: 25px;
}
#premium-promo-212 ul li {
padding: 7px 0 7px 25px;
margin: 0;
background: url(images/bullet.png) no-repeat left center;
}
#premium-promo-212 a.upgrade {
position: absolute;
right: 20px;
bottom: 20px;
}
#promo-custom{
height: 339px;
background: url(images/module-frames/promo-custom.png) no-repeat left top;
padding: 20px;
text-align: center;
}
#promo-custom p {
font-size: 20px;
line-height: 1.2em;
margin-bottom: .8em;
}
a.learnmore2 {
background: url(../images/btn-learnmore-large.png);
width: 150px;
height: 40px;
margin: 0 auto;
}
a.learnmore2:hover {
background-position: left -40px;
}

 .my_button
 {
	/*width: 110px;
height: 44px;
	background: url(../images/btn-upgrade.png) no-repeat left top; */
	 margin-bottom:-15px;
	 
 }
