@charset "utf-8";


/*page width---------------------------------------------------------------*/
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#container, #top, #main, #bottom{
	width: 960px;
}
#top {
	margin-bottom: 5px;
	margin-top: 10px;
}
#header {
	padding-top: 10px;
}
#bottom {
	margin-right: auto;
	margin-left: auto;
}

/*top----------------------------------------------------------------------*/
.headerLeft p , .headerRight{
	line-height: 40px;
	height: 40px;
}
.headerLeft {
	float: left;
	padding-left: 10px;
}
.headerRight {
	float: right;
	white-space: nowrap;
}
.Language {
	background: url(img/ico_arrow_blue_down.gif) no-repeat right 3px;
	padding-right: 8px;
}

li form {
	width: 380px;
	display: inline;
}
li form input {
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	background: #EEE;
}

/*path---------------------------------------------------------------------------------*/
#pathLink {
	color: #999;
	padding-left: 10px;
	margin-bottom: 5px;
}
#pathLink a:link, #pathLink a:visited {
	font-size: 10px;
	color: #999;
}

/*side menu-----------------------------------------------------------------------------*/
#side, #sideMenu, #sidePanel {
	text-align: left;
	width: 220px;
}
#sideMenu, #sidepanel {
	margin-bottom: 10px;
}
#side h4, #side h5, #side h6 {
	padding-left: 10px;
	border-bottom: 1px dotted #D8D8D8;
}
#side {
	float: left;
	}
#sideMenu {
	background: #F8F8F8 url(img/bg_sidePanelBottom.gif) no-repeat center bottom;
	padding-bottom: 15px;
}
#sideMenu a {
	text-decoration: none;
}
#sideMenu a:hover {
	text-decoration: underline;
}
#sideMenu h5, #sideMenu h6, #sideMenu ul{
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;	
}
#sideMenu h4 {
	color: #21455D;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(img/bg_sidePanelTop.gif) no-repeat center top;	
}
#sideMenu h5 {
	color: #069;
	background: url(img/ico_arrow_blue_down.gif) no-repeat 95% 50%;
}
#sideMenu h6, #sideMenu h6 a:link, #sideMenu h6 a:visited{
	color: #45627E;
}
#sideMenu ul li {
	list-style: none;
	padding-left: 12px;
	background: url(img/ico_arrowGray.gif) no-repeat 0px 6px;
	padding-bottom: 4px;
	margin-left: 10px;
}
#sideMenu img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#sidePanel, #compareSection {
	background: #F8F8F8 url(img/bg_sidePanelTop.gif) no-repeat center top;
	margin-top: 20px;
	padding-top: 20px;
}
#sidePanel ul, #compareSection ul {	
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	padding-bottom: 5px;
}
#sidePanel ul li {
	list-style: none;
	background: url(img/ico_minus.gif) no-repeat 0px 7px;
	padding-left: 12px;
	margin-left: 10px;
}
#sidePanel p, #compareSection p{
	background: #F8F8F8 url(img/bg_sidePanelBottom.gif) no-repeat center bottom;
}
#compareSection li 
{
    padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}

#compareSection li:first-child {
	background: url(img/ico_findcompare.jpg) no-repeat 0px 50%;
}

#compareSection li:nth-child(3) {
	background: url(img/ico_free-trial.jpg) no-repeat 0px 50%;	
}

#compareSection li:nth-child(2) {
	background: url(img/ico_G7.jpg) no-repeat 0px 50%;	
}
/*for IE6/7/8 */
.compareSectionItem3 {
	background: url(img/ico_free-trial.jpg) no-repeat 0px 50%;	
}

.compareSectionItem2 {
	background: url(img/ico_G7.jpg) no-repeat 0px 50%;	
}

/*Navigation-----------------------------------------------------------------------------*/
#nav {
	margin-top: 5px;
	height: 30px;
	background: url(img/bg_nav.jpg) no-repeat center top;
}
#nav h4 {
	font-size: 12px;
}
#nav h5 {
	color: #0093DD;
}
#nav h5 a:link, #nav h5 a:visited {
	color: #0093DD;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#nav li {
	list-style: none;
}
#navBG {
	float: left;
}

#navMenu {
	list-style-type: none;
	float: left;
	position: relative;
	z-index: 100;
}
/*level-1*/
#navMenu li{ 
	float: left;
	border-right: 1px solid #036;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
