html, body {
	height:				100%
}

body, td, th, input, select, textarea {
	color:				#333;
	font-family:		verdana, arial, sans serif;
	font-weight:		normal;
	font-style:			normal;
	font-size:			11px;
}

body {
	background-color:	#fff;
	background-image:	url(../img/body_bg.gif);
	background-repeat:	repeat-x;
	margin:				0px 0px; 
	padding:			0px;
	/*text-align:			center;*/
}

#contentouter {
	background-color:	transparent;
	position:			relative;
	right:				auto;
	left:				auto;
	width:				776px;
	height:				800px;
	margin:				0px auto;
	text-align:			left;
	vertical-align:		top;
	padding:			0px;
	z-index:			1;

	

}

#contentinner {
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				771px;
	height:				auto !important; 
	height:				100%;
	min-height:			100%;
	z-index:			2;
	
}


/*
element and element.class selectors
*/
a {
	color:				#666;
	text-decoration:	none;
}

a:hover {
	color:				#666;
	text-decoration:	underline;
}

img {
   behavior: 			url("pngbehavior.htc");
}

h1, h2, h3 {
	font-family:		helvetica, verdana, arial, sans serif;
	margin:				0px 0px 8px 0px;
}

h1 {
	color:				#333;
	font-size:			24px;
}


h2 {
	color:				#74cc16;
	font-size:			18px;
}

h2 a {
	color:				#74cc16;
	text-decoration:	none;
}

h2 a:hover {
	text-decoration:	none;
}

h2 strong {
	color:				#333;
}

h2.faq {
	margin-top:			12px;
}

h3 {
	color:				#74cc16;
	font-size:			14px;
	margin-top:			8px;
}

p {
	margin:				8px 0px;
}

p.footnote {
	font-size:			9px;
	margin-top:			10px;
}

p.footnote img {
	float:				right;
}

.clear{ position:relative; clear:both; height:0px; overflow:hidden;border:none; line-height:0 }


ul.signup {
	padding-left:		0px;
}

ul.signup li {
	font-family:		helvetica, verdana, arial, sans serif;
	font-size:			13px;
	font-weight:		bold;
	list-style-type:	none;
}

/*
forms
*/

label {
	font-family:		helvetica, verdana, arial, sans serif;
	font-size:			13px;
	font-weight:		bold;
	width:				80px;
	display:			inline;
	float:				left;
	padding-top:		4px;
}

input.text, select, textarea {
	border:				1px solid #ccc;
}

input.text, select {
	height:				20px;
}

input.text, textarea {
	width:				106px;
	margin:				1px 0px;
}

input.button {
	background-color:	#f4f227;
	font-family:		helvetica, verdana, arial, sans serif;
	font-size:			13px;
	font-weight:		bold;
	border:				1px solid #f8d822;
	float:				right;
	margin:				4px 52px 16px 0px;
}

.submitButton{
	display:block;
    float:left;
    margin:0 7px 0 225px;
    background-image:url(../img/submit.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:68px;
	height:32px;
    border: 0px;
	font-size:80%;
	cursor:pointer;
	text-align:left;
}

fieldset {
	border:				none;
}
/*
signup form 
*/
.signupform label {
	font-family:		helvetica, verdana, arial, sans serif;
	font-size:			13px;
	font-weight:		bold;
	width:				150px;
	display:			inline;
	float:				left;
	padding-top:		4px;
}

.signupform div {
	clear:both;
}

.formrow {
	margin:				2px 0px
}

.formrow input.text, .formrow textarea {
	width:				200px;
}

.formrow select {
	min-width:			200px;
	width:				auto;
}

/*
contact form
*/

/* Contact form */
#contact-form{ /*position:relative; */margin:30px 0; }
#contact-form label{ display:block; width:100px; padding-top:3px; float:left; }
#contact-form input.text { margin-bottom:4px; width:185px; }
#contact-form select{  margin-bottom:4px; width:189px; }
#contact-form textarea { margin-bottom:4px; width:185px; height:110px; }
#contact-left{ float:left; display:inline; margin-right:30px; }
#contact-right{ float:left; }

#contact-form span{ text-align:right; display:block; padding-top:5px; }
#contact-info span{ font-weight:bold; }
#contact-info a{ font-weight:bold; }

/*****
template layers
*****/
div#header {
	position:			absolute;
	top:				0px;
	left:				8px;
	background-color:	#fff;
	background-image:	url(../img/header_bg.gif);
	background-repeat:	repeat-x;
	width:				758px;
	height:				141px;

}

