body {
	margin: 0;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	background-image: url('../images-global/bg.png');
	background-color: #fff;
	-webkit-user-select: none;
	position: relative;
	height: 100%;
}

#content {
	position: reative;
	height: 600px;
}

#lastfm {
	width: 210px;
	height: 26px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 15px;
	margin-left: -15px;
}


div.fadee {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;
}
 
div.fadeAway {
    opacity: 0;
}
 
 
/* @group Page Dimensions */
 
#navigation ul, #page, .pagefragment {
	width: 800px;
}
 
/* @end */
 
h1 {
	display: none;
	font-size: 1.4em;
}
 
h2 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 12px;
}
 
p, ul, ol {
	margin-bottom: 20px;
	text-align: justify;
}
 
p code {
	display: block;
	text-align: left;
}
 
ul, ol {
	padding-left: 25px;
}
 
a {
	color: #008bcc;
}
 
a:hover {
	color: #af2643;
}
 
a:visited {
	color: #999999;
}
 
#page, .pagefragment {
	margin: 0 auto 30px;
	padding-left: 40px;
	padding-right: 40px;
}
 
.centered {
	text-align: center;
}
 
a img {
	border: none;
}
 
img.left.padded {
	margin: 0 15px 15px 0;
}
 
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}
 
img.right {
	float: right;
	margin-bottom: 8px;
	margin-left: 20px;
}
 
/* @group Footer */

#footer	{ 
	background-color: rgb(238, 238, 238);
	border-top-color: rgb(0, 153, 255);
	border-top-style: solid;
	border-top-width: 2px;
	font-size: 11px;
	height: 80px;
	text-align: center;
	bottom: 0;
	position: static;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

 
.css3_accordion div {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 500ms ease;
  text-align: center;
 }
  
.css3_accordion div:target {
  -webkit-transition-duration: 2s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 153, 255, 0.2)), to(rgba(0, 153, 255, 1)), color-stop(0.9, rgba(0, 153, 255, 0.2)));
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 153, 255);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px; 
  color: #7d7d7d;
  font: italic bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-shadow: #fff 0 1px 1px;
  text-indent: 10px;  
  height: 60px;
  width: 300px;
  position: fixed;
  left: 360px;
  bottom: -1px;
  z-index: 1000;
}


#css3_accordion .arrow {
	text-align: center;
	background-color: transparent;
	font-size: 0px;
	line-height: 10px;
	width: 0px;
	border-top: 10px solid transparent;
	border-right: 20px solid rgb(0, 153, 255);
	border-bottom: 10px solid transparent;
}

#footer .sectionLeft {
	display: block;
	float: left;
	height: 34px;
	margin-left: 168px;
	margin-right: 30px;
	text-align: left;
}

#footer ul {
	display: block;
	height: 0px;
	list-style-type: disc;
	margin-bottom: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

.lclear {
	clear: both;
	display: block;
	height: 1px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#footer .copyright {
	color: rgb(170, 170, 170);
	display: block;
	font-size: 10px;
	height: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 9px;
}
/* @end */
 
/* @group Navigation */
 
#navigation {
	display: block;
	background: url(../images-global/nav/BarBackground.png) repeat-x 50% 100%;
	background-color: #dedede;
	padding: 0 40px 1px;
	font-size: 11px;
}

 
#navigation * {
	padding: 0;
	margin: 0;
}
 
#navigation ul {
	display: block;
	margin: 0 auto;
	/*background: url(../images-global/nav/logo.png) no-repeat 100% 50%;
	*/
}
 
#navigation li {
	display: block;
	float: left;
}
 
#navigation li:hover {
	
}
 
#navigation li.active {
	background: url(../images-global/nav/ActiveTab.png) repeat-x 50% 100%;
	background: url(../images-global/nav/ActiveTabSideShadows.png) repeat-y 0% 100%, url(../images-global/nav/ActiveTabSideShadows.png) repeat-y 100% 100%, url(../images-global/nav/ActiveTab.png) repeat-x 50% 100%;
	background-color: #c9c9c9;
}
 
#navigation li a {
	display: block;
	padding: 75px 7px 30px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	background-image: url('../images-global/nav/Icons.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	width: 5.5em;
}
 
#navigation li a:hover {
	background-image: url('../images-global/nav/IconsHover.png');
}
 
#navigation li.active a, #navigation li.active a:hover {
	font-weight: bold;
	background-image: url('../images-global/nav/IconsActive.png');
	color: #f8f8f8;
	text-shadow: #444 0 1px 0;
}
 
/* @group Auto-clearing */
 
#navigation:after, #navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
#navigation, #navigation ul { display: inline-block }
 
/* Hides from IE-mac \*/
* html #navigation, * html #navigation ul { height: 1% }
#navigation, #navigation ul { display: block }
/* End hide from IE-mac */
	
/* @end */
 
/* @group Sections */
 
