/* CSS Document */

*{
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style:none;
  }

body{
	behavior: url("csshover3.htc");
	font-family:"Lucida Sans Unicode";
	font-style:normal;
	background-color:#cccccc;
	}
	
a{
	text-decoration:underline;
	color:#377d9f;
	}
img{
	border:none;
}

b{
	font-weight:bold;
}

#clear{
	clear:both;
	background-color:#FFFFFF;
	}
#plugBanner{
	background:url('/images/extendstudio.jpg') top left no-repeat;
	display:block;
	height:123px;
	width:280px;
	position:relative;
	margin:0px auto;
	}
#plugBannerV{
	background:url('/images/plButton.jpg') top left no-repeat;
	display:block;
	float:right;
	height:141px;
	position:absolute;
	margin-top:20px;
	margin-left:275px;
	width:325px;
	}
	
#code_display{
	color:#0099CC;
	font-family: "OCR A std";
	}
#xtreemeDream{
	background:url(../images/xtreemeDream.jpg) top left no-repeat;
	display:block;
	height:318px;
	margin:150px 0px 0px 0px;
	width:650px;
	}
#livechat{
	background:url(../images/live_chat.png) top left no-repeat;
	display:block;
	float:right;
	height:44px;
	position:relative;
	right:50px;
	top:25px;
	width:165px;
	}
.flags{
	display:block;
	float:right;
	height:32px;
	margin:10px 10px 0px 0px;
	width:53px;
	}
	#united {
		background:url('/images/USflag.jpg') top left no-repeat;
		}
	#bra {
		background:url('/images/BRAflag.jpg') top left no-repeat;
		}


/******************/
/**   HEADER     **/
/******************/
.header{
	background:url(../images/header_side.jpg) top left repeat-x;
	height:100px;
	text-align:center;
	}
.header_container{
	background:url(../images/header_back.jpg) top left repeat-x;
	border-right:10px solid #424242;
	border-left:10px solid #424242;
	height:100px;
	margin:0px auto;
	text-align:left;
	width:1000px;
	}
	.header_container a{

	}
	.header_container #logo{
		background:url(../images/logo.jpg) top left no-repeat;
		display:block;
		float:left;
		height:100px;
		width:340px;
		}
#members{
	float:right;
	width:161px;
	}
	#members a{
		background:url(../images/member_button.gif) top left no-repeat;
		color:#ffffff;
		display:block;
		font-size:15px;
		height:34px;
		line-height:34px;
		margin-top:10px;
		position:relative;
		right:25px;
		text-decoration:none;
		text-align:center;
		width:161px;
		}
.header_seperator{
	background-color:#cccccc;
	height:2px;
	text-align:center;
	}
	.header_seperator_container{
		background:#94c4da;
		border-right:10px solid #b3b4b5;
		border-left:10px solid #b3b4b5;
		height:2px;
		margin:0px auto;
		text-align:left;
		width:1000px;
		}
.menu_seperator{
	background:#a0a0a0;
	height:38px;
	text-align:center;
	z-index:100px;

	}
	.menu_seperator_container{
		background:url(../images/menu_back.jpg) top left repeat-x;
		border-right:10px solid #888888;
		border-left:10px solid #888888;
		height:38px;
		margin:0px auto;
		text-align:left;
		width:1000px;
		}

.menu_bar{
	}
.menu_bar ul{
	height:38px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu_bar li{
		float:left;
		width:9em;
		}
	.menu_bar li a{
		color:#cccccc;
		display:block;
		line-height:38px;
		font-size:13px;
		text-align:center;
		text-decoration:none;
		}
		.menu_bar li a:hover{
			background:url(../images/menu_hover.jpg) top left repeat-x;
			color:#000000;
			}
	.menu_bar li ul{
		background:#515151;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:2000;
		/*top:1em;
		/*left:0;*/
		}
	.menu_bar li:hover ul{
		display:block;
		}
	.menu_bar li li {
		display:block;
		float:none;
		width:225px;
		}
	.menu_bar li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		height:30px;
		line-height:30px;
		padding:5px 10px 5px 15px;
		text-align:left;
		}
		.menu_bar li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu_bar p{
		clear:left;
		}
	.menu_bar #menutitle a{
		background:#000000;
		font-weight:bold;
		color:#FFF;
		height:20px;
		line-height:20px;
		}
	.menu_bar #menutitle a:hover{
		background:#000000;
		font-weight:bold;
		color:#FFF;
	}
			
			
			
