/* OptimalWorkshop Custom Screen 'Home' CSS Template */
/* v0.2 (A New Hope) | 06:07:2009 */
	
/* CLASS */

/* ID */

	#home_header{
	background-image: url(../graphics/bg_application_header_home.png);
	background-repeat: no-repeat;
	height: 189px;
	width: 623px;
	}
	
		#signup{
		background-image: url(../graphics/bg_application_home_sign_up.png);
		background-repeat: no-repeat;
		color: #487ab3;
		display: inline;
		float: right;
		font-size: 12px;
		line-height: 14px;
		height: 105px;
		margin-right: 49px;
		margin-top: 28px;
		padding: 14px 14px 14px 14px;
		width: 147px;
		}
		
			#signup p{
			padding-top: 7px;
			}
			
				ul#signup_button {
				height: 35px;
				line-height: 0px;
				position: relative;
				width: 147px;
				}
				
				ul#signup_button li a {
				display: block;
				height: 35px;
				position: absolute;
				text-indent: -9999px;
				top: 0;
				}
				
					ul#signup_button li a:hover {
					background-position: 0 -35px;
					}
					
					ul#signup_button li a:active {
					background-position: 0 -70px;
					}
					
					ul#signup_button li a.selected {
					background-position: 0 -105px;
					text-indent: -9999px;
					}
				
				ul#signup_button li#button_signup a {
				background-image: url(../graphics/bt_signup.png);
				background-repeat: no-repeat;
				left: 0px;
				width: 147px;
				}
	
	#home_content {
	width: 623px;
	}
	
		#sidebar {
		margin: 231px 21px 0 0;
		}
			#twitter h5 {
			color: #333;
			line-height: 12px;
			padding: 7px 0 19px 28px;
			}
	
		#home_action {
		background-image: url(../graphics/bg_application_action.png);
		background-repeat: repeat-y;
		}
		
			#home_action_body {
			background-image: url(../graphics/bg_application_action_body.png);
			background-repeat: repeat-x;
			color: #333;
			font-size: 13px;
			line-height: 15px;
			padding: 28px 28px 21px 35px;
			width: 539px;
			}
			
				#home_action_body p {
				padding-bottom: 7px;
				}
			
				#home_action_body em {
				color: #487ab3;
				font-size: 14px;
				font-style: normal;
				}
			
				#home_action_body .column_3_3 {
				background-image: url(../graphics/bg_home_action_column.png);
				background-repeat: no-repeat;
				float: right;
				font-size: 13px;
				line-height: 16px;
				margin: 0 0 0 0;
				width: 175px;
				}
				
					#home_action_body .column_3_3 a{
					background-image: url(../graphics/bg_home_action_column_chalkmark.png);
					background-repeat: no-repeat;
					color: #333;
					cursor: pointer;
					display: block;
					height: 210px;
					padding: 49px 14px 0 14px;
					text-decoration: none;
					}
					
						#home_action_body .column_3_3 a:hover{
						background-image: url(../graphics/bg_home_action_column_chalkmark_hover.png);
						background-repeat: no-repeat;
						}
						
						#home_action_body .column_3_3 a:active{
						}
				
				#home_action_body .column_3_2 {
				background-image: url(../graphics/bg_home_action_column.png);
				background-repeat: no-repeat;
				float: right;
				margin: 0 7px 0 0;
				width: 175px;
				}
				
					#home_action_body .column_3_2 a{
					background-image: url(../graphics/bg_home_action_column_treejack.png);
					background-repeat: no-repeat;
					color: #333;
					cursor: pointer;
					display: block;
					height: 210px;
					padding: 49px 14px 0 14px;
					text-decoration: none;
					}
					
						#home_action_body .column_3_2 a:hover{
						background-image: url(../graphics/bg_home_action_column_treejack_hover.png);
						background-repeat: no-repeat;
						}
						
						#home_action_body .column_3_2 a:active{
						}
				
				#home_action_body .column_3_1 {
				background-image: url(../graphics/bg_home_action_column.png);
				background-repeat: no-repeat;
				margin: 0 0 21px 0;
				position: relative;
				width: 175px;
				}
				
					#home_action_body .column_3_1 a{
					background-image: url(../graphics/bg_home_action_column_optimalsort.png);
					background-repeat: no-repeat;
					color: #333;
					cursor: pointer;
					display: block;
					height: 210px;
					padding: 49px 14px 0 14px;
					text-decoration: none;
					}
					
						#home_action_body .column_3_1 a:hover{
						background-image: url(../graphics/bg_home_action_column_optimalsort_hover.png);
						background-repeat: no-repeat;
						}
						
						#home_action_body .column_3_1 a:active{
						}
		
				
			#home_action_footer {
			background-image: url(../graphics/bg_application_action_footer.png);
			background-repeat: no-repeat;
			height: 14px;
			width: 623px;
			}