/*====================     Reset     ====================*/

html, body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, li, img,
a, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus { outline: 0; }

ul, ol, li { list-style: none; }


/*====================     Basic     ====================*/

body {
	color: #333;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	padding: 40px 0;
	background: #595959;
	text-align: justify;
}

a,
a:link,
a:visited {
	color: #7ba507;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #608201;
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


/*====================     Layout     ====================*/

#wrapper {
	width: 860px;
	margin: 0 auto;
}

#container {
	background-color: white;
	position: relative;
	z-index: 1;
}


/*====================     Header     ====================*/

#header {
	clear: both;
	height: 70px;
	position: relative;
	z-index: 20;
	border-bottom: 1px solid #cccccc;
}

	#logo a {
		background: url(images/logo.png) no-repeat;
		display: block;
		width: 200px;
		height: 53px;
		position: absolute;
		left: 10px;
		bottom: 6px;
	}


/*#flash {
	clear: both;
	background: url(images/flash.jpg) no-repeat;
	width: 860px;
	height: 349px;
	margin: 0 0 10px;
}
#flash {
	float:left;
	position:relative;
	z-index:10;
	width:860px;
	height:400px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
*/
#flash {
border-bottom:1px solid #CCCCCC;
float:left;
height:390px;
margin-bottom:10px;
overflow:hidden;
position:relative;
top:-52px;
width:860px;
z-index:10;
}

	#flash .flash_swf {
		height:400px;
		width:860px; 
	}


/*----------     Main Menu     ----------*/

#main-menu {
	position: absolute;
	bottom: 0;
	right: 10px;
}

#header .main-menu ul {
	height: 36px;
	overflow: hidden;
}
	
	#header .main-menu ul li {
		float: left;
		padding: 6px 3px 0;
	}
	
		#header .main-menu ul li a,
		#header .main-menu ul li a:link,
		#header .main-menu ul li a:visited {
			color: #75bee9;
			display: block;
			float: left;
			font-size: 1.1em ;
			font-weight: bold;
			height: 30px;
			padding: 0 7px;
			line-height: 28px;
		}
		
		#header .main-menu ul li.active a,
		#header .main-menu ul li.current_page_item a {
			color: white;
			text-shadow: 1px 1px 1px #888;
			background: #a6ce39;
		}


/*====================     Sidebar     ====================*/

#sidebar {
	float: right;
	width: 190px;
	padding: 0 10px 0 0;
	position: relative;
	z-index: 40;
	top: -50px;
}

#sidebar #button-links a {
	display: block;
	width: 187px;
	height: 58px;
	margin: 0 0 10px;
}
	#sidebar #button-links a.pre-launch-test { background: url(images/btn_pre_launch_test.jpg) no-repeat; }
	#sidebar #button-links a.pre-launch-support { background: url(images/btn_post_launch_support.jpg) no-repeat; }
	#sidebar #button-links a.product-categories { background: url(images/btn_product_categories.jpg) no-repeat; }
	
	

/*====================     Footer     ====================*/

#footer {
	clear: both;
	color: white;
	background: #75bee9;
	padding: 5px 0;
	position: relative;
	text-align: center;
	z-index: 50;
}

	ul.footer-menu {
		width: 690px;
		margin: 0 auto;
		padding: 5px 0 0px;
	}	
		ul.footer-menu li {
			float: left;
			padding: 0 20px;
		}		
			ul.footer-menu li a {
				color: white;
				font-weight: normal;
			}
		
	.copyright { clear: both; padding: 10px 0 8px; }



/*====================     Home Box     ====================*/

.home-box {
	height: 143px;
	background: url(images/home-box-mid.png) repeat-x;
	width: 620px;
	overflow: hidden;
	color: #333;
	font-size: .9em;
}
	.home-box h6 {
		font-size: 1.3em !important;
		font-weight: bold !important;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-bottom: 2px;
	}
		.home-box h6 span { color: #a6ce39; }
		
		
		
	.home-box .left-corner {
		height: 143px;
		background: url(images/home-box-left.png) no-repeat;
		width: 10px;
		float: left;
	}
	.home-box .right-corner {
		height: 143px;
		background: url(images/home-box-right.png) no-repeat;
		width: 10px;
		float: right;
	}
	
	
	.customer-testimonials,
	.tools-we-use {
		float: left;
		width: 290px;
		padding: 10px 0;
		height: 123px;
	}
	.customer-testimonials { padding-left: 4px; margin: 0 13px 0 0; }
	
		.customer-testimonials ul,
		.tools-we-use ul {
			height: 88px !important;
			background: white;
			border-top: 1px solid #e6e6e6;
			border-bottom: 1px solid #e6e6e6;
			padding: 5px 10px 10px 10px;
		}
			.customer-testimonials ul span {
				display: block;
				font-weight: bold;
				text-align: right;
			}
			.customer-testimonials ul li,
			.tools-we-use ul li {
				padding-right: 10px;
			}
			
			.customer-testimonials p,
			.tools-we-use p {
				line-height: 1.4em;
				padding-bottom: 6px;
			}
			
	
	
	



/*====================     Content     ====================*/

#content {
	float: left;
	margin: 0 0 30px 10px;
	background: white;
	width: 620px;
	padding-left: 10px;
	position: relative;
	z-index: 30;
	top: -52px;
}

	.content { padding: 10px 20px 20px 10px; }
	

	#content .content h1,
	#content .content h2,
	#content .content h3,
	#content .content h4,
	#content .content h5,
	#content .content h6 {
		color: #75bee9;
		font: normal normal normal 2.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
	#content h1 { padding: 0 0 20px; }
	#content h2 { font-size: 1.8em; padding: 4px 0 8px; }
	#content h3 { font-size: 1.6em; padding: 6px 0 6px; }


	#content .content p {
		padding: 0 0 16px;
		line-height: 20px;
	}

	#content .content ul,
	#content .content ul.multiline {
		padding: 0 20px 8px;
	}
	
		#content .content ul li {
			padding: 1px 0 8px 22px;
			background: url(images/bullet_green.png) no-repeat;
		}
		
		#content ul.multiline li {
			padding: 0px 0 14px 22px;
			line-height: 17px;
			background: url(images/bullet_green.png) no-repeat 0 1px;
		}
		
		
p.image { text-align: center;}