/*******************/
/***    STEPS    ***/
/********************/

.step_banner div{
	float:left;
	height:146px;
	margin:5px 0px 20px 0px;
	width:218px;
	}
	.step_banner h3{
		color:#377d9f;
		font-weight:bold;
		position:relative;
		top:25px;
		left:60px;
		}
	.step_banner p{
		font-size:11px;
		font-weight:100;
		left:30px;
		line-height:18px;
		position:relative;
		top:40px;
		width:175px;
		}
#step_1{
	background:url(../images/step_1.png) top left no-repeat;
	}
#step_2{
	background:url(../images/step_2.png) top left no-repeat;
	}
#step_3{
	background:url(../images/step_3.png) top left no-repeat;
	}


/*******************/
/***    BLOG    ***/
/********************/

.blog{
	background:#ffffff;
	}
	.blog ul{
		padding:0px;
		margin:0px;
		}
	.blog ul li{
		padding:0px;
		margin:0px;
		}
	.blog .content{
		width:450px;
		float:left;
		}
.blog .sidebar{
	float:left;
	}
.blogSide{
	background:url(../images/sideShadow.png) top left no-repeat;
	float:right;
	margin-top:-14px;
	min-height:300px;
	padding:30px 0px 150px 20px;
	width:150px;
	}
	.blogSide h3{
		color:#5D7D0E;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		}
	.blogSide ul{
		margin:10px 0px 0px 10px;
		}
	.blogSide ul li{
		line-height:25px;
		}
	.blogSide ul li a{
		background:url(../images/bullet.jpg) center left no-repeat;
		font-size:14px;
		padding:0px 0px 0px 15px;
		text-decoration:none;
		}
	.blogSide ul li a:hover{
		text-decoration:underline;
		}
.post{
	font-size:12px;
	color:#666666;
	margin:0px 0px 0px 0px;
	padding:20px;
	position:relative;
	}
	.post img{
		border:none;
		float:left;
		padding:0px 0px 0px 0px;
		margin-top:-20px;
		}
	.post strong{
		font-weight:bold;
		}
	.post h2{
		margin:0px 0px 15px 0px;
		}
	.post h2 a{
		color:#5D7D0E;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		}
.entry p{
	line-height:18px;
	margin:8px 0px;
	}
/*******************/
/***    PROMO    ***/
/********************/

#tagging{
	float:left;
	margin:10px;
	}
	#tagging li{
		background-image:none;
		}
	#tagging a{
		background-image:none;
		}
.promo{
	background:#ffffff;
	}
	.promo div{
		margin:0px 0px 0px 20px;
		}
	.promo h4{
		color:#94b739;
		font-size:18px;
		}
	.promo p{
		font-size:12px;
		color:#797979;
		width:210px;
		}
.advertisment{
	width:800px;
	height:200px;
	background:url(../images/menu_banner.gif) no-repeat top center;
	background-color:#FFFFFF;
	}
	.advertisment #viewall{
		position:relative;
		top:145px;
		left:-25px;
		}
	.advertisment #viewall{
		padding-top:10px;
		}
/**
.advertisment a {
		background:url(../images/adver_download.gif) no-repeat;
		padding:4px 10px 10px 40px;
		color:#000000;
		position:relative;
		top:160px;
		left:240px;
		text-decoration:none;
		}
		.advertisment a:hover{
			text-decoration:underline;
			}
**/
#ban{
	display:block;
	position:relative;
	left:40px;
	height:85px;
	width:730px;
	}
	

	
/**********************/
/***     Generator form    **/		
/**********************/	

#gennow{text-align:center;
	padding:30px 0px 30px 0px;}
.gform{
	font-size:12px;
	margin-left:275px;
	}
.gform h3{
	padding:4px 0px 4px 30px;
	font-size:14px;
	margin:0px 0px 5px 0px;
	background:url(../images/green_square1.gif) top left no-repeat;
	position:relative;
	left:-20px;
	
	}
.gform #two{
	background:url(../images/green_square2.gif) top left no-repeat;
	margin-top:10px;}

.gform h4{
	margin:0 0 0 7px;
	color:#666666;
	font-size:12px; 
	font-weight:bold;
	}
