@charset "utf-8";
/* CSS Document */

#top_container {
	width:957px;
	height:285px;
	background:url(../../images/howitworks/top_container_bg.jpg) no-repeat;
	margin-left:13px;
}

#header_whatisguestbook {
	margin-top:28px;
	margin-left:30px;
	float:left;
}

#whatisguestbook_leftside {
	width:500px;
	float:left;
	margin-left:20px;
}
#whatisguestbook_text {
	width:500px;
	margin-left:37px;
	float:left;
	margin-top:20px;
	line-height:1.6em;
}

#container_bg {
	width:987px;
	height:1400px;
	background-image:url(../images/bg_fullcontainer.jpg);
	background-repeat:no-repeat;
}

	#slidebutton_container {
		width:957px;
		height:39px;
		margin-left:14px;
	}
	
	.cross-link {
		width:238px;
		height:39px;
		float:left;
		background:url(../../images/howitworks/slidebutton_block.jpg) no-repeat 0px -39px;
		margin-left:1px;
	}
	
	.cross-link_text {
		width:238px;
		height:29px;
		margin-top:10px;
		text-align:center;
		font-size:1.35em;
		cursor:pointer;
	}
	.cross-link_text:hover {
		color:white;
	}
	a.cross-link {
		text-decoration:none;
		color:#333333;
	}
	a.cross-link:hover {
		color:white;
	}
	
#mid_container {
	width:958px;
	height:960px;
	margin-left:13px;
	float:left;
	background-color:white;
}
	
	.content_column {
		float:left;
		width:410px;
		margin-left:50px;
		margin-top:50px;
	}
	
	/* General Textarea Layout */
	
		.content_textarea {
			width:400px;
			height:260px;
			float:left;
		}
		
		.content_textarea_header {
			height:42px;
			width:400px;
			float:left;
		}
		
		.content_textarea_header_number {
			width:35px;
			height:42px;
			float:left;
		}
		
		#content_textarea_header_before {
			width:313px; 
			height:42px;
			float:left;
			margin-left:10px;
			text-align:left;
		}
		
		#content_textarea_before_text {
			width:313px;
			height:auto;
			margin-left:55px;
			margin-top:10px;
			text-align:left;
			line-height:1.8em;
			float:left;
		}
		
	/* End General Textarea Layout */	
	
	/* Before your event specific */
		#photo_uploadpic {
			width:394px;
			height:270px;
			float:left;
		}
		
		#photo_calendar {
			width:373px;
			height:263px;
			float:left;
		}
		
		#photo_kioskconnect {
			width:402px;
			height:350px;
			float:left;
		}
		
	/* During your event specific */
		
		#photo_eventcoordinator {
			width:390px;
			height:317px;
			float:left;
		}
		
		#photo_touchscreen {
			width:301px;
			height:242px;
			float:left;
		}

	/* After your event specific */
	
		#photo_frame {
			width:406px;
			height:293px;
			float:left;
		}
		
		#photo_dvdbox {
			width:408px;
			height:309px;
			float:left;
		}
		
		#photo_ipod {
			width:421px;
			height:236px;
			float:left;
		}
		
	/* Online specific */
	
		.textarea_bottom {
			width:280px;
			height:200px;
			float:left;	
		}

/* Gallery Area CSS */		

#gallery_container {
	width:961px;
	float:left;
	height:300px;
	background-color:white;
	margin-left:13px;
}
#gallery_divider_strip {
	width:957px;
	height:122px;
	float:left;
	background:url(../../images/howitworks/gallery_bgstrip.jpg) repeat-x 0px 35px;
	margin-left:2px;
}
#gallery_header {	
	width:282px;
	height:122px;
	margin-left:60px;
	float:left;
}

.gallery_thumb {
	width:193px;
	height:136px;
	float:left;
	margin-left:38px;
	margin-bottom:25px;
}

/* Bottom LEFT RIGHT buttons */

#navbutton_left {
	float:left;
	margin-left:15px;
	cursor:pointer;
}
#navbutton_left_text {
	float:left;
	height:12px;
	width:230px;
	color:#999999;
	margin-left:12px;
}
#navbutton_left_icon {
	float:left;
	height:19px;
	width:6px;
	background:url(../../images/howitworks/left_right_small.jpg) no-repeat 0px -19px;
}
#navbutton_right {
	float:right;
	margin-right:15px;
	cursor:pointer;
}
#navbutton_right_text {
	float:left;
	height:12px;
	width:230px;
	text-align:right;
	color:#999999;
	margin-right:12px;
}
a.leftright{
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}
a.leftright:hover {
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
#navbutton_right_icon {
	float:left;
	height:19px;
	width:6px;
	background:url(../../images/howitworks/left_right_small.jpg) no-repeat;
}