div#content {
	background-color:	#fff;
	padding-bottom:		20px;	 /* bottom padding for footer */
	margin:				141px 8px 0px 8px;
	width:				758px;
}

div#breadcrumb {
	margin-left:		8px;
	border-bottom:		1px solid #ccc;
	padding:			8px 16px;
	width:				696px;
}

div#breadcrumb a { 
	color:				#74cc16;
	font-weight:		bold;
}

div#maincontent {
	margin:				0px 24px;
	padding-top:		24px;
}

div#footer {
	background-image:	url(../img/footer_bg.jpg);
	width:				738px;
	height:				30px;
	margin:				8px 8px 8px 18px;
}

div#footer span {
	vertical-align:		middle;
	line-height:		30px;
	font-size:			10px;
}

img#footr {
	float:				right;
	vertical-align:		middle;
	margin:				0px;
	padding:			0px;	
}

img#footl {
	float:				left;
	vertical-align:		middle;
	margin:				0px;
	padding:			0px;	
}

#logo {
	position:			absolute;
	left:				28px;
	top:				7px;
	z-index:			10;
}


#flashcontent, #flashmovie {
	margin-left:		8px;
	width:				738px;
}

#flashcontent h1{
	background-image:url(../img/banner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 738px;
	height: 252px;
	text-indent:-9999px;
}

#getfree {
	position:			absolute;
	left:				519px;
	top:				55px;
	width:				215px;
	height:				42px;
	z-index:			2;
}

#watchTour {
	position:			absolute;
	left:				511px;
	top:				60px;
	width:				215px;
	height:				42px;
	z-index:			2;
}

/*
navigation
*/

#nav0 {
	width:				68px;
	left:				244px;
}

#nav1 {
	width:				85px;
	left:				313px;
}

#nav2 {
	width:				73px;
	left:				399px;
}

#nav3 {
	width:				124px;
	left:				473px;
}

#nav4 {
	width:				69px;
	left:				598px;
}
#nav5 {
	width:				65px;
	left:				668px;
}



.navout, .navover {
	font-family:		verdana, arial, sans serif;
	font-size:			12px;
	font-weight:		bold;
	vertical-align:		middle;
	position:			absolute;
	top:				112px;
	z-index:			5;
	overflow:			hidden;
}

.navover:hover  span a {
	color:				#000;
}

.navout {
	background-image:	url(../img/out/nav_bg.gif);
	color:				#fff;
	cursor:				default;
}
.navover {
	background-image:	url(../img/over/nav_bg.gif);
	color:				#000;
	cursor:				pointer;
}

img.navr {
	float:				right;
	vertical-align:		middle;
	margin:				0px;
	padding:			0px;
}

img.navl {
	float:				left;
	vertical-align:		middle;
	margin:				0px;
	padding:			0px;
}

span.navitem {
	vertical-align:		middle;
	margin:				0px 4px;
	line-height:		29px;
	text-align:			center;
}

span.navitem a {
	color:				#fff;
	text-decoration:	none;
}

span.navitem a:hover {
	color:				#000;
	text-decoration:	none;
}

/*
decorative elements
*/
img#envelopes1 {
	position:			absolute;
	left:				-103px;
	top:				10px;
	z-index:			1;
}

img#envelopes2 {
	position:			absolute;
	left:				766px;
	top:				0px;
	z-index:			1;
}

img#innerbg {
	z-index:			1;
}


/*****
rounded corners
*****/
.box {margin:8px 8px 0px 8px;display:block;clear:both;}
.t {background: url(../img/cccccc_1x1.gif) 0 0 repeat-x;}
.b {background: url(../img/cccccc_1x1.gif) 0 100% repeat-x}
.l {background: url(../img/cccccc_1x1.gif) 0 0 repeat-y}
.r {background: url(../img/cccccc_1x1.gif) 100% 0 repeat-y}
.bl {background: url(../img/box_bl.gif) 0 100% no-repeat}
.br {background: url(../img/box_rb.gif) 100% 100% no-repeat}
.tl {background: url(../img/box_tl.gif) 0 0 no-repeat}
.tr {background: url(../img/box_tr.gif) 100% 0 no-repeat; padding:12px;} 

#maincontent .box {margin:16px 0px;}

/****
home page
*****/
#homebox1  {
	float:				right;
	display:			inline;
	width:				48%;
	vertical-align:		top;
}

#homebox2  {
	width:				48%;
	vertical-align:		top;
	margin-bottom:		24px;
}

#midbox {
	margin:				8px 0px 0px 8px;
	height:				119px;
	padding:			0px;
}