.gform h7{
	color:#666666;
	font-size:12px;
	}
.gform input{
	font-size:14px;
	margin:2px 5px 2px 5px;
	}
.gform #link input{
	width:200px;
	}
/**********************/
/***     DOWNLOADS   **/		
/**********************/

.topDown{
	background:url(../images/xtreemeBox.jpg) top left no-repeat;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 170px;
	}
	.topDown h5{
		color:#5D7D0E;
		font-size:20px;
		}
	
	.topDown p{
		font-weight:bold;
		}
	.topDown img{
		margin:0px 0px 15px 0px;
		}
	.topDown ul{
		font-size:13px;
		margin:-5px 0px 15px 15px;
		padding:0px;
		}
		.topDown ul li{	
			background:url(../images/bullet.jpg) center left no-repeat;
			line-height:20px;
			padding-left:20px;
			}



/**********************/
/***     Menu Info   **/		
/**********************/
.menu_info_body{
	background:#ffffff;
	}

.menu_info{
	margin:0px;

	}
	.menu_info a{
		font-weight:bold;
		text-decoration:none;
		}
		.menu_info a:hover{
		text-decoration:underline;
		}
	.menu_info .titles h4, .menu_info .titles h2{
		margin-left:0px;
		}
.menuContainer{
	clear:both;
	padding:10px 0px 50px 0px;
	background:none;
	margin:0px;
	}

	
.textCode textarea{
	border:#0099FF 1px solid;
	background-color:#c0c0c0;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	height:250px;
	margin:0px 0px 20px 0px;
	padding-top:40px;
	overflow-y:scroll;
	overflow-x:scroll;
	text-align:left;
	width:375px;
	}
	.textCode h2{
		color:#779525;
		}
	.textCode #html{
		background:url(../images/html.gif) top right no-repeat #c0c0c0;
		}
	.textCode #css{
		background:url(../images/css.gif) top right no-repeat #c0c0c0;
		height:400px;
		}
	
	
.infoSidebar{
	float:right;
	width:200px;
	}
	.infoSidebar div{
		background:url(../images/shadowboxLarge.gif) top left no-repeat;
		min-height:200px;
		padding:20px 15px 20px 20px;
		}
	.infoSidebar div h3{
		color:#779525;
		font-size:14px;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		}
	.infoSidebar div p{
		color:#686868;
		font-size:12px;
		margin:0px 0px 10px 0px;
		}

#browserCapability ul{
	background:url(../images/browsers.jpg) top left no-repeat;
	color:#686868;
	min-height:140px;
	padding:0px 0px 0px 35px;	
	}
	#browserCapability ul li{
		font-size:14px;
		font-weight:bold;
		line-height:28px;
		}
	#browserCapability ul li img{
		float:right;
		position:relative;
		top:-23px;
		right:33px;
		}
#download_buttons{
	background:url(../images/shadowboxSmall.gif) top left no-repeat;
	min-height:10px;
	height:150px;
	}
	#download_buttons button{
		margin:0px auto;
		width:150px;
		}
#desktopMenu img{
	float:left;
	margin:0px 7px 0px 0px;
	}
#viewAllSmall{
	background:url(../images/view_all_small.png) top left;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	height:22px;
	line-height:20px;
	margin:0px auto;
	text-align:center;
	width:135px;
	}
	#viewAllSmall:hover{
		text-decoration:none;
		}
	

/*************************/
/***     NEW PROCESS    **/		
/*************************/	
#builder_button{
	background:url('/images/builder_button.jpg') top left no-repeat;
	border:none;
	color:#377d9f;
	float:left;
	font-family:inherit;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	display:block;
	height:55px;
	width:219px;
	style:none;
	}
	#builder_button:hover{
		background:url('/images/builder_button_hover.jpg') top left no-repeat;
	}	
	#bulider_button span{
		font-weight:bold;
		}
		
