/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/* END YUI RESET */


body {
  margin: 0; padding: 0; background:#fff url(../images/bg.jpg) repeat-x; color: #333;
}
#modfx_wrapper {
  padding: 10px 0 0 0px;
  text-align: left;
  width: 980px;
  margin: 0 auto;
  height: 400px;
  overflow: visible;
}
#blog_links {background: url(../images/blog_bg.jpg) no-repeat; float:right; height: 64px; width: 420px; text-align: left; padding: 12px 0 0 80px;}
#blog_links .date {display: block; clear: both; line-height: 1.2em; color: #999}
#blog_links a {color: #000; text-decoration: underline; font-size: 1em;}
#modfx_logo {
    width: 410px;
    height: 70px;
    position: relative; text-align: left; float: left;
}
    #modfx_logo span {
        background: url(../images/modfx_logo.jpg) no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
    }
#modfx_title {
    width: 226px;
    position: relative; text-align: left;
}
    #modfx_title span {
        background: url(../images/whatismodfx.png) no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
    }
#modfx_intro {
float: left; clear: both
}
#modfx_description {
  padding:0px 10px 10px 80px; margin:10px 10px 0px 10px;width: 900px;
  background: url(../images/hat.png) no-repeat; color: #666;
}
    #modfx_description p {
      line-height: 1.4em;
      padding: 7px; text-align: left;
    }

#modfx_left {
  float: left; clear: none;
  width: 485px; padding-top: 10px;
}
#modfx_right {
  float: left; clear: none;
   width: 485px; padding-top: 10px;
}
#modfx_select_template {
  background: url(../images/step1.png) no-repeat;
  position: relative;
  width: 295px;
  height: 165px;
}
#modfx_build_module_noicon {
  background: url(../images/step2_without_icon.png) no-repeat;
  position: relative;
  width: 442px;
  height: 400px;
}
#modfx_build_module_icon {
  background: url(../images/step2.png) no-repeat;
  position: relative;
  width: 442px;
  height: 400px;
}
#modfx_copy_suffix {
  background: url(../images/step3.png) no-repeat;
  position: relative;
  width: 485px;
  height: 343px;
}
#modfx_copy_button {
  position: absolute;
  top: 10px;
  left: 230px;
}
ul#top_nav {float: left; clear: both; height: 45px; width: 100%}
ul#top_nav li { float: left; width: 140px; margin-right:0px; text-indent: -9999px;height: 40px;}
ul#top_nav span { 
	display: none;
  	position: absolute;
}
ul#top_nav li a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  outline: none;
  height: 40px; width: 140px;
}
li#getting_started {
	background: url(../images/getting_started.png) no-repeat;
}
li#modfx_guide {
	background: url(../images/modfx_guide.png) no-repeat;
}
li#template_guides {
	background: url(../images/template_guides.png) no-repeat;
}
li#template_demos {
	background: url(../images/template_demos.png) no-repeat;
}
li#template_club {
	background: url(../images/template_club.png) no-repeat;
}
li#modfx_forum {
	background: url(../images/modfx_forum.png) no-repeat;
}
li#homepage {
	background: url(../images/homepage.png) no-repeat;
}