#midbox div {
	background-image:	url(../img/midbox.jpg);
	background-repeat:	no-repeat;
	width:				238px;
	height:				137px;
	float:				left;
	margin-right:		11px;
}

#midbox div h2,  #midbox div p {
	margin:				8px;
}

/*****
features pages
*****/

div.feature {
	height:				157px;
	display:			block;
	margin-top:			8px;
}

img.featimg {
	float:				left;
	border:				3px solid #89ce3f;
	padding:			4px;
	margin-right:		48px;
}

img.imgBlock {
	border:				3px solid #89ce3f;
	padding:			4px;
}

#featintro {
	display:			block;
	height:				140px;
}

#featintro p {
	width:				55%;
}

#featsncontainer {
	float:				right;
}

div.featsn {
	background:			url(../img/featsn_bg.gif);
	background-repeat:	repeat-x;
	height:				27px;
	width:				280px;
	vertical-align:		middle;
	margin-top:			3px;
}

img.featsnr {
	float:				right;
	vertical-align:		middle;
	margin:				0px;
	padding:			0px;
}

img.featsnl {
	float:				left;
	vertical-align:		bottom;
	margin:				0px;
	padding:			0px;
}

span.featsnitem {
	vertical-align:		middle;
	margin:				0px 4px;
	line-height:		27px;
	text-align:			center;
}

span.featsnitem a {
	color:				#333;
	text-decoration:	none;
}

span.featsnitem a:hover {
	color:				#333;
	text-decoration:	underline;
}


/*****
pricing page
*****/
.pricingmodel img {
	vertical-align:		middle;
	margin-right:		12px;
}

.pricingtemplates {
	background-image:	url(../img/pricing4.jpg);
	background-repeat:	no-repeat;
	height:				83px;
	width:				691px;
	padding:			16px 0px;
}

.pricingtemplates div {
	font-family:		helvetica, arial, sans serif;
	font-size:			16px;
	font-weight:		bold;
	margin:				0px 16px;
	width:				659px;
	height:				51px;
}

.pricingtemplates div img {
	float:				left;
	vertical-align:		middle;
	margin-right:		16px;
}

.em1 {
	font-size: 			24px;
	color: 				#74CC16;
}

.em2 {
	color:				#74CC16;
}

.em2 a {
	color:				#74CC16;
	text-decoration:	none;
}

.em2 a:hover {
	color:				#74CC16;
	text-decoration:	underline;
}


/*****
free designs
*****/
img.designs {
	float:				right;
	margin:				0px 16px 16px 16px;
}

span.designsignup {
	color:				#74cc16;
	font-size:			18px;
	float:				right;
}
span.designsignup strong {
	color:				#333;
}

/*****
about
****/
#aboutsignup {
	float:				right;
}

#absignup0 {
	background-image:	url(../img/ab_signup0.gif);
	width:				239px;
	position:			relative; 
	clear:				both; 
	height:				126px; 
	overflow:			hidden;
	border:				none;

}

#absignup2 {
	display:			block;
	background-image:	url(../img/ab_signup2.jpg);
	background-repeat:	no-repeat;
	height:				42px;
}

#absignup4 {
	background-image:	url(../img/ab_signup4.jpg);
	background-repeat:	repeat-y;
	vertical-align:		top;

}

#absignup3 {
	background-image:	url(../img/ab_signup3.jpg);
	background-repeat:	no-repeat;
	height:				60px;
}

#abtour {
	background-image:	url(../img/about_tour.jpg);
	background-repeat:	no-repeat;
	height:				87px;
	margin:				8px 0px 24px 0px;
}

#abtour div {
	margin:				16px;
}

#abtour div img { 
	float:				left;
	vertical-align:		middle;
}

/*
gallery for design pages
*/
.galleryContainer {
	margin-top:30px;
}

.galleryImage {
	float:left;
	width:250px;
}





.galleryImageLarge {
	text-align:center;
}

.galleryImageLarge img{
	
	
}

.galleryList {
	float:left;
	margin-left:20px;
	width:400px;
}

.galleryList a{

}

.galleryList ul{
	margin-left:0px;
	padding-left:0px;
}

.galleryList ul li{
	margin-bottom:10px;
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

#selectExample {
	text-align:center;
}

#selectExample div {
	margin-right:20px;
	float:left;
}

#backDesLink {
	float:right;
	margin-top:20px;
	margin-right:20px;
}

.box {
	zoom:1;
}

#sty2GalleryImage{
	margin-top:10px;
}