.process{
	background:#FFFFFF;
	}
	.process form{
		font-size:14px;
		margin:0px;
		}
		.process form input{
			display:block;
			float:left;
			margin:0px 10px 0px 0px;
			}

	
	.process select{
		display:block;
		float:left;
		}

	.process #form_title{	
		clear:both;
		}
	.process #form_link{
		width:300px;
		}
	.process #form_target{
		width:120px;
		}
	.process #form_delete, .process #form_sub{
		display:block;
		float:left;
		border:none;
		cursor:pointer;	
		font-size:2px;
		position:relative;
		}
	.process #form_delete{
		color:#FF0000;
		height:20px;
		margin:0px 0px 0px 10px;
		width:20px;
		}
	.process #form_sub{
		color:#FFFFFF;
		height:20px;
		margin:0px 0px 0px 10px;
		position:relative;
		width:20px;

		}

	
#form_preview, #form_back, #form_keep, #form_download{
	background:url(../images/view_all.jpg);
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:43px;
	margin:0px auto;
	width:268px;
	}
	#form_preview span, #form_back span, #form_keep span, #form_download span{
		font-weight:bold;
		position:relative;
		top:-4px;
		}
.titles{
	}
	.titles h2{
		color:#779525;
		font-size:20px;
		font-weight:bold;
		margin:0px 0px 0px 30px;
		}
	.titles h2 span{
		color:#797979;
		font-weight:normal;
		}
	.titles h4{
		font-size:14px;
		margin:0px 0px 10px 30px;
		}
	.titles p{
		color:#797979;
		float:left;
		font-size:14px;
		font-weight:bold;
		margin:0px 0px 0px 70px;
		}
	.titles #ttwo{
		margin:0px 0px 0px 115px;
		}
	
	.titles #tthree{
		margin:0px 0px 0px 280px;
		}


.preview{
	background:#FFFFFF;
	}
	.preview form{
		float:left;
		width:268px;
		margin:0px auto;
		}

	.preview #form_continue{
		margin:0px auto;
		width:536px;
		}
.headerDesc{
	background:#ffffff;
	padding-left:30px;
	}
	.headerDesc h2{
		color:#779525;
		font-size:20px;
		font-weight:bold;
		margin:0px 0px 5px 0px;
		}
	.headerDesc h2 span{
		color:#797979;
		font-weight:normal;
		}
	.headerDesc p{
		font-size:14px;
		line-height:20px;
		margin:10px 0px 0px 0px;
	}
	#plusExample{
		padding-left:30px;
		background:url(../images/greenPlus.jpg) top left no-repeat;
		}
	#xExample{
		padding-left:30px;
		background:url(../images/redX.jpg) top left no-repeat;
		}
		
.legend{
	margin:30px 0px 0px 50px;
	padding:10px;
	font-size:12px;
	width:400px
	}
	.legend p{
		line-height:20px;
		margin:10px 0px;
		}
	.legend  h5{
		color:#797979;
		display:inline;
		font-weight:bold;
		font-size:14px;
	}
	.legend legend{
		color:#94b739;
		font-size:16px;
		font-weight:bold;
		}
		

		
/**********************/
/***     PROCESS    **/		
/**********************/	
.vprocess .output{
	margin-left:250px;
	padding-bottom:30px;
	}
.hprocess .output{
	margin:20px auto;
	}
.vprocess h6, .hprocess h6{
	color:#FF0000;
	font-size:11px;
	margin-left:330px;
	}
.vprocess h6{
	margin-left:540px;
	}
.hprocess .output textarea{
	width:600px;
	}


.vprocess{
	background-color:#FFFFFF;
	padding:15px 20px 0 20px;
	}
	
.hprocess{
	padding:15px 0px 30px 0px;
	background:#FFFFFF;
	}
	.hprocess .gform{
		position:relative;
		top:10px;
		left:-30px;
		}

.output{
	width:500px;
	}
	.output  a{
		color:#0000FF;
		text-decoration:underline;
		font-size:12px;
		line-height:20px;
		background-image:url(/images/bullet.jpg);
		background-repeat:no-repeat;
		background-position:0px 50%;
		padding-left:15px;
		margin:0 0 0 10px;
		}
	.output h2{
		color:#779525;
		font-weight:bold;
		font-size:16px;
	}
	.output h5{
		color:#666666;
		font-weight:bold;
		font-size:14px;
		position:relative;
		left:20px;
		margin-bottom:5px;
	}		
	.output p{
		color:#666666;
		font-size:12px;	
		margin:5px 0 5px 0;
	}
	.output textarea{
		border:1px solid #000000;
		background-color:#CCCCCC;
		overflow-x:auto;
		position:relative;
		left:20px;
		width:475px;
		height:200px;
		font-size:12px;
	}
	.vprocess .output img{
		float:right;
		position:relative;
		top:-100px;
		left:-20px;
		}
	.hprocess .output img{
		float:right;
		position:relative;
		top:-100px;
		}
	.output ul{
		font-size:12px;
		color:#666666;
		margin-left:10px;
		}
	.vprocess .output #viewall{
		position:relative;
		top:20px;
		left:-110px;
		}
	.hprocess .output #viewall{
		position:relative;
		top:20px;
		left:-110px;
		}
	

