/* 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_home2.png);
	background-repeat: no-repeat;*/
	height: 189px;
	width: 623px;
	display: block;
	}
	
	#home_header h3 {
		font-weight: normal;
		font-size: 2.5em;
		padding: 21px 35px 7px 35px;
		line-height: 1em;
	}
	
	#home_header h3 strong {
		font-size: 1.4em;
		line-height: 1.1em;
	}
	
	#home_header p {
		font-size: 1.5em;
		padding: 0 35px 0 35px;
		line-height: 1.2em;
	}
	
	#home_content {
	width: 623px;
	}
	
	#home_experience {
		padding: 35px 35px 14px 35px;
	}
	
	#home_experience h3 {
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.4em;
	}
	
	#home_experience p {
		padding-top: 14px;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	
	#home_experience .video {
		padding: 21px 0;
	}
	
	#home_experience_footer {
		background-color: #AAC600;
		padding: 14px 0 28px 21px;
		display: block;
		width: 511px;
		color: #fff;
	}
	
	#home_experience_footer p {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#home_experience_footer p a:link, #home_experience_footer p a:visited {
		display: inline;
		margin-right: 7px;
		padding: 7px 21px;
		background-color: #F23C2B;
		border: 1px solid black;
		color: #fff;
		font-weight: bold;
		font-size: 1.2em;
		text-decoration: none;
	}
	
	#home_experience_footer p a:hover, #home_experience_footer p a:active {
		text-decoration:underline;
	}
	
	
		#home_action {
		/*background-image: url(../graphics/bg_application_action.png);
		background-repeat: repeat-y;*/
		}
		
			#home_action_body {
			/*background: #D0D881 url(../graphics/bg-1.png) repeat;*/
			background-image: url(../graphics/bg_application_action_body2.png);
			background-repeat: repeat-y;
			color: #333;
			font-size: 13px;
			line-height: 15px;
			padding: 21px 14px 21px 21px;
			width: 567px;
			}
			
				#home_action_body p {
				padding-bottom: 7px;
				}
			
				#home_action_body em {
				color: #487ab3;
				font-size: 14px;
				font-style: normal;
				}
				
				.product {
					background-color: #fff;
					border: 7px solid #7F9EC6;
					padding: 14px 14px 7px 14px;
					display: block;
					float: left;
					position: relative;
					width: 133px;
					height: 280px;
					margin-right: 14px;
					text-align: center;
				}
				
				.nothing {		                        
		                        padding: 28px 14px 24px 14px;
		                        display: block;
		                        width: 511px;	
		                        height: 21px;	                        
					margin-top: 328px;
	                        }
				
				.suite {
					background-color: #487ab3;
					border: 7px solid #7F9EC6;
					padding: 7px 14px 7px 14px;
					display: block;
					width: 511px;
					margin-top: 328px;
					color: #fff;
				}
				
				.explore {
		                        background-color: #487ab3;
		                        border: 7px solid #7F9EC6;
		                        padding: 28px 14px 24px 14px;
		                        display: block;
		                        width: 511px;		                        
					margin-top: 328px;
		                        color: #fff;
	                        }
	
	                        .explore p {
		                        font-size: 1.2em;
		                        font-weight: bold;
	                        }
				
				.explore p a:link, .explore p a:visited {
			                display: inline;
				        padding: 7px 14px;
				        background-color: #F23C2B;
				        border: 1px solid black;
				        color: #fff;
				        font-weight: bold;
				        font-size: 1.2em;
				        text-decoration: none;
				        margin-right: 7px;
			        }
			
			        .explore p a:hover, .explore p a:active {
				        text-decoration:underline;
			        }
				
				.product .readmore {
					position: absolute;
					bottom: 14px;
					right: 14px;
				}
				
				.product h3, .suite h3 {
					font-size: 1.6em;
					margin-top: 7px;
					margin-bottom: 14px;
				}
				
				.product h3 a, .suite h3 a {				        
					color: #333;
					text-decoration: none;
				}
				
				.product p, .suite p {
					text-align: left;
					font-size: 1.1em;
					line-height: 1.2em;
				}
				
				.suite p a {
					color: #fff;
				}
			
			#home_action_footer {
			background-image: url(../graphics/bg_application_action_footer2.png);
			background-repeat: no-repeat;
			height: 14px;
			width: 623px;
			}

