body {
	background: #f3f3f4 url(imgs/bgrd.gif) repeat-x;
	margin:44px 0 0 0;
	padding: 0;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#939598;
	text-align: center;
}
#login {
	position: absolute;
	top:-58px;
	right:0;
	padding:0;
	text-align:right;
	padding: 0;
}
.loginBut {
	background: url(imgs/login.gif) no-repeat;	
	display: block;	
	width: 104px;
	height: 32px;
	float:right;
	margin:14px -10px 0 0;
	/*margin:18px 0 0 0;*/
}
.loginBut:hover {
	background-position: 0 -32px;
}
#login a span {
	display:none;
}
/* #login p {
	margin:18px 100px 0 0;
	padding:3px 0 0 0;
	color:#f3f3f4;
}
.bb a {
	color:#9ff131;
	background: none;
	margin:18px 0 0 0;
	padding:0;
	font-style:italic;
} */

#home {
	background: #f3f3f4 url(imgs/bgrdHome.gif) repeat-x;	
}
p {
	margin:0;
	padding:0;
}
a {
	color:#2a7ec0;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
b {
	color:#2a7ec0;
	font-style:italic;
}

#wrapper {
    position: relative;
    margin: 0;
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align:left;	
}

#header h1 {
	/* background: url(imgs/logo.png) no-repeat; */	
	margin: 10px 0 0 0;
	padding: 0;
	width: 190px;
	height: 72px;
}
#header h1 a {
	background: url(imgs/logo.png) no-repeat;	
	display: block;
	width: 204px;
	height: 76px;
}
#header h1 span {
	display: none;
}

/* NAV */
#nav {
	float:right;
	display:block;
	margin: -48px -10px 0 0;
}
#nav a {
	float: left;	
}
#nav a span {
	display: none;
}
#nav a#features {
	display: block;
	background: URL(imgs/nav/features.png) no-repeat;
	width: 86px;
	height: 24px;	
}
#nav a:hover#features {
	background: URL(imgs/nav/featuresUp.png) no-repeat;
}
#nav a#featuresUp {
	display: block;
	background: URL(imgs/nav/featuresUp.png) no-repeat;
	width: 86px;
	height: 24px;	
}
#nav a#pricing {
	display: block;
	background: URL(imgs/nav/pricing.png) no-repeat;
	width: 88px;
	height: 24px;	
}
#nav a:hover#pricing {
	background: URL(imgs/nav/pricingUp.png) no-repeat;
}
#nav a#pricingUp {
	display: block;
	background: URL(imgs/nav/pricingUp.png) no-repeat;
	width: 88px;
	height: 24px;	
}
#nav a#designs {
	display: block;
	background: URL(imgs/nav/designs.png) no-repeat;
	width: 95px;
	height: 24px;	
}
#nav a:hover#designs {
	background: URL(imgs/nav/designsUp.png) no-repeat;
}
#nav a#designsUp {
	display: block;
	background: URL(imgs/nav/designsUp.png) no-repeat;
	width: 95px;
	height: 24px;	
}
#nav a#about {
	display: block;
	background: URL(imgs/nav/about.png) no-repeat;
	width: 81px;
	height: 24px;	
}
#nav a:hover#about {
	background: URL(imgs/nav/aboutUp.png) no-repeat;
}
#nav a#aboutUp {
	display: block;
	background: URL(imgs/nav/aboutUp.png) no-repeat;
	width: 81px;
	height: 24px;	
}
#nav a#faq {
	display: block;
	background: URL(imgs/nav/faq.png) no-repeat;
	width: 57px;
	height: 24px;	
}
#nav a:hover#faq {
	background: URL(imgs/nav/faqUp.png) no-repeat;
}
#nav a#faqUp {
	display: block;
	background: URL(imgs/nav/faqUp.png) no-repeat;
	width: 57px;
	height: 24px;	
}


#hero h2 {
	background: url(imgs/introHome.gif) no-repeat;	
	margin: 26px 0 0 10px;
	padding: 0;
	width: 289px;
	height: 233px;
}
#hero h2 span {
	display: none;
}
#hero h3 {
	background: url(imgs/signUp.gif) no-repeat;	
	margin: 22px 0 0 0;
	padding: 0;
	width: 314px;
	height: 48px;
}
#hero h3 a {
	background: url(imgs/signUp.gif) no-repeat;	
	display: block;	
	width: 314px;
	height: 48px;
}
#hero h3 a:hover {
	background-position: -1px -48px;
}
#hero h3 a span {
	display: none;
}
#hero img {
	float: right;
	margin:-306px -10px 0 0;
	padding:0;
}

#contentHome {
	width:776px;
	height:232px;
	margin:8px 0 0 0;
	padding:0;
}