#float{
	float:left;
	}


/***************/
/***  BODY    **/
/***************/
.main_body{
	text-align:center;
	}
	.main_conatiner{
		background:#ffffff;
		border-right:10px solid #aeaeae;
		border-left:10px solid #aeaeae;
		border-bottom:10px solid #aeaeae;
		margin:0px auto;
		text-align:left;
		width:1000px;
		}

.main_content{
	float:left;
	padding:20px 0px 0px 25px;
	width:685px;
	}
	.main_content h2{
		color:#377d9f;
		font-size:18px;
		margin:0px 0px 10px 0px;
		}
	.main_content h4{
		color:#eb5324;
		font-size:13px;
		font-weight:bold;
		}
	.main_content p{
		font-size:12px;
		line-height:22px;
		margin:0px 15px 20px 0px;
		}

	
.bodyindex{
	background:#ffffff;
	margin:0px;
	}
	.bodyindex 
	.bodyindex h1 a:hover{
		text-decoration:underline;
		}
.menudisplay{
	padding:0px 0px 0px 0px;
	margin:0px 0px 40px 0px;
	}
	.menudisplay h1 {
		font-size:18px;
		color:#377d9f;
		margin:20px 0px 10px 0px;
		}
	.menudisplay h1 span{
		color:#eb5324;
		font-size:18px;
		font-weight:bold;
		}
	.menudisplay a img{
		left:30px;
		margin:0px 14px 5px 0px;
		position:relative;
		}
	.menudisplay p{
		font-size:12px;
		margin:10px 10px 15px 0px;
		line-height:20px;
		}


/************************/
/***     FAQ/LINKS   ****/
/************************/

.faq, .link{

	}

	.faq ul{
		margin:10px 0 40px 10px;
	}
	.faq ul li{
		background-image:url(/images/bullet.jpg);
		background-repeat:no-repeat;
		font-size:12px;
		background-position:0px 9px;
		padding-left:15px;
		line-height:25px;	
		}
	.faq strong{
		font-weight:bold;
		}

.link p{
	font-size:12px;
	}
.link a{
	text-decoration:underline;
	font-size:12px;
	}
.link h4{
	margin-top:15px;
	}

#listContest{
	font-size:13px;
	margin:-5px 0px 15px 15px;
	padding:0px;
	}
	#listContest li{	
		background:url(../images/bullet.jpg) center left no-repeat;
		line-height:20px;
		padding-left:20px;
		}
	
	
	
/************************/
/***     INDEX LR    ****/
/************************/

#viewall{
	display:block;
	width:286px;
	height:35px;
	background:url(/images/view_all.jpg) top left no-repeat;
	background-position:0px 0px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	float:none;
	padding:10px 0px 0px 0px;
	margin:0 auto 40px auto;
	text-decoration:none;
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	}
	


#spacer{
	clear:both;
	margin:5px 0 5px 0;
	}


/***********************/
/***   HORIZONTAL  *****/
/***********************/

#horizontal{
	background:#ffffff;
	width:800px;
	margin:0px;
	}
	#horizontal div{
		width:180px;
		float:left;
		margin:0px 10px 20px 10px;
		}
	#horizontal h1{
		text-align:left;
		padding-left:15px;
		}
	#horizontal a{
		float:none;
		top:-5px;
		left:10px;
		}
	#horizontal img{
		display:block;
		float:none;
		}

	
/***********************/
/***    CONTACT    *****/
/***********************/

.contact{
	padding-left:30px;
	background:#FFFFFF;
	font-size:16px;
	}
	.contact h5{
		float:left;
		font-size:14px;
		}
	.contact input{
		border:1px solid #000000;
		}
	.contact p{
		font-size:12px;
		}
	.contact h2{
		color:#779525;
		font-weight:bold;
		font-size:16px;
		margin:0px 0 10px 0;
		}
	
	.contact form{
		margin:20px 0 0px 0;
		padding-bottom:20px;
		text-align:right;
		width:425px;
		}
	.contact input{
		margin:2px 0 2px 0;
		}