#navigation li#nav-home a {
	background: url('../images-global/nav/Name.png') no-repeat 0 50%;
	width: 13px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	text-indent: -1000em;
	margin-right: 15px;
	margin-left: -28px;
}
 
#navigation li#nav-apps a {
	background-position: 50% 0;
}
 
#navigation li#nav-prices a {
	background-position: 50% -500px;
}
 
#navigation li#nav-projects a {
	background-position: 50% -1000px;
}
 
#navigation li#nav-about a {
	background-position: 50% -1500px;
}
 
#navigation li#nav-home2 a {
	background-position: 50% -2000px;
}
 
#navigation li#nav-home a:hover {
	background-position: -20px 50%;
}
 
li#nav-apps a:hover {
	text-shadow: #edc36e 0 0px 25px;
}
 
li#nav-prices a:hover {
	text-shadow: #6eb0fa 0 0px 25px;
}
 
li#nav-projects a:hover {
	text-shadow: #7ec837 0 0px 25px;
}
 
li#nav-about a:hover {
	text-shadow: #fdc264 0 0px 25px;
}
 
li#nav-home2 a:hover {
	text-shadow: #f9a7ac 0 0px 25px;
}
 
/* @end */
 
/* @end */
 
/* @group Auto-clearing */
 
.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.autoclear { display: inline-block }
 
/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */
 
/* @group Sections */
 
body.goodies #page, body.about #page, body.support #page, body.error404 #page, body.error403 #page {
	margin-top: 40px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-top: 64px;
}
 
body.goodies #page {
	background-image: url(../images-global/clouds/Goodies.png);
}
 
body.about #page {
	background-image: url(../images-global/clouds/About.png);
}
 
body.support #page {
	background-image: url(../images-global/clouds/Support.png);
}
 
body.error404 #page {
	background-image: url(../images-global/clouds/Error404.png);
}
 
body.error403 #page {
	background-image: url(../images-global/clouds/Error403.png);
}
 
body.goodies h1, body.about h1, body.support h1, body.error404 h1, body.error403 h1 {
	display: block;
	padding-top: 0;
	padding-bottom: 30px;
	line-height: 1;
	margin: 0 0 12px;
}
 
body.goodies h1 {
	margin-right: 350px;
}
 
body.about h1 {
	margin-right: 310px;
}
 
body.support h1 {
	margin-right: 350px;
}
 
body.poll h1 {
	display: block;
	padding-top: 50px;
}
 
/* @end */
 
/* @group Info Box */
 
.infobox {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dfe8), to(#FFF));
	/*background-color: #d0dfe8;*/
	display: block;
	padding: 10px 15px 1px;
	margin-bottom: 20px;
	color: #727272;
	margin-top: 5px;
	text-shadow: #fff 0 1px 0;
	font-size: 0.9em;
	-webkit-border-radius: 7px;
	clear: both;
}
 
.infobox.width33 {
	width: 33%;
}
 
.infobox.width25 {
	width: 25%;
}
 
.infobox.left {
	float: left;
	margin-right: 30px;
}
 
.infobox.right {
	float: right;
	margin-left: 30px;
}
 
.infobox h2 {
	color: #fff;
	text-transform: lowercase;
	font: italic bold 1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #7d7d7d 0 1px 0;
	margin: 0 0 10px;
}
 
.infobox.caseunchanged h2 {
	text-transform: none;
}
 
.infobox p, .infobox ul {
	margin: 0 0 10px;
	text-align: left;
}
 
.infobox p.centered {
	text-align: center;
}
 
.infobox a {
	color: #555;
}
 
/* @group Columns */
 
.infobox.threecolumns {
	margin-bottom: 50px;
	margin-top: 50px;
}
 
.infobox.threecolumns .column {
	display: block;
	width: 30%;
	background-colorr: #e6ff4f;
	float: left;
	margin-left: 5%;
}
 
.infobox.twocolumns {
	margin-bottom: 50px;
	margin-top: 50px;
}
 
.infobox.twocolumns .column {
	display: block;
	width: 47%;
	float: left;
	margin-left: 5%;
}
 
.infobox .column.first {
	margin-left: 0;
}
 
/* @end */
 
/* @end */
 
/* @group Support Page */
 
.question {
	color: #d5d5d5;
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	margin-right: 11px;
	display: block;
	float: left;
	margin-top: -2px;
}
 
/* @end */

#cloud {
   	position: absolute;
   	left: 58%;
 	top: 10px;
}
 	
div#testimonial_container {
    width: 450px;
    height: 100px;
    margin: 15px auto 0px auto;
    font-size: 20px;
}

    div#testimonial_container big {
        font: Bold 60px Georgia, sans-serif;
        line-height: 45px;
    }

    div#testimonial_container div#testimonial {
        width: 410px;
        float: right;
    }
    
        div#testimonial_container div#testimonial div.attribution {
            font-size: 14px;
            color: #999;
        }
        
            div#testimonial_container div#testimonial div.attribution a {
                color: #999;
            }
