@charset "UTF-8";

.content{
	width:100%;
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
/*	z-index: 10; */
/*	position: relative;*/
}
.SlidingPanels {
	position: relative;
	width: 950px;
	height: 234px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	width: 4800px;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}


.SlidingPanelsContent {
	width: 950px;
	height: 234px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}
#slide-con {
	height: 234px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel {
}

.SlidingPanelsFocused {
}

.iconTabs {
	height: 159px;
	width: 842px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#iconTabRow .iconTabButton { float:left; height:157px; }
#iconTabRow .iconTabButton a {
	float:left;
	width:100%;
	height:157px;
	overflow:hidden;
	color:#ccc;
	font-size:11px;
	background-repeat:no-repeat;
	background-position: 0px -157px;
}
#iconTabRow .iconTabButton a:hover {
	float:left;
	width:100%;
	height:157px;
	overflow:hidden;
	color:#ccc;
	font-size:11px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#iconTabRow .iconTabSelected { float:left; height:157px; }
#iconTabRow .iconTabSelected a {
	float:left;
	width:100%;
	height:157px;
	overflow:hidden;
	color:#ccc;
	font-size:11px;
	background-position:0px -314px;
	background-repeat:no-repeat;
}

#iconTabRow .iconTabButton span {
	display: none;
}
#iconTabRow .iconTabSelected span {
	display: none;
}

#iconTabRow {
	display: block;
	height: 157px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:0 auto;
	width: 952px;
	text-align:center;
}
#iconTabRow li{
	margin-right: 10px;
	margin-left: 10px;
}
.iconTabButton{
	display: list-item;
	float: left;
	height: 157px;
}
#iconTabRow #writerButton {
	width:200px;
	margin-left:50px;
}
#iconTabRow #sheetButton {
	width:200px;
	margin-left:50px;
}
#iconTabRow #pptButton {
	width:200px;
	margin-left:50px;
}
#iconTabRow #writerButton a{
	background-image: url(../images/icon_writer.png);
	outline:none;
}
#iconTabRow #sheetButton a{
	background-image: url(../images/icon_sheet.png);
	outline:none;
}
#iconTabRow #pptButton a{
	background-image:url(../images/icon_ppt.png);
	outline:none;
}
#iconTabRow #flexibleButton {
	width:200px;
}
#iconTabRow #powerfulButton {
	width:200px;
}
#iconTabRow #reliableButton {
	width:200px;
}
#iconTabRow #familiarButton {
	width:200px;
}
#iconTabRow #flexibleButton a{
	background-image:url(../images/icon_flexible.png);
	outline:none;
}
#iconTabRow #powerfulButton a{
	background-image:url(../images/icon_powerful.png);
	outline:none;
}
#iconTabRow #reliableButton a{
	background-image:url(../images/icon_reliable.png);
	outline:none;
}
#iconTabRow #familiarButton a{
	background-image:url(../images/icon_familiar.png);
	outline:none;
}
.home-content {
	height: 672px;
	width: 100%;
}
.home-flash  {
	height: 282px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.home-tabs {
	height: 157px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#gripTab{
	z-index: 100;
	position: relative;
}
#home-slide {
	background-color: #f2f2f2;
	float: left;
	height: 234px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	top: -1px;
	z-index: 0;
	position: relative;
}
a.prev{
	float:left;
	background-image:url(../images/prev_up.gif);
	width:15px;
	height:24px;
	margin:91px 0 0 15px;
	text-indent:-9999px;
	overflow:hidden;
}
a:hover.prev{
	float:left;
	background-image:url(../images/prev_over.gif);
	width:15px;
	height:24px;
	margin:91px 0 0 15px;
	text-indent:-9999px;
	overflow:hidden;
}
a.next{
	float:left;
	background-image:url(../images/next_up.gif);
	width:15px;
	height:24px;
	margin:91px 0 0 15px;
	text-indent:-9999px;
}
a:hover.next{
	float:left;
	background-image:url(../images/next_over.gif);
	width:15px;
	height:24px;
	margin:91px 0 0 15px;
	text-indent:-9999px;
}