#spammy{
	position:absolute;
	left:-999px;
	}

.form{
	font-size:14px;
	margin:0px auto;
	width:500px;
	}
	.form form{
		background:url(../images/form_top.png) top left no-repeat;
		padding:20px;
		}
	.form input, .form textarea{
		border:1px #006699 solid;
		}
	.form input{
		width:200px;
		}
	.form button{
		width:150px;
		}
	.form h4{
		font-size:18px;
		margin:0px;
		padding:0px;
		}
	.form h6{	
		font-size:11px;
		margin:0px 0px 5px 10px;
		padding:0px;
		}
	.form label{
		float:left;
		font-size:12px;
		font-weight:bold;
		width:150px;
		}
	.form div{
		margin:0px 0px 10px 0px;
		}
	.form div p{
		display:inline;
		font-size:11px;
		}
	.form textarea{
		height:110px;
		width:300px;
		}

	.form span{
		color:red;
		}
#fire{
	width:100px;
	}

#errors{
	background:#FFCCCC;
	border:1px solid red;
	display:none;
	padding:10px;
	}
	.form #errors h5{
		color:#FF0000;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		}
	.form #errors ul li{
		color:#000000;
		display:block;
		font-size:12px;
		line-height:18px;
		margin:0px 0px 0px 10px;
		}
	.form #errors p{
		color:#FF0000;
		font-weight:bold;
		}
/***********************/
/***    SUPPORT    *****/
/***********************/

.support_form{
	width:475px;
	font-size:14px;
	text-align:center;
	}
	.support_form div{
		margin:10px 0px 10px 0px;
		text-align:left;
		}
	.support_form fieldset{
		border:1px solid #999999;
		padding:10px 10px 10px 0px;
		}
	.support_form fieldset legend{
		color:#779525;
		font-weight:bold;
		margin:0px 0px 0px 10px;
		}
	.support_form label{
		display:block;
		float:left;
		text-align:right;
		margin:0px 10px 0px 0px;
		width:120px;
		}
	.support_form h5{
		float:right;
		color:#FF0000;
		font-size:12px;
		position:relative;
		top:-20px;
		left:-65px;
		}
	.support_form input, .support_form textarea{
		width:200px;
		}
	#support_submit{
		margin:15px 0px;
		width:200px;
		}
	#support_notes{
		height:150px;
		width:300px;
		}

	
		
.page{
	padding:0px 30px 0px 30px;
	background:#FFFFFF;
	font-size:16px;
	}		
	.page p{
		font-size:12px;
		line-height:22px;
		margin-bottom:15px;
		}
	.page h2{
		color:#779525;
		font-weight:bold;
		font-size:16px;
		margin:0px 0 10px 0;
		}
		
		
#signup{
	background:url('/images/builder_button.jpg') top left no-repeat;
	display:block; 
	height:55px; 
	line-height:55px;
	margin:0px auto;
	position:relative; 
    text-align:center; 
	text-decoration:none;
	width:219px; 
	}
	#signup:hover{
		background:url(../images/builder_button_hover.jpg) top left no-repeat;
	}



/***********************/
/***    Sidebar     *****/
/***********************/

.sidebar {
	border-left:1px solid #cccccc;
	float:left;
	font-size:12px;
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	width:269px;
	}
	
	.sidebar p{
		line-height:25px;
		}
	.sidebar p a{
		color:#377d9f;
		text-decoration:none;
		}
	.sidebar p a:hover{
		text-decoration:underline;
		}




/***********************/
/***    FOOTER     *****/
/***********************/
.footer{
	margin:10px 0px 10px 0px;
	height:25px;
	text-align:center;
	}
	.footer div{
		margin:0px auto;
		width:1000px;
		}
	.footer p{
		float:left;
		font-size:12px;
		color:#666666;
		position:relative;
		top:4px;
		left:10px;
		}
	.footer ul li{
		float:right;
		font-size:12px;
		color:#666666;
		margin-left:5px;

	}		
	.footer ul li a{
		color:#666666;
		text-decoration:underline;
	}

	

		