#navMenu li a {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	display: block;
}
#navMenu li ul{
	background: #FFF;
	position: absolute;
	z-index: 100;
	color: #333;
	display: none;
	border-top: 1px none #1D384E;
	border-right: 1px solid #1D384E;
	border-bottom: 1px solid #1D384E;
	border-left: 1px solid #1D384E;
	float: none;
	line-height: 18px;
	font-size: 11px;
}
#navMenu li ul a {
	color: #333;	
	margin: 0px;
	padding: 0px;	
}
#navMenu dd a:link, #navMenu dd a:visited {
	text-decoration: underline;
	font-weight: normal;
}
.navActive {
	background: #152B39;
	color: #FFF;
}
/*level-2*/
.subNavList {
	min-width: 350px;
	width: auto !important;
    width: 350px;
	
}
.subNavList {
	min-height:100px;
    height: auto !important;
    height: 100px;
}
.subNavList dl {
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.subNavList dt, .subNavList dt a {
	color: #06C;
	margin-top: 8px;
}

/*Bottom-------------------------------------------------------------------*/
#bottom {
	color: #EEE;
	margin-top: 10px;
	background: url(img/bg_bottom.gif) no-repeat center top;
	padding: 10px 0px;
}
#bottomMenu {
	text-align: left;
	line-height: 17px;
}

#bottomMenu h5 {
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#bottomMenu ul  {
	float: left;
	width: 220px;
	display: block;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 10px;
}
#bottomMenu li   {
	list-style: none;
}
#bottomMenu a:link , #bottomMenu a:visited{
	color: #666;
}


/*footer-------------------------------------------------------------------*/
#footer {
	color: #EBEBEB;
	background: url(img/bg_footer.gif) no-repeat center top;
	text-align: center;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	height: 30px;
}
#footer li  {
	list-style: none;
	display: inline;
	border-right: 1px solid #EBEBEB;
	padding: 0px 5px 0px 7px;
	margin: 0px;
}
#footer li a:link , #footer li a:visited {
	color: #EBEBEB;
}


/*Select product*/
.navRight {
	position: relative;
	display: block;
	text-align: right;
	float: right;
	margin-right: 5px;
	z-index: 100;
}
.navRight li {
	padding-right: 10px;
	background: url(img/ico_plus.gif) no-repeat 0px 11px;
	padding-left: 12px;
	line-height: 30px;
	height: 30px;
}
.navRight li a:link, .navRight li a:visited {
	color: #FFF;
	text-decoration: none;
}
#familyList {
	position: absolute;
	z-index: 100;
	width: 618px;
	top: 29px;
	right: 0px;
	display: none;
}

#familyList ul li a {
	color: #333;
}
#familyList ul, #familyList li {
	margin: 0px;
	padding: 0px;
}
.familyTabs {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: #E1E1E1;
	border-right: 1px solid #999;
}
.familyTabs li {
	float: right;
	height: 29px;
	line-height: 29px;
	position: relative;
	margin-bottom: -1px;
	border-left: 1px solid #999;
	background: #e1e1e1;
	border-top: 1px solid #999;
	border-right: 1px none #999;
	border-bottom: 1px solid #999;
	width: 152px;
	text-align: center;
}
.familyTabs li a:link, .familyTabs li a:visited {
	text-decoration: underline;
}
.familyTabs li a {
	display: block;
}
.familyTabs li a:hover {
		background: #ccc;
}
.familyTabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
}
.familyTabs li.active a:hover {
		background: #fff;
	}

.levelContent {
	display: block;
	font: 11px Verdana, Geneva, sans-serif;
	text-align: left;
	width: 100%;
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.levelContent dl {
	float: left;
	font-weight: bold;
	display: block;
	padding: 2px 2px 2px 5px;
}
.levelContent dt{
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	text-decoration: underline;
}
.levelContent dt a:link, .levelContent dt a:visited {
	color: #333;
	text-decoration: underline;
}
.levelContent dt a:hover {
	text-decoration: none;
}
.levelContent dd  {
	margin: 0px;
	padding: 0px 0px 2px;
}
.levelContent dd a:link, .levelContent dd a:visited {
	color: #069;
	font-weight: normal;
}