.boxHome {
	float:left;
	display: block;	
	margin:0 0 0 10px;
	padding:0;
}
.boxHome img {
	float:left;
	margin:10px 0 0 0;
	padding:0;
}
.boxHome p {
	padding: 15px 25px 0 10px;	
	margin: 25px 0 0 0;
}
.createHome {
	background: url(imgs/headerCreateHome.gif) no-repeat;	
	margin: 0;
	padding: 0;
	width: 261px;
}
.sendHome {
	background: url(imgs/headerSendHome.gif) no-repeat;	
	margin: 0;
	padding: 0;
	width: 261px;
}
.reportHome {
	background: url(imgs/headerReportHome.gif) no-repeat;	
	margin: 0;
	padding: 0;
	width: 254px;
}
.boxHome h4 span {
	display:none;
}

#content {
	float:left;
	width:465px;
	margin:35px 10px 20px 0;
	padding:0;
}
#content h3, #content h4 {
	color:#2a7ec0;
	font-weight:normal;
	margin:10px 0;
}
#content h4 {
	margin:10px 0 0 10px;
}
#content p {
	margin: 0 0 0 10px;
	padding:0 0 10px 0;
}
span.box {
	float:left;	
}
.box {
	display:block;
	display: block;	
	margin:15px 0 30px 0;
	padding: 0;
}	
.box img {
	float:left;
	margin:0;
	padding:0;
}
.noImg h3 {
	padding:0 0 0 10px;
}

.noImg p {
	padding:0 20px 10px 0;
}
.element h3 {
	padding: 0 0 0 10px;
}
.create {
	background: url(imgs/headerCreate.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 365px;
	height: 24px;
}
.subscribe {
	background: url(imgs/headerSubscribe.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 270px;
	height: 24px;
}
.reports {
	background: url(imgs/headerReport.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 258px;
	height: 24px;
}
.deliver {
	background: url(imgs/headerDeliver.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 278px;
	height: 24px;
}
.pricing {
	background: url(imgs/headerPricing.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 350px;
	height: 24px;
}
.design {
	background: url(imgs/headerDesign.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 250px;
	height: 24px;
}
.faq {
	background: url(imgs/headerFaq.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 263px;
	height: 24px;
}
.signup {
	background: url(imgs/headerSignup.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 203px;
	height: 24px;
}
.spam {
	background: url(imgs/headerSpam.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 165px;
	height: 24px;
}
.about {
	background: url(imgs/headerAbout.gif) no-repeat;	
	margin:0 0 10px 10px;
	padding: 0;
	width: 306px;
	height: 24px;
}
#content h2 span {
	display:none;
}
#sideNav {
	float:right;
	/* background:#FF0; */
	width:249px;
	margin:10px 0 0 10px;
	padding:0;
}
#sideNav h3 {
	background: url(imgs/signUpSml.gif) no-repeat;	
	margin: 22px 0 0 0;
	padding: 0;
	width: 259px;
	height: 50px;
}
#sideNav h3 a {
	background: url(imgs/signUpSml.gif) no-repeat;	
	display: block;	
	width: 259px;
	height: 50px;
}
#sideNav h3 a:hover {
	background-position: 0 -51px;	
}
#sideNav h3 a span {
	display: none;
}
#sideNav li {
	font-size:14px;
	padding:0;
	margin:10px 0 0 -30px;	
	list-style-type:none;
}
#sideNav li a {
	text-decoration:none;	
	display:block;
	color:#939598;
	padding:5px 12px;		
	border-bottom:1px solid #939598;
}
#sideNav li a:hover {
	background: #b6d0e4;
	color:#2a7ec0;
	border-bottom:1px solid #2a7ec0;
}
#twitter {
	width:258px;
	padding:0;
	margin:15px 0;
	font-size:11px;
	background: url(imgs/twitterBgrd.gif) repeat-y;
	background-position: -1px 0;
}
#twitter h2 {
	background: url(imgs/headerTwitter.gif) no-repeat;	
	width:258px;
	height:70px;
	margin:0;
	padding:0;
}
#twitter h2 span {
	display: none;
}
#twitter ul {
	margin:0;
	padding:0 0 0 40px;
}
#twitter_update_list li {
	font-size:11px;
	color: #2a7ec0;
	padding:0 0 10px 0;
	margin:10px 20px 0 -20px;
	border-bottom:1px solid #939598;
}
#twitter_update_list li a {
	text-decoration:none;	
	display:inline;
	color:#939598;
	margin:0;
	padding:0;
	border-bottom: none;
}
#twitter_update_list li a:hover {
	background:none;
	color:#2a7ec0;
	/* border-bottom: none; */
}
#twitter-link {
	display:block;
	text-align:right;
	background: url(imgs/twitterBot.gif) no-repeat -1px 20px;
	margin:0;
	padding:5px 0 25px 0;
	width:258px;
	height:10px;
}
#twitter-link a {
	padding:0 20px 0 0;
}
/* #twitter a {
	margin:0 10px 0 0;
} */

#footer {
	clear:both;
	border-top:1px solid #939598;
	margin:20px 2px 25px 10px;
	padding:20px 0;
	font-size:11px;
}
#footerLinks {
	float:right;
	margin: -12px 0 0 0;
}
#footerLinks a {
	color: #939598;
	text-decoration:none;
	padding-left: 20px;
}
#footerLinks a.login {
	color: #2a7ec